Click on a row to launch the export ... {{ #-------------------------------------------------------------------------- # # The python controller return cfg_store, the configuration of # the Ext.data.Array #-------------------------------------------------------------------------- # # unique identifier for the DIV block associated to the grid # divgrid = id(cfg_store) # # The DIV block # response.write(DIV(_id="grid-%s" % divgrid)) # # Export python variables to the javascript # jsvars = "var cfgStore = %s;" % cfg_store response.write(SCRIPT(jsvars), escape=False) }}