Class: DapperDan::HTML::Forms

Inherits:
Tag
  • Object
show all
Defined in:
lib/dapper-dan/tags/html.rb

Overview

forms

form       # V - IV
fieldset   # V - IV
legend     # V - IV
label      # V - IV
input      # V - IV
button     # V - IV
select     # V - IV
datalist   # V
optgroup   # V - IV
option     # V - IV
textarea   # V - IV
isindex    # IV
keygen     # V
output     # V
progress   # V
meter      # V

Direct Known Subclasses

Button, Fieldset, Form, Input, Label, Legend, Optgroup, Option, Select, Textarea

Instance Attribute Summary

Attributes inherited from Tag

#attributes, #content

Method Summary

Methods inherited from Tag

#generate_tag_attributes, #generate_tag_name, #initialize, #to_html, #to_tag

Constructor Details

This class inherits a constructor from DapperDan::HTML::Tag