var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'gras' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'italique' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_link' ,'lien' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_block' ,'citation' ,'
' ,'
' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'code' ,'' ,'' ,'c' ); edButtons[edButtons.length] = new edButton('ed_strike' ,'barré' ,'' ,'' ,'s' );