cfgridcolumn href question

2008-07-17 Thread Lawrence Mak
Hi,
I am trying to write a cfgrid in a layout-tab, with column links to other tabs 
in the layout. However, the href attribute for cfgridcolumn only allows url and 
column to other pages, not containers such as layout areas. Can anyone suggest 
other approach to achieve this? Thanks. 

~|
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:309197
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfgridcolumn href question

2008-07-17 Thread gary gilbert
If I understand correctly when a user clicks on a column in your grid you
want focus to change to a specific tab?

You should be able to get a reference to the underlying ext object and then
get a reference to the column model, once you have the reference you can add
event listeners to do what you want.

You will probably have to do your reconfiguring of the grid using the
ajaxOnLoad() function to call your reconfigure js function.


Gary Gilbert
http://www.garyrgilbert.com/blog

On Thu, Jul 17, 2008 at 10:49 AM, Lawrence Mak [EMAIL PROTECTED]
wrote:

 Hi,
 I am trying to write a cfgrid in a layout-tab, with column links to other
 tabs in the layout. However, the href attribute for cfgridcolumn only allows
 url and column to other pages, not containers such as layout areas. Can
 anyone suggest other approach to achieve this? Thanks.

 

~|
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:309212
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4