-
Notifications
You must be signed in to change notification settings - Fork 5
Smart Doc Editor Utils
Servoy now ships the Smart Doc Editor component for rich in-app document editing. To compliment this component, we introduced the svyUtils$documentEditor module as part of the SvyUtils offering. They key aspects of this offering include:
A document editor component can be initialized to have custom tag libraries embedded in it. Each tag contains a display value (what the user will see) and a real value (what the application will see). When the document is merged, the tags will be replaced with real data. The svyUtils$documentEditor module provides methods to embed tag libs in the component with a simple API. This gives the best experience for end-users, who won't need to understand anything about your database.
For more info on tag libs and how to set tag libs statically / at design-time, please see the Smart Doc Editor wiki topic on mention feeds.