Posted 07 Jun 2012 Link to this post
<script type=
"text/javascript"
>
function
OnClientLoad(editor, args)
{
var
buttonsHolder = $get(editor.get_id() +
"Top"
);
buttons = buttonsHolder.getElementsByTagName(
"A"
for
(
i=0; i< buttons.length; i++)
a = buttons[i];
a.tabIndex = -1;
a.tabStop =
false
;
}
</script>