phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [18566] it now copies data back to the textarea, st


From: Dave Hall
Subject: [Phpgroupware-cvs] [18566] it now copies data back to the textarea, still breaking layouts - not sure if it is the YUI CSS or the js which is breaking stuff
Date: Sun, 01 Jun 2008 04:12:23 +0000

Revision: 18566
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18566
Author:   skwashd
Date:     2008-06-01 04:12:22 +0000 (Sun, 01 Jun 2008)

Log Message:
-----------
it now copies data back to the textarea, still breaking layouts - not sure if 
it is the YUI CSS or the js which is breaking stuff

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.richtext.inc.php

Modified: trunk/phpgwapi/inc/class.richtext.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.richtext.inc.php   2008-06-01 04:11:08 UTC (rev 
18565)
+++ trunk/phpgwapi/inc/class.richtext.inc.php   2008-06-01 04:12:22 UTC (rev 
18566)
@@ -67,12 +67,13 @@
                                        width: '100em',
                                        height: '10em',
                                        dompath: true,
-                                       animate: true
+                                       animate: true,
+                                       handleSubmit: true
                                };
                                
                                var editorWidget = new 
YAHOO.widget.Editor('{$target}', editorConfig);
                                editorWidget.render();
-                               })();
+                       })();
                                
 SCRIPT;
                        }






reply via email to

[Prev in Thread] Current Thread [Next in Thread]