|
| __construct ($name='', $caption='', $controls=NULL, $close='', $icon='', $iconType='large') |
|
| setIconType ($type='large') |
|
| _getControl ($label, $image, $actionURL, $target=NULL) |
|
| addAction ($label, $image, $module='main', $action='', $item=NULL, $args=NULL) |
|
| addLink ($label, $image, $link, $target=NULL) |
|
| insertAction ($pos, $label, $image, $module='main', $action='', $item=NULL, $args=NULL) |
|
| addUserAction ($transaction, $access, $label, $image, $module='main', $action='', $item='', $args=NULL) |
|
| insertUserAction ($pos, $transaction, $access, $label, $image, $module='main', $action='', $item='', $args=NULL) |
|
| addGroupAction ($transaction, $access, $label, $image, $module='main', $action='', $item='', $args=NULL) |
|
| insertGroupAction ($pos, $transaction, $access, $label, $image, $module='main', $action='', $item='', $args=NULL) |
|
| addBreak () |
|
| setTitle ($title) |
|
| addControl ($control, $width='', $float='left', $class='') |
|
| insertControl ($pos, $control=null, $width='', $float='left', $class='') |
|
| generate () |
|
| __construct ($name='', $caption='', $controls=NULL, $close='', $icon='') |
|
| setTitle ($title) |
|
| addControl ($control, $width='', $float='left') |
|
| insertControl ($pos, $control, $width='', $float='left') |
|
| generate () |
|
| __construct ($name=NULL, $controls=NULL, $disposition='none', $formMode=MFormControl::FORM_MODE_SHOW_ABOVE) |
|
| setDisposition ($disposition) |
|
| isShowLabel () |
|
| isShowChildLabel () |
|
| setShowChildLabel ( $visible=true, $recursive=true) |
|
| setShowLabel ( $visible=true, $recursive=true) |
|
| setControls ($controls, $recursive=false) |
|
| generateInner () |
|
| __construct ( $name=NULL) |
|
| __clone () |
|
| addControl ($control) |
|
| insertControl ($control, $pos=0) |
|
| setControl ($control, $pos=0) |
|
| setControls ($controls) |
|
| getControls () |
|
| getControl ($pos) |
|
| getControlById ($id) |
|
| findControlById ($id) |
|
| setControlById ($control, $id) |
|
| clearControls () |
|
| setName ($name) |
|
| setId ($id) |
|
| getId () |
|
| getName () |
|
| getUniqueId () |
|
| __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) |
|
| setReadOnly ($status) |
|
| 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 () |
|
| getManager () |
|