Re: how to pass/bind to url in ColdFusion.navigate()?

2007-09-26 Thread Cyrill Vatomsky
Ah... I was going to Glasgow from Edinburgh by ways of Inverness... Thank you, Ray. >You can't. However - there is an easier way. Bind your cfdiv to the >grid directly: > >http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.c

Re: how to pass/bind to url in ColdFusion.navigate()?

2007-09-26 Thread Raymond Camden
You can't. However - there is an easier way. Bind your cfdiv to the grid directly: > The ajax debugger gives me "window:global: missing ) after argument list" > error > > If I use > onclick="javascript:ColdFusion.navigate('edit.cfm?docid='+{docGrid.documentID},'forms') > > I get "window:global:

how to pass/bind to url in ColdFusion.navigate()?

2007-09-25 Thread Cyrill Vatomsky
I have a grid with two columns - documentTitle and DocumentID. I can't figure out how to use ColdFusion.navigate with it to load document for editing in a cfdiv (forms). Using the href parameter does nothing, so I tried binding a button to it with this: onclick="javascript:ColdFusion.navigate('