Attribute Table Widget - remove the export option

2402
2
Jump to solution
11-05-2013 03:18 AM
PEREZvincent
New Contributor
hi,

I try to remove the export option ("export the attibutes to a csv file") of the AttributeTableWidget (flex 3.5).
Can someone help me, please?
Is something to remove in the AttributeTableWidget.mxml ?

Vincent
[ATTACH=CONFIG]28868[/ATTACH]
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Vincent,

   No this is something you will have to modify the AttributeTableOptionsMenu.mxml file from the API to remove. So here are the steps involved.


  1. Copy the AttributeTableOptionsMenu.mxml from arcgis_api_for_flex_3_5\ArcGIS_Flex\src\com\esri\ags\skins\supportClasses in the Flex API download to src\com\esri\ags\skins\supportClasses in your viewer project. Notice this is not the same as the src\com\esri\viewer\skins folder.

  2. Copy the contents of the arcgis_api_for_flex_3_5\ArcGIS_Flex\src\assets\skins folder to src/assets/skins

  3. In that file comment out the exportGroup HGroup.

  4. Re-compile the viewer

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Vincent,

   No this is something you will have to modify the AttributeTableOptionsMenu.mxml file from the API to remove. So here are the steps involved.


  1. Copy the AttributeTableOptionsMenu.mxml from arcgis_api_for_flex_3_5\ArcGIS_Flex\src\com\esri\ags\skins\supportClasses in the Flex API download to src\com\esri\ags\skins\supportClasses in your viewer project. Notice this is not the same as the src\com\esri\viewer\skins folder.

  2. Copy the contents of the arcgis_api_for_flex_3_5\ArcGIS_Flex\src\assets\skins folder to src/assets/skins

  3. In that file comment out the exportGroup HGroup.

  4. Re-compile the viewer

0 Kudos
PEREZvincent
New Contributor
Thank you!
0 Kudos