beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when using 'Adjust Block Size' contextual menu item on a group of selected elements
2013-04-23, Laurent Bessard
efcc2283dd77
Fixed bug when using 'Adjust Block Size' contextual menu item on a group of selected elements
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