Click or drag to resize

Tree Class

Class for search elements in the CMF Document. (CMF document has a tree architecture.)

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
Aras.Modules.CMF.Public.Tree = function();

Type.createClass(
	'Aras.Modules.CMF.Public.Tree');

The Tree type exposes the following members.

Constructors
  NameDescription
Public methodTree
Top
Methods
  NameDescription
Public methodCode examplefindElementWithBinding
Function finds element with type of "elementType" which has a reference on Business Object Item with id "boundItemId"
Top
See Also