docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 3.3Web Developer ManualProtocol Tags
Copyright © 2004, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<aconf>
<apre>
<auth-required>
<email>
<expire-time>
<header>
<killframe>
<redirect>
<remove-cookie>
<return>
<set-cookie>
<throttle>

<apre></apre>

Provided by module: Tags: RXML 2 tags

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="uri"

Indicates which page should be linked to, if any other than the present one.


add="string"

The prestate or prestates that should be added, in a comma separated list.


drop="string"

The prestate or prestates that should be dropped, in a comma separated list.


class="string"

This cascading style sheet (CSS) class definition will apply to the a-element.