var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'Fett' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'Kursiv' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_small' ,'small' ,'' ,'' ,'s' ); // special case edButtons[edButtons.length] = new edButton('ed_cite' ,'Zitat' ,'' ,'' ,'c' ); // special case edButtons[edButtons.length] = new edButton('ed_quote' ,'»...«' ,'»' ,'«' ,'q' ); // special case edButtons[edButtons.length] = new edButton('ed_link' ,'URL' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_block' ,'BlockQuote' ,'
' ,'
' ,'q' ); edButtons[edButtons.length] = new edButton('ed_strike' ,'strike' ,'' ,'' ,'s' );