Skip to content

Commit 4260084

Browse files
Update readme.
1 parent 9517bf5 commit 4260084

File tree

1 file changed

+4
-6
lines changed
  • web-author-custom-attribute-editing-action-plugin

1 file changed

+4
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
web-author-custom-attribute-editing-action-plugin
2-
Example plugin for Oxygen XML Web Author that defines a custom action for attributes editing.
1+
# web-author-custom-attribute-editing-action-plugin
32

4-
==================================
3+
Example plugin for Oxygen XML Web Author that defines a custom action for attributes editing.
54

6-
Example plugin that implements the sync.actions.AttributeEditingActionsProvider JS API.
7-
https://www.oxygenxml.com/maven/com/oxygenxml/oxygen-webapp/25.1.0.0/jsdoc/sync.actions.AttributeEditingActionsProvider.html
5+
It implements the [sync.actions.AttributeEditingActionsProvider](https://www.oxygenxml.com/maven/com/oxygenxml/oxygen-webapp/25.1.0.0/jsdoc/sync.actions.AttributeEditingActionsProvider.html) JS API.
86

9-
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.
7+
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.

0 commit comments

Comments
 (0)