cudreg-saml2/FCKeditor/editor/css/behaviors/disablehandles.htc
2025-06-08 16:22:20 +07:00

15 lines
221 B
Text

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