beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: added checking of widget literal argument in DnD UI according to type given in widget description
svghmi
2021-06-10, Edouard Tisserant
352b2111ca66
SVGHMI: added checking of widget literal argument in DnD UI according to type given in widget description
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