

Public Member Functions | |
| __construct ($title= '', $action= '', $close= 'backContext', $icon= '') | |
| SetAlternateColors ($color0, $color1) | |
| SetAlternate ($alternate=false) | |
| SetField ($row, $col, $width, $field=NULL, $style=array()) | |
| GenerateLayoutFields (&$hidden) | |
| Generate () | |
Public Attributes | |
| $structure | |
| $altColor | |
| $alternate | |
Definition at line 2 of file mcssform.class.
| MCSSForm::__construct | ( | $ | title = '', |
|
| $ | action = '', |
|||
| $ | close = 'backContext', |
|||
| $ | icon = '' | |||
| ) |
| MCSSForm::SetAlternateColors | ( | $ | color0, | |
| $ | color1 | |||
| ) |
Definition at line 20 of file mcssform.class.
| MCSSForm::SetAlternate | ( | $ | alternate = false |
) |
| MCSSForm::SetField | ( | $ | row, | |
| $ | col, | |||
| $ | width, | |||
| $ | field = NULL, |
|||
| $ | style = array() | |||
| ) |
Definition at line 34 of file mcssform.class.
References MControl::$style, MForm::$width, and MForm::AddField().
Here is the call graph for this function:

| MCSSForm::GenerateLayoutFields | ( | &$ | hidden | ) |
Brief Description. Complete Description.
| &$hidden | (tipo) desc |
Reimplemented from MForm.
Definition at line 42 of file mcssform.class.
References MForm::$width.
| MCSSForm::Generate | ( | ) |
Reimplemented from MForm.
Definition at line 114 of file mcssform.class.
References MForm::$footer, MControl::$id, and MForm::GenerateBody().
Here is the call graph for this function:

| MCSSForm::$structure |
Definition at line 4 of file mcssform.class.
| MCSSForm::$altColor |
Definition at line 5 of file mcssform.class.
| MCSSForm::$alternate |