Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The export action for the grid panel allows the user to save data in the grid to a number of different formats.
The formats supported by this tool are all provided by separate plugins. Formats could be HTML, CSV, Excel etc. based on available plugins.

Check the Export plugin for more details on how to configure export formats.

ID

com.cohga.html.client.grid.exportGridAction

Properties

name

description

text

The label to display to the user.

iconCls

The id of an icon to display for the export item.

format

The format to export the data in, this must correspond to one of the supported formats based on the installed plugins, currently 'html', 'excel' or 'csv'.

tooltip

This will change the tooltip display and should contain title and text properties.

Examples

<item action="com.cohga.html.client.grid.exportGridAction">
  <license><![CDATA[These are the terms and contitions that you <b>must</b> agree to before downloading this data.<br/>Further information will be contained within the generated content.]]></license>
</item>
  • No labels