Queries about images flex widget

Asked By 0 points N/A Posted on -
qa-featured

HELLO !

 

My question is about image flex widget I have a lot of widgets and my dashboard in Flex Viewer 2 has gotten cluttered. How can I add menus to the dashboard rather than buttons to organize the widgets? And What are the options for publishing maps online, with support for high resolution aerial imagery ?

SHARE
Answered By 0 points N/A #138233

Queries about images flex widget

qa-featured
You would need to regroup all of your widgets to a single folder in order to achieve so you can use <widgetgroup> 
 <widgetcontainer layout="float">
    <widget label="Bookmarks" x="400" y="90" icon="assets/images/i_bookmark.png" config="widgets/Bookmark/BookmarkWidget.xml" url="widgets/Bookmark/BookmarkWidget.swf"/>
    <widget label="Find an address" x="100" y="90" preload="open" icon="assets/images/i_target.png" config="widgets/Locate/LocateWidget_US.xml" url="widgets/Locate/LocateWidget.swf"/>
    ...
</widgetcontainer>

 You can find more code example here.

Related Questions