Extends
Ext.DomHelper.
Define functions to help with data export.
Defined in: DataExporter.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
framework.data.DataExporter.directDownload(url)
Trigger file download by requesting data as attachment via hidden iframe (mainly GeoServer).
|
| <static> |
framework.data.DataExporter.download(data, config)
Trigger file download by submitting data to a server script.
|
| <static> |
framework.data.DataExporter.formatStore(store, config, base64Encode)
Format data using Ext.ux.Exporter.
|