Class: Searches::Form
- Inherits:
-
KonoUtils::Object::Cell::Form
- Object
- Trailblazer::Cell
- KonoUtils::Object::Cell::Base
- KonoUtils::Object::Cell::Form
- Searches::Form
- Defined in:
- app/concepts/kono_utils/object/cell/searches/form.rb
Overview
Classe variante della ricerca
Instance Method Summary collapse
-
#send_buttons_to ⇒ Object
Destinazione bottoni nel layout.
- #submit_buttons(form_builder:) ⇒ Array<Concept>
Methods inherited from KonoUtils::Object::Cell::Form
Methods inherited from KonoUtils::Object::Cell::Base
#_prefixes, #base_class, #concept, #content_for_layout, #content_for_layout?, #destroy_custom_polymorphic_path, #edit_custom_polymorphic_path, #index_custom_polymorphic_path, #kono_user, #legacy_concept, logger, #model_gender, #new_custom_polymorphic_path, #show_custom_polymorphic_path, #title_del, #title_del_g, #title_edit_g, #title_mod, #title_new, #title_new_g, #title_newa, #title_show_g
Methods included from KonoUtilsBootstrapView4::ApplicationIconHelper
Instance Method Details
#send_buttons_to ⇒ Object
Destinazione bottoni nel layout
10 11 12 |
# File 'app/concepts/kono_utils/object/cell/searches/form.rb', line 10 def :search_buttons_container end |
#submit_buttons(form_builder:) ⇒ Array<Concept>
16 17 18 |
# File 'app/concepts/kono_utils/object/cell/searches/form.rb', line 16 def (form_builder:) super + [concept("cell/buttons/reset_search", model.search_form_builder.to_model)] end |