science-ation/fckeditor/editor/css/behaviors/disablehandles.htc
2008-08-18 16:20:55 +00:00

16 lines
236 B
Plaintext

<public:component lightweight="true">
<script language="javascript">
function CancelEvent()
{
return false ;
}
this.onresizestart = CancelEvent ;
this.onbeforeeditfocus = CancelEvent ;
</script>
</public:component>