Ask a Question related to Macromedia ColdFusion, Design and Development.
-
t0ad 99 #1
cfgrid links
I am able to generate a full grid of data, but I am unable to make any of the
data cells into clickable links or buttons. I have a similar html grid, where
all the data under the header is an href pointing to another script with
additional info. I placed the href='' option in both the cfgrid, and
cfgridcolumn tags but the grid does not have any executeable buttons. Any
help would be great, a chunk of the code is available below <cfform
format='flash' width='900' height='#Hvalue2#'> <cfgrid height='#Hvalue#'
name='grid' selectmode='single' highlighthref='yes'> <cfgridcolumn
header='Priority' name='PRTY' headeralign='center' dataalign='center' >
<cfgridcolumn name='Rollup' > <cfgridcolumn name='a24Hours' header='24
Hours' headeralign='center' dataalign='center' select='yes' display='yes'
href='aging.cfm'> <cfgridcolumn name='a48Hours' header='48 Hours'
headeralign='center' dataalign='center'> <cfgridcolumn name='a72Hours'
header='72 Hours' headeralign='center' dataalign='center'> <cfgridcolumn
name='a5Days' header='5 Days' headeralign='center' dataalign='center'>
<cfgridcolumn name='a10Days' header='10 Days' headeralign='center'
dataalign='center'> <cfgridcolumn name='a14Days' header='14 Days'
headeralign='center' dataalign='center'> <cfgridcolumn name='a30Days'
header='30 Days' headeralign='center' dataalign='center'> <cfgridcolumn
name='a60Days' header='60 Days' headeralign='center' dataalign='center'>
<cfgridcolumn name='a90Days' header='90 Days' headeralign='center'
dataalign='center'> <cfgridcolumn name='a120Days' header='120 Days'
headeralign='center' dataalign='center'> <cfgridcolumn name='a180Days'
header='180+ Days' headeralign='center' dataalign='center'> <cfgridcolumn
name='Total' headeralign='center' dataalign='center'> <cfgridrow
data='#firstRow#'> </cfgrid> </cfform>
t0ad 99 Guest
-
Adding previous and next links in the cfgrid
I have been reading through a few of these topics, and have not found an answer to this question. Is there built in functionality within MX7 that... -
Resetting "Visited" links to "links" color when new browser opens
HELP! This should be simple, but I can't find info: In using CSS for font color for text hyperlinks, I have mine set so that the "links" are a... -
When we move Image Links and HTML links
On our Local Site (hard drive), our web projects is almost complete and we have already uploaded and sync the internet site (remote site). I have... -
?Hard links, Soft links, & Aliases--Explain
Hi All, Could some knowledgeable UNIX type please explain the differences between hard links, soft links, and traditional Mac aliases. Responses... -
eastinq #2
Re: cfgrid links
Here is a similiar thread.
[url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=7&threadid=961300[/url]
eastinq Guest



Reply With Quote

