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' ,'enlace' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_block' ,'cita' ,'
' ,'' ,'q' );