﻿/*jQuery(document).ready(function(){*/
if (window.tinyMCE) {
    tinyMCE.init({
        mode: 'textareas',
        editor_selector: 'rich',
        language: 'cs',
        plugins: 'advlink,paste,table,ngsimage,ngsfile',
        theme: 'advanced',
        content_css: '/css/tinymce.css',
        theme_advanced_toolbar_location: 'top',
        theme_advanced_toolbar_align: 'left',
        theme_advanced_path_location: 'bottom',
        theme_advanced_buttons1: 'ngsimageselect,ngsfileselect,justifyleft,justifycenter,justifyright,justifyfull,separator,bold,italic,underline,separator,formatselect,styleselect',
        theme_advanced_buttons2: 'bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,link,unlink,separator,cleanup,removeformat,code,separator,cut,copy,paste,pastetext,pasteword',
        theme_advanced_buttons3: 'tablecontrols,separator,charmap',
        extended_valid_elements: 'img[class|src|alt|title|width|height]',
        theme_advanced_styles: 'Obr. doprava=right;Obr. doprava s rámečkem=right border;Obr. doleva=left;Obr. doleva s rámečkem=left border;Rámeček u obrázku/tabulky=border',
        theme_advanced_blockformats: 'p,address,pre,h2,h3,h4,h5,h6',
				theme_advanced_resizing : true,
/*				theme_advanced_resizing_max_width : 500,*/
				theme_advanced_resize_horizontal : false,
        relative_urls: false,
        entity_encoding: 'raw',
        debug: false,
        width: '522',
        height: '300'
    
    });
}
/*});*/