UIElementArray Class Reference
List of all members.
Member Function Documentation
UIElementArray::append |
( |
$ |
element |
) |
|
UIElementArray::getElementById |
( |
$ |
id |
) |
|
Returns the UIElement with the given id If there are two elements with the same id, the first one is returned
- Parameters:
-
- Returns:
- UIElement The UIElement with the given id
UIElementArray::getElementByName |
( |
$ |
name |
) |
|
Returns the UIElement with the given name If there are two elements with the same name, the first one is returned
- Parameters:
-
- Returns:
- UIElement The UIElement with the given name
UIElementArray::insertAfter |
( |
$ |
element, |
|
|
$ |
afterId | |
|
) |
| | |
UIElementArray::insertBefore |
( |
$ |
element, |
|
|
$ |
beforeId | |
|
) |
| | |
UIElementArray::prepend |
( |
$ |
element |
) |
|
UIElementArray::remove |
( |
$ |
elementId = "" |
) |
|
Removes the UIElement with the given id
- Parameters:
-
| string | $elementId The id of the UIElement to remove |
UIElementArray::reset |
( |
|
) |
|
Resets the UIElement's value to the default, and unsets the $_POST variable's index
Reimplemented from UIElement.
The documentation for this class was generated from the following file:
- extensions/UI/UIElementArray.php