Sha256: 59ac8343e420c7b37d7d8a2ab852586ea5b9f8696059d4a7a23eb09dded55124
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
if defined?(Tinymce::Hammer) Tinymce::Hammer.install_path = '/javascripts/alchemy/tiny_mce' Tinymce::Hammer.plugins = %w(autoresize paste fullscreen inlinepopups alchemy_link) Tinymce::Hammer.languages = ['de', 'en'] Tinymce::Hammer.init = { :paste_convert_headers_to_strong => true, :paste_convert_middot_lists => true, :paste_remove_spans => true, :paste_remove_styles => true, :paste_strip_class_attributes => true, :theme => 'advanced', :skin => 'o2k7', :skin_variant => 'silver', :inlinepopups_skin => 'alchemy', :popup_css => "/stylesheets/alchemy/alchemy_tinymce_dialog.css", :content_css => "/stylesheets/alchemy/alchemy_tinymce_content.css", :dialog_type => "modal", :width => "100%", :theme_advanced_resizing => true, :theme_advanced_resize_horizontal => false, :theme_advanced_resizing_min_height => '185', :theme_advanced_toolbar_align => 'left', :theme_advanced_toolbar_location => 'top', :theme_advanced_statusbar_location => 'bottom', :theme_advanced_buttons1 => 'bold,italic,underline,strikethrough,sub,sup,|,numlist,bullist,indent,outdent,|,alchemy_link,unlink,|,removeformat,cleanup,|,fullscreen', :theme_advanced_buttons2 => 'pastetext,pasteword,charmap,code,help', :theme_advanced_buttons3 => '', :fix_list_elements => true, :convert_urls => false } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alchemy_cms-2.0.rc4 | config/initializers/tinymce_hammer.rb |