svgui/pyjs/jsonrpc/README.txt
author Edouard Tisserant
Tue, 02 Apr 2019 09:46:58 +0200
branchrename_on_location_change
changeset 2573 071d10c7ab8f
parent 728 e0424e96e3fd
permissions -rw-r--r--
LocationCellEditor now systematically change variable name according to name given by CTN, calls VariablePanel' OnVariableNameChange to update POU accordingly.
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