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_quote' ,'zitat' ,'
"' ,'"
' ,'z' ); edButtons[edButtons.length] = new edButton('ed_block' ,'block' ,'
' ,'
' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'code' ,'' ,'' ,'c' ); edButtons[edButtons.length] = new edButton('ed_ul' ,'--str--' ,'' ,'' ,'s' );