Tag Summary

<aoweb:exists>

Conditionally includes the body if the resources with the provided path exists.

<aoweb:notExists>

Conditionally includes the body if the resources with the provided path does not exist.

<aoweb:scriptGroup>

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.

<aoweb:date>

Prints a browser-local date. The body should evaluate to the number of milliseconds since the Epoch. If the body is empty, will print &#160; as a placeholder. This may optionally be placed into a <aoweb:scriptGroup> tag to create a single large script instead of many small scripts.

<aoweb:dateTime>

Prints a browser-local date and time. The body should evaluate to the number of milliseconds since the Epoch. If the body is empty, will print &#160; as a placeholder. This may optionally be placed into a <aoweb:scriptGroup> tag to create a single large script instead of many small scripts.

<aoweb:time>

Prints a browser-local time. The body should evaluate to the number of milliseconds since the Epoch. If the body is empty, will print &#160; as a placeholder. This may optionally be placed into a <aoweb:scriptGroup> tag to create a single large script instead of many small scripts.