OTRS API Reference JavaScript

Namespace: Core.Agent.SortedTree

Core.Agent. SortedTree

This namespace contains the SortedTree functions.
Author:
  • OTRS AG
Source:

Methods

(static) Init($Element, $Form, $TargetElement, JSONData)

This function initializes the SortedTree on the defined elements.
Parameters:
Name Type Description
$Element jQueryObject The jQuery object of an input structure which should get SortedTree functionality.
$Form jQueryObject The jQuery object of the form that should commit collected data
$TargetElement jQueryObject The jQuery object of the element that should contain the parsed data.
JSONData JSONData json data for initial display
Source: