link

Summary

Inserts an external link.

Usage

pdf( link, hash( url,  url,
                 text, link_text ) )

Parameters

NameTypeDescriptionRequired
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.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.