<hyperlinks> Element

This element allows for the configuration of a list of hyperlinks and e-mail addresses to be made available to the end users of Ephox EditLive! for Java via the Insert Hyperlink dialog.

Element Tree Structure

<editLiveForJava>
    <hyperlinks>

<editLiveForJava>
     ...
     <hyperlinks>
          <!--hyperlinks configuration settings-->
     </hyperlinks>
     ...
</editLiveForJava>

Child Elements

Element Description
<hyperlinkList> This element allows for the specification of the list of hyperlinks that the end users will be provided with.
<mailtoList> This element allows for the specification of the list of e-mail addresses that the end users will be provided with.
<webdav> This element allows for the specification of WebDAV repositories that end users can browse and select files to link to.

Remarks

The <hyperlinks> element can appear only once within the <editLiveForJava> element.

See Also