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'
,'
' ,'' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'Codigo' ,'
'
,''
,'c'
);