|
||||||||||||||
<tml:link>Description:
Generates a HTML link to the current document.
Attributes:
Link text is the title of the document. The body of the tag is transfered as attribute to the <a> tag.
Details:
The body of the <tml:link> tag is transfered to the generated <a> tag (as attribute) (see example).
<tml:link>anything</tml:link>
Examples:
thus generates: <a href="the url" anything>the title</a> The tag <tml:link/> is equal to: <a href="<tml:url/>"><tml:meta name="title"/></a>
Generates HTML text as follows: <a href="url to document">document title</a> <tml:link>class="selected"</tml:link>
|
Syndicate
Dokumentationen
© Innovation Gate
|
|||||||||||||