var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'B' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'I' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_underline' ,'U' ,'' ,'' ,'u' ); edButtons[edButtons.length] = new edButton('ed_strike' ,'S' ,'' ,'' ,'s' ); edButtons[edButtons.length] = new edButton('ed_link' ,'Link' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_spoiler' ,'Spoiler' ,'' ,'' ,'sp' ); edButtons[edButtons.length] = new edButton('ed_img' ,'Imagem' ,'' ,'' ,'m' ,-1 ); // special case edButtons[edButtons.length] = new edButton('ed_block' ,'Citar' ,'
' ,'
' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'Codigo' ,'' ,'' ,'c' );