bnbweb/includes/fckeditor/editor/css/behaviors/disablehandles.htc
2022-11-14 23:49:28 +08:00

16 lines
236 B
Plaintext
Executable File

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