You can't. However - there is an easier way. Bind your cfdiv to the
grid directly:

<cfdiv bind="edit.cfm?docid=etc



On 9/25/07, Cyrill Vatomsky <[EMAIL PROTECTED]> wrote:
> 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('edit.cfm?docid='{docGrid.documentID},'forms')
>
> 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: missing : after property id"
>
> Is it possible to even do it this way? UNfortunately I can't just bind form 
> elements to the grid since I need to use the richtext editor and it does not 
> seem to take bind attribute.
>
> Cyrill
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289506
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to