CMV WAB ARCGIS code example
Example 1: cmv wab widgets
saveSession: {
include: true,
id: 'saveSession',
type: 'titlePane',
position: 0,
title: 'Save Session',
open: true,
path: 'jimu/BaseWidgetPanel',
options: {
widgetManager: true,
config: {
widgets: [
{
id: 'WABSaveSession',
uri: 'widgets/SaveSession/Widget',
config: {
fileNameForAllSessions: "cmvSessions.json",
fileNameTplForSession: "cmvSessions_${name}.json"
}
}
]
}
}
}
Example 2: cmv wab widgets
widget: {
include: true,
id: 'widget',
type: 'titlePane',
position: 0,
title: 'Aloha Threat Zone',
canFloat: true,
resizable: true,
open: true,
path: 'jimu/BaseWidgetPanel',
options: {
widgetManager: true,
style: 'height:400px;',
config: {
widgets: [
{
id: 'WABWidget',
uri: 'widgets/AlohaThreatZone/Widget'
}
]
}
}
}