Select to view content in your preferred language

Horizontal widgetgroup

1762
2
09-06-2011 03:13 PM
KarenRobine
Frequent Contributor
Is there any way to make a widgetgroup show up horizontally instead of vertically (right below the original widget clicked on)?  Also, it would be nice to allow the text to be removed and add it as a tooltip instead.
Tags (2)
0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Karen,

   The short answer is yes, but obviously this is not something you can do without manipulating the code. There is no configuration setting that can be changed for this. You would begin by looking at the HeaderControllerWidget and changing the WidgetListDataGroup layout to horizontal instead of vertical, then you will need to change the WidgetListItemRenderer.mxml and comment out the label control and add the tooltip to the icon using the widgetItem.label. Then you have a lot of work to do with the rendering. Hope your ready...
0 Kudos
KarenRobine
Frequent Contributor
Thanks for the info Robert. I'll try to talk my client out of it, but may end up having to program this.. Will try to remember to post some code if I end up doing this....
0 Kudos