var edButtons = new Array(); var extendedStart = edButtons.length; // below here are the extended buttons edButtons[edButtons.length] = new edButton('ed_block' ,'B-Quote' ,'
' ,'
' ,'q' ); edButtons[edButtons.length] = new edButton('ed_link' ,'Link' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_strong' ,'Strong' ,'' ,'' ,'b' ); 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_li' ,'LI' ,'\t
  • ' ,'
  • \n' ,'l' ) );