beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
svghmi
2020-04-14, Edouard Tisserant
41edcb8e0a01
SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
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