]> git.mxchange.org Git - friendica.git/blob - library/tinymce/examples/lists/template_list.js
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
[friendica.git] / library / tinymce / examples / lists / template_list.js
1 // This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.\r
2 // There templates will be displayed as a dropdown in all media dialog if the "template_external_list_url"\r
3 // option is defined in TinyMCE init.\r
4 \r
5 var tinyMCETemplateList = [\r
6         // Name, URL, Description\r
7         ["Simple snippet", "templates/snippet1.htm", "Simple HTML snippet."],\r
8         ["Layout", "templates/layout1.htm", "HTML Layout."]\r
9 ];