ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

link

Summary

Inserts an external link (DEPRECATED).

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.

Balazs Halasy (13/05/2004 2:54 pm)

Julia Shymova (11/01/2008 1:06 pm)

Balazs Halasy, Julia Shymova


Comments

There are no comments.