class EimXML::XHTML::HIDDEN
Public Class Methods
new(opt={})
click to toggle source
Calls superclass method
EimXML::XHTML::INPUT::new
# File lib/eim_xml/xhtml.rb 124 def initialize(opt={}) 125 super(opt.merge(:type=>:hidden)) 126 end