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
118 def initialize(opt={})
119         super(opt.merge(:type=>:submit))
120 end