Commit 1a02c848 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Deprecate Event_getTextContentCorrespondToFormat (wrong naming, wrong...

Deprecate Event_getTextContentCorrespondToFormat (wrong naming, wrong implemetation) and replace it with Event_getEditorFieldTextContent

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28942 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f4f1fffe
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>default</string>
<string>css_class</string> <string>css_class</string>
<string>text_editor</string> <string>default</string>
<string>editable</string> <string>editable</string>
<string>text_editor</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: cell.Event_getTextContentCorrespondToFormat(editable=False)</string> </value> <value> <string>python: cell.Event_getEditorFieldTextContent(editable=False)</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
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