Commit 8d3d37a1 authored by Jean-Paul Smets's avatar Jean-Paul Smets

improved with Tales for list_method attribute of listbox


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@93 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0d8805ac
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<editable_columns type="list">[]</editable_columns> <editable_columns type="list">[]</editable_columns>
<external_validator></external_validator> <external_validator></external_validator>
<extra></extra> <extra></extra>
<global_attributes></global_attributes> <global_attributes type="list">[]</global_attributes>
<height type="int">5</height> <height type="int">5</height>
<hidden type="int">0</hidden> <hidden type="int">0</hidden>
<lines type="int">30</lines> <lines type="int">30</lines>
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<report_tree type="int">0</report_tree> <report_tree type="int">0</report_tree>
<reverse type="int">0</reverse> <reverse type="int">0</reverse>
<search type="int">0</search> <search type="int">0</search>
<search_columns></search_columns> <search_columns type="list">[]</search_columns>
<select type="int">0</select> <select type="int">0</select>
<selection_name></selection_name> <selection_name></selection_name>
<sort type="list">[]</sort> <sort type="list">[]</sort>
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
<width type="int">40</width> <width type="int">40</width>
</values> </values>
<tales> <tales>
<list_method>python:here.portal_url.getPortalObject().portal_skins.local_list_method[here.REQUEST.list_method_id]</list_method>
</tales> </tales>
<messages> <messages>
<message name="external_validator_failed">The input failed the external validator.</message> <message name="external_validator_failed">The input failed the external validator.</message>
......
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