Package bscw :: Package api :: Module ap_swpref
[hide private]

Module ap_swpref

Switches user preferences. Only to be used by BSCW itself and its AJAX interface. Rather incomplete, only works with "sw1" preference group so far.


Version: $Rev: 20112 $

Functions [hide private]
 
param_def()
return the parameter definition
 
bool_js(value)
 
do_it(request, object_id, prefs=[])
see above
Variables [hide private]
  VALID_VALUE_FUNCS = {'int': int, 'bool_js': bool_js}
  __package__ = 'bscw.api'