itsolution/common/fckeditor/editor/css/behaviors/disablehandles.htc
2021-10-26 18:21:20 +09:00

16 lines
221 B
Plaintext

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