comparison media/js/tiny_mce_init_std.js @ 7:ca66189c7c44

Added tiny_mce to the GPP_THIRD_PARTY_JS setting. Updated code to use it.
author Brian Neal <bgneal@gmail.com>
date Sun, 12 Apr 2009 00:31:36 +0000
parents dbd703f7d63a
children
comparison
equal deleted inserted replaced
6:b6263ac72052 7:ca66189c7c44
2 mode : "textareas", 2 mode : "textareas",
3 theme : "advanced", 3 theme : "advanced",
4 content_css : "css/example.css", 4 content_css : "css/example.css",
5 theme_advanced_toolbar_location : "top", 5 theme_advanced_toolbar_location : "top",
6 theme_advanced_toolbar_align : "left", 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", 7 theme_advanced_buttons1 : "fullscreen,|,preview,|,bold,italic,underline,strikethrough,|,bullist,numlist,outdent,indent,|,undo,redo,|,link,unlink,anchor,|,image,cleanup,help,|,code",
8 theme_advanced_buttons2 : "", 8 theme_advanced_buttons2 : "",
9 theme_advanced_buttons3 : "", 9 theme_advanced_buttons3 : "",
10 auto_cleanup_word : true, 10 auto_cleanup_word : true,
11 plugins : "table,advhr,emotions,insertdatetime,preview,searchreplace,print,contextmenu,fullscreen,media", 11 plugins : "table,advhr,emotions,insertdatetime,preview,searchreplace,print,contextmenu,fullscreen,media",
12 plugin_insertdate_dateFormat : "%m/%d/%Y", 12 plugin_insertdate_dateFormat : "%m/%d/%Y",