NetUI Tag Library Documentation (Version 1.0.2)

netui
netui:scriptBlock Tag

Outputs a script block into the generated HTML.

Syntax

<netui:scriptBlock
    placement="string_or_expression_output" >
    ... JSP content ...
</netui:scriptBlock>

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:   |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

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


Tag Information
Tag Classorg.apache.beehive.netui.tags.javascript.ScriptBlock
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone