netui
netui:scriptBlock Tag
Outputs a script block into the generated HTML.
<netui:scriptBlock
placement="string_or_expression_output" >
... JSP content ...
</netui:scriptBlock>
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 Class | org.apache.beehive.netui.tags.javascript.ScriptBlock |
TagExtraInfo Class | None |
Body Content | scriptless |
Display Name | None |