CaMykS
1.0-20231201
|
Public Member Functions | |
__construct ($path_type) | |
initialise ($params=array()) | |
display ($ta_name='') | |
set_contentInfos ($contentType='text', $contentValue='') | |
set_configInfos ($configType='default', $configValue='') | |
set_textareaInfos ($name='tinymceta', $sx=null, $sy=null) | |
load_themeCSSFile ($pageid=null) | |
load_fileManager ($fpath='', $furl='', $ftitle='') | |
load_pageChooser () | |
Public Member Functions inherited from Input | |
__construct ($name, $path_type) | |
Input ($name, $path_type) | |
display () | |
get_translation ($value, $data=null) | |
set_selectedLayout ($layout='') | |
Public Member Functions inherited from Plugin | |
__construct ($name, $plugin_type, $path_type) | |
get_version () | |
load_library ($library='') | |
load_file ($file='') | |
load_varFile ($file='') | |
load_engineFile ($file='') | |
get_engineFileURL ($file='', $path=false) | |
get_fileURL ($file='', $path=null, $default='') | |
get_varFileURL ($file='', $path=false, $default='') | |
get_filePath ($file='') | |
get_varFilePath ($file='') | |
add_JSFile ($file) | |
add_JSEngineFile ($file) | |
add_JSExternFile ($file) | |
add_JSScript ($script, $unique=false) | |
add_JSPreScript ($script, $unique=false) | |
add_JSWindowEventScript ($event, $script, $unique=false) | |
add_JSLoadScript ($script, $unique=false) | |
add_JSUnloadScript ($script, $unique=false) | |
add_styleFile ($file, $media='', $condition='') | |
add_styleScript ($css) | |
add_styleIncludedFile ($file) | |
add_StyleExternFile ($file, $media='', $condition='') | |
set_RSSFeed ($title, $url) | |
add_headerExtra ($content='') | |
install () | |
uninstall () | |
is_installed () | |
update ($version, $more='') | |
add_translation ($more='', $lg=null) | |
get_languages () | |
execute_onCaMykSInitialise () | |
execute_onCaMykSPageLoad () | |
execute_onCaMykSBodyOpen () | |
execute_onCaMykSBodyClose () | |
execute_onCaMykSAdminPageLoad () | |
execute_onCaMykSAdminBodyOpen () | |
execute_onCaMykSAdminBodyClose () | |
execute_onCaMykSTerminate () | |
get_requestLink ($params=array()) | |
get_requestJSLink ($params=array()) | |
execute_request () | |
get_varFile ($file) | |
Protected Attributes | |
$contentType = 'text' | |
Content type (text or file). More... | |
$contentValue = '' | |
Content value. More... | |
$configType = 'default' | |
Editor configuration. More... | |
$configValue = '' | |
Editor specific configuration. More... | |
$ta_name = 'tinymceta' | |
Editor's name. More... | |
$ta_sizex = '100%' | |
Editor's horizontal size. More... | |
$ta_sizey = '300px' | |
Editor's vertical size. More... | |
TinyMCE::__construct | ( | $path_type | ) |
Class constructor.
string | $path_type |
TinyMCE::initialise | ( | $params = array() | ) |
TinyMCE::display | ( | $ta_name = '' | ) |
Display input.
string | $ta_name |
TinyMCE::set_contentInfos | ( | $contentType = 'text' , |
|
$contentValue = '' |
|||
) |
Define content information.
string | $contentType | |
string | $contentValue |
TinyMCE::set_configInfos | ( | $configType = 'default' , |
|
$configValue = '' |
|||
) |
Define configuration information.
string | $configType | |
string | $configValue |
TinyMCE::set_textareaInfos | ( | $name = 'tinymceta' , |
|
$sx = null , |
|||
$sy = null |
|||
) |
Define textarea information.
string | $name | |
string | $sx | |
string | $sy |
TinyMCE::load_themeCSSFile | ( | $pageid = null | ) |
Load page theme
integer | $pageid |
TinyMCE::load_fileManager | ( | $fpath = '' , |
|
$furl = '' , |
|||
$ftitle = '' |
|||
) |
Load filemanager input
string | $fpath | |
string | $furl | |
string | $ftitle |
TinyMCE::load_pageChooser | ( | ) |
Load pagechooser input.
|
protected |
Content type (text or file).
var string $contentType
|
protected |
Content value.
var string $contentValue
|
protected |
Editor configuration.
var string $configType
|
protected |
Editor specific configuration.
var string $configValue
|
protected |
Editor's name.
var string $ta_name
|
protected |
Editor's horizontal size.
var string $ta_sizex
|
protected |
Editor's vertical size.
var string $ta_sizey