var edButtons = new Array(); var extendedStart = edButtons.length; // below here are the extended buttons edButtons[edButtons.length] = new edButton('ed_block' ,'Citacao' ,'
' ,'
' ,'q' ); edButtons.push( new edButton( 'ed_ext_link' ,'Link' ,'' ,'' ,'e' ) ); // special case edButtons[edButtons.length] = new edButton('ed_strong' ,'Negrito' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'Italico' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_em' ,'Sublinhado' ,'' ,'' ,'u' );