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_image_list.js
Normal file
9
www/extras/tinymce/examples/example_image_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 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", "logo.jpg"],
|
||||
["Lgog 2", "logo_over.jpg"]
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue