<netui:scriptHeader> Tag

ScriptHeader will write the <script> and JavaScript includes into the HTML <head> tag.

Syntax

<netui:scriptHeader
    [divPanelSupport="divPanelSupport"]
    [features="features"]
    [treeSupport="treeSupport"] />

Description

ScriptHeader will write the <script> and JavaScript includes into the HTML <head> tag.

Attributes
divPanelSupport
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable:

features
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: No

Set a list of features that we will generate JavaScript script HTML element including the defined .js file. This string should be a common separated list of features. The mapping between the feature name and .js file is found in the netui.config file.
treeSupport
Required: No  |   Supports runtime evaluation: Yes  |   Data bindable: