A variety of actions are available for XHTML documents that can be found in XHTML menu, toolbar, contextual menu, and the Content Completion Assistant.
The following default actions are available on the XHTML toolbar when editing in Author mode (by default, they are also available in the XHTML menu and some of them are 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<a> element with an @href attribute at the
cursor position. You can type the URL of the reference you want to insert or use the
browsing actions in the
Browse drop-down menu.
Insert
Image<img> element regardless of the current context. The following
graphical formats are supported: GIF, JPG, JPEG, BMP, PNG, SVG.
Insert Media
Resource
Headings Drop-down Menu<h1>,
<h2>, <h3>, <h4>, <h5>,
<h6> elements.
Insert Paragraph
Insert Equation
Insert List Item
Insert Unordered
List
Insert Ordered
List
Insert
Definition List<dl> element) with one list item (a
<dt> child element and a <dd> child element). You can
also use this action to convert selected paragraphs or other types of lists to a
definition list.
Sort
Insert Table
Insert Row
Insert Row
Above
Insert Column
Insert Cell
Delete
Column(s)
Delete Row(s)
Join Cells
Split CellDragging a file from the Project Explorer view and dropping it
into an XHTML document that is edited in Author mode, creates a link
to the dragged file (the <a> 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 an XHTML 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
<img> element with the @src attribute).