Module: Daisy::DataInput

Defined in:
lib/daisy.rb,
app/components/daisy/data_input/cally_component.rb,
app/components/daisy/data_input/label_component.rb,
app/components/daisy/data_input/range_component.rb,
app/components/daisy/data_input/filter_component.rb,
app/components/daisy/data_input/rating_component.rb,
app/components/daisy/data_input/select_component.rb,
app/components/daisy/data_input/toggle_component.rb,
app/components/daisy/data_input/checkbox_component.rb,
app/components/daisy/data_input/fieldset_component.rb,
app/components/daisy/data_input/text_area_component.rb,
app/components/daisy/data_input/file_input_component.rb,
app/components/daisy/data_input/text_input_component.rb,
app/components/daisy/data_input/cally_input_component.rb,
app/components/daisy/data_input/radio_button_component.rb

Overview

Holds all Data Input-type components.

Defined Under Namespace

Classes: CallyComponent, CallyInputComponent, CheckboxComponent, FieldsetComponent, FileInputComponent, FilterComponent, LabelComponent, RadioButtonComponent, RangeComponent, RatingComponent, SelectComponent, TextAreaComponent, TextInputComponent, ToggleComponent