heartcombo--simple_form/lib/simple_form/inputs
Lucas Mazza b5f2ea420d Generates additional wrapper class based on object + attribute name,
like `<div class='input string user_name'>`.

Closes #576
2012-10-07 00:35:35 -03:00
..
base.rb Generates additional wrapper class based on object + attribute name, 2012-10-07 00:35:35 -03:00
block_input.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00
boolean_input.rb add ability to specify checked and uncked values for boolean input 2012-09-04 22:28:58 +03:00
collection_check_boxes_input.rb Bring the same concept of "Builder" to collection radio buttons/check boxes 2012-02-13 23:57:56 -02:00
collection_input.rb Use CollectionInput as base for other collection inputs 2012-01-26 18:10:34 -02:00
collection_radio_buttons_input.rb Hash#fetch FTW 2012-02-25 00:17:56 +03:00
collection_select_input.rb Use CollectionInput as base for other collection inputs 2012-01-26 18:10:34 -02:00
date_time_input.rb Refactor label target for date time input 2012-02-09 11:21:22 -02:00
file_input.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00
grouped_collection_select_input.rb can use blank collection with grouped_collection input, closes #430 2012-02-03 22:17:40 +03:00
hidden_input.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00
numeric_input.rb Make min_max also a component. 2011-12-04 16:31:13 +01:00
password_input.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00
priority_input.rb Indent protected/private calls 2012-01-26 17:22:05 -02:00
range_input.rb Make html5 a wrapper option. 2011-12-04 16:15:32 +01:00
string_input.rb Make html5 a wrapper option. 2011-12-04 16:15:32 +01:00
text_input.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00