Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1924 → Rev 1925

/trunk/api/fckeditor/fckeditor/editor/css/behaviors/disablehandles.htc
New file
0,0 → 1,15
<public:component lightweight="true">
 
<script language="javascript">
 
function CancelEvent()
{
return false ;
}
 
this.onresizestart = CancelEvent ;
this.onbeforeeditfocus = CancelEvent ;
 
</script>
 
</public:component>