Difference between revisions of "Url field"
Line 4: | Line 4: | ||
== Description == | == 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 == | == Properties == | ||
Line 10: | Line 14: | ||
== Required Phrases == | == Required Phrases == | ||
+ | |||
+ | none. |
Revision as of 15:39, 10 January 2007
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.