General

  eZ Systems Website
  Technical documentation
  Editor documentation

This Documentation contains:
 
Technical documentation:



⚠ WARNING ! This documentation is deprecated !

Please go to the current Technical Documentation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This field type Field Type represents a hyperlink. It is formed by the combination of a link and the respective text.

...

Table of Contents
minLevel2

Description

This FieldType Field Type makes possible to store and retrieve an a url. It is formed by the combination of a link and the respective text.

...

PropertyTypeDescription
$linkstringThis property will be used to store the link provided to the value of this FieldTypeField Type.
$textstringThis property will be used to store the the text to represent the stored link provided to the value of this FieldTypeField Type.
Code Block
languagephp
titleValue object content example
$url->link = "http://www.ez.no";
$url->text = "eZ Systems";

...

Code Block
languagephp
titleConstructor example
// Instantiates an Url Value object
$UrlValue = new Url\Value( "http://www.ez.no", "eZ Systems" );

Validation

This FieldType Field Type does not perform validation.

Settings

This FieldType Field Type does not have settings.