This element allows for the specification of a single hyperlink that the end users of Ephox EditLive! for XML will be provided with via the Insert Hyperlink dialog.
<mailtolink>
<editLive>
...
<hyperlinks>
...
<mailtoList>
<mailtolink ... />
</mailtoList>
</hyperlinks>
...
</editLive>This attribute specifies the description used for the mailto link in the Insert Hyperlink dialog within EditLive! for XML.
The following example demonstrates how to specify an e-mail address to provide the end users of EditLive! for XML with.
<editLive>
...
<hyperlinks>
...
<mailtoList>
<mailtolink href="someone@mailserver.com"
description="This is a mailto link" />
</mailtoList>
</hyperlinks>
...
</editLive>Copyright 2001-2005 Ephox Corporation. All Rights Reserved.