Sha256: 3f4d8b66f482d1e576822973abb88d95d9d139ff35e923105d213b7c21589cbc
Contents?: true
Size: 1021 Bytes
Versions: 1
Compression:
Stored size: 1021 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>Sinatra Example app</title> <script type="text/javascript" src="/javascripts/tiny_mce/tiny_mce.js"></script> <script type="text/javascript" charset="utf-8"> // Initialize TinyMCE with the new plugin and listbox tinyMCE.init({ plugins: "rmce_uploadr,inlinepopups", mode : "textareas", theme : "advanced", dialog_type: 'modal', theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,undo,redo,link,unlink,image", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom" }); </script> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rmce_uploadr-0.0.1 | examples/sinatra/views/layout.erb |