MIOLO20
|
Membros públicos | |
__construct ( $name='', $value='', $label='', $size=10, $hint='', $validator=NULL, $isReadOnly=false, $type='text') | |
setClass ($cssClass, $add=true) | |
getValidator () | |
setValidator ( $value) | |
generateInner () | |
![]() | |
__construct ( $name, $value='', $label='', $color='', $hint='') | |
setValue ( $value) | |
getValue () | |
setLabel ( $label) | |
setAutoPostBack ( $value) | |
setAutoSubmit ( $isAuto=true) | |
getIsRequired () | |
setIsRequired ($isRequired) | |
getRequiredType () | |
getFieldForm () | |
setFieldForm (MForm $form) | |
generateLabel () | |
![]() | |
__construct ( $name=NULL) | |
__clone () | |
__set ( $name, $value) | |
__get ( $name) | |
setReadOnly ($status) | |
setEnabled ($state) | |
setName ($name) | |
setId ($id) | |
setNameAndId ($name) | |
getId () | |
getName () | |
getUniqueId () | |
addStyleFile ( $styleFile) | |
getClass () | |
addStyle ($name, $value) | |
setStyle ($style) | |
getStyle () | |
addAttribute ( $name, $value='') | |
setTooltip ($title, $placement=self::TOOLTIP_PLACEMENT_AUTO) | |
setAttribute ( $name, $value) | |
setAttributes ($attr) | |
attributes ( $mergeDuplicates=false) | |
getAttributes ( $mergeDuplicates=false) | |
setFormMode ( $mode) | |
setJsHint ( $hint) | |
setPosition ($left, $top, $position='absolute') | |
setWidth ($value) | |
setHeight ($value) | |
setColor ($value) | |
setVisibility ($value) | |
setFont ($value) | |
setCaption ($caption) | |
setInner ($inner) | |
getInner () | |
addControl ($control) | |
insertControl ($control, $pos=0, $width=null, $float=null) | |
setControl ($control, $pos=0) | |
setControls ($controls) | |
getControls () | |
getControl ($pos) | |
getControlById ($id) | |
findControlById ($id) | |
setControlById ($control, $id) | |
clearControls () | |
eventHandler () | |
attachEventHandler ( $name, $handler, $param=NULL) | |
getBox () | |
setBoxId ( $id) | |
setBoxClass ( $cssClass, $add=true) | |
getBoxClass () | |
setBoxAttributes ($attr) | |
getBoxAttributes () | |
addBoxStyle ($name, $value='') | |
generateBox ( $content) | |
getRender ( $method) | |
getInnerToString () | |
generate () | |
![]() | |
SetName ($name) | |
GetName () | |
AddComponent ($component) | |
InsertComponent ($component, $pos=0) | |
SetComponent ($component, $pos) | |
SetComponents ($components) | |
GetComponents () | |
GetComponent ($pos) | |
ClearComponents () | |
Campos de Dados | |
$size | |
$type | |
$validator | |
$rows | |
$cols | |
![]() | |
$label | |
$value | |
$hint | |
$form | |
$formName | |
$showLabel | |
$autoPostBack | |
$forceShowLabel = false | |
$isRequired | |
$autoSetRequired = true | |
![]() | |
const | FORM_MODE_WHOLE_ROW = 0 |
const | FORM_MODE_SHOW_SIDE = 1 |
const | FORM_MODE_SHOW_ABOVE = 2 |
const | FORM_MODE_SHOW_NBSP = 3 |
const | CLASS_CAPTION = 'm-caption' |
const | CLASS_CAPTION_REQUIRED = 'm-caption-required' |
const | TOOLTIP_PLACEMENT_BOTTOM = 'bottom' |
const | TOOLTIP_PLACEMENT_TOP = 'top' |
const | TOOLTIP_PLACEMENT_LEFT = 'left' |
const | TOOLTIP_PLACEMENT_RIGHT = 'right' |
const | TOOLTIP_PLACEMENT_AUTO = 'auto' |
$id | |
$uniqueId | |
$cssClass | |
$enabled | |
$style | |
$visible | |
$attrs | |
$attributes | |
$formMode | |
$maintainState | |
$readonly | |
$caption | |
$jsHint | |
$inner | |
$controlBox | |
$box | |
$cssp | |
$parent | |
$controls | |
$controlsId | |
$eventHandlers | |
$painter | |
![]() | |
$manager | |
$page | |
$owner | |
$components | |
$componentCount | |
$name | |
$className | |
Outros membros herdados | |
![]() | |
static | $_number = 0 |
![]() | |
_AddStyle ($name, $value) | |
Definido na linha 3 do ficheiro inputcontrols.class.
__construct | ( | $name = '', | |
$value = '', | |||
$label = '', | |||
$size = 10, | |||
$hint = '', | |||
$validator = NULL, | |||
$isReadOnly = false, | |||
$type = 'text' ) |
Reimplementado em MMultiLineField, MMultiTextField2, MHtmlArea, MMultiTextField e MMultiTextField3.
Definido na linha 11 do ficheiro inputcontrols.class.
generateInner | ( | ) |
Reimplementado de MControl.
Reimplementado em MFileField, MCalendarField, MCurrencyField, MMultiTextField e MMultiTextField2.
Definido na linha 50 do ficheiro inputcontrols.class.
getValidator | ( | ) |
Definido na linha 32 do ficheiro inputcontrols.class.
setClass | ( | $cssClass, | |
$add = true ) |
Reimplementado de MControl.
Definido na linha 26 do ficheiro inputcontrols.class.
setValidator | ( | $value | ) |
Definido na linha 45 do ficheiro inputcontrols.class.
$cols |
Definido na linha 9 do ficheiro inputcontrols.class.
$rows |
Definido na linha 8 do ficheiro inputcontrols.class.
$size |
Definido na linha 5 do ficheiro inputcontrols.class.
$type |
Definido na linha 6 do ficheiro inputcontrols.class.
$validator |
Definido na linha 7 do ficheiro inputcontrols.class.