Sha256: d475873944798308da895269ca05b03ba6ca57c4d1fbfa8131bd5d0675d37d33
Contents?: true
Size: 940 Bytes
Versions: 13
Compression:
Stored size: 940 Bytes
Contents
// This is taken directly from http://tinymce.moxiecode.com/wiki.php/%22For_Dummies%22 tinyMCE.init({ {mode_string}, theme : "advanced", plugins : "emotions,spellchecker,advhr,insertdatetime,preview", // Theme options - button# indicated the row# only theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,|,justifyleft,justifycenter,justifyright,fontselect,fontsizeselect,formatselect", theme_advanced_buttons2 : "cut,copy,paste,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,|,code,preview,|,forecolor,backcolor", theme_advanced_buttons3 : "insertdate,inserttime,|,spellchecker,advhr,,removeformat,|,sub,sup,|,charmap,emotions", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", theme_advanced_resizing : true });
Version data entries
13 entries across 13 versions & 1 rubygems