Class
CGIKit::HTMLTag
In:
lib/cgikit/delegate.rb
Parent:
Object
Methods
[]
[]=
a
attributes_string
checkbox
close_tag
container_tag
empty_tag
form
img
input
new
open_tag
option
radio
reset
select
submit
textarea
textfield
upload
Attributes
attributes
[RW]
content
[RW]
name
[RW]
other
[RW]
Public Class methods
a
( attributes = {}, other = '', content = '' )
checkbox
( attributes = {}, other = '' )
form
( attributes = {}, other = '' )
img
( attributes = {}, other = '' )
input
( attributes = {}, other = '' )
new
( name = nil, attributes = {}, other = '', content = '' )
option
( attributes = {}, other = '', content = '' )
radio
( attributes = {}, other = '' )
reset
( attributes = {}, other = '' )
select
( attributes = {}, other = '' )
submit
( attributes = {}, other = '' )
textarea
( attributes = {}, other = '', content = '' )
textfield
( attributes = {}, other = '' )
upload
( attributes = {}, other = '' )
Public Instance methods
[]
( key )
[]=
( key, value )
attributes_string
()
close_tag
()
container_tag
()
empty_tag
()
open_tag
()
[Validate]