~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/javascript/FCK/editor/css/behaviors/disablehandles.htc

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

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>