beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when export all items values to clipboard in DebugVariablePanel
2013-05-31, Laurent Bessard
3d8c87ab2b5d
Fixed bug when export all items values to clipboard in DebugVariablePanel
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