beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for defining specific global variables for ConfTreeNodes
2012-11-15, Laurent Bessard
235a9ec83b95
Adding support for defining specific global variables for ConfTreeNodes
Fix bug when defining function block instances as global variables
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param