wahlhelfer/admin/plugins/fckeditor/editor/css/behaviors/disablehandles.htc

16 lines
236 B
Text
Raw Normal View History

2014-05-15 16:49:45 +00:00
<public:component lightweight="true">
<script language="javascript">
function CancelEvent()
{
return false ;
}
this.onresizestart = CancelEvent ;
this.onbeforeeditfocus = CancelEvent ;
</script>
</public:component>