Posted 17 May 2012 Link to this post
Posted 18 May 2012 Link to this post
<script>
function
OnClientCommandExecuting(sender, EventArgs)
{
if
(EventArgs.get_commandName() ==
"InsertParagraph"
|| EventArgs.get_commandName() ==
"EnterParagraphMozilla"
"InsertParagraphSafari"
)
EventArgs.set_cancel(
true
);
}
</script>
Posted 21 May 2012 Link to this post