Merge pull request #9 from mt-admin spoiler-style...
darkmorford -
1ec8d7dbefa5 merge
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -69,7 +69,7 tinyMCE.init({
69 mode : "exact",
69 mode : "exact",
70 elements: "content",
70 elements: "content",
71 theme : "advanced",
71 theme : "advanced",
72 theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,undo,redo,link,unlink,code,formatselect",
72 theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,undo,redo,link,unlink,code,formatselect,styleselect",
73 theme_advanced_buttons2 : "",
73 theme_advanced_buttons2 : "",
74 theme_advanced_buttons3 : "",
74 theme_advanced_buttons3 : "",
75 theme_advanced_toolbar_location : "top",
75 theme_advanced_toolbar_location : "top",
@@ -77,7 +77,10 tinyMCE.init({
77 theme_advanced_path_location : "bottom",
77 theme_advanced_path_location : "bottom",
78 extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],"
78 extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],"
79 + "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],iframe[frameborder|height|src|width|scrolling|allowfullscreen]",
79 + "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],iframe[frameborder|height|src|width|scrolling|allowfullscreen]",
80 theme_advanced_blockformats : "p,h3,h4,h5,h6"
80 theme_advanced_blockformats : "p,h3,h4,h5,h6",
81 theme_advanced_resizing : true,
82 theme_advanced_styles : "Spoiler=spoiler"
83
81 });
84 });
82 </script>
85 </script>
83
86
Comments 0
You need to be logged in to leave comments. Login now