aboutsummaryrefslogtreecommitdiffstats
path: root/library/tinymce/examples/lists/media_list.js
blob: 3a3836cc50dd2ed886d6615d7ce5e3202b5c602f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.
// There flash movies will be displayed as a dropdown in all media dialog if the "media_external_list_url"
// option is defined in TinyMCE init.

var tinyMCEMediaList = [
	// Name, URL
	["Some Flash", "media/sample.swf"],
	["Some Quicktime", "media/sample.mov"],
	["Some AVI", "media/sample.avi"]
];