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


Public Member Functions | |
| MoodleQuickForm_format ($elementName=null, $elementLabel=null, $attributes=null, $useHtmlEditor=null) | |
HTML class for a editor format drop down element
Definition at line 11 of file format.php.
| MoodleQuickForm_format | ( | $ | elementName = null, |
| $ | elementLabel = null, |
||
| $ | attributes = null, |
||
| $ | useHtmlEditor = null |
||
| ) |
Class constructor
| string | Select name attribute |
| mixed | Label(s) for the select |
| mixed | Either a typical HTML attribute string or an associative array |
| mixed | Either a string returned from can_use_html_editor() or false for no html editor default 'detect' tells element to use html editor if it is available. public |
Definition at line 24 of file format.php.