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
112 def initialize(opt={})
113         super(:button, opt)
114 end