Last page update: November 10, 2011
A Genro rpc is an inter-process communication that allows a client-server interaction.
The dataRpc family is composed by:
Here we list all the common parameters of the Rpc:
- _onCalling: allows to execute a javascript code BEFORE the controller action. Default value is None
- _onResult: allows to execute a javascript code AFTER that the controller have finished its action. Default value is None
- sync: boolean. If True, Genro stops every further action until the Rpc containing sync=True finishes. Default value is False