]> git.mxchange.org Git - friendica.git/blob - library/tinymce/examples/lists/media_list.js
update tinymce to 3.5b2 to fix issues with FF 11 and pasting into code blocks
[friendica.git] / library / tinymce / examples / lists / media_list.js
1 // This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.\r
2 // There flash movies will be displayed as a dropdown in all media dialog if the "media_external_list_url"\r
3 // option is defined in TinyMCE init.\r
4 \r
5 var tinyMCEMediaList = [\r
6         // Name, URL\r
7         ["Some Flash", "media/sample.swf"],\r
8         ["Some Quicktime", "media/sample.mov"],\r
9         ["Some AVI", "media/sample.avi"],\r
10         ["Some RealMedia", "media/sample.rm"],\r
11         ["Some Shockwave", "media/sample.dcr"],\r
12         ["Some Video", "media/sample.mp4"],\r
13         ["Some FLV", "media/sample.flv"]\r
14 ];