source: branches/1.2/news_admin/templates/celepar/fckeditor/editor/css/behaviors/disablehandles.htc @ 45

Revision 45, 236 bytes checked in by niltonneto, 17 years ago (diff)

Implementação do FCKEDITOR na edição de artigos no news_admin, para permitir texto rico.

  • Property svn:executable set to *
  • Property svn:mime-type set to application/octet-stream
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.