CFGRID hyperlink

Posted: 06-20-2005, 03:15 PM
Does anyone know if it is possible to have a cfgrid(Flash) cell constructed in CF, have the ability to link to another page?
Reply With Quote

Responses to "CFGRID hyperlink"

worldnet5
Guest
Posts: n/a
 
Re: CFGRID hyperlink
Posted: 06-27-2005, 07:31 PM
Did you get an answer to this question? I have the same question too.
Reply With Quote
bal_logicmanager
Guest
Posts: n/a
 
Re: CFGRID hyperlink
Posted: 06-29-2005, 02:13 PM
I have not found out anything on this yet.
Reply With Quote
JadeBlue
Guest
Posts: n/a
 
Re: CFGRID hyperlink
Posted: 06-29-2005, 07:10 PM
Use the following:
<cfgrid name="myGrid" onchange="getUrl('your url')">

If you need to reference a column from the selected row, use:
myGrid.selectedItem.ColumnName

For example
getUrl('mypage.cfm?id=' + myGrid.selectedItem.user_id)

The name of the column is case sensitive.


Reply With Quote
WillieKmo
Guest
Posts: n/a
 
Re: CFGRID hyperlink
Posted: 09-23-2005, 06:33 PM
Anyone know how to make only one column a hyperlink rather than the enitre row?

Much appreciated.
Reply With Quote
 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink Freezeup Redmoose Adobe Indesign Macintosh 0 07-15-2006 02:08 PM
Hyperlink defaults Ken_Grace@adobeforums.com Adobe Indesign Windows 0 04-01-2004 01:46 PM
removal of underline in Hyperlink Murray *TMM* Macromedia Dynamic HTML 0 08-06-2003 06:34 PM
Colouring Hyperlink Text JB Macromedia Director Lingo 0 07-19-2003 11:29 PM
hyperlink btforres Dreamweaver AppDev 28 07-10-2003 07:56 PM