Class: Trix::SimpleForm::TrixEditorInput

Inherits:
SimpleForm::Inputs::Base
  • Object
show all
Defined in:
lib/trix/simple_form/trix_editor_input.rb

Instance Method Summary collapse

Instance Method Details

#input(_wrapper_options) ⇒ Object



4
5
6
7
8
9
# File 'lib/trix/simple_form/trix_editor_input.rb', line 4

def input(_wrapper_options)
  editor_tag = template.('trix-editor', '', input: input_class, class: 'trix-content')
  hidden_field = @builder.hidden_field(attribute_name, input_html_options)

  template.('div', editor_tag + hidden_field, class: 'trix-editor-wrapper')
end