Module: Card::Set::All::NestImage::HtmlFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- tmpsets/set/mod023-edit/all/nest_image.rb
Instance Method Summary collapse
Instance Method Details
#new_image_buttons ⇒ Object
24 25 26 27 28 29 |
# File 'tmpsets/set/mod023-edit/all/nest_image.rb', line 24 def do [(no_origin_update: true), ("Cancel", class: "btn-sm")] end end |
#new_image_form_opts ⇒ Object
17 18 19 20 21 22 |
# File 'tmpsets/set/mod023-edit/all/nest_image.rb', line 17 def new_image_form_opts { buttons: , success: { view: :open_nest_editor, format: :js, tinymce_id: Env.params[:tinymce_id] }, "data-slotter-mode": "silent-success" } end |