source: extensions/FCKEditor/editor/css/behaviors/disablehandles.htc @ 3295

Last change on this file since 3295 was 3295, checked in by patdenice, 15 years ago

New extension added:
FCK Editor (2.0.a)

File size: 236 bytes
Line 
1<public:component lightweight="true">
2
3<script language="javascript">
4
5function CancelEvent()
6{
7        return false ;
8}
9
10this.onresizestart = CancelEvent ;
11this.onbeforeeditfocus = CancelEvent ;
12
13</script>
14
15</public:component>
Note: See TracBrowser for help on using the repository browser.