| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 381 lines (13 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
tinymce:: (10 methods):
tinymce()
__construct()
__is_valid_key()
setconfig()
__printconfig()
starteditor()
use_html_editor()
__dialogs()
moodleFileBrowser()
__get_language()
| tinymce($courseid) X-Ref |
| PHP4 style class constructor. param: int $courseid |
| __construct($courseid) X-Ref |
| PHP5 style class constructor. param: int $courseid |
| __is_valid_key($key) X-Ref |
| Checks configuration key validity. param: string $key Configuration key to check. return: bool Returns true if key is valid. Otherwise false is returned. |
| setconfig() X-Ref |
| Sets configuration key and value pairs. Passed parameters can be key and value pair or an associative array of keys and values. |
| __printconfig($conftype='') X-Ref |
| For internal usage. Print out configuration arrays. param: string $conftype Type of configuration. return: void |
| starteditor($conftype='default') X-Ref |
| Print out code that start up the editor. param: string $conftype Configuration type to print. |
| use_html_editor($name='', $editorhidesomebuttons='') X-Ref |
| For backward compatibility only. param: string $name param: string $editorhidesomebuttons |
| __dialogs() X-Ref |
| Print out needed script for custom dialog which is needed to provide access to Moodle's files and folders. For internal use only. |
| moodleFileBrowser(field_name, url, type, win) X-Ref |
| No description |
| __get_language() X-Ref |
| Try to generate TinyMCE compatible language string from current users language. If not successful return default language which is english. For internal use only. |
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |