<netui:scriptBlock> Tag

Outputs a script block into the generated HTML.

Syntax

<netui:scriptBlock
    [placement="placement"] />

Description

Outputs a script block into the generated HTML. The primary reason for this tag is to add JavaScript either before or after the framework provided JavaScript.

Attributes
placement
Required: No  |   Supports runtime evaluation / JSP Expression Language: Yes

String value 'after' or 'before'. Places the JavaScript before or after the JavaScript provided by the framework.