App
This tag defines a SilkBuilder Application and is required. It loads the application's environment, which is necessary for the other Silk Components to operate.
Tag Definition
Used standalone:
Used as a container:
Properties
*Required property.
id
The app's unique identifier. This is added during SilkBuilder's code rendering. Default Value: Empty.
title
Used to define the web page title that the navigator will display. Default Value: Empty.
theme
The name of the theme defines the styles used by the components. This property is only necessary if the application uses a different template from the "default". The theme value is defined as the session variable 'silkTheme' and is automatically loaded. Default Value: default.
timeout
Defines if the application will timeout and request authentication. The default value is "true" and can be disabled by setting the property to "false". It is only required if the value will be set to "false". Default Value: true.
role
Set the roles that are authorized to run the application. It should contain a list of string values separated by commas. These roles will be checked against the user's roles loaded at authentication time. By default, it is empty, allowing access to any logged-in user. The validation process only happens if a value is provided. Default Value: Empty.
ipFilter
Will restrict the application use to the provided IP filter. Default Value: Empty.
loader
Defines if the loader image (.gif) will be displayed. The default value is "true". Default Value: true.
renderIf
Last updated