zotero-web-library
Version:
Web library from zotero.org
11 lines (10 loc) • 346 B
JavaScript
;
tinyMCE.init({
mode: "textareas",
theme: "advanced",
theme_advanced_toolbar_location: "top",
theme_advanced_buttons1: "bold,italic,underline,justifyleft,justifycenter,justifyright,bullist,numlist,link",
theme_advanced_buttons2: "",
theme_advanced_buttons3: "",
theme_advanced_toolbar_align: "center"
});