|
MIOLO26
|
Membros públicos | |
| __construct ($name='', $value=array(), $label='', $options=array(), $size=6) | |
| getValue () | |
| setValue ($value) | |
| generate () | |
Membros públicos herdados de MSelection | |
| __construct ($name='', $value='', $label='', $options=NULL, $showValues=FALSE, $hint='', $size='', $allowNullValue=TRUE) | |
| setOptions ($options, $allowNullValue=TRUE) | |
| getOption ($value) | |
| setOption ($option, $value) | |
| setCols ($value) | |
| setAutoSubmit ($state) | |
| generateInner () | |
Membros públicos herdados de MListControl | |
| generateOptions () | |
Membros públicos herdados de MInputControl | |
| setAutoPostBack ( $value) | |
| generateLabel () | |
| getOnClick ($action, $attr, $optional) | |
Membros públicos herdados de MFormControl | |
| setSubmittedValue () | |
| setLabel ( $label) | |
| setFormMode ( $mode) | |
| setReadOnly ( $status) | |
| setPlaceholder ( $placeholder) | |
Membros públicos herdados de MControl | |
| __construct ( $name=NULL) | |
| setName ($name) | |
| setId ($id) | |
| getId () | |
| getName () | |
| getUniqueId () | |
| __clone () | |
| __set ( $name, $value) | |
| __get ( $name) | |
| setClass ($cssClass, $add=TRUE) | |
| insertClass ( $cssClass) | |
| addStyleFile ( $styleFile) | |
| getClass () | |
| addStyle ($name, $value) | |
| setStyle ($style) | |
| getStyle () | |
| getBoxStyle () | |
| setPosition ($left, $top, $position='absolute') | |
| setWidth ($value) | |
| setHeight ($value) | |
| setColor ($value) | |
| setVisibility ($value) | |
| setFont ($value) | |
| getBox () | |
| setBoxId ( $id) | |
| setBoxClass ( $cssClass, $add=true) | |
| getBoxClass () | |
| setBoxAttributes ($attr) | |
| getBoxAttributes () | |
| generateBox ( $content) | |
| addAttribute ( $name, $value='') | |
| setAttribute ( $name, $value) | |
| getAttribute ( $name) | |
| setAttributes ($attr) | |
| attributes ( $mergeDuplicates=false) | |
| getAttributes ( $mergeDuplicates=false) | |
| setEnabled ($state) | |
| setJsHint ( $hint) | |
| setHint ( $hint) | |
| setCaption ($caption) | |
| setHTMLTitle ($title) | |
| addBoxStyle ($name, $value) | |
| eventHandler () | |
| attachEventHandler ( $name, $handler, $param=NULL) | |
| addEvent ($event, $handler, $preventDefault=true) | |
| hasEvent ($event) | |
| generateEvent () | |
| setContent ($inner) | |
| setInner ($inner) | |
| getInner () | |
| getRender ( $method) | |
| getInnerToString () | |
| getCSSP () | |
| __toString () | |
Membros públicos herdados de MComponent | |
| getManager () | |
Outros membros herdados | |
Atributos Públicos Estáticos herdados de MControl | |
| static | $_number = 0 |
Membros protegidos herdados de MFormControl | |
| generateLabelMode ($label) | |
Membros protegidos herdados de MControl | |
| _addStyle ($name, $value) | |
Dual list component.
Maintainers:
Armando Taffarel Neto [taffa.nosp@m.rel@.nosp@m.solis.nosp@m..coo.nosp@m.p.br] Daniel Hartmann [danie.nosp@m.l@so.nosp@m.lis.c.nosp@m.oop..nosp@m.br]
Organization:
SOLIS - Cooperativa de Soluções Livres
Copyright:
Copyright (c) 2011 SOLIS - Cooperativa de Soluções Livres
License:
Licensed under GPLv2 (for further details read the COPYING file or http://www.gnu.org/licenses/gpl.html)
| __construct | ( | $name = '', | |
| $value = array(), | |||
| $label = '', | |||
| $options = array(), | |||
| $size = 6 ) |
MDualList constructor.
| string | $name | Field id. |
| array | $value | Default value. |
| string | $label | Label. |
| array | $options | Options array. E.g. array('value' => 'Label'). |
| integer | $size | Number of lines to display. |
Reimplementado de MListControl.
| generate | ( | ) |
Reimplementado de MControl.
| getValue | ( | ) |
Reimplementado de MFormControl.
| setValue | ( | $value | ) |
Set the right list options according to the given array of values.
| array | $value | Array containing the values. |
Reimplementado de MFormControl.
| $showCounter = false |
| const COUNTER_STYLE = 'mDualListCounter' |
| const DIV_STYLE = 'mDualListDiv' |
| const MAIN_STYLE = 'mSelection mDualList' |
Constants with the CSS styles used by the component.