// ჩემი TinyMCE ს პარამეტრები

tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	editor_selector : "MyEditor",
	plugins : "table,preview,searchreplace,print,contextmenu,paste,fullscreen,visualchars",
	theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,forecolor,backcolor,|,fontselect,fontsizeselect,",
	theme_advanced_buttons2 : "cut,copy,pasteword,pastetext,|,search,replace,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,formatselect",
	theme_advanced_buttons3 : "table,|,hr,removeformat,visualaid,visualchars,|,cleanup,code,|,link,unlink,|,sub,sup,|,charmap,image,print,preview,fullscreen,",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	theme_advanced_resizing : false,
	template_external_list_url : "example_template_list.js"
});

