Tips and tricks for extending – Web AppBuilder for ArcGIS



Tips and tricks for extending – Web AppBuilder for ArcGIS

2 0


UC-2016-Tips-Trikcs-WAB

UC 2016 presentation- Tips and tricks for extending Web AppBuilder for ArcGIS

On Github chen7012 / UC-2016-Tips-Trikcs-WAB

Tips and tricks for extending

Web AppBuilder for ArcGIS

Erwin Soekianto - SDK Support
Chen Li - SDK Support

Overview

Web AppBuilder for ArcGIS is built with ArcGIS API for JavaScript and Dojo. It allows you to customize and extend functionalities by creating your own widgets and themes.

Demo Time!

Installation

Widgets

Two types of widgets are supported: an off-panel widget (such as Scalebar widget) and an in-panel widget (such as Query widget).

Demo Time!

Create a custom in-panel widget

Review

config.jsonAdd widget json object into the Widget Pool. manifest.jsonChange name preperty to match the widget folder name. string.jsChange the widget label. widget.htmlAdd the interface html elements. widget.jsAdd the script code.

Thanks!