Some scripts may benefit by delaying or batching their execution. This is especially true when making many changes to the DOM. By nesting related script-generating tags inside a scriptGroup, the execution will be batched into a single script.
Tag Information
| Tag Class: | com.aoindustries.web.struts.aowebtags.ScriptGroupTag |
|---|---|
| TagExtraInfo Class: | com.aoindustries.web.struts.aowebtags.ScriptGroupTagTEI |
| Body Content: | JSP |
| Display Name: | None |
Attributes
| Name | Required | Evaluation | Type | Description |
|---|---|---|---|---|
| onloadMode | No | Runtime | String |
Supports three options:
TODO: Consider renaming to something more generic and including option for ondomready event. |
Variables
No Variables Defined.