beremiz
Clone
Summary
Browse
Changes
Graph
Fixed MouseWheel behavior in DebugVariablePanel, change graph range only if CTRL is pressed
2013-04-18, Laurent Bessard
af8a1aee3584
Fixed MouseWheel behavior in DebugVariablePanel, change graph range only if CTRL is pressed
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