Sha256: 0d51812a6815a0e1921eec11f2e8cbf280088bd8cc8897da1010669e6e1263c6

Contents?: true

Size: 1.15 KB

Versions: 13

Compression:

Stored size: 1.15 KB

Contents

%div#forms.element
  %h2.element-title Forms
  .markup
    %form#form{"accept-charset" => "UTF-8", :action => "/action", :method => "post"}
      %fieldset
        %legend Fieldset with legend
        %div
          %label Label for Radios
          %input{:name => "radio", :type => "radio", :value => ""}/
          %input{:name => "Radio", :type => "radio", :value => ""}/
          %input{:name => "Radio", :type => "radio", :value => ""}/
        %div
          %label Label for Checkboxes
          %input{:name => "checkboxes", :type => "checkbox", :value => ""}/
          %input{:name => "checkboxes", :type => "checkbox", :value => ""}/
          %input{:name => "checkboxes", :type => "checkbox", :value => ""}/
        %div
          %label Label for Textfield
          %input#textfield{:maxlength => "12", :size => "50", :type => "text", :value => "input"}/
        %div
          %label label for Textarea
          %textarea#text{:cols => "50", :rows => "5"}
        %div
          %label label for Filefield
          %input{:name => "files", :size => "50", :type => "file"}/
        %div
          %input{:name => "button", :type => "button", :value => "Button"}/

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
survivalkit-1.0.beta.8 templates/project/templates/old/survivalkit/partials/common/forms.haml
survivalkit-1.0.beta.7 templates/project/templates/old/survivalkit/partials/common/forms.haml
survivalkit-1.0.beta.6 templates/project/templates/old/survivalkit/partials/common/forms.haml
survivalkit-1.0.beta.5 templates/project/templates/old/survivalkit/partials/common/forms.haml
survivalkit-1.0.beta.4 templates/project/templates/old/survivalkit/partials/common/forms.haml
survivalkit-1.0.beta.3 templates/project/templates/old/survivalkit/partials/common/forms.haml
survivalkit-1.0.beta.2 templates/project/templates/old/survivalkit/partials/common/forms.haml
survivalkit-1.0.beta.1 templates/project/templates/old/survivalkit/partials/common/forms.haml
survivalkit-0.3.4 templates/project/templates/old/survivalkit/partials/common/forms.haml
survivalkit-0.3.3 templates/project/templates/old/survivalkit/partials/common/forms.haml
survivalkit-0.3.2 templates/project/templates/old/survivalkit/partials/common/forms.haml
survivalkit-0.3.1 templates/project/templates/old/survivalkit/partials/common/forms.haml
survivalkit-0.3 templates/project/templates/old/survivalkit/partials/common/forms.haml