Child pages
  • excelxport
Skip to end of metadata
Go to start of metadata

This plugin allows the enabling/disabling of the Smart Client menuitems that expose the generic Excel import/export logic

Property Summery
Boolean #exportEnabled
Enable the export feature of this plugin.
Boolean #importEnabled
Enable the import feature of this plugin.

Property Details
exportEnabled
Enable the export feature of this plugin.
Returns
Boolean
Sample
plugins.excelxport.exportEnabled = true;
var isEnabled = plugins.excelxport.exportEnabled;
importEnabled
Enable the import feature of this plugin.
Returns
Boolean
Sample
plugins.excelxport.importEnabled = true;
var isEnabled = plugins.excelxport.importEnabled;
  • No labels