Class: XmlConv::View::LoginForm

Inherits:
HtmlGrid::Form
  • Object
show all
Defined in:
lib/xmlconv/view/login.rb

Constant Summary collapse

COMPONENTS =
{
  [0,0]  => :pass,
  [1,1]  => :submit,
}
CSS_CLASS =
'component'
EVENT =
:login
LABELS =
true
SYMBOL_MAP =
{
  :pass =>  HtmlGrid::Pass,
}