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