Sha256: e33147ba540f261eb78d7fefff93439c6f913ff05f01144f030e2bd820444e0b
Contents?: true
Size: 1.72 KB
Versions: 20
Compression:
Stored size: 1.72 KB
Contents
h3 { "input()" } section { code_demo { %Q{ input( class: 'ae-text-field ae-input-sm', type: "text", name: "text", value: "Enter a word", placeholder: "Enter some text" ) } } } h3 { "smart_form()" } section { code_demo { %Q{ smart_form(){ } } } } h3 { 'express_form()'} section { code_demo { %Q{ express_form() { } } } } h3 { "Search" } section { para { "A search form always contains a search field and reset search field button. Search button is optional. Search on \"enter\" key is always enabled." } table { thead { th { "Properties" } th { "Notes" } } tbody { tr { td { code { "maxLength" } } td { "auto or string" } } tr { td { code { "grouping" } } td { "inline, horizontal, or single_line" } } tr { td { code { "button"} } td { "true or false" } } } } code_demo { %Q{ search_form( name: "", maxlength: "", class: "", placeholder: "Enter a keyword and hit enter", value: "", grouping: "single_line", button: true, button_text: "Search"){ } } } } h3 { "Express Billing" } section { para { "Credit card form, coupon code" } } h3 { 'code_editor()'} section { code_demo { %Q{ express_form() { code_editor() } } } } h3 { 'country_select()'} section { code_demo { %Q{ express_form() { country_select :country_code, label: "Country", class: form_field_class(:country) } } } } h3 { "media_form()" } section { code_demo { %Q{ media_form() } } }
Version data entries
20 entries across 20 versions & 1 rubygems