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.
The following table shows the description of the Splash widget's configurable attribute:
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"
}
}