XOOPS  2.6.0
TinyMCE Class Reference

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()
 

Detailed Description

Definition at line 26 of file tinymce.php.

Constructor & Destructor Documentation

TinyMCE::__construct (   $config)

Definition at line 34 of file tinymce.php.

References get_xoopsPlugins(), and setConfig().

Referenced by TinyMCE().

Here is the call graph for this function:

Here is the caller graph for this function:

TinyMCE::__construct (   $config)

constructor

Parameters
string$configThe configuration

Definition at line 37 of file tinymce.php.

References $config, and setConfig().

Here is the call graph for this function:

Member Function Documentation

TinyMCE::get_xoopsPlugins ( )

Definition at line 227 of file tinymce.php.

References $xoops_root_path, and XoopsBaseConfig\get().

Referenced by __construct().

Here is the call graph for this function:

Here is the caller graph for this function:

TinyMCE::get_xoopsPlugins ( )

get_xoopsPlugins - return all xoops plugins

Returns
array plugins

Definition at line 247 of file tinymce.php.

References $xoops_root_path, and XoopsBaseConfig\get().

Here is the call graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

TinyMCE::init ( )

Initializes the tinyMCE

Returns
boolean

Definition at line 74 of file tinymce.php.

References $button, $GLOBALS, $i, XoopsBaseConfig\get(), loadCss(), and loadPlugins().

Here is the call graph for this function:

& TinyMCE::instance (   $config)

Definition at line 48 of file tinymce.php.

References TinyMCE().

Here is the call graph for this function:

& TinyMCE::instance (   $config)

Creates one instance of the tinyMCE object

Parameters
array$configThe configuration
Returns
TinyMCE $instance The instance of tinyMCE object

Definition at line 50 of file tinymce.php.

References $config, and TinyMCE().

Here is the call graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

TinyMCE::loadCss (   $css_file = 'style.css')

Definition at line 264 of file tinymce.php.

References $GLOBALS, XoopsBaseConfig\get(), Xoops\getInstance(), and loadCss().

Here is the call graph for this function:

TinyMCE::loadPlugins ( )

Definition at line 207 of file tinymce.php.

References $xoops_root_path, and XoopsBaseConfig\get().

Referenced by init().

Here is the call graph for this function:

Here is the caller graph for this function:

TinyMCE::loadPlugins ( )

loadPlugins - load all plugins execpt the plugins in setting["exclude_plugins"]

Returns
array plugins

Definition at line 223 of file tinymce.php.

References XoopsBaseConfig\get().

Here is the call graph for this function:

TinyMCE::render ( )

Definition at line 264 of file tinymce.php.

References $xoops_url, XoopsBaseConfig\get(), and init().

Here is the call graph for this function:

TinyMCE::render ( )

Renders the tinyMCE

Returns
string $ret The rendered HTML string

Definition at line 292 of file tinymce.php.

References $chemin_array, $chemin_host, $chemin_scheme, XoopsBaseConfig\get(), and init().

Here is the call graph for this function:

TinyMCE::setConfig (   $config)

Definition at line 59 of file tinymce.php.

Referenced by __construct().

Here is the caller graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

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.


The documentation for this class was generated from the following file: