var edButtons = new Array(); var extendedStart = edButtons.length; edButtons[edButtons.length] = new edButton('ed_strong' ,'b' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'i' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_link' ,'link' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_block' ,'b-quote' ,'\n\n
' ,'
\n\n' ,'q' ); /* edButtons[edButtons.length] = new edButton('ed_del' ,'del' ,'' ,'' ,'d' ); edButtons[edButtons.length] = new edButton('ed_ins' ,'ins' ,'' ,'' ,'s' ); */ edButtons[edButtons.length] = new edButton('ed_img' ,'img' ,'' ,'' ,'m' ,-1 ); // special case edButtons[edButtons.length] = new edButton('ed_ul' ,'ul' ,'\n\n' ,'u' ); edButtons[edButtons.length] = new edButton('ed_ol' ,'ol' ,'
    \n' ,'
\n\n' ,'o' ); edButtons[edButtons.length] = new edButton('ed_li' ,'li' ,'\t
  • ' ,'
  • \n' ,'l' ); edButtons[edButtons.length] = new edButton('ed_code' ,'code' ,'' ,'' ,'c' );