a1684257
Administrator
first commit
|
1
2
3
4
5
6
7
8
9
10
|
var tinyMCETemplateList = new Array(
// Name, URL
["Sidebar with frame for text", "/wysiwyg/sidebar-with-tail-for-text.html"],
["Sidebar with frame for image", "/wysiwyg/sidebar-with-tail-for-image.html"],
["Sidebar without frame", "/wysiwyg/sidebar-with-image.html"],
["Contacts at the bottom", "/wysiwyg/contacts-in-page-bottom.html"],
["Two columns in content", "/wysiwyg/two-columns.html"],
["Wide gallery", "/wysiwyg/wide-gallery.html"],
["Task", "/wysiwyg/task-tuning.html"]
);
|