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 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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

Reply via email to