Skip to content

Smart Doc Editor Utils

sean edited this page May 20, 2021 · 28 revisions

NEW! (Since v1.6.0)

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:

Custom Tag Libraries

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.

Document Merge

PDF Export

Clone this wiki locally