class EimXML::XHTML::INPUT

Public Class Methods

new(opt={}) click to toggle source
Calls superclass method EimXML::Element.new
# File lib/eim_xml/xhtml.rb, line 106
def initialize(opt={})
        super(:input, opt)
end