A variety of actions are available for DocBook 4 documents in the DocBook4 menu, toolbar, contextual menu, and the Content Completion Assistant.
The following default actions are available on the DocBook toolbar when editing in Author mode (by default, most of them are also available in the DocBook4 menu and in various submenus of the contextual menu):
Bold
Italic
Underline
Link Actions Drop-Down
MenuOpens an OLink dialog box that
allows you to insert a link that addresses its target indirectly, using the
values of the @targetdoc and @targetptr
attributes that are present in a Targetset file.
After you choose the Targetset URL,
the structure of the target documents is presented. For each target document
(@targetdoc), its content is displayed allowing you to
easily identify the @targetptr for the
<olink> element that will be inserted. You can also
use the search fields to quickly identify a target. If you already know the
values for targetdoc and
targetptr, you can insert them directly in the
corresponding fields. You can also edit an <olink>
using the Edit OLink action that is available on the
contextual menu. The last used Targetset URL will be
used to identify the edited target.
To insert XREF text into the
<olink>, enter the text in the
xreftext field and make sure the Insert
xreftext in the OLink option is selected.
Insert Image
Insert Media
Resource
Insert XInclude
Section
Drop-Down MenuThe following actions are available from this menu:
Insert
Section<sect1>,
then a <sect2> is inserted. By default, this action also
inserts a <para> element as a child node. The
<para> element can be deleted if it is not needed.
Promote Section (Ctrl + Alt
+ LeftArrow (Command + Option + LeftArrow on
macOS))
Demote Section (Ctrl +
Alt + RightArrow (Command + Option + RightArrow on
macOS))
Insert Paragraph
Insert Equation
Insert List Item
Insert Ordered
List
Insert Itemized
List
Insert Variable
List
Insert Procedure
List<procedure> element. A
<step> child element is also inserted automatically. You can
also use this action to convert selected paragraphs or other types of lists to a
procedure 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.
<para> or <listitem> element has
a selection inside, the floating toolbar includes actions such as
Bold,
Italic,
Underline,
Subscript, and
Superscript.<imagedata> or <videodata>
element is selected, the floating toolbar includes a URL chooser where you can select
the appropriate target.<olink> element is selected, the floating toolbar
includes an Edit OLink action.<link> or <include> element is
selected, the floating toolbar includes a URL chooser where you can select the
appropriate target.<programlisting> element is selected, the floating
toolbar includes a drop-down control where you can select the value of the
@language attribute.<itemizedlist>, <orderdlist>,
<variablelist>, or <procedure> element
is selected, the floating toolbar includes actions for converting it to a different type
of list or sorting the list.<listitem>, <varlistentry>, or
<step> element is selected, the floating toolbar includes
actions for moving the item up or down in the list/procedure.<row> or <tr> 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 <td> 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> 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 DocBook 4 document that is edited in Author
mode, creates a link to the dragged file (the <ulink> DocBook element) 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 DocBook 4 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
<inlinegraphic> DocBook element with a @fileref
attribute).