comparison static/js/tiny_mce_init_std.js @ 615:639af9e6bd78

For BB issue #11, update the list of TinyMCE valid styles.
author Brian Neal <bgneal@gmail.com>
date Sat, 22 Sep 2012 10:31:05 -0500
parents af403a9f4fb7
children
comparison
equal deleted inserted replaced
614:287d79be663e 615:639af9e6bd78
18 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", 18 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",
19 theme_advanced_buttons2 : "removeformat,styleselect,formatselect,fontselect,fontsizeselect,|,bullist,numlist,outdent,indent,|,link,unlink,anchor", 19 theme_advanced_buttons2 : "removeformat,styleselect,formatselect,fontselect,fontsizeselect,|,bullist,numlist,outdent,indent,|,link,unlink,anchor",
20 theme_advanced_buttons3 : "sub,sup,|,image,insertdate,inserttime,|,tablecontrols,|,hr,advhr,visualaid,|,charmap,emotions,|,print", 20 theme_advanced_buttons3 : "sub,sup,|,image,insertdate,inserttime,|,tablecontrols,|,hr,advhr,visualaid,|,charmap,emotions,|,print",
21 theme_advanced_buttons4 : "pastetext,pasteword,selectall" 21 theme_advanced_buttons4 : "pastetext,pasteword,selectall"
22 }, 22 },
23 valid_styles : { '*' : 'font-style,font-weight,text-decoration'} 23 valid_styles : { '*' : 'font-style,font-weight,text-decoration,float,margin,margin-right'}
24 }); 24 });