Class: EimXML::XHTML::SUBMIT

Inherits:
BUTTON show all
Defined in:
lib/eim_xml/xhtml.rb

Constant Summary

Constants inherited from Element

Element::NEST

Instance Attribute Summary

Attributes inherited from Element

#attributes, #contents, #name

Instance Method Summary collapse

Methods inherited from Element

#==, #[], #add, #add_attribute, #del_attribute, #find, #has?, #match, #name_and_attributes, #pcstring_contents, #write_to

Constructor Details

#initialize(opt = {}) ⇒ SUBMIT

Returns a new instance of SUBMIT.



118
119
120
# File 'lib/eim_xml/xhtml.rb', line 118

def initialize(opt={})
	super(opt.merge(:type=>:submit))
end