|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| MoodleQuickForm_wikifiletable ($elementName=null, $elementLabel=null, $attributes=null, $fileinfo=null, $format=null) | |
| onQuickFormEvent ($event, $arg, &$caller) | |
| setName ($name) | |
| getName () | |
| setValue ($value) | |
| getValue () | |
| toHtml () | |
Definition at line 32 of file wikifiletable.php.
| getName | ( | ) |
Returns the element name
Reimplemented from HTML_QuickForm_element.
Definition at line 66 of file wikifiletable.php.

| getValue | ( | ) |
Returns the value of the form element
Reimplemented from HTML_QuickForm_element.
Definition at line 74 of file wikifiletable.php.
| MoodleQuickForm_wikifiletable | ( | $ | elementName = null, |
| $ | elementLabel = null, |
||
| $ | attributes = null, |
||
| $ | fileinfo = null, |
||
| $ | format = null |
||
| ) |
| onQuickFormEvent | ( | $ | event, |
| $ | arg, | ||
| &$ | caller | ||
| ) |
Called by HTML_QuickForm whenever form event is made on this element
| string | $event | Name of event |
| mixed | $arg | event arguments |
| object | $caller | calling object |
Reimplemented from HTML_QuickForm_element.
Definition at line 47 of file wikifiletable.php.
| setName | ( | $ | name | ) |
Sets the input field name
| string | $name | Input field name attribute |
Reimplemented from HTML_QuickForm_element.
Definition at line 62 of file wikifiletable.php.

| setValue | ( | $ | value | ) |
Sets the value of the form element
| string | $value | Default value of the form element |
Reimplemented from HTML_QuickForm_element.
Definition at line 70 of file wikifiletable.php.
| toHtml | ( | ) |
Abstract method. Must be extended to return the objects HTML
public
Reimplemented from HTML_Common.
Definition at line 78 of file wikifiletable.php.
