var edButtons = new Array(); var extendedStart = edButtons.length; // below here are the extended buttons 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.push( new edButton( 'ed_img' ,'Картинка' ,'' ,'' ,'m' ,-1 ) ); edButtons.push( new edButton( 'ed_ol' ,'OL' ,'