class EimXML::XHTML::SUBMIT
Public Class Methods
new(opt={})
click to toggle source
Calls superclass method
EimXML::XHTML::BUTTON.new
# File lib/eim_xml/xhtml.rb, line 118 def initialize(opt={}) super(opt.merge(:type=>:submit)) end