var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'fett' ,'' ,'' ,'fett' ); edButtons[edButtons.length] = new edButton('ed_em' ,'kursiv' ,'' ,'' ,'kursiv' ); edButtons[edButtons.length] = new edButton('ed_link' ,'Link' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_block' ,'Zitat' ,'
' ,'
' ,'Zitat' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'code' ,'' ,'' ,'code' ); edButtons[edButtons.length] = new edButton('ed_strike' ,'strike' ,'' ,'' ,'strike' );