Class: Trix::SimpleForm::TrixEditorInput
- Inherits:
-
SimpleForm::Inputs::Base
- Object
- SimpleForm::Inputs::Base
- Trix::SimpleForm::TrixEditorInput
- 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 10 11 12 |
# File 'lib/trix/simple_form/trix_editor_input.rb', line 4 def input() = .slice(:spellcheck, :toolbar, :tabindex, :input) = { input: input_class, class: 'trix-content' }.merge() editor_tag = template.content_tag('trix-editor', '', ) hidden_field = @builder.hidden_field(attribute_name, ) template.content_tag('div', hidden_field + editor_tag, class: 'trix-editor-wrapper') end |