Topic: TinyMCE Hammer - how to use advanced theme
I'm using TinyMCE Hammer in my app. I was trying to change simple theme to advanced but theme still stay on simple.
I was created config/initializers/tinymce_hammer.rb.
and put some code there
Tinymce::Hammer.install_path = '/javascripts/tiny_mce'
Tinymce::Hammer.plugins = %w(safari table paste paste2 tabfocus)
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'],
[:theme_advanced_toolbar_align, 'left'],
[:theme_advanced_toolbar_location, 'top'],
[:theme_advanced_buttons1, 'undo,redo,cut,copy,paste,pastetext,|,bold,italic,strikethrough,blockquote,charmap,bullist,numlist,removeformat,|,link,unlink,image,|,cleanup,code'],
[:theme_advanced_buttons2, ''],
[:theme_advanced_buttons3, ''],
[:valid_elements,]Last edited by nikos83 (2012-01-02 07:40:17)