Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
The link element produces a clickable email link.
#email_link { email="joe@mycompany.com" }, #email_link { email="samantha@yourcompany.com", text="Click to Mail me" } #email_link { email="support@somecompany.com", body=#image { image="path/to/email_support.gif" } }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.
Released under the MIT License.