XOOPS
2.6.0
|
Public Member Functions | |
__construct ($config) | |
__construct ($config) | |
get_xoopsPlugins () | |
get_xoopsPlugins () | |
init () | |
init () | |
& | instance ($config) |
& | instance ($config) |
loadCss ($css_file= 'style.css') | |
loadCss ($css_file= 'style.css') | |
loadPlugins () | |
loadPlugins () | |
render () | |
render () | |
setConfig ($config) | |
setConfig ($config) | |
TinyMCE ($config) | |
Public Attributes | |
$config = array() | |
$element = '' | |
$rootpath | |
$setting = array() | |
Definition at line 26 of file tinymce.php.
TinyMCE::__construct | ( | $config | ) |
Definition at line 34 of file tinymce.php.
References get_xoopsPlugins(), and setConfig().
Referenced by TinyMCE().
TinyMCE::__construct | ( | $config | ) |
constructor
string | $config | The configuration |
Definition at line 37 of file tinymce.php.
References $config, and setConfig().
TinyMCE::get_xoopsPlugins | ( | ) |
Definition at line 227 of file tinymce.php.
References $xoops_root_path, and XoopsBaseConfig\get().
Referenced by __construct().
TinyMCE::get_xoopsPlugins | ( | ) |
get_xoopsPlugins - return all xoops plugins
Definition at line 247 of file tinymce.php.
References $xoops_root_path, and XoopsBaseConfig\get().
TinyMCE::init | ( | ) |
Definition at line 66 of file tinymce.php.
References $button, $i, $xoops, $xoops_root_path, XoopsBaseConfig\get(), Xoops\getInstance(), loadCss(), and loadPlugins().
Referenced by render().
TinyMCE::init | ( | ) |
Initializes the tinyMCE
Definition at line 74 of file tinymce.php.
References $button, $GLOBALS, $i, XoopsBaseConfig\get(), loadCss(), and loadPlugins().
& TinyMCE::instance | ( | $config | ) |
Definition at line 48 of file tinymce.php.
References TinyMCE().
& TinyMCE::instance | ( | $config | ) |
Creates one instance of the tinyMCE object
array | $config | The configuration |
Definition at line 50 of file tinymce.php.
References $config, and TinyMCE().
TinyMCE::loadCss | ( | $css_file = 'style.css' | ) |
Definition at line 241 of file tinymce.php.
References $xoops, XoopsBaseConfig\get(), and Xoops\getInstance().
Referenced by init(), and loadCss().
TinyMCE::loadCss | ( | $css_file = 'style.css' | ) |
Definition at line 264 of file tinymce.php.
References $GLOBALS, XoopsBaseConfig\get(), Xoops\getInstance(), and loadCss().
TinyMCE::loadPlugins | ( | ) |
Definition at line 207 of file tinymce.php.
References $xoops_root_path, and XoopsBaseConfig\get().
Referenced by init().
TinyMCE::loadPlugins | ( | ) |
loadPlugins - load all plugins execpt the plugins in setting["exclude_plugins"]
Definition at line 223 of file tinymce.php.
References XoopsBaseConfig\get().
TinyMCE::render | ( | ) |
Definition at line 264 of file tinymce.php.
References $xoops_url, XoopsBaseConfig\get(), and init().
TinyMCE::render | ( | ) |
Renders the tinyMCE
Definition at line 292 of file tinymce.php.
References $chemin_array, $chemin_host, $chemin_scheme, XoopsBaseConfig\get(), and init().
TinyMCE::setConfig | ( | $config | ) |
Definition at line 59 of file tinymce.php.
Referenced by __construct().
TinyMCE::setConfig | ( | $config | ) |
Definition at line 62 of file tinymce.php.
References $config.
TinyMCE::TinyMCE | ( | $config | ) |
Definition at line 43 of file tinymce.php.
References __construct().
Referenced by instance().
TinyMCE::$config = array() |
Definition at line 29 of file tinymce.php.
Referenced by __construct(), instance(), and setConfig().
TinyMCE::$element = '' |
Definition at line 31 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.