color_field(object_name, method, options = {})
Instance Public methods
Returns a #text_field of type âcolorâ.
1 2 | color_field( "car" , "color" ) # => <input id="car_color" name="car[color]" type="color" value="#000000" /> |
Returns a #text_field of type âcolorâ.
1 2 | color_field( "car" , "color" ) # => <input id="car_color" name="car[color]" type="color" value="#000000" /> |
Designed by : w10schools
service@w10schools.com
Please login to continue.