EditLive! 9 Documentation : hyperlinkList

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

<editLive>
<hyperlinks>
<hyperlinkList>

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

This boolean attribute specifies whether the hyperlink dialog displays the option for users to link to existing files or web pages. This attribute is a boolean with possible values of true or false.

Default Value: true

<hyperlink>

This element defines a hyperlink that users of EditLive! will be provided with via the Insert Hyperlink dialog.

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