Annotation of /mambo/branches/4.6/mambots/editors/mostlyce/jscripts/tiny_mce/mostlyce_config.php
Parent Directory
|
Revision Log
Revision 1053 - (view) (download)
| 1 : | cauld | 1053 | <?php |
| 2 : | $editor_themes = 'advanced'; | ||
| 3 : | $editor_compression = 'false'; | ||
| 4 : | $editor_lang = 'en'; | ||
| 5 : | $editor_lang_list = 'en'; | ||
| 6 : | $editor_width = '500'; | ||
| 7 : | $editor_height = '450'; | ||
| 8 : | $editor_css_override = '0'; | ||
| 9 : | $editor_custom_css = 'editor_content.css'; | ||
| 10 : | $editor_newlines = 'p'; | ||
| 11 : | $editor_convert_urls = 'true'; | ||
| 12 : | $editor_script_acl = 'true'; | ||
| 13 : | $editor_script_elms = 'src|type|language'; | ||
| 14 : | $editor_iframe_acl = 'true'; | ||
| 15 : | $editor_iframe_elms = 'src|width|height|class|border|align|scrolling'; | ||
| 16 : | $editor_xtd_elms = ''; | ||
| 17 : | $editor_direction = 'ltr'; | ||
| 18 : | $editor_extra_plugins = ''; | ||
| 19 : | $editor_font_tools_acl = 'true'; | ||
| 20 : | $editor_plugin_datetime_acl = 'true'; | ||
| 21 : | $editor_plugin_dateformat = '%m/%d/%Y'; | ||
| 22 : | $editor_plugin_timeformat = '%I:%M%p'; | ||
| 23 : | $editor_plugin_emotions_acl = 'true'; | ||
| 24 : | $editor_plugin_print = 'true'; | ||
| 25 : | $editor_plugin_searchreplace = 'true'; | ||
| 26 : | $editor_plugin_media_acl = 'true'; | ||
| 27 : | $editor_plugin_table_acl = 'true'; | ||
| 28 : | $editor_plugin_spellchecker = 'false'; | ||
| 29 : | $editor_plugin_layer = 'true'; | ||
| 30 : | $editor_mosimage_icon = 'true'; | ||
| 31 : | $editor_plugin_img_mgr = 'false'; | ||
| 32 : | $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'; | ||
| 33 : | $editor_layout_row2 = 'outdent,indent,separator,bullist,numlist,separator,charmap,hr,separator, | ||
| 34 : | tablecontrols,separator,visualaid'; | ||
| 35 : | $editor_layout_row3 = 'styleselect,formatselect,separator,fontselect,fontsizeselect, | ||
| 36 : | forecolor,backcolor,separator,insertdate,inserttime'; | ||
| 37 : | $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'; | ||
| 38 : | $editor_tmpl_dir = 'files'; | ||
| 39 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

