class CKEditor5::Rails::Hooks::SimpleForm::CKEditor5Input

def input(wrapper_options = nil)

Returns:
  • (String) - Rendered editor HTML

Parameters:
  • wrapper_options (Hash) -- Options passed from the form wrapper
def input(wrapper_options = nil)
  merged_input_options = merge_wrapper_options(input_html_options, wrapper_options)
  @builder.template.ckeditor5_editor(**editor_options(merged_input_options))
end