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'
);