Difference between revisions of "Url field"
Line 1: | Line 1: | ||
− | |||
{{fieldtypes}} | {{fieldtypes}} | ||
+ | __NOTOC__ | ||
== Inheritance == | == Inheritance == | ||
Revision as of 15:25, 11 January 2007
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
Metadata Fields: Arclanguage - Base64 - Bigint - Boolean - Compound - Counter - Dataobjref - Date - Decimal - Email - Fields - Float - Id - Idci - Image - Int - Itemref - Keywords - Langid - Longtext - Longtext_counter - Multilang - Multipart - Name - Namedset - Pagerange - Recaptcha - Recaptcha3 - Relation - Search - Secret - Set - Storable - Subject - Subobject - Text - Time - Timestamp - Url - Uuid
Inheritance
Description
This field works just like a text field except that
- it gives a validation error if it does not appear to be a valid URL
- when rendered it is rendered as a link to the URL (unless the render_dont_link property is set).
Properties
No extra properties.
Required Phrases
none.