|
The Element Clipboard |
|
This is where an element (and its children) is stored after performing a Cut or a Copy. The clipboard understands whether the element is an Item or a Group and will perform a Paste according to the following rules:
Element Clipboard -> Selection
| • | Item -> Item |
Pastes the clipboard's Item after the selected Item.
| • | Item -> Group |
n/a
| • | Group -> Item |
Pastes the clipboard's Group (and its children items) as a child of the selected Item.
| • | Group -> Group |
n/a. A Group can only be added to an Item.
See also