MIOLO25
|
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, $showValues=false, $hint='', $size='') | |
setOptions ($options) | |
getOption ($value) | |
setOption ($option, $value) | |
setCols ($value) | |
setAutoSubmit ($state) | |
generateInner () | |
__construct ($name='', $value='', $label='', $options, $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 () | |
generateOptions () | |
Membros públicos herdados de MFormControl | |
setSubmittedValue () | |
setLabel ( $label) | |
setFormMode ( $mode) | |
setReadOnly ( $status) | |
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) | |
addAttribute ( $name, $value='') | |
setAttribute ( $name, $value=null) | |
getAttribute ( $name) | |
setAttributes ($attr) | |
attributes ( $mergeDuplicates=false) | |
getAttributes ( $mergeDuplicates=false) | |
setEnabled ($state) | |
setJsHint ( $hint) | |
setHint ( $hint) | |
setCaption ($caption) | |
setHTMLTitle ($title) | |
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 () | |
Membros públicos herdados de MInputControl | |
setAutoPostBack ( $value) | |
generateLabel () | |
getOnClick ($action, $attr, $optional) | |
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.