source: trunk/expressoMail1_2/js/fckeditor/editor/css/behaviors/disablehandles.htc @ 389

Revision 389, 236 bytes checked in by niltonneto, 16 years ago (diff)

Ver Tickets no Trac #286 e #287.
Inclusão de template de assinatura padrão.
Assinatura também disponível em formato de texto rico.
Inclusão da biblioteca FCKEditor.

  • Property svn:executable set to *
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.