beremiz
Clone
Summary
Browse
Changes
Graph
Pass HMITree to SVG transform. It seems it could really help to reduce JS tree binding logic in the end.
svghmi
2019-08-20, Edouard Tisserant
ce04d79b8e57
Pass HMITree to SVG transform. It seems it could really help to reduce JS tree binding logic in the end.
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