comparison media/js/tiny_mce_init_std.js @ 1:dbd703f7d63a

Initial import of sg101 stuff from private repository.
author gremmie
date Mon, 06 Apr 2009 02:43:12 +0000
parents
children ca66189c7c44
comparison
equal deleted inserted replaced
0:900ba3c7b765 1:dbd703f7d63a
1 tinyMCE.init({
2 mode : "textareas",
3 theme : "advanced",
4 content_css : "css/example.css",
5 theme_advanced_toolbar_location : "top",
6 theme_advanced_toolbar_align : "left",
7 theme_advanced_buttons1 : "fullscreen,|,preview,|,bold,italic,underline,strikethrough,|,bullist,numlist,outdent,indent,|,undo,redo,|,link,unlink,anchor,|,image,media,cleanup,help,|,code",
8 theme_advanced_buttons2 : "",
9 theme_advanced_buttons3 : "",
10 auto_cleanup_word : true,
11 plugins : "table,advhr,emotions,insertdatetime,preview,searchreplace,print,contextmenu,fullscreen,media",
12 plugin_insertdate_dateFormat : "%m/%d/%Y",
13 plugin_insertdate_timeFormat : "%H:%M:%S",
14 fullscreen_settings : {
15 theme_advanced_path_location : "top",
16 theme_advanced_buttons1 : "fullscreen,|,preview,|,cut,copy,paste,|,undo,redo,|,search,replace,|,code,|,cleanup,|,bold,italic,underline,strikethrough,|,forecolor,backcolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,help",
17 theme_advanced_buttons2 : "removeformat,styleselect,formatselect,fontselect,fontsizeselect,|,bullist,numlist,outdent,indent,|,link,unlink,anchor",
18 theme_advanced_buttons3 : "sub,sup,|,image,insertdate,inserttime,|,tablecontrols,|,hr,advhr,visualaid,|,charmap,emotions,|,print"
19 }
20 });