Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 2.1, ace:dataExporter
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
A common requirement for applications using the ace:dataExporter to create export files of ace:dataTable contents is the need to be able to selectively exclude specific components that are contained inside the dataTable from being included in the exported data set.
For example, an ace:column might include both an ace:outputText containing the column data as well, for example, an ace:contextMenu or ace:tooltip component. In these cases, the application only want to export the value of the h:outputText component for that column, and not try export the contextMenu or tooltip.
A solution to this problem would be to add a new ace:excludeFromExport component that could be embedded inside any component tag that you do not want to include in an export operation. In the case of the example above, the ace:contextMenu and ace:tooltip tags would include the ace:excludeFromExport tag inside of them, thus resulting in their being ignored for data export purposes.
For example, an ace:column might include both an ace:outputText containing the column data as well, for example, an ace:contextMenu or ace:tooltip component. In these cases, the application only want to export the value of the h:outputText component for that column, and not try export the contextMenu or tooltip.
A solution to this problem would be to add a new ace:excludeFromExport component that could be embedded inside any component tag that you do not want to include in an export operation. In the case of the example above, the ace:contextMenu and ace:tooltip tags would include the ace:excludeFromExport tag inside of them, thus resulting in their being ignored for data export purposes.
Issue Links
- blocks
-
ICE-7387 ace:dataExporter - exports blank column when ace:tooltip is defined in column
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion