mourningdove/htdocs/stc/fck/editor/css/behaviors/disablehandles.htc

16 lines
221 B
Text
Raw Normal View History

2026-05-24 01:03:05 +00:00
<public:component lightweight="true">
<script language="javascript">
function CancelEvent()
{
return false ;
}
this.onresizestart = CancelEvent ;
this.onbeforeeditfocus = CancelEvent ;
</script>
</public:component>