source: WAeUP_SRP/trunk/skins/waeup_academics/getAcademicsDisplayParams.py @ 599

Last change on this file since 599 was 486, checked in by joachim, 18 years ago

svn -R propset svn:keywords "Id" .
added layout_application_/edit/create/view
and cleaned that up.

  • Property svn:keywords set to Id
File size: 969 bytes
Line 
1## Script (Python) "getCustomDisplayParams"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind subpath=traverse_subpath
7##parameters=
8##title=
9##
10# $Id: getAcademicsDisplayParams.py 486 2006-09-06 10:09:39Z joachim $
11"""
12The Academics batch parameters
13"""
14custom_params =  {'format': None,
15                  'sort_by': None,
16                  'direction': 'asc',
17                  'items_per_page': 50,
18                  'nav_action': 'folder_view',
19                  'filter': 0,
20                  'detail_tab_columns': ['long_title',
21                                         'id',
22                                          #'typetext',
23                                          #'size',
24                                          #'date',
25                                          #'author',
26                                          'status',
27                                          #'version'
28                                          ],
29                 }
30
31return custom_params
32
Note: See TracBrowser for help on using the repository browser.