Select to view content in your preferred language

Where can I find the Widget Template for Flex Viewer?

669
5
05-10-2012 07:36 AM
ionarawilson1
Deactivated User
I've just downloaded the Flex Viewer 3.0 source code and I am watching a video about how to configure and customize the viewer. However they talk about a widget template and I can't find that on the project I created from the source code I downloaded. Can you guys please tell me where I can find it?

Thank you!

Here is the video and they talk about at 20:22 min

http://video.esri.com/watch/1209/configuring-and-customizing-arcgis-viewer-for-flex
Tags (2)
0 Kudos
5 Replies
ionarawilson1
Deactivated User
By the way I see a widgettemplate.as but not a widgettemplate.mxml
0 Kudos
BjornSvensson
Esri Regular Contributor
By the way I see a widgettemplate.as but not a widgettemplate.mxml


There is no WidgetTemplate.mxml, only a WidgetTemplate.as:
https://github.com/ArcGIS/ArcGISViewerForFlex/tree/master/src/com/esri/viewer

The matching API Reference is at:
http://resourcesbeta.arcgis.com/en/help/flex-viewer/apiref/
0 Kudos
ionarawilson1
Deactivated User
But is there any template I can use to start creating a widget ?
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Ionara,

    Be sure to place Flex Viewer and/or widget questions to the Flex Viewer forum and not here on the Flex API forum:

The Flex Viewer forum where your post belongs:
http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex

There are lots of templates all you need to do is look at any existing esri otb (out of the box) widget or one of mine (as they follow esri best practices) and use it as your template for creating your own widget.
0 Kudos
ionarawilson1
Deactivated User
Thank you Robert and Bjorn! I will do that!
0 Kudos