




/*
     FILE ARCHIVED ON 0:31:50 Aug 5, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 18:20:08 Feb 22, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
tinyMCE.init({
	mode : "textareas",
	language : "cs",
	theme : "advanced",
	editor_selector : "simple",
	convert_urls : "false",
	remove_script_host : "false",
	plugins : "advlink",
	theme_advanced_buttons1 : "bold,italic,underline,|,sub,sup,charmap,|,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,outdent,indent,|,link,unlink,",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "",
	entity_encoding: "raw",
	apply_source_formatting: "true",
	remove_linebreaks : "false", 
	content_css : "css/tinyMCE.css"
});
tinyMCE.init({
	mode : "textareas",
	language : "cs",
	theme : "advanced",
	editor_selector : "clasic",
	convert_urls : "false",
	remove_script_host : "false",
	plugins : "advlink",
	theme_advanced_buttons1 : "bold,italic,underline,|,sub,sup,charmap,|,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,outdent,indent,|,link,unlink,|,myfile,|,code,cleanup,removeformat,",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "",
	entity_encoding: "raw",
	apply_source_formatting: "true",
	remove_linebreaks : "false", 
	content_css : "css/tinyMCE.css",
	setup : function(ed) {
	ed.addButton('myfile', {
		title : 'Insert file',
		image : 'images/button_file.gif',
		onclick : function() {
			new_window('priloha.php?stav=vlozit_soubor',800,600);
		}
		});
	}
});

tinyMCE.init({
	mode : "textareas",
	language : "cs",
	theme : "advanced",
	editor_selector : "advanced",
	convert_urls : "false",
	remove_script_host : "false",
	plugins : "table,advimage,advlink,fullscreen,nonbreaking,paste",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,sub,sup,charmap,|,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,outdent,indent,|,formatselect,fontsizeselect,forecolor,backcolor|,pastetext,pasteword,",
	theme_advanced_buttons2 : "tablecontrols,|,hr,nonbreaking,|,undo,redo,|,link,unlink,image,myfile,|,cleanup,removeformat,code,fullscreen",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "",
	entity_encoding: "raw",
	apply_source_formatting: "true",
	remove_linebreaks : "false", 
	content_css : "css/tinyMCE.css",
	setup : function(ed) {
	ed.addButton('myfile', {
		title : 'Insert file',
		image : 'images/button_file.gif',
		onclick : function() {
			new_window('priloha.php?stav=vlozit_soubor',800,600);
		}
		});
	}
});



