The following default actions are available in the DITA (Author Custom Actions) toolbar:
Bold
Italic
Underline
Link
Actions Drop-Down List
Insert Image
Reference
Insert
Section Drop-Down List
Insert a new
paragraph
Insert DITA Content
ReferenceInserts a content reference at the caret position.
The DITA conref attribute provides a mechanism for reuse of content fragments. The conref attribute stores a reference to another element and is processed to replace the referencing element with the referenced element. The element containing the content reference acts as a placeholder for the referenced element. The identifier for the referenced element must be either absolute or resolvable in the context of the referencing element. See here for more details.
Oxygen XML Editor displays the referenced content of a DITA conref if it can resolve it to a valid resource. If you have URI's instead of local paths in the XML documents and your DITA OT transformation needs an XML catalog to map the URI's to local paths you have to add the catalog to Oxygen XML Editor. If the URI's can be resolved the referenced content will be displayed in Author mode and in the transformation output.
A content reference is inserted with the action Insert a DITA Content Reference available on the toolbar Author custom actions and on the menu .
In the URL chooser you set the URL of the file from which you want to reuse content. Depending on the Target type filter you will see a tree of elements which can be referenced (which have ID's). For each element the XML content is shown in the preview area. The Conref value is computed automatically for the selected tree element. After pressing Insert, an element with the same name as the target element and having the attribute conref with the value specified in the Conref value field will be inserted at caret position.
According to the DITA 1.2 specification the conrefend attribute can be used to specify content reference ranges. This is a very useful feature when referencing multiple consecutive steps or list items. If you use multiple contiguous sibling selection the conrefend value will also be set to the value of the last selected ID path. Oxygen XML Editor will present the entire referenced range as read-only content.
Insert Content
Key ReferenceAs stated in the DITA 1.2 specification the conkeyref attribute provides a mechanism for reuse of content fragments similar with the conref mechanism. Keys are defined at map level which can be referenced using conkeyref. The conkeyref attribute contains a key reference to another element and is processed to replace the referencing element with the referenced element. The element containing the content key reference acts as a placeholder for the referenced element. The identifier for the referenced element must be either absolute or resolvable in the context of the referencing element.
Oxygen XML Editor displays the key referenced content of a DITA conkeyref if it can resolve it to a valid resource in the context of the current opened DITA map.
A content key reference is inserted with the action Insert a DITA Content Key Reference available on the toolbar Author custom actions and on the menu .
To reference target elements at sub-topic level just press the Sub-topic button and choose the target.
Insert a step or
list item
Insert an
unordered list at the caret position
Insert an
ordered list at the caret position
Sort
Insert
Table
Insert
Row
Insert
Column
Insert
Cell
Delete
Column
Delete
Row
Edit Table
Properties
Table
Join/Split Drop-Down ListIn addition, the following default actions are available from the contextual menu:
The action is available both in the contextual menu and in the DITA main menu.
To keep an already set element ID when copying content in the same document, make sure the Remove IDs when copying content in the same document option is not checked.