Geen omschrijving

link_list.js 425B

1234567891011
  1. // This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.
  2. // There links will be displayed as a dropdown in all link dialogs if the "external_link_list_url"
  3. // option is defined in TinyMCE init.
  4. var tinyMCELinkList = new Array(
  5. // Name, URL
  6. ["Moxiecode", "http://www.moxiecode.com"],
  7. ["Freshmeat", "http://www.freshmeat.com"],
  8. ["Sourceforge", "http://www.sourceforge.com"]
  9. );