var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'Tučné' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'Kurzíva' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_link' ,'Odkaz' ,'' ,'' ,'a' ); // special case // edButtons[edButtons.length] = // new edButton('ed_block' // ,'b-quote' // ,'
' // ,'
' // ,'q' // ); edButtons[edButtons.length] = new edButton('ed_pre' ,'Zdrojový kód' ,'' ,'' ,'c' ); // edButtons[edButtons.length] = // new edButton('ed_strike' // ,'strike' // ,'' // ,'' // ,'s' // );