celio
Visitor
|
Re:Set client param with module - 2008/09/14 21:39
hi
use : client.handleClientParam(attrs,'')
where attrs is a dictionary with a key "name" and a key "value" ex attrs = {'name': 'x_position', 'value': '189'}
the second parameter of the method is deprecated
|