Class ecm.widget.LoginPane


Extends dijit._Widget.
Provides a widget that is used to log in to a content management server. This widget prompts the user for credentials to authenticate to the server.
Defined in: <ecm\widget\LoginPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Clears the text message at the top of the dialog, under the dialog's introduction text.
 
 
Places focus on the first field of the LoginPane.
 
 
setMessage(text, category)
Displays a category "error", "warning", "info" or "confirm" text message at the top of the dialog, under the dialog's introduction text.

Constructor Detail

ecm.widget.LoginPane()

Method Detail

clearMessage()

Clears the text message at the top of the dialog, under the dialog's introduction text.

NOTE: This method was copied from BaseDialog.js.


constructor()


focus()

Places focus on the first field of the LoginPane. This could be either the server selector or the userid.

postCreate()


setMessage(text, category)

Displays a category "error", "warning", "info" or "confirm" text message at the top of the dialog, under the dialog's introduction text.

NOTE: This method was copied from BaseDialog.js.

Parameters:
text
the text of the message
category
the message category - "error", "warning", "info" or "confirm". If not provided "error" is assumed