Email Link Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Email Link Element - #email_link{}
The link element produces a clickable email link.
Usage
#email_link { email="[email protected]" },
#email_link { email="[email protected]", text="Click to Mail me" }
#email_link { email="[email protected]", body=#image { image="path/to/email_support.gif" } }
Attributes
- email - (string)
- The email address to mail to.
- text - (string)
- The text to display. If none is specified, will default to the email address provided.
- body - (Nitrogen elements)
- Instead of text, specify one or more Nitrogen elements (such as an #image) to wrap in a link.
- html_encode - (boolean)
- Set to true to safely html-encode the link's title.