7.2.6. the dataRpcs

Last page update: November 10, 2011

7.2.6.1. definition

A Genro rpc is an inter-process communication that allows a client-server interaction.

The dataRpc family is composed by:

7.2.6.2. rpc commons attributes

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

Table Of Contents

Previous topic

7.2.5. dataResource

Next topic

7.2.6.3.1. common attributes

This Page