

Public Member Functions | |
| __construct ($name= '', $caption= '', $controls= '', $disposition= 'none', $border= 'css') | |
| setScrollHeight ($height) | |
| setBorder ($border) | |
| generateInner () | |
Public Attributes | |
| $borderType | |
| $scrollable | |
| $scrollHeight | |
Definition at line 3 of file groupcontrols.class.
| MBaseGroup::__construct | ( | $ | name = '', |
|
| $ | caption = '', |
|||
| $ | controls = '', |
|||
| $ | disposition = 'none', |
|||
| $ | border = 'css' | |||
| ) |
Reimplemented from MFormControl.
Reimplemented in MLinkButtonGroup.
Definition at line 9 of file groupcontrols.class.
References MControl::$caption, MControl::$controls, MContainer::$disposition, and MComponent::$name.
| MBaseGroup::setScrollHeight | ( | $ | height | ) |
Definition at line 20 of file groupcontrols.class.
| MBaseGroup::setBorder | ( | $ | border | ) |
Definition at line 27 of file groupcontrols.class.
| MBaseGroup::generateInner | ( | ) |
Reimplemented from MControl.
Reimplemented in MToolBar.
Definition at line 33 of file groupcontrols.class.
References MControl::$attrs, MControl::addStyle(), MControl::getAttributes(), MControl::getInnerToString(), MControl::getRender(), MUtil::NVL(), and MContainer::setClass().
Here is the call graph for this function:

| MBaseGroup::$borderType |
Definition at line 5 of file groupcontrols.class.
| MBaseGroup::$scrollable |
Definition at line 6 of file groupcontrols.class.
| MBaseGroup::$scrollHeight |
Definition at line 7 of file groupcontrols.class.