Select to view content in your preferred language

Enhanced Splash Widget

1852
2
01-05-2012 06:33 AM
AshleyPeters
Frequent Contributor
I have two issues I am trying to resolve.

The first is adding a title above the tabs, I've seen it done, but I'm just not sure where to make a change in the code.

The second involves removing the "don't show again" checkbox. I've removed it from the .xml, but it still appears. I'm making the assumption I need to remove some code from the .mxml file, I just don't know what needs to be removed.

Any help would be greatly appreciated! Thanks in advance!

Ashley
Tags (2)
0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Ashley,

   The title of the Enhanced Splash Widget is based on the label given to the widget in the main config.xml:

<splashpage label="ArcGIS Viewer for Flex" ...


To remove the don't show checkbox all you have to do is set the :

<disabledontshowoption>true</disabledontshowoption>

in the SlpashWidget.xml
0 Kudos
AshleyPeters
Frequent Contributor
I was making that much more difficult than it actually was. Thank you once again Robert, you are a great help!
0 Kudos