mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 18:27:55 +08:00

--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4038902
10 lines
364 B
JavaScript
10 lines
364 B
JavaScript
// This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.
|
|
// There images will be displayed as a dropdown in all image dialogs if the "external_link_image_url"
|
|
// option is defined in TinyMCE init.
|
|
|
|
var tinyMCEImageList = new Array(
|
|
// Name, URL
|
|
["Logo 1", "media/logo.jpg"],
|
|
["Logo 2 Over", "media/logo_over.jpg"]
|
|
);
|