This component renders a login form which can be used to secure access to certain parts of a web site. It functions by using the filename (without extension) as password.

The Login component.
Properties
|
Name |
Type |
Description |
| Action OK |
Action |
The action performed when the password is correct. |
| Action Failed |
Action |
The action performed when the password is wrong. |
| Alert Error Text |
String |
The error message displayed if the password is incorrect. If left blank, no message will be displayed. |
| Button Position |
Enum |
Render mode for the button in relation to the edit field. Possible values:
|
| Style |
Style |
The style used for the login form. |
| Width of edit field |
Integer |
The width of the edit field in pixels. |
| Button Spacing |
Integer |
The spacing in pixels between the edit field and the button. |
| Default Button Text |
String |
The text used for the button if no Submit Image is supplied. |
| Set Focus |
Bool |
If true, the edit field will recieve focus when the web page is loaded. |
| Submit Image |
Resource |
The image used as button. |
| Submit Image Down |
Resource |
The image used as button when the mouse button is pressed. |
| Submit Image Mouse Over |
Resource |
The image used as button when the mouse is over the button. |