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


Public Member Functions | |
| __construct ($name, $visiblename, $description, $defaultsetting, $paramtype=PARAM_RAW, $cols='60', $rows='8') | |
| output_html ($data, $query='') | |
General text area with html editor.
Definition at line 1849 of file adminlib.php.
| __construct | ( | $ | name, |
| $ | visiblename, | ||
| $ | description, | ||
| $ | defaultsetting, | ||
| $ | paramtype = PARAM_RAW, |
||
| $ | cols = '60', |
||
| $ | rows = '8' |
||
| ) |
| string | $name | |
| string | $visiblename | |
| string | $description | |
| mixed | $defaultsetting | string or array |
| mixed | $paramtype |
Definition at line 1860 of file adminlib.php.

| output_html | ( | $ | data, |
| $ | query = '' |
||
| ) |
Returns an XHTML string for the editor
| string | $data | |
| string | $query |
Reimplemented from admin_setting_configtext.
Definition at line 1874 of file adminlib.php.
