Skip to main content
Version: v4

Document builder

General

  • Key: documentbuilder

    DescriptionParameter KeyType
    Enable/disable this componentenabledBoolean
    Hide/Show the document builder buttonbutton.visibleBoolean
    Make thumbs of document builder draggable (or not)thumbs.draggableBoolean
    Enable document builder at startupactivateOnStartupBoolean
    Hide document navigatorhideDocumentNavigatorBoolean
    Width (in pixel)widthInteger
    Save behaviorsave.behaviorString
    Download created document after save.save.downloadBoolean
    Clear the created document after save. Otherwise, the document is frozen (since 2.2.1)save.deleteBoolean
    Display warning popups when documents are dirtydisplaySaveWarningBoolean
    Enable local download button in the document builder contextual menucontextual.menu.download.enabledBoolean
    Enable annotation download button in the document builder contextual menucontextual.menu.download.annotations.enabledBoolean
    Enable create first document button in the document builder contextual menucontextual.menu.createFirst.enabledBoolean
    Enable update first document button in the document builder contextual menucontextual.menu.updateFirst.enabledBoolean
    Enable delete document button in the document builder contextual menucontextual.menu.delete.enabledBoolean
arender.properties
# Enable DocumentBuilder. The saved document will be created into
# document referential, then frozen if the save is successful.

documentbuilder.enabled=true
documentbuilder.save.behavior=CREATE_NEW_FIRST_DOCUMENT
documentbuilder.save.delete=false