Sha256: cc81b36c6429ffceaf2810f2497f3ddeba38407becdfbedd8cb0e8278420c9d6

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  <title>Posts: <%= controller.action_name %></title>
  <%= stylesheet_link_tag 'scaffold' %>
  <%= javascript_include_tag 'tiny_mce/tiny_mce' %>
  <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>

<p style="color: green"><%= flash[:notice] %></p>

<%= yield %>

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rmce_uploadr-0.0.2 examples/rails/app/views/layouts/posts.html.erb
rmce_uploadr-0.0.1 examples/rails/app/views/layouts/posts.html.erb