|
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 without html editor.
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Definition at line 1805 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 | |
| string | $cols | The number of columns to make the editor |
| string | $rows | The number of rows to make the editor |
Definition at line 1818 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 1831 of file adminlib.php.
