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" />
<f:uri.external uri="typo3.org" defaultScheme="ftp" />
Arguments
uri string
target URI
defaultScheme string
scheme the href attribute will be prefixed with if specified $uri does not contain a scheme already