class TinymceTextInput

Public Instance Methods

input_html_options() click to toggle source
# File inputs/tinymce_text_input.rb, line 2
def input_html_options
        super.merge(:class => "tinymce")
end