Class EimXML::XHTML::HIDDEN
In: lib/eim_xml/xhtml.rb
Parent: INPUT

Methods

new  

Public Class methods

[Source]

     # File lib/eim_xml/xhtml.rb, line 124
124:                 def initialize(opt={})
125:                         super(opt.merge(:type=>:hidden))
126:                 end

[Validate]