mourningdove/htdocs/stc/fck/editor/css/behaviors/disablehandles.htc
2026-05-24 01:03:05 +00: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>