

Public Member Functions | |
| __construct ($name=null) | |
| AddElement ($element, $where= 'center') | |
| GetRowCount () | |
| GetColumnCount () | |
| GenerateInner () | |
Public Attributes | |
| $top = array() | |
| $left = array() | |
| $center = array() | |
| $right = array() | |
| $bottom = array() | |
Definition at line 2 of file mareacontainer.class.
| MAreaContainer::__construct | ( | $ | name = null |
) |
Initialize some properties.
| $name | (string) a optional name for the control |
Reimplemented from MControl.
Definition at line 10 of file mareacontainer.class.
References MComponent::$name.
| MAreaContainer::AddElement | ( | $ | element, | |
| $ | where = 'center' | |||
| ) |
Definition at line 18 of file mareacontainer.class.
| MAreaContainer::GetRowCount | ( | ) |
Definition at line 51 of file mareacontainer.class.
Referenced by GenerateInner().
Here is the caller graph for this function:

| MAreaContainer::GetColumnCount | ( | ) |
Definition at line 76 of file mareacontainer.class.
Referenced by GenerateInner().
Here is the caller graph for this function:

| MAreaContainer::GenerateInner | ( | ) |
Definition at line 113 of file mareacontainer.class.
References GetColumnCount(), and GetRowCount().
Here is the call graph for this function:

| MAreaContainer::$top = array() |
Definition at line 4 of file mareacontainer.class.
| MAreaContainer::$left = array() |
Definition at line 5 of file mareacontainer.class.
| MAreaContainer::$center = array() |
Definition at line 6 of file mareacontainer.class.
| MAreaContainer::$right = array() |
Definition at line 7 of file mareacontainer.class.
| MAreaContainer::$bottom = array() |
Definition at line 8 of file mareacontainer.class.