How can I add the JavaScript:
var server_time="test"

to the vars dict:
    callback = URL(r=request,c='plugin_jqgrid',f='data',
                   vars=dict(tablename=table._tablename,
                             columns=','.join(columns),
                             fieldname=fieldname or '',
                             fieldvalue=fieldvalue,
                             ))

???

THX

On 7 Nov., 15:25, "mr.freeze" <nat...@freezable.com> wrote:
> Anything that is put in the vars dict of a URL will end up in
> request.vars when navigated to. For example:
> URL(vars=dict(server_time=request.now)) will be
> request.vars.server_time.  Is that what you're asking?
>
> On Nov 7, 3:12 am, AsmanCom <d.as...@web.de> wrote:
>
> > Can I include the var server_time in the vars=dict somehow?
>
> > THX
>
>

Reply via email to