

Public Member Functions | |
| __construct ($caption=NULL, $close= '', $icon= '', $help= '', $showHelp=true, $showMinimize=true, $showClose=true) | |
| setClose ($close) | |
| setHelp ($help) | |
| setCaption ($caption) | |
| generateInner () | |
Public Attributes | |
| $boxTitle | |
Protected Attributes | |
| $boxInner | |
Definition at line 148 of file boxcontrols.class.
| MBox::__construct | ( | $ | caption = NULL, |
|
| $ | close = '', |
|||
| $ | icon = '', |
|||
| $ | help = '', |
|||
| $ | showHelp = true, |
|||
| $ | showMinimize = true, |
|||
| $ | showClose = true | |||
| ) |
Some controls, like message boxes, don't require some buttons, the parameters are used to identify wich should or not be created. Even if the parameter is true, the button is only generated if the configuration in miolo.conf (or module.conf) is enabled (true)
| $showHelp | (boolean) true if the help button should be created | |
| $showMinimize | (boolean) true if the minimize button should be created | |
| $showClose | (boolean) true if the help button should be created |
Definition at line 162 of file boxcontrols.class.
References MControl::$caption, and MControl::setBoxClass().
Here is the call graph for this function:

| MBox::setClose | ( | $ | close | ) |
Definition at line 173 of file boxcontrols.class.
| MBox::setHelp | ( | $ | help | ) |
Definition at line 184 of file boxcontrols.class.
| MBox::setCaption | ( | $ | caption | ) |
Reimplemented from MControl.
Definition at line 195 of file boxcontrols.class.
References MControl::$caption.
| MBox::generateInner | ( | ) |
Reimplemented from MControl.
Definition at line 210 of file boxcontrols.class.
References MControl::$attributes, MControl::getAttributes(), MControl::getBoxClass(), MControl::getControls(), MControl::insertControl(), MControl::setBoxAttributes(), and MControl::setBoxClass().
Here is the call graph for this function:

| MBox::$boxTitle |
Definition at line 150 of file boxcontrols.class.
MBox::$boxInner [protected] |
Definition at line 151 of file boxcontrols.class.