Intersoft Support Center

Enable Document Properties Command

As an editing tool, it's important to be able to import the content from a file, save and print the content of WebTextEditor.

This topic will show you how to enable document properties command.

To enable document properties command

  1. Right-click on WebTextEditor control and choose Properties.
  2. You can set the following properties:
    • EnableDocumentImport: when enabled, you can import the content of WebTextEditor from an external source, such as file, database, etc
    • EnableDocumentSave: when enabled, you can save the content of WebTextEditor to an external source, such as file, database, etc.
    • EnableDocumentPrint: when enabled, you can print the content of WebTextEditor.
  3. When one of the properties above are enabled, the related command will be added to main toolbar, providing an easy way for users to import, save, and print content.
  4. To implement Import and Save feature, you can use OnToolBarClick client-side events.
Previous Next