class EimXML::XHTML::BUTTON

Public Class Methods

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