Element Class |
Namespace: Aras.Modules.CMF.Public
Aras.Modules.CMF.Public.Element = function(); Type.createClass( 'Aras.Modules.CMF.Public.Element');
The Element type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | boundItemId |
Id of the bound Item.
|
![]() ![]() | id |
Id of the current Element.
|
![]() ![]() | parentId |
Id of the parent Element.
|
![]() ![]() | sortOrder |
Sort Order.
|
![]() ![]() | type |
Name of corresponding cmf_ElementType Item.
|
Name | Description | |
---|---|---|
![]() ![]() | findAncestorElement |
Find at any level, not only a Parent at the first level.
|
![]() ![]() | findDescendantElements |
Find at any level, not only children at the first level.
|
![]() ![]() | getPropertyItem |
Get a Property Item of the current Element (both visible and invisible in Grid). A grid cell of the tree node.
|
![]() ![]() | getPropertyItems |
Get all Property Items of the current Element (both visible and invisible in Grid). Grid cells of the tree node.
|