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.
<hyperlink>
<editLive>
...
<hyperlinks>
<hyperlinkList>
<hyperlink ... />
</hyperlinkList>
...
</hyperlinks>
...
</editLive>This attribute specifies the description used for the image in the Insert Hyperlink dialog within EditLive! for XML.
This attribute has the same effect as the target property of the <A> HTML tag. This attribute specifies the name of the frame for the hyperlink to jump to.
When inserting the hyperlink defined by this <hyperlink> element into an EditLive! for XML document this attribute will appear in the HTML source code.
This attribute has the same effect as the title property of the <A> HTML tag. This attribute provides an advisory title for the document linked to.
When inserting the hyperlink defined by this <hyperlink> element into an EditLive! for XML document this attribute will appear in the HTML source code.
The following example demonstrates how to specify a hyperlink to provide the users of EditLive! for XML with.
<editLive>
...
<hyperlinks>
<hyperlinkList>
<hyperlink href="http://www.someserver.com/somepage.html"
description="This is a hyperlink"
target="_blank"
title="Hyperlink" />
</hyperlinkList>
...
</hyperlinks>
...
</editLive> Copyright 2001-2005 Ephox Corporation. All Rights Reserved.