Difference between revisions of "Email field"

From EPrints Documentation
Jump to: navigation, search
m
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{reference}}
 
 
{{fieldtypes}}
 
{{fieldtypes}}
 +
__NOTOC__
 
== Inheritance ==
 
== Inheritance ==
  
* [[Metadata]]
+
* [[:Category:EPrints_Metadata_Fields|Metadata Field]]
** [[Text field]]
+
** [[Id field]]
*** [[Email field]]
+
*** [[Idci field]]
 +
**** [[Email field]]
  
 
== Description ==
 
== Description ==
Line 15: Line 16:
 
== Properties ==
 
== Properties ==
  
As for [[text field]]s.
+
As for [[Id field]]s.
  
 
== Required Phrases ==
 
== Required Phrases ==
  
 
none.
 
none.

Revision as of 11:58, 14 June 2020

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 - 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 email address
  • when rendered it is rendered as a mailto: link to the email (unless the render_dont_link property is set).

Properties

As for Id fields.

Required Phrases

none.