beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: do not do XSLT transform if both SVGHMI and HMI Tree didn't change since last build
svghmi
2021-03-10, Edouard Tisserant
c059026d8626
SVGHMI: do not do XSLT transform if both SVGHMI and HMI Tree didn't change since last build
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