View of /mambo/branches/4.6/mambots/editors/mostlyce/jscripts/tiny_mce/mostlyce_config.php
Parent Directory
|
Revision Log
Revision 1053 -
(download)
(annotate)
Wed Apr 18 22:49:01 2007 UTC (6 years, 1 month ago) by cauld
File size: 1824 byte(s)
Wed Apr 18 22:49:01 2007 UTC (6 years, 1 month ago) by cauld
File size: 1824 byte(s)
! Commiting bot_mostlyceV2.2. v2.0 was pretty outdate and had some browser compatability issues. v2.2 is based on the latest version TinyMCE has to offer.
<?php $editor_themes = 'advanced'; $editor_compression = 'false'; $editor_lang = 'en'; $editor_lang_list = 'en'; $editor_width = '500'; $editor_height = '450'; $editor_css_override = '0'; $editor_custom_css = 'editor_content.css'; $editor_newlines = 'p'; $editor_convert_urls = 'true'; $editor_script_acl = 'true'; $editor_script_elms = 'src|type|language'; $editor_iframe_acl = 'true'; $editor_iframe_elms = 'src|width|height|class|border|align|scrolling'; $editor_xtd_elms = ''; $editor_direction = 'ltr'; $editor_extra_plugins = ''; $editor_font_tools_acl = 'true'; $editor_plugin_datetime_acl = 'true'; $editor_plugin_dateformat = '%m/%d/%Y'; $editor_plugin_timeformat = '%I:%M%p'; $editor_plugin_emotions_acl = 'true'; $editor_plugin_print = 'true'; $editor_plugin_searchreplace = 'true'; $editor_plugin_media_acl = 'true'; $editor_plugin_table_acl = 'true'; $editor_plugin_spellchecker = 'false'; $editor_plugin_layer = 'true'; $editor_mosimage_icon = 'true'; $editor_plugin_img_mgr = 'false'; $editor_layout_row1 = 'newdocument,separator,undo,redo,separator,selectall,cut,copy,paste,pastetext,pasteword,separator,removeformat,cleanup,separator,bold,italic,underline,strikethrough,sub,sup,separator,justifyleft,justifycenter,justifyright,justifyfull'; $editor_layout_row2 = 'outdent,indent,separator,bullist,numlist,separator,charmap,hr,separator, tablecontrols,separator,visualaid'; $editor_layout_row3 = 'styleselect,formatselect,separator,fontselect,fontsizeselect, forecolor,backcolor,separator,insertdate,inserttime'; $editor_layout_row4 = 'help,separator,fullscreen,preview,separator,print,separator,emotions,media,separator,link,unlink,anchor,separator,image,separator,ltr,rtl,separator,code,search,replace,spellchecker,separator,insertlayer,moveforward,movebackward,absolute'; $editor_tmpl_dir = 'files'; ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

