When user is using PostMessage API in Zoho Writer Editor, few features/controls can be added to their Host page. Thus, the user can change/control the behaviour of the Writer Editor according to their convenience.
Features that can be controlled from the Host page of the user are mentioned below;
- Save Button - user can edit and save the document from host page
- Print Button - user can print the document from host page
- Track ON-OFF Button - user can enable the track changes button in the host page
- Accept and Reject Button - If track changes button is turned ON, user can control the changes (either to accept or reject) from the host page
- Field Inserts and set values to those fields - user can insert fields and set values for them
To know more about PostMessage API, please refer this
link.