]> git.mxchange.org Git - friendica.git/blob - tinymce/examples/lists/image_list.js
more upd8s
[friendica.git] / tinymce / examples / lists / image_list.js
1 // This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.\r
2 // There images will be displayed as a dropdown in all image dialogs if the "external_link_image_url"\r
3 // option is defined in TinyMCE init.\r
4 \r
5 var tinyMCEImageList = new Array(\r
6         // Name, URL\r
7         ["Logo 1", "media/logo.jpg"],\r
8         ["Logo 2 Over", "media/logo_over.jpg"]\r
9 );\r