Sha256: 282bdbf43f07bd44fb2d182864703cff757811832e4370b9663a8892c8505c8f

Contents?: true

Size: 325 Bytes

Versions: 10

Compression:

Stored size: 325 Bytes

Contents

<%- rtfs = element.richtext_contents_ids -%>
(function() {
  var $element = $('.element_content', '#element_<%= element.id %>');
  Alchemy.Tinymce.remove(<%= rtfs.to_json %>);
  $element.html('<%= escape_javascript render_editor(element) %>');
  Alchemy.GUI.init($element);
  Alchemy.Tinymce.init(<%= rtfs.to_json %>);
})();

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/views/alchemy/admin/elements/_refresh_editor.js.erb
alchemy_cms-2.9.0 app/views/alchemy/admin/elements/_refresh_editor.js.erb
alchemy_cms-2.8.3 app/views/alchemy/admin/elements/_refresh_editor.js.erb
alchemy_cms-2.7.5 app/views/alchemy/admin/elements/_refresh_editor.js.erb
alchemy_cms-2.7.4 app/views/alchemy/admin/elements/_refresh_editor.js.erb
alchemy_cms-2.8.2 app/views/alchemy/admin/elements/_refresh_editor.js.erb
alchemy_cms-2.8.1 app/views/alchemy/admin/elements/_refresh_editor.js.erb
alchemy_cms-2.7.3 app/views/alchemy/admin/elements/_refresh_editor.js.erb
alchemy_cms-2.7.2 app/views/alchemy/admin/elements/_refresh_editor.js.erb
alchemy_cms-2.7.1 app/views/alchemy/admin/elements/_refresh_editor.js.erb