| Roxen/6.2.236-git | ||
Roxen Interactive RXML Help
<apre></apre>
Creates a link that can modify prestates. Prestates can be seen as valueless cookies or toggles that are easily modified by the user. The prestates are added to the URL. If you set the prestate "no-images" on "http://www.demolabs.com/index.html" the URL would be "http://www.demolabs.com/(no-images)/". Use <if prestate> 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 separated list.
- drop
- drop=string
The prestate or prestates that should be dropped, in a comma-separated list.
- class
- class=string
This cascading style sheet (CSS) class definition will apply to the a-element.