Class: EimXML::XHTML::BUTTON

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

Direct Known Subclasses

SUBMIT

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 = {}) ⇒ BUTTON

Returns a new instance of BUTTON.



112
113
114
# File 'lib/eim_xml/xhtml.rb', line 112

def initialize(opt={})
	super(:button, opt)
end