summaryrefslogtreecommitdiff
path: root/httemplate/elements/fckeditor/editor/css/behaviors/disablehandles.htc
blob: 8dfb661de6034d5edb94f4ec6143f67a94337f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<public:component lightweight="true">

<script language="javascript">

function CancelEvent()
{
	return false ;
}

this.onresizestart = CancelEvent ;
this.onbeforeeditfocus = CancelEvent ;

</script>

</public:component>