Re: cfgrid flash href

2010-02-04 Thread Svetlin Roussev
Right after you are closing your cfgrid you can do something like that: http://mygrid.selecteditem.id/>}'>Edit"> ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing

Re: cfgrid flash href

2010-02-04 Thread Svetlin Roussev
> } else { > > return data; > > } > > } > > > > /*called by init for grid render on cellclick*/ > > gridfunc = function(grid,rowIndex,columnIndex,e){ > > var record = grid.getDataSource().getAt(rowIndex); > > var fieldName = grid.getColumnModel().getDataI

Re: cfgrid flash href

2010-02-04 Thread Paul Ihrig
r record = grid.getDataSource().getAt(rowIndex); >      var fieldName = grid.getColumnModel().getDataIndex(columnIndex); > /*On Cell Click logic*/ >    if(record.get(fieldName) != null){ >        /* Build hyperlink */ >        window.location.href = "somepage.cfm?urlval="+rec

Re: cfgrid flash href

2010-02-04 Thread Martin Franklin
ot;Svetlin Roussev" To: "cf-talk" Sent: Wednesday, February 03, 2010 6:25 PM Subject: ***SPAM*** Re: cfgrid flash href > > You can do optionitem and bind it with the href. > > On Wed, Feb 3, 2010 at 7:10 AM, morchella > wrote: > >> >> hey guys. &

Re: cfgrid flash href

2010-02-03 Thread Svetlin Roussev
You can do optionitem and bind it with the href. On Wed, Feb 3, 2010 at 7:10 AM, morchella wrote: > > hey guys. > i know cfgrid flash doesn't support href in cfgridcolumn > but there has to be a way? > > height="210" width="800" rowheaders="no" > onchange="getUrl('_edit_hoverArea.cfm?ha_1Id=' +

cfgrid flash href

2010-02-03 Thread morchella
hey guys. i know cfgrid flash doesn't support href in cfgridcolumn but there has to be a way? make the entire row a link. but i only want a link in the id column, since the other columns are for editing data. has any one done this. i have googled till i can google no more.. so i come here =]