$(document).ready(function(){
  $("textarea").texyla({
      texyCfg: "admin",
      width: 499,
      toolbar: ['h3', 'h4', null,
                'bold', 'italic', ['del', 'hr', 'acronym', 'sub', 'sup'], null, 
                'left', 'center', 'right', 'justify', null, 
                'ul', ['ol', 'blockquote'], null, 
                'link', null, 
                'symbol', "img", 'files', "table"
                ],
      tableWindowDimensions: [350, 250],
                
      symbolWindowDimensions: [260, 205],
      symbols: ["&", "@", ["<", "&lt;"], [">", "&gt;"], "[", "]", "{", "}", "\\", "?",
                "?", "?", "µ", "?", "?", "°", "?", "?", "±", "×", 
                "÷", "?", "?", "®", "™", "€", "?", "$", "~", "^", 
                "·", "•"],
      
      imageUploadPath: "%texyla_base%/php/plugins/files/upload.php",
    });
    
    
});

