Select to view content in your preferred language

Removing Items From Sample Flex Viewer

3016
12
04-05-2010 12:02 PM
TristanKnowlton
Frequent Contributor
Can someone point me in the right direction of where I would go to remove things from the SFV?  For instance I would like to remove the "Feeds" button from the top banner all together.  I would also like to remove the "Powered By ESRI" logo at the bottom right of the flex viewer screen. 

I have looked through various documents in the various folders trying to find where I could do this but I did not see anything. 

I would appreciate any help.  Thanks!
Tags (2)
0 Kudos
12 Replies
NadeemShaukat
Deactivated User
I believe this is what worked for me:


In "mapmanager.mxml"(about line #154), change
map.logoVisible = true;
to
map.logoVisible = false;


I guess this solution is for the older SFV. Does anyone know what is the equivalent code or line number in the mapmanger.mxml of the latest FlexViewer that was released recently with Flex API 2.1?
0 Kudos
ChristopherBlinn
Emerging Contributor
Hi,

I was reading this forum to see if anyone addresses how to remove the 'More..." button next to the basemaps buttons in the flex viewer.  Anyone have an idea on how to do that?

Appreciate any help, thanks!

Chris
0 Kudos
ChristopherBlinn
Emerging Contributor
Nevermind, I was able to fix the issue by creating a dynamic service.
0 Kudos