var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'Strong' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'Emphasis' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_link' ,'Link' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_block' ,'Quote' ,'
' ,'
' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'Code' ,'' ,'' ,'c' ); edButtons[edButtons.length] = new edButton('ed_strike' ,'Strike' ,'' ,'' ,'s' );