|
|||
TAG LIBRARIES: <netui> | <netui-data> | <netui-template> | |||
DETAIL: Syntax | Description | Attributes | Example | Implementing Class: org.apache.beehive.netui.tags.html.Base |
Provides the base for every URL on the page.
Syntax |
<netui:base
[target="target"] />
Description |
Provides the base for every URL on the page.
Attributes | |||||||
target |
|
Example |
In this sample, the Base tag is simply dropped in and then automatically determines the base for each URL on this page.
<head> <netui:base /> </head>
|
|||
TAG LIBRARIES: <netui> | <netui-data> | <netui-template> | |||
DETAIL: Syntax | Description | Attributes | Example | Implementing Class: org.apache.beehive.netui.tags.html.Base |