var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_em' ,'em' ,'' ,'' ,'i' ,'' ,'Emphasis' ); edButtons[edButtons.length] = new edButton('ed_strong' ,'strong' ,'' ,'' ,'b' ,'' ,'Strong' ); edButtons[edButtons.length] = new edButton('ed_link' ,'link' ,'' ,'' ,'a' ,'' ,'Hyperlink' ); // special case edButtons[edButtons.length] = new edButton('ed_block' ,'b-quote' ,'
' ,'' ,'q' ,'' ,'Block quotation' );