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

Methods

new  

Public Class methods

[Source]

     # File lib/eim_xml/xhtml.rb, line 136
136:                 def initialize(opt={})
137:                         super(opt.merge(:type=>:password))
138:                 end

[Validate]