var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'b' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'i' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_strike' ,'s' ,'' ,'' ,'s' ); edButtons[edButtons.length] = new edButton('ed_link' ,'Link' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_img' ,'Grafik' ,'' ,'' ,'p' ,-1 ); // special case edButtons[edButtons.length] = new edButton('ed_block' ,'Zitat' ,'
' ,'
' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'Code' ,'' ,'' ,'c' ); edButtons[edButtons.length] = new edButton('ed_s1' ,'<' ,'<' ,'' ); edButtons[edButtons.length] = new edButton('ed_s1' ,'>' ,'>' ,'' );