initial commit
This commit is contained in:
commit
252dac3143
1516 changed files with 694271 additions and 0 deletions
15
FCKeditor/editor/css/behaviors/disablehandles.htc
Normal file
15
FCKeditor/editor/css/behaviors/disablehandles.htc
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue