Allow selecting the "spoiler" style when editing pages.
darkmorford -
f114ccd74c90
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -69,7 +69,7 tinyMCE.init({
69 69 mode : "exact",
70 70 elements: "content",
71 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 73 theme_advanced_buttons2 : "",
74 74 theme_advanced_buttons3 : "",
75 75 theme_advanced_toolbar_location : "top",
@@ -77,7 +77,10 tinyMCE.init({
77 77 theme_advanced_path_location : "bottom",
78 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 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 85 </script>
83 86
Comments 0
You need to be logged in to leave comments. Login now