Author: jacopoc
Date: Fri Sep 18 08:19:45 2009
New Revision: 816525
URL:
http://svn.apache.org/viewvc?rev=816525&view=revLog:
This should fix the issues related to the html editor box.
Modified:
ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
Modified: ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml?rev=816525&r1=816524&r2=816525&view=diff==============================================================================
--- ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml Fri Sep 18 08:19:45 2009
@@ -494,7 +494,7 @@
<alt-target use-when="electronicText==null" target="addHtmlText"/>
<auto-fields-entity entity-name="ElectronicText"/>
<field name="dataResourceId" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"><display/></field>
- <field name="textData" id-name="textData"><textarea cols="120" rows="20" visual-editor-enable="true"/></field>
+ <field name="textData" id-name="textData" encode-output="false"><textarea cols="120" rows="20" visual-editor-enable="true"/></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
</forms>