AppLauncher Properties
- Application Launcher
- Startup screen html
- Startup screen has free-form layout
- Startup screen free-form layout
- Start screen style
- Display login form
- Customize login failure messages
- Startup component
- Suppress warning if no startup component
- Startup component alias
- Startup component is loaded using a full page reload
- Pass browser flags on URL
- Login Form Customization
- User name label
- Password label
- User name label style
- User name field style
- Password label style
- Password field style
- Login form width
- Login button label
- Login button style
- Header text
- Footer text
- User name autocomplete disable
- Password autocomplete disable
- Has new account link
- New account link text
- New account link style
- New account link type
- New account link URL
- New account signup UX Component
Description
A list of application launcher properties.
Application Launcher
Startup screen html
Specify the HTML to show on the loading screen.
Startup screen has free-form layout
Allows you to have complete control over the HTML that is shown on the startup screen. A default template is generated from the properties set in the builder. You can then use this template as a starting point if you wish.
Startup screen free-form layout
Define the template for the startup screen HTML.
Start screen style
Specify any in-line CSS to apply to the div that contains the startup html.
Display login form
Display login fields on startup screen.
Customize login failure messages
Customize login failure messages
Startup component
Specify the name of the Component that the AppLauncher should run. You can specify different Components to run depending on what type of device the user is using. You can also specify different style sheets. For example, if the user is on an iPhone, you might want to use an iPhone style sheet, and if the user is on an Android phone, you might want to use an Android stylesheet.
Suppress warning if no startup component
If none of the expressions in the 'Startup component' definition evaluate to true, a warning message is displayed. You can choose to suppress this message.
Startup component alias
We now prompt for this for each component expression list
Startup component is loaded using a full page reload
When the startup component is loaded, should a full page reload be done? In most cases it will not be necessary to do a full page reload and you do not need to check this property. However, if you redirect to an .a5w page, or another URL, then you must check this property.
Pass browser flags on URL
When redirecting to the target page or component, should the browser flags be passed on the URL, or stored in a session variable (called session.__browserFlags)?
Login Form Customization
User name label
User name label property
Password label
Password label property
User name label style
User name label style property
User name field style
User name field style property
Password label style
Password label style property
Password field style
Password field style property
Login form width
Specify the width of the login form. Set to 100% to fill the width of the screen.
Login button label
Login button label property
Login button style
Login button style property
Header text
Header text property
Footer text
Footer text property
User name autocomplete disable
User name autocomplete disable property
Password autocomplete disable
Password autocomplete disable property
Has new account link
Has new account link property
New account link text
New account link text property
New account link style
New account link style property
New account link type
When the user clicks on the 'New account' link, should a UX component be displayed (where the user can sign up for an account), or should a URL be opened in the browser.
UXComponent
URL
New account link URL
New account link URL property
New account signup UX Component
New account signup UX Component property