wahlhelfer/admin/plugins/fckeditor/editor/css/behaviors/disablehandles.htc
2014-05-15 18:49:45 +02:00

15 lines
236 B
Text

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