bnbweb/includes/fckeditor/editor/css/behaviors/disablehandles.htc

16 lines
236 B
Plaintext
Raw Normal View History

2022-11-14 15:49:28 +00:00
<public:component lightweight="true">
<script language="javascript">
function CancelEvent()
{
return false ;
}
this.onresizestart = CancelEvent ;
this.onbeforeeditfocus = CancelEvent ;
</script>
</public:component>