Package bscw :: Package api :: Package portal :: Module ap_editportlet
[hide private]

Module ap_editportlet

Edit a portlet's settings.


Version: $Rev: 24797 $

Functions [hide private]
 
param_def()
return the parameter definition
 
GET_TYPE(x, y)
x[y]
 
build_datatype(portlet_param, get_message=None)
Build a bs_datatype datatype suitable for the given portlet param
 
do_it(request, portlet_id, input_params)
see above
 
_set_param(portlet_param, input_params, new_params, default_dict)
 
edit_portlet(request, portlet, input_params)
Variables [hide private]
  PORTLET_DATATYPES = {'artifact': lexartifact(artifact), 'calen...
  __package__ = 'bscw.api.portal'
Variables Details [hide private]

PORTLET_DATATYPES

Value:
{'artifact': lexartifact(artifact),
 'calendar': lexartifact(calendar),
 'contactlist': lexartifact(contactlist),
 'container': lexartifact(container),
 'document': lexartifact(document),
 'httpaddress': lexspace(httpaddress),
 'url': lexartifact(url),
 <type 'float'>: lexspace(float),
...