var edButtons = new Array(); var extendedStart = edButtons.length; // below here are the extended buttons edButtons[edButtons.length] = new edButton('ed_strong' ,'Kalın' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'İtalik' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_link' ,'Bağlantı' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_block' ,'Alıntı' ,'
' ,'
' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'Kod' ,'`' ,'`' ,'c' ); edButtons.push( new edButton( 'ed_ol' ,'OL' ,'
    \n' ,'
\n\n' ,'o' ) ); edButtons.push( new edButton( 'ed_ul' ,'UL' ,'\n\n' ,'u' ) ); edButtons.push( new edButton( 'ed_li' ,'LI' ,'\t
  • ' ,'
  • \n' ,'l' ) ); edButtons.push( new edButton( 'ed_img' ,'Grafik' ,'' ,'' ,'m' ,-1 ) );