MBox Class Reference

Inheritance diagram for MBox:

Inheritance graph
[legend]
Collaboration diagram for MBox:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 148 of file boxcontrols.class.


Constructor & Destructor Documentation

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)

Parameters:
$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:


Member Function Documentation

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:


Member Data Documentation

MBox::$boxTitle

Definition at line 150 of file boxcontrols.class.

MBox::$boxInner [protected]

Definition at line 151 of file boxcontrols.class.


The documentation for this class was generated from the following file:
CopyLeft (L) 2001-2006 - [MIOLO Development Team] SOLIS - Cooperativa de Soluções Livres - Lajeado/RS - Brasil