<hyperlinkList> Element

This element allows for the specification of a list of hyperlinks that the users of Ephox EditLive! for Java will be provided with via the Insert Hyperlink dialog.

Element Tree Structure

<editLiveForJava>
    <hyperlinks>
        <hyperlinkList>

<editLiveForJava>
     ...
     <hyperlinks>
          <hyperlinkList>
               <!--hyperlink list configuration settings-->
          </hyperlinkList>
          ...
     </hyperlinks>
     ...
</editLiveForJava>

Child Elements

Element Description
<hyperlink> This element defines a hyperlink that users of EditLive! for Java will be provided with via the Insert Hyperlink dialog.

Remarks

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

See Also