Representers for the (unofficial!) Form+JSON media type.
gem 'roar-json_form'
[
{
type : "text",
name : "comment",
label : "Comment (160 max.)"
},
{
type : "radio",
name : "rating",
label : "Was this gem helpful to you?",
data :[
{ value: 1, src: "thumb_up.png", label: "Hell yeah!" },
{ value: 0, src: "thumb_down.png", label: "Not really..."}
]
},
{
type : "select",
name : "version",
size : 1,
data : [
{ value: current, selected: true, text: current },
{ value: v0.0.9 }
]
}
]
+ validations!
- Select#options
- Radio#each/[]