source: products/qPloneDropDownMenu/tags/0.1.11/skins/qPloneDropDownMenu/dropdownmenu_update.cpy @ 1591

Last change on this file since 1591 was 1, checked in by myroslav, 19 years ago

Building directory structure

File size: 412 bytes
Line 
1## Script (Python) "dropdownmenu_update"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind state=state
7##bind subpath=traverse_subpath
8##parameters=
9##title=
10##
11request = container.REQUEST
12RESPONSE =  request.RESPONSE
13
14context.portal_dropdownmenu.regenerateMenu()
15
16return state.set(status='success', portal_status_message='DropDown Menu regenerated.')
Note: See TracBrowser for help on using the repository browser.