A variety of actions are available for DITA documents that can be found in DITA menu, toolbar, contextual menu, and the Content Completion Assistant.
The following default actions are available on the DITA toolbar when editing in Author mode (by default, most of them are also available in the DITA menu and in various submenus of the contextual menu):
Bold<b> tag. You can use this
action on multiple non-contiguous selections.
Italic<i> tag. You can use this
action on multiple non-contiguous selections.
Underline<u> tag. You can use this
action on multiple non-contiguous selections.
Link
Actions Drop-Down Menu<title>, <shortdesc>,
<keyword>, and <indexterm> elements.
Insert
Image
Insert Media
Resource<object> element and it
is rendered in Author mode so that it can be played directly
from there.
Insert
Section Drop-Down MenuThe following insert actions are available from this menu:
Insert
Section<section> element in the document,
depending on the current context.
Insert Concept<concept> element, depending on the
current context. Concepts provide background information that users must know
before they can successfully work with a product or interface.
Insert Task<task> element, depending on the
current context. Tasks are the main building blocks for task-oriented user
assistance. They generally provide step-by-step instructions that will help a
user to perform a task.
Insert Topic<topic> element, depending on the
current context. Topics are the basic units of DITA content and are usually
organized around a single subject.
Insert Reference<reference> element, depending on the
current context. A reference is a top-level container for a reference
topic.
Insert Note<note> element, depending on the
current context.
Insert Codeblock<codeblock> element, depending on the
current context.<data> element that contains a
question or intent. The intent can be used to generate Google
Structured data content in WebHelp Responsive output.
Insert
Paragraph
Reuse
ContentThis action provides a mechanism for reusing content fragments. It
opens the Reuse Content dialog box that allows you to insert
several types of references to reusable content at the cursor position. The types of
references that you can insert using this dialog box include content references (@conref), content key references (@conkeyref), or key references to metadata (@keyref).
Insert step or
list item
Insert Unordered
List
Insert Ordered
List
Sort
Insert Table
Insert Row
Delete Row(s)
Insert Column
Delete
Column(s)
Table
Properties
Join Cells
Split CellOxygen XML Author Eclipse plugin includes a dynamic feature where certain editing contexts will trigger a floating toolbar with common actions that are available in the current editing context.
<p>, <li>, or
<shortdesc> element has a selection inside, the floating
toolbar includes actions such as
Bold,
Italic,
Underline, a Link submenu, and more.<image> or <xref> element is
selected:@href attribute, the floating toolbar
includes a URL chooser where you can select the appropriate target.@keyref attribute, the floating toolbar
includes a drop-down control where you can select the appropriate target key
reference.<object> element is selected:@data attribute, the floating toolbar
includes a URL chooser where you can select the appropriate target.@datakeyref attribute, the floating toolbar
includes a drop-down control where you can select the appropriate target key
reference.@conref attribute is selected, the floating
toolbar includes actions for editing, removing, or replacing content references.<codeblock> element is selected, the floating toolbar
includes a drop-down control where you can select the value of the
@outputclass attribute.<ul> element is selected, the floating toolbar includes
actions for converting it to an ordered list or sorting the list.<ol> element is selected, the floating toolbar includes
actions for converting it to an unordered list or sorting the list.<li> or <step> element is
selected, the floating toolbar includes actions for moving the item up or down in the
list/procedure.<row> or <strow> element is
selected in a table, the floating toolbar includes various table-related actions (such
as actions for editing table properties, inserting rows, or deleting rows).<entry> or <stentry> element is
selected in a table, the floating toolbar includes various table-related actions (such
as actions for editing table properties, inserting/deleting rows, or inserting/deleting
columns).<table> or <simpletable> element
is selected, the floating toolbar includes actions for editing table properties or
sorting the table.Dragging a file from the Project Explorer view or DITA Maps Manager view
and dropping it into a DITA document that is edited in Author mode,
creates a link to the dragged file (the <xref> DITA element with the
@href attribute) at the drop location. Copy and paste actions work the
same.
You can also drag images or media files from your system explorer or the Project Explorer view and drop
them into a DITA document (or copy and paste). This will insert the appropriate element at
the drop or paste location (for example, dropping/pasting an image will insert the DITA
<image> element with an @href attribute).