Class: XmlConv::View::LoginComposite

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

Constant Summary collapse

COMPONENTS =
{
	[0,0]	=>	"login_welcome",
	[0,1]	=>	LoginForm,
}
CSS_CLASS =
'composite'
CSS_MAP =
{
	[0,0]	=>	'th',
}