"itemAbove", itemBelow"
"itemAbove"; returns the item above this specified item and "itemBelow"; the item below this specified item of the same level (or parent).
Synopsis
shape.itemAbove(string Id);
shape.itemBelow(string Id);
Parameters
| Parameter | Description |
|---|---|
| shape | Object name |
| Id | Element-ID |
Description
"itemAbove"; returns the item above this specified item and "itemBelow"; the item below this specified item of the same level (or parent).
Assignment
Tree widget
