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


Public Member Functions | |
| MoodleQuickForm_htmleditor ($elementName=null, $elementLabel=null, $options=array(), $attributes=null) | |
| setHelpButton ($helpbuttonargs, $function='helpbutton') | |
| toHtml () | |
| getFrozenHtml () | |
Data Fields | |
| $_type | |
| $_canUseHtmlEditor | |
| $_options = array('canUseHtmlEditor'=>'detect','rows'=>10, 'cols'=>45, 'width'=>0,'height'=>0) | |
HTML class for htmleditor type element
Definition at line 11 of file htmleditor.php.
| getFrozenHtml | ( | ) |
What to display when element is frozen.
public
Reimplemented from HTML_QuickForm_textarea.
Definition at line 82 of file htmleditor.php.


| MoodleQuickForm_htmleditor | ( | $ | elementName = null, |
| $ | elementLabel = null, |
||
| $ | options = array(), |
||
| $ | attributes = null |
||
| ) |
| setHelpButton | ( | $ | helpbuttonargs, |
| $ | function = 'helpbutton' |
||
| ) |
set html for help button
public
| array | $help | array of arguments to make a help button |
| string | $function | function name to call to get html |
Reimplemented from MoodleQuickForm_textarea.
Definition at line 49 of file htmleditor.php.

| toHtml | ( | ) |
Returns the textarea element in HTML
Reimplemented from MoodleQuickForm_textarea.
Definition at line 53 of file htmleditor.php.

| $_canUseHtmlEditor |
Definition at line 13 of file htmleditor.php.
Definition at line 14 of file htmleditor.php.
| $_type |
Reimplemented from HTML_QuickForm_element.
Definition at line 12 of file htmleditor.php.