Select to view content in your preferred language

Basemap icon location

1821
2
Jump to solution
05-06-2013 06:38 AM
ShaningYu
Honored Contributor
I have a couple of widgets defined in the config as preload="minimized".  These widgets' icons are below the BaseMap ixon that is at top="40".  I want to move the Basemap icon next to the Navigation bar on the left.  How can it be done?  Thanks.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
MayJeff
Deactivated User
On config.xml, change right to left on UI elements.
<widget left="80" top="55"    config="widgets/MapSwitcher/MapSwitcherWidget.xml" url="widgets/MapSwitcher/MapSwitcherWidget.swf"/>

Thanks.

View solution in original post

0 Kudos
2 Replies
MayJeff
Deactivated User
On config.xml, change right to left on UI elements.
<widget left="80" top="55"    config="widgets/MapSwitcher/MapSwitcherWidget.xml" url="widgets/MapSwitcher/MapSwitcherWidget.swf"/>

Thanks.
0 Kudos
ShaningYu
Honored Contributor
It works.  Thanks
0 Kudos