Re: cfgrid flash href

2010-02-04 Thread Martin Franklin
');; } } - Original Message - From: Svetlin Roussev svetlin.rous...@fuelinteractive.com To: cf-talk cf-talk@houseoffusion.com 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

Re: cfgrid flash href

2010-02-04 Thread Paul Ihrig
svetlin.rous...@fuelinteractive.com To: cf-talk cf-talk@houseoffusion.com 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 morchella.delici...@gmail.comwrote: hey guys

Re: cfgrid flash href

2010-02-04 Thread Svetlin Roussev
: Svetlin Roussev svetlin.rous...@fuelinteractive.com To: cf-talk cf-talk@houseoffusion.com 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

Re: cfgrid flash href

2010-02-04 Thread Svetlin Roussev
Right after you are closing your cfgrid you can do something like that: cfformitem type=html bind=pa href='somefile.cfm?FileId={ myGrid.selectedItem.id http://mygrid.selecteditem.id/}'Edit/a/p/cfformitem ~| Want to reach the

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? cfgrid name=hoverArea query=gHa selectmode=edit format=flash height=210 width=800 rowheaders=no onchange=getUrl('_edit_hoverArea.cfm?ha_1Id=' + hoverArea.dataProvider[hoverArea.selectedIndex]['ha_Id']);

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 morchella.delici...@gmail.comwrote: hey guys. i know cfgrid flash doesn't support href in cfgridcolumn but there has to be a way? cfgrid name=hoverArea query=gHa selectmode=edit format=flash