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
- Right-click on WebTextEditor control and choose Properties.
- 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.
- 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.
- To implement Import and Save feature, you can use OnToolBarClick
client-side events.