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 @@
<string>my_percent</string>
<string>planning_box</string>
<string>my_comment</string>
<string>my_multi_list_field</string>
</list>
</value>
</item>
......
......@@ -157,7 +157,9 @@
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>hidden</string> </key>
......@@ -194,7 +196,7 @@
<item>
<key> <string>width</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
</dictionary>
......@@ -283,6 +285,22 @@
</pickle>
</record>
<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>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
......
713
\ No newline at end of file
714
\ 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