var edButtons = new Array();
var extendedStart = edButtons.length;
// below here are the extended buttons
edButtons[edButtons.length] =
new edButton('ed_link'
,'Link'
,''
,''
,'a'
); // special case
edButtons[edButtons.length] =
new edButton('ed_img'
,'IMG'
,''
,''
,'m'
,-1
)
);
edButtons[edButtons.length] =
new edButton('ed_strong'
,'Bold'
,''
,''
,'b'
);
edButtons[edButtons.length] =
new edButton('ed_em'
,'Italic'
,''
,''
,'i'
);
edButtons[edButtons.length] =
new edButton('ed_strike'
,'Strike Through'
,''
,''
,'s'
);
edButtons[edButtons.length] =
new edButton('ed_block'
,'Block-Quote'
,'
' ,'' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'Code' ,'
'
,''
,'c'
);