Commit 2712ed7f authored by Arnaud Fontaine's avatar Arnaud Fontaine

Add submitAction() meaningful mainly for listboxes


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@44974 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d50c64c7
......@@ -732,6 +732,12 @@ class ContextMainForm(MainForm):
"""
self.submit(name='Folder_filter:method')
def submitAction(self):
"""
Select/unselect objects.
"""
self.submit(name='Base_doSelect:method')
def submitSelectWorkflow(self, label=None, value=None,
script_id='viewWorkflowActionDialog'):
"""
......
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