link
Summary
Inserts an external link (DEPRECATED).Usage
pdf( link, hash( url, url, text, link_text ) )
Parameters
Name | Type | Description | Required |
---|---|---|---|
url | string | The URL that should be called. | Yes. |
text | string | The text of the link. | Yes. |
Description
This function insert a link to an external document.
Examples
Example 1
{pdf( 'link', hash( 'url', 'http://www.ez.no', 'text', 'eZ Systems website' ) )}
This example creates an link to the eZ Systems website.
Balazs Halasy (13/05/2004 2:54 pm)
Julia Shymova (11/01/2008 1:06 pm)
Comments
There are no comments.