f:uri.external¶
This ViewHelper creates an URI for an external ressource. If you need a ViewHelper for creating a link, look at f:link.external.
Tip
If you specify an absolute URL like http://
or ftp://
you don’t need to set defaultScheme
.
Properties¶
defaultScheme¶
- Variable type
- String
- Description
- You can set the default scheme for this link, for example
ftp
orhttps
- Default value
- http
- Mandatory
- No