The Attributes view presents all the
attributes of the current element determined by the schema of the document.
You can use the Attributes view to insert attributes, edit their
values, or add values to existing attributes.
The attributes are rendered differently depending on their state:
Double-click a cell in the
Value column to edit the value of the
corresponding attribute. If the possible values of the attribute are specified as
list in the schema of the edited document, the
Value
column acts as a combo box that allows you to insert the values in the document.
You can sort the attributes table by clicking the
Attribute column header. The table contents can be sorted as follows:
- By attribute name in ascending order.
- By attribute name in descending order.
- Custom order, where the used attributes are displayed at the beginning of the table
sorted in ascending order, followed by the rest of the allowed elements sorted in
ascending order.
Figure: The Attributes View
Contextual Menu Actions in the Attributes View
The following actions are
available in the contextual menu of the
Attributes view when editing in
Text mode:
- Add
- Allows you to insert a new attribute. Adding an attribute that is not in
the list of all defined attributes is not possible when the Allow only insertion of valid
elements and attributes schema aware option is enabled.
- Set empty value
- Specifies the current attribute value as empty.
- Remove
- Removes the attribute (action available only if the attribute is specified). You can
invoke this action by pressing the (Delete) or
(Backspace) keys.
- Copy
- Copies the attrName="attrValue" pair to the clipboard. The
attrValue can be:
- The value of the attribute.
- The value of the default attribute, if the attribute does not appear in the edited
document.
- Empty, if the attribute does not appear in the edited document and has no default
value set.
- Paste
- Depending on the content of the clipboard, the following cases are possible:
- If the clipboard contains an attribute and its value, both of them are introduced in
the Attributes view. The attribute is selected and its value is
changed if they exist in the Attributes view.
- If the clipboard contains an attribute name with an empty value, the attribute is
introduced in the Attributes view and you can start editing it.
The attribute is selected and you can start editing it if it exists in the
Attributes view.
- If the clipboard only contains text, the value of the selected attribute is
modified.