source: products/qPloneDropDownMenu/trunk/skins/qPloneDropDownMenu/dropdownmenu_edit.cpy @ 1

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

Building directory structure

File size: 453 bytes
Line 
1## Controller Python Script "dropdownmenu_edit"
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=menu=None, RESPONSE=None
9##title=
10##
11
12REQUEST=context.REQUEST
13
14properties = context.portal_properties.dropdownmenu_properties
15properties.manage_editProperties(REQUEST)
16
17return state.set(status='success', portal_status_message='DropDown Menu updated.')
Note: See TracBrowser for help on using the repository browser.