Class: SearchSelectFilterInput
- Inherits:
-
SearchSelectInput
- Object
- Formtastic::Inputs::StringInput
- ActiveAdminAddons::InputBase
- SearchSelectInput
- SearchSelectFilterInput
- Includes:
- ActiveAdminAddons::FilterInput
- Defined in:
- app/inputs/search_select_filter_input.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods included from ActiveAdminAddons::FilterInputMethods
#eq_input_name, #gteq_input_name, #input_value, #lteq_input_name, #object_class
Methods included from ActiveAdminAddons::InputMethods
#association_name, #build_virtual_attr, #input_association_value, #input_related_items, #input_value, #method_model, #model_name, #object_class, #tableize_method, #translated_method, #url_from_method, #valid_method, #valid_object
Methods inherited from SearchSelectInput
Methods included from ActiveAdminAddons::SelectHelpers
#active_record_select?, #array_to_select_options, #collection_to_select_options, #initial_collection_to_select_options, #item_to_select_option, #selected_collection, #selected_item
Methods included from ActiveAdminAddons::InputOptionsHandler
#attr_options, #control_attributes, #css_classes, #data_attr_options, #get_data_attr_value, #load_attr, #load_class, #load_data_attr
Methods inherited from ActiveAdminAddons::InputBase
#concat, #input_html_options, #load_input_class, #parts, #parts_to_html, #render_custom_input, #to_html
Methods included from ActiveAdminAddons::InputHtmlHelpers
#build_hidden_control, #build_separator, #empty_input_id, #method_to_input_array_name, #method_to_input_id, #method_to_input_name, #prefixed_method, #selected_values_id
Instance Method Details
#input_method ⇒ Object
9 10 11 |
# File 'app/inputs/search_select_filter_input.rb', line 9 def input_method eq_input_name end |
#load_control_attributes ⇒ Object
4 5 6 7 |
# File 'app/inputs/search_select_filter_input.rb', line 4 def load_control_attributes super load_data_attr(:width, default: "resolve") end |