var edButtons = new Array(); var extendedStart = edButtons.length; // below here are the extended buttons edButtons[edButtons.length] = new edButton('ed_pre' ,'Pre' ,'
' ,'' ,'p' ); edButtons[edButtons.length] = new edButton('ed_strong' ,'Strong' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'em' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_strike' ,'Strike' ,'
' ,'' ,'q' ); edButtons[edButtons.length] = new edButton('ed_link' ,'Link' ,'' ,'' ,'a' ); // special case /* edButtons.push( new edButton( 'ed_ext_link' ,'Ext. Link' ,'' ,'' ,'e' ) ); // special case */ /* edButtons.push( new edButton( 'ed_ol' ,'OL' ,'