var edButtons = new Array(); var extendedStart = edButtons.length; // below here are the extended buttons 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' ,'
' ,'
' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'code' ,'`' ,'`' ,'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' ) );