Sha256: 80c2fbf827d76cc2d8d813d6f502e0eef0b9d37c485705f2c7eb83bd87062510
Contents?: true
Size: 766 Bytes
Versions: 1
Compression:
Stored size: 766 Bytes
Contents
require "formalist/element" require "formalist/elements" require "formalist/types" module Formalist class Elements class SearchMultiSelectionField < Field attribute :sortable, Types::Bool attribute :max_height, Types::String attribute :render_option_as, Types::String attribute :render_option_control_as, Types::String attribute :render_selection_as, Types::String attribute :search_params, Types::Hash attribute :search_per_page, Types::Integer attribute :search_threshold, Types::Integer attribute :search_url, Types::String attribute :selections, Types::Array attribute :selector_label, Types::String end register :search_multi_selection_field, SearchMultiSelectionField end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
formalist-0.5.1 | lib/formalist/elements/standard/search_multi_selection_field.rb |