Commit 55bbef9d authored by Alexandre Boeglin's avatar Alexandre Boeglin

Base_viewFieldLibrary:

* my_comment default height is now 'preferred_textarea_height'
* added a new field: my_multi_list_field

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19575 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 760ad33d
...@@ -118,6 +118,7 @@ ...@@ -118,6 +118,7 @@
<string>my_percent</string> <string>my_percent</string>
<string>planning_box</string> <string>planning_box</string>
<string>my_comment</string> <string>my_comment</string>
<string>my_multi_list_field</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -157,7 +157,9 @@ ...@@ -157,7 +157,9 @@
</item> </item>
<item> <item>
<key> <string>height</string> </key> <key> <string>height</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
...@@ -194,7 +196,7 @@ ...@@ -194,7 +196,7 @@
<item> <item>
<key> <string>width</string> </key> <key> <string>width</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value> </value>
</item> </item>
</dictionary> </dictionary>
...@@ -283,6 +285,22 @@ ...@@ -283,6 +285,22 @@
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: preferences.getPreference(\'preferred_textarea_height\', 3)</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
......
713 714
\ No newline at end of file \ 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