I tried to follow the example from the video “Web AppBuilder for ArcGIS: Development Tools and Techniques” - https://www.esri.com/training/#!/catalog/5765fc3c94ad79e609cf47ac/web-appbuilder-for I had no luck it did not explain about make the SubWidget folder or what is in it.
Aron,
I do not use sub widget and I do not know of any other WAB widget developer that does either. It may be beneficial in some way but I have not seen a benefit that would cause me to use it.
Robert,
I am new at creating widgets(not successfully), what would be a good
widget to use as an example to learn off of.
Thanks
Aron
>>> "Robert Scheitlin, GISP" <geonet@esri.com> 8/23/2016 1:43 PM >>>
GeoNet
( https://community.esri.com/?et=watches.email.thread)
Does anyone use sub widgets? I am looking for some examples.
reply from Robert Scheitlin, GISP
( https://community.esri.com/people/rscheitlin?et=watches.email.thread)
in Web AppBuilder Custom Widgets - View the full discussion
(
https://community.esri.com/message/629991-re-does-anyone-use-sub-widgets-i-am-looking-for-some-examples?commentID=629991&et=watches.email.thread#comment-629991)
Aron,
I do not use sub widget and I do not know of any other WAB widget
developer that does either. It may be beneficial in some way but I have
not seen a benefit that would cause me to use it.
Reply to this message by replying to this email, or go to the message
on GeoNet
(
https://community.esri.com/message/629991-re-does-anyone-use-sub-widgets-i-am-looking-for-some-examples?commentID=629991&et=watches.email.thread#comment-629991)
Start a new discussion in Web AppBuilder Custom Widgets by email
(
mailto:discussions-groups-webappbuildercustomwidgets@mail.geonet.esri.com)
or at GeoNet
(
https://community.esri.com/choose-container.jspa?contentType=1&containerType=700&container=1294&et=watches.email.thread)
Following Does anyone use sub widgets? I am looking for some examples.
(
https://community.esri.com/message/629991-re-does-anyone-use-sub-widgets-i-am-looking-for-some-examples?commentID=629991&et=watches.email.thread#comment-629991)
in these streams: Inbox
This email was sent by GeoNet because you are a registered user.
You may unsubscribe
(
https://community.esri.com/unsubscribe.jspa?email=harrisa%40stancounty.com&token=591fbfcc8848fdf4df8f545ce023a7c64e5e25b5f45efb0f84d761ffcdfe7a65)
instantly from GeoNet, or adjust email frequency in your email
preferences
( https://community.esri.com/user-preferences!input.jspa)
Aron,
Look at the widget tutorial
and you can always start with the CustomWidgetTemplate found in this folder:
[install dir]\client\stemapp\widgets\samplewidgets\CustomWidgetTemplate
The purpose of using a subwidget is to create a widget that you can use both in the WAB and outside the WAB in another JSAPI application. If you do not need to do that, then it may not be worth the additional effort.
Either way, I'd consider it more of an "advanced" technique, and probably not a good starting point.