How to group on screen widgets?

2134
2
Jump to solution
07-12-2016 03:24 PM
DavidYarnell
New Contributor III

Does anyone have a good way to group on screen widgets? Similar to how widgets are grouped in the header controller with the dropdown.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

David,

  There is no grouping for on screen widgets and there would be a good deal on coding to make this happen. Think about it, you would need a custom code in the OnScreenWidgetIcon.js that would then call a custom menu like dijit for the user to choose which widget in the group to open, not to talk about the work you would have to do to the Widget manager just for it to understand how to process on screen widget groups.

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

David,

  There is no grouping for on screen widgets and there would be a good deal on coding to make this happen. Think about it, you would need a custom code in the OnScreenWidgetIcon.js that would then call a custom menu like dijit for the user to choose which widget in the group to open, not to talk about the work you would have to do to the Widget manager just for it to understand how to process on screen widget groups.

DavidYarnell
New Contributor III

Thanks, Robert, I thought this was the case but thought I would put the question out there in case someone may have attempted it.

0 Kudos