$(function () {
        $.texyla.setDefaults({
                texyCfg: "forum",
                buttonType: "button",
                bottomLeftToolbar: ["edit", "preview"],
                bottomRightEditToolbar: ["submit"],

                bottomRightPreviewToolbar: ["submit"]

            });

         $(".admin").texyla({
             // nastaví editoru šířku 500 px
             width: 580,
                 // tlačítka vlevo dole
            toolbar: [
					//"h1", "h2", "h3", "h4",
					"h2",[ "h3", "h4"],
					null,
					"bold", "italic",
					null,
					"center", ["left", "right", "justify"],
					null,
					"ul", "ol",
					null,
					"link", "img", "table",
					null,
					"files",
					null,
					"div", ["html"],
					null,
					//"div", ["html", "blockquote", "text", "comment"],
					//null,
					//"code",	["codeHtml", "codeCss", "codeJs", "codePhp", "codeSql"], "codeInline",
					//null,
					//["sup", "sub", "del", "acronym", "hr", "notexy", "web"]
					["sup", "sub", "del", "hr"],
					null,
					"symbol"
				]
	    });
});
