Sha256: 5042d319f569ad7c8b373d75f6e38a0c2246afee14715496e8e024dd471825da

Contents?: true

Size: 788 Bytes

Versions: 5

Compression:

Stored size: 788 Bytes

Contents

$(function() {
  $('textarea').tinymce({
    theme: 'advanced',
    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,undo,redo,link,unlink",
    theme_advanced_buttons2 : "formatselect, removeformat, indent, outdent, image, code",
    theme_advanced_buttons3 : "",
    theme_advanced_blockformats : "p,h1,h2,h3,h4,h5,h6,blockquote,dt,dd,code,samp",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_statusbar_location : "bottom",


    plugins : "fullscreen",
    theme_advanced_buttons3_add : "fullscreen",
    fullscreen_new_window : true,
    fullscreen_settings : {
            theme_advanced_path_location : "top"
    }
    
  });
});

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
monologue-0.2.0 app/assets/javascripts/monologue/admin/tinymce-config.js
monologue-0.2.0.beta3 app/assets/javascripts/monologue/admin/tinymce-config.js
monologue-0.1.3 app/assets/javascripts/monologue/admin/tinymce-config.js
monologue-0.1.2 app/assets/javascripts/monologue/admin/tinymce-config.js
monologue-0.1.0 app/assets/javascripts/monologue/admin/tinymce-config.js