var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'Strong' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'Italic' ,'' ,'' ,'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_del' ,'Del' ,'
'
,''
,'c'
);