Splash
The Splash widget defines the display content on the app's splash screen. The splash screen is the first thing you see when you start to interact with the app.
Configurable attributes
The following table describes the configurable attributes of the Splash widget.
Attribute | Description |
---|---|
splash | Object. It has no default. It has the following properties:
|
Example
{
"splash": {
"splashContent":"<div style=\"text-align: center;\"><a href=\"http://www.esri.com/\" target=\"_self\">Hello world!</a><br /></div>",
"requireConfirm": false,
"confirmText": "",
"showOption": true,
"confirmEverytime": true,
"backgroundColor": "#485566"
}
}