暫無描述

image_list.js 364B

12345678910
  1. // This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.
  2. // There images will be displayed as a dropdown in all image dialogs if the "external_link_image_url"
  3. // option is defined in TinyMCE init.
  4. var tinyMCEImageList = new Array(
  5. // Name, URL
  6. ["Logo 1", "media/logo.jpg"],
  7. ["Logo 2 Over", "media/logo_over.jpg"]
  8. );