~ubuntu-it-wiki/wiki-ubuntu-it/wiki-repo

« back to all changes in this revision

Viewing changes to applets/FCKeditor/editor/css/behaviors/disablehandles.htc

  • Committer: Leo Iannacone
  • Date: 2011-06-02 15:05:37 UTC
  • Revision ID: l3on@ubuntu.com-20110602150537-ycrnf58qf67uf593
Added applets for gui editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<public:component lightweight="true">
 
2
 
 
3
<script language="javascript">
 
4
 
 
5
function CancelEvent()
 
6
{
 
7
        return false ;
 
8
}
 
9
 
 
10
this.onresizestart = CancelEvent ;
 
11
this.onbeforeeditfocus = CancelEvent ;
 
12
 
 
13
</script>
 
14
 
 
15
</public:component>