Table of Contents minLevel 2
Short description
This field type represents a hyperlink. It is formed by the combination of a link and the respective text.
Name | Internal name | Expected input |
---|---|---|
Url | ezurl | string |
Table of contents:
Table of Contents | ||
---|---|---|
|
Description
...
This FieldType makes possible to store and retrieve an url. It is formed by the combination of a link and the respective text.
Input expectations
...
Type | Example |
---|---|
string | "http://www.ez.no", "eZ Systems" |
...
Code Block | ||||
---|---|---|---|---|
| ||||
// Instantiates an Url Value object $UrlValue = new Url\Value( "http://www.ez.no", "eZ Systems" ); |
Validation
...
This FieldType does not perform validation.
Settings
...
This FieldType does not have settings.