XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
form.class.php File Reference

Go to the source code of this file.

Classes

class  RMForm
 

Variables

global $rmEvents
 
 $tiny =& TinyEditor::getInstance()
 
global $xoopsConfig
 
global $xoopsModule
 
$tiny configuration
 

Variable Documentation

global $rmEvents

Definition at line 12 of file form.class.php.

Referenced by cu_render_output(), and show_available_updates().

Controlador del editor TinyMCE

Definition at line 41 of file form.class.php.

Referenced by configure_rm_plugin(), RMForm\getTinyCSS(), RMForm\setTinyTags(), RMForm\tinyCSS(), and RMForm\tinyTags().

$tiny configuration
Initial value:
= array('mode'=>'exact',
'theme'=>'advanced',
'skin'=>"exm_theme",
'inlinepopups_skin'=>'exm',
'plugins' => $rmEvents->run_event('rmcommon.tiny.plugins.editor',"exmsystem,autolink,lists,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template"),
'theme_advanced_buttons1'=>RMEvents::get()->run_event('rmcommon.tinybuttons.toolbar1', "bold,italic,strikethrough,|,bullist,numlist,blockquote,|,justifyleft,justifycenter,justifyright,|,link,unlink,|,image,fullscreen,|,exm_more,exm_adv"),
'theme_advanced_buttons2'=>RMEvents::get()->run_event('rmcommon.tinybuttons.toolbar2', "underline,justifyfull,forecolor,|,removeformat,|,media,charmap,|,outdent,indent,|,undo,redo,|,exm_page,exm_img,exm_icons"),
'theme_advanced_buttons3'=>RMEvents::get()->run_event('rmcommon.tinybuttons.toolbar3', "styleselect,formatselect,insertimage,|,tablecontrols"),
'theme_advanced_buttons4'=>RMEvents::get()->run_event('rmcommon.tinybuttons.toolbar4', ""),
'spellchecker_languages'=>"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv",
'theme_advanced_toolbar_location'=>"top",
'theme_advanced_toolbar_align'=>"left",
'theme_advanced_statusbar_location'=>"bottom",
'theme_advanced_resizing'=>"1",
'theme_advanced_resize_horizontal'=>"",
'dialog_type'=>"modal",
'relative_urls'=>"",
'remove_script_host'=>"",
'convert_urls'=>"",
'apply_source_formatting'=>"",
'remove_linebreaks'=>"1",
'paste_convert_middot_lists'=>"1",
'paste_remove_spans'=>"1",
'paste_remove_styles'=>"1",
'gecko_spellcheck'=>"1",
'entities'=>"38,amp,60,lt,62,gt",
'accessibility_focus'=>"1",
'tab_focus'=>"'=>prev,'=>next",
'save_callback'=>"switchEditors.saveCallback",
'content_css'=>RMTemplate::get()->style_url('editor.css','rmcommon'))

Definition at line 42 of file form.class.php.

Referenced by TinyEditor\add_config(), TinyEditor\get_js(), and TinyEditor\remove_config().