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;
}
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs