Class: TreeDnDTemplate

TreeDnDTemplate


new TreeDnDTemplate()

TreeDnDTemplate

Source:

Methods


<static> getCopy(scope)

Get template's copy

Parameters:
Name Type Description
scope $scope

Scope of tree

Source:
Returns:
Type
string | html

<static> getMove(scope)

Get template's move

Parameters:
Name Type Description
scope $scope

Scope of tree

Source:
Returns:
Type
string | html

<static> getPath()

Get template's path

Source:
Returns:
Type
string

<static> setCopy(path, scope)

Set path of template copy

Parameters:
Name Type Description
path string

Path of template

scope $scope

Scope of tree

Source:

<static> setMove(path, scope)

Set path of template move

Parameters:
Name Type Description
path string

Path of template

scope $scope

Scope of tree

Source: