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_link'
,'Link'
,''
,''
,'a'
); // special case
edButtons[edButtons.length] =
new edButton('ed_block'
,'Zitat'
,''
,'
'
,'q'
);
edButtons[edButtons.length] =
new edButton('ed_pre'
,'Code-Beispiel'
,''
,'
'
,'c'
);
/*edButtons[edButtons.length] =
new edButton('ed_strike'
,'Durchgestrichen'
,''
,''
,'s'
);*/