var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'negrita' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'cursiva' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_link' ,'link' ,'' ,'' ,'d' ); // special case edButtons[edButtons.length] = new edButton('ed_ul' ,'ul' ,'' ,'u' ); edButtons[edButtons.length] = new edButton('ed_ol' ,'ol' ,'
    ' ,'
' ,'o' ); edButtons[edButtons.length] = new edButton('ed_li' ,'li' ,'
  • ' ,'
  • ' ,'l' ); edButtons[edButtons.length] = new edButton('ed_block' ,'citación' ,'
    ' ,'
    ' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'código' ,'' ,'' ,'c' ); edButtons[edButtons.length] = new edButton('ed_strike' ,'tachar' ,'' ,'' ,'s' );