first commit
This commit is contained in:
15
admin/FCKeditor/editor/css/behaviors/disablehandles.htc
Executable file
15
admin/FCKeditor/editor/css/behaviors/disablehandles.htc
Executable file
@ -0,0 +1,15 @@
|
||||
<public:component lightweight="true">
|
||||
|
||||
<script language="javascript">
|
||||
|
||||
function CancelEvent()
|
||||
{
|
||||
return false ;
|
||||
}
|
||||
|
||||
this.onresizestart = CancelEvent ;
|
||||
this.onbeforeeditfocus = CancelEvent ;
|
||||
|
||||
</script>
|
||||
|
||||
</public:component>
|
Reference in New Issue
Block a user