|
<aconf>
<apre>
<auth-required>
<expire-time>
<header>
<killframe>
<redirect>
<remove-cookie>
<return>
<set-cookie>
<throttle>
|
<apre></apre>
Creates a link that can modify prestates.
Prestate options are simple
toggles, and are added to the URL of the page. Use <if
prestate='...'> ... </if> to test for the presence of a prestate.
<apre> works just like the <a href=...> container,
but if no "href" attribute is specified, the current page is used.
Attributes
- href
href=uri
-
Indicates which page should be linked to, if any other than the
present one.
- add
add=string
-
The prestate or prestates that should be added, in a comma seperated list.
- drop
drop=string
-
The prestate or prestates that should be droped, in a comma seperated
list.
- class
class=string
-
This cascading style sheet (CSS) class definition will apply to the a-element.
|
|