OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / scripts / fckeditor2.6.6 / editor / css / behaviors / disablehandles.htc
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>