DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE

This plugin allows the enabling/disabling of the Smart Client menuitems that expose the generic text 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.textxport.exportEnabled = true;
var isEnabled = plugins.textxport.exportEnabled;

importEnabled
Enable the import feature of this plugin.
Returns
Boolean
Sample
plugins.textxport.importEnabled = true;
var isEnabled = plugins.textxport.importEnabled;