bgneal@45: // This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system. bgneal@45: // There templates will be displayed as a dropdown in all media dialog if the "template_external_list_url" bgneal@45: // option is defined in TinyMCE init. bgneal@45: bgneal@45: var tinyMCETemplateList = [ bgneal@45: // Name, URL, Description bgneal@45: ["Simple snippet", "templates/snippet1.htm", "Simple HTML snippet."], bgneal@45: ["Layout", "templates/layout1.htm", "HTML Layout."] bgneal@45: ];