Package

ViewHelpers

ViewHelper Documentation

uri.external

A view helper for creating URIs to external targets. Currently the specified URI is simply passed through.

= Examples =

<f:uri.external uri="http://www.typo3.org" /> http://www.typo3.org

<f:uri.external uri="typo3.org" defaultScheme="ftp" /> ftp://typo3.org

Arguments

uri string

target URI

defaultScheme string

scheme the href attribute will be prefixed with if specified $uri does not contain a scheme already

ViewHelper Resources

Schema Resources