Skip to content

Files

Latest commit

4260084 · Apr 25, 2023

History

History
7 lines (4 loc) · 633 Bytes

File metadata and controls

7 lines (4 loc) · 633 Bytes

web-author-custom-attribute-editing-action-plugin

Example plugin for Oxygen XML Web Author that defines a custom action for attributes editing.

It implements the sync.actions.AttributeEditingActionsProvider JS API.

The sync.actions.AttributeEditingActionsProvider JS API extension should be used when you need to implement a custom UI (or dialog) for choosing attribute values. Another use-case would be if the attribute values are dynamic, either computed client-side or fetched from other servers.