Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Cache
indextrue
refresh100d
showRefreshtrue
iddoc
titleRefresh page
showDatetrue
retryEnable

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListSmartClientsWordListWebClientsWordListNGClient

servoy sSummary12%30%58%height: 30px;3Property SummaryEnable the export feature of this plugin.Enable the import feature of this plugin.

servoy sSummary12%30%58%height: 30px;3Methods SummaryCreate exporter for easier export set up.Export to text 'separated value' data (*.Export to text 'separated value' data (*.Export to text 'separated value' data (*.

propertyservoy sDetail2100%height:30px2Property DetailsexportEnabledname

exportEnabled

dessIndent
Enable the export feature of this plugin.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient
sam

Sample

sIdentjavascript
lastDetailRowimportEnabledname

importEnabled

dessIndent
Enable the import feature of this plugin.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient
sam

Sample

sIdentjavascript
lastDetailRow

functionservoy sDetail2100%height:30px2Methods DetailscreateExportername

createExporter(foundSet, separator, exportHeader)

dessIndent
Create exporter for easier export set up. Can either use this method (for more complex exports) or textExport(...) API
prs

Parameters

sIndentfoundSetthe foundset to export withseparatorthe separator of the dataexportHeaderexport a header
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRowtextExportname

textExport(foundSet, dataProviderIds)

dessIndent
Export to text 'separated value' data (*.tab/*.csv)
prs

Parameters

sIndentfoundSetthe foundset to export withdataProviderIdsthe ids of the dataproviders
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
textExportname

textExport(foundSet, dataProviderIds, separator)

dessIndent
Export to text 'separated value' data (*.tab/*.csv)
prs

Parameters

sIndentfoundSetthe foundset to export withdataProviderIdsthe ids of the dataprovidersseparatorthe separator of the data
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
textExportname

textExport(foundSet, dataProviderIds, separator, exportHeader)

dessIndent
Export to text 'separated value' data (*.tab/*.csv)
prs

Parameters

sIndentfoundSetthe foundset to export withdataProviderIdsthe ids of the dataprovidersseparatorthe separator of the dataexportHeadertrue for exporting with the table header, false for not
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow