app/models/effective/form_inputs/text_field.rb
# frozen_string_literal: true module Effective module FormInputs class TextField < Effective::FormInput def input_html_options { class: 'form-control', maxlength: 250, size: nil, id: tag_id } end end end end
Source Files
- app/controllers/concerns/effective_bootstrap/save_tabs.rb
- app/helpers/effective_article_editor_helper.rb
- app/helpers/effective_bootstrap_helper.rb
- app/helpers/effective_editor_helper.rb
- app/helpers/effective_form_builder_helper.rb
- app/helpers/effective_icons_helper.rb
- app/helpers/effective_iframe_helper.rb
- app/helpers/effective_table_builder_helper.rb
- app/models/effective/form_builder.rb
- app/models/effective/form_input.rb
- app/models/effective/form_inputs/article_editor.rb
- app/models/effective/form_inputs/check_box.rb
- app/models/effective/form_inputs/checks.rb
- app/models/effective/form_inputs/ck_editor.rb
- app/models/effective/form_inputs/clear.rb
- app/models/effective/form_inputs/collection_input.rb
- app/models/effective/form_inputs/date_field.rb
- app/models/effective/form_inputs/datetime_field.rb
- app/models/effective/form_inputs/delete.rb
- app/models/effective/form_inputs/editor.rb
- app/models/effective/form_inputs/email_cc_field.rb
- app/models/effective/form_inputs/email_field.rb
- app/models/effective/form_inputs/error_field.rb
- app/models/effective/form_inputs/file_field.rb
- app/models/effective/form_inputs/float_field.rb
- app/models/effective/form_inputs/form_group.rb
- app/models/effective/form_inputs/has_many.rb
- app/models/effective/form_inputs/hidden_field.rb
- app/models/effective/form_inputs/integer_field.rb
- app/models/effective/form_inputs/number_field.rb
- app/models/effective/form_inputs/number_text_field.rb
- app/models/effective/form_inputs/password_field.rb
- app/models/effective/form_inputs/percent_field.rb
- app/models/effective/form_inputs/phone_field.rb
- app/models/effective/form_inputs/price_field.rb
- app/models/effective/form_inputs/radios.rb
- app/models/effective/form_inputs/remote_link_to.rb
- app/models/effective/form_inputs/reset.rb
- app/models/effective/form_inputs/rich_text_area.rb
- app/models/effective/form_inputs/save.rb
- app/models/effective/form_inputs/search_field.rb
- app/models/effective/form_inputs/select.rb
- app/models/effective/form_inputs/select_or_text.rb
- app/models/effective/form_inputs/static_field.rb
- app/models/effective/form_inputs/submit.rb
- app/models/effective/form_inputs/text_area.rb
- app/models/effective/form_inputs/text_field.rb
- app/models/effective/form_inputs/time_field.rb
- app/models/effective/form_inputs/time_zone_select.rb
- app/models/effective/form_inputs/url_field.rb
- app/models/effective/form_logic.rb
- app/models/effective/form_logics/hide_if.rb
- app/models/effective/form_logics/show_if.rb
- app/models/effective/form_logics/show_if_any.rb
- app/models/effective/table_builder.rb
- app/models/effective/table_row.rb
- app/models/effective/table_rows/article_editor.rb
- app/models/effective/table_rows/belongs_to.rb
- app/models/effective/table_rows/boolean.rb
- app/models/effective/table_rows/collection.rb
- app/models/effective/table_rows/content_for.rb
- app/models/effective/table_rows/date_field.rb
- app/models/effective/table_rows/datetime_field.rb
- app/models/effective/table_rows/effective_address.rb
- app/models/effective/table_rows/email_field.rb
- app/models/effective/table_rows/file_field.rb
- app/models/effective/table_rows/percent_field.rb
- app/models/effective/table_rows/phone_field.rb
- app/models/effective/table_rows/price_field.rb
- app/models/effective/table_rows/text_area.rb
- app/models/effective/table_rows/url_field.rb
- lib/effective_bootstrap.rb
- lib/effective_bootstrap/engine.rb
- lib/effective_bootstrap/version.rb
- lib/generators/effective_bootstrap/install_generator.rb