skik/admin/FCKeditor/editor/css/behaviors/disablehandles.htc
2023-02-27 10:20:09 +01: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>