|
XOOPS 2.5.6
Final
|
Public Member Functions | |
| __construct ($config) | |
| get_xoopsPlugins () | |
| init () | |
| & | instance ($config) |
| loadCss ($css_file= 'style.css') | |
| loadPlugins () | |
| render () | |
| setConfig ($config) | |
| TinyMCE ($config) | |
Public Attributes | |
| $config = array() | |
| $rootpath | |
| $setting = array() | |
Static Public Attributes | |
| static | $LastOfElementsTinymce ="" |
| static | $ListOfElementsTinymce =array() |
Definition at line 26 of file tinymce.php.
| TinyMCE::__construct | ( | $config | ) |
Definition at line 36 of file tinymce.php.
References $config, get_xoopsPlugins(), and setConfig().
Referenced by TinyMCE().


| TinyMCE::get_xoopsPlugins | ( | ) |
Definition at line 226 of file tinymce.php.
Referenced by __construct().

| TinyMCE::init | ( | ) |
Definition at line 69 of file tinymce.php.
References $GLOBALS, $i, loadCss(), and loadPlugins().
Referenced by render().


| & TinyMCE::instance | ( | $config | ) |
Definition at line 51 of file tinymce.php.
References $config, and TinyMCE().

| TinyMCE::loadCss | ( | $css_file = 'style.css' | ) |
Definition at line 239 of file tinymce.php.
References $GLOBALS, xoops_getcss(), XOOPS_THEME_PATH, and XOOPS_THEME_URL.
Referenced by init().


| TinyMCE::loadPlugins | ( | ) |
Definition at line 207 of file tinymce.php.
Referenced by init().

| TinyMCE::render | ( | ) |
| TinyMCE::setConfig | ( | $config | ) |
Definition at line 62 of file tinymce.php.
References $config.
Referenced by __construct().

| TinyMCE::TinyMCE | ( | $config | ) |
Definition at line 46 of file tinymce.php.
References $config, and __construct().
Referenced by instance().


| TinyMCE::$config = array() |
Definition at line 29 of file tinymce.php.
Referenced by __construct(), instance(), setConfig(), and TinyMCE().
|
static |
Definition at line 31 of file tinymce.php.
|
static |
Definition at line 32 of file tinymce.php.
| TinyMCE::$rootpath |
Definition at line 28 of file tinymce.php.
| TinyMCE::$setting = array() |
Definition at line 30 of file tinymce.php.