/* -----------------------------------------------------------------------------
    Validation - Kontakty
----------------------------------------------------------------------------- */

$(document).ready(function(){
  jQuery.validator.messages.required = "";
    $("#phpmailer").validate({
  });
});



/* -----------------------------------------------------------------------------
    Administrace
----------------------------------------------------------------------------- */

//<![CDATA[

$(function () {

	$.texyla({
		toolbar: [
	   'h2', 'h3',
			null,
			'bold', 'italic',
			null,
			'center', ['left', 'right', 'justify'],
			// null,
			'ul', // 'ol', ["olAlphabetSmall", "olAlphabetBig", "olRomans", "olRomansSmall"],
			null,
			'link', 'img', 'table', // 'emoticon', 'symbol',
      null,
			'color', 'textTransform',
			// null,
			// "files",
			// null,
			// 'div', ['html', 'blockquote', 'text', 'comment'],
			null,
			'code', ['codeHtml', 'codeCss', 'codeJs', 'codePhp', 'codeSql'], 'codeInline',
			// null,
			// {type: "label", text: "Ostatní"}, ['sup', 'sub', 'del', 'acronym', 'hr', 'notexy', 'web']
		],
		bottomLeftToolbar: ['edit', 'preview', 'htmlPreview'],
		tabs: true,
		texyCfg: "admin",
		width: 470,
	});

});
//]]>
