Download XML Editor 11.2 User Manual

Transcript
Predefined document types
Specific actions are:
•
•
•
Bold - changes the style of the selected text to bold by surrounding it with b tag.
Italic - changes the style of the selected text to italic by surrounding it with i tag.
Underline - changes the style of the selected text to underline by surrounding it with u tag.
Note
For all of the above actions if there is no selection then a new specific tag will be inserted. These actions are
available in any document context.
•
•
•
•
•
•
•
•
•
•
•
•
•
Headings - groups actions for inserting h1, h2, h3, h4, h5, h6 elements.
Insert Paragraph - inserts a new paragraph depending on the current context. If current context is a paragraph
context (one of the ancestors of the element at caret position is p) then a new paragraph will be inserted after the
paragraph at caret. Otherwise a new paragraph is inserted at caret position.
Insert Graphic - inserts a graphic object at the caret position. This is done by inserting an img element regardless
of the current context. The following graphical formats are supported: GIF, JPG, JPEG, BMP, PNG, SVG.
Insert Ordered List - inserts an ordered list (ol element) with one list item (li child element).
Insert Unordered List - inserts an unordered list (ul element) with one list item (li child element).
Insert Definition List - inserts a definition list (dl element) with one list item (a dt child element and a dd child
element).
Insert List Item - inserts a new list item for in any of the above two list types.
Insert Table - opens a dialog that allows you to configure the table to be inserted.The dialog allows the user to
configure the number of rows and columns of the table, if the header and footer will be generated and how the table
will be framed.
Insert Row - inserts a new table row with empty cells. The action is available when the caret position is inside a
table.
Insert Column - inserts a new table column with empty cells after the current column. The action is available
when the caret position is inside a table.
Insert Cell - inserts a new empty cell depending on the current context. If the caret is positioned between two
cells, a new one will be inserted at caret's position. If the caret is inside a cell, then the new one will be created after
the current cell.
Delete Column - deletes the table column where the caret is located.
Delete Row - deletes the table row where the caret is located.
259