Class
CGIKit::Command::HTMLForm
In:
lib/cgikit/command.rb
Parent:
HTMLElement
Methods
checkbox
checkbox_at
control
control_at
hidden
hidden_at
new
password
password_at
radio
radio_at
reset
reset_at
set_all_controls
submit
submit_at
submit_form
textarea
textarea_at
textfield
textfield_at
Attributes
controls
[RW]
Public Class methods
new
( command, attributes = {}, content = nil )
Public Instance methods
checkbox
( name )
checkbox_at
( index )
control
( value, klass = HTMLControl, key = Command.default_key )
control_at
( index, klass = HTMLControl )
hidden
( name )
hidden_at
( index )
password
( name )
password_at
( index )
radio
( name )
radio_at
( index )
reset
( name )
reset_at
( index )
set_all_controls
( submit )
submit
( name )
submit_at
( index )
submit_form
()
textarea
( name )
textarea_at
( index )
textfield
( name )
textfield_at
( index )
[Validate]