Commit efc84c7f authored by Gabriel Monnerat's avatar Gabriel Monnerat

2010-11-21 gabriel

* Clear the text_content field to use SVG Editor from EditorField

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40435 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c1a4a800
......@@ -134,9 +134,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -219,11 +217,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
<iframe name="svgframe" id="svgframe" src="portal_skins/erp5_jquery/plugin/svg-editor/svg-editor.html" width="750" height="600"/>
]]></string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -231,7 +225,7 @@
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
......@@ -271,7 +265,7 @@
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string>text_area</string> </value>
<value> <string>svg_editor</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -295,17 +289,4 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/WebIllustration_renderSVGEditor</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2010-11-21 gabriel
* Clear the text_content field to use SVG Editor from EditorField
2010-11-09 gabriel
* Initial implementation to SVG Editor to be supported in EditorField
......
16
\ No newline at end of file
18
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment