details:   https://code.openbravo.com/erp/devel/pi/rev/9a75b3707537
changeset: 22806:9a75b3707537
user:      Guillermo Gil <guillermo.gil <at> openbravo.com>
date:      Tue Apr 01 12:52:18 2014 +0200
summary:   Fixed issue 26012: Rich Text Fields are always placed in a new line

Smartclient sets this property by default to true, this would not allow to 
place this component in a column other than the first one

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-richtext.js
 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r bc8ef0db5377 -r 9a75b3707537 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-richtext.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-richtext.js
    Tue Apr 01 07:16:02 2014 +0000
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-richtext.js
    Tue Apr 01 12:52:18 2014 +0200
@@ -11,7 +11,7 @@
  * under the License.
  * The Original Code is Openbravo ERP.
  * The Initial Developer of the Original Code is Openbravo SLU
- * All portions are Copyright (C) 2013 Openbravo SLU
+ * All portions are Copyright (C) 2013-2014 Openbravo SLU
  * All Rights Reserved.
  * Contributor(s):  ______________________________________.
  ************************************************************************
@@ -125,6 +125,9 @@
   showFocused: true,
   showTitle: true,
   rowSpan: 2,
+  // smartclient sets this property by default to true
+  // this would not allow to place this component in a column other than the 
first one
+  startRow: false,
   init: function () {
     if (this.initStyle) {
       this.initStyle();

------------------------------------------------------------------------------
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to