updating tinymce to 1.41
This commit is contained in:
parent
dc1721d1ef
commit
bd48711603
125 changed files with 5524 additions and 3444 deletions
9
www/extras/tinymce/examples/example_flash_list.js
Normal file
9
www/extras/tinymce/examples/example_flash_list.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// 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 flash dialogs if the "flash_external_list_url"
|
||||
// option is defined in TinyMCE init.
|
||||
|
||||
var tinyMCEFlashList = new Array(
|
||||
// Name, URL
|
||||
["Some Flash 1", "test1.swf"],
|
||||
["Some Flash 2", "test2.swf"]
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue