Hi all,

I'm building a datagrid that is similar to what Charles described 
(http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:52906#285912), 
except that my datagrid resides in a tabbed layout. 

I have built a normal <table> version in the following way:
1. set the href of the cell to 
javaScript:ColdFusion.navigate('targetpage.cfm?id=#id#','tabname')
2. set the cell's onlcick attribute to 
"ColdFusion.layout.selectTab('layoutname','tabname')" to switch display to the 
tab.

Although this works fine, I'm not sure if this is the correct way to do it.

My question is: how can I achieve the same result using cfgrid? in 
cfgridcolumn, can I use the same .navigate function, but reference the id 
column in the hrefkey attribute? can I just use 'targetpage.cfm?id=' as URL and 
expect the value of hrefkey to be attached at the end?

Thanks in advance for any suggestions.

Lawrence 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308605
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