beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Update Button widget to class declaration, and add a button widget in tests/svghmi.
svghmi
2020-05-13, Edouard Tisserant
00825316ed00
SVGHMI: Update Button widget to class declaration, and add a button widget in tests/svghmi.
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