Package bscw ::
Package api ::
Module ap_info_details
|
|
Module ap_info_details
Returns 'details' information about the given object (parameter
object_id). format can be either "desktop" or
"mobile", with the latter providing less automatic
formatting.
API definition:
API = (('object_id', 'ASCII string', 1),
('i_tables', 'array', 0, [('item', 'ASCII string', 1)]),
('format', 'ASCII string', 0))
OrbiTeam Software, (c) 2009
|
param_def()
return the parameter definition |
|
|
|
do_it(request,
object_id,
i_tables=[ ' i_details ' ] ,
format=' desktop ' )
see above |
|
|
|
info_details(request,
obj,
i_tables=[ ' i_details ' ] ,
format=' desktop ' ) |
|
|
|
ignore_CantCommit = True
|
|
__package__ = ' bscw.api '
|