• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CfGrid & Flash Question

Explorer ,
Feb 14, 2008 Feb 14, 2008

Copy link to clipboard

Copied

I am trying to get HREF to work in CFGRID to no avail.

I am using cfform typd html (I tried type Fasl as well.) I've tried using the href in the cfgrid tag only and in the crfrgidcolum only and in both. It only works if I change the cfgrid type to XML or HTML.

It will neither highlight the data nor will it link. Is HREF not supported in Flash mode?

Any hint on this would be MUCH appreciated!

<cfgrid name="Test" height="250" width="450" query="GetPool" href="test1.cfm" hrefkey="onet2" appendkey="yes" highlighthref="yes" griddataalign="left" gridlines="yes" rowheaderalign="left" colheaderalign="left" selectmode="single" enabled="yes" visible="yes" format="flash" autowidth="true">

<CFGRIDCOLUMN name="onet2" HEADER="Code" headeralign="left" href="test1.cfm" hrefkey="onet2">
</CFGRID>

Views

541

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 14, 2008 Feb 14, 2008

Copy link to clipboard

Copied

from the docs:

Attribute: href
Req/Opt: Optional
Format: HTML, applet
Description: URL or name of a query column that contains URLs to
hyperlink each grid cell with.

as they say, rtfm...

---
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 14, 2008 Feb 14, 2008

Copy link to clipboard

Copied

Ooops- yes. I tried using Applet too in cfgrid and setting the cfform format to Flash to get the Flash effect.. That did not work either.

So simple question: is it possible to include clickable URL links in a flash formatted cfgrid? The f.documentation does not seem to be to clear on that point... 😉

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 14, 2008 Feb 14, 2008

Copy link to clipboard

Copied

whenever i work with flash forms (which is extremely rare - i dislike
them a lot for this very reason of limited 'customizability') and i have
a problem i go to asfusion.com - it has very good tips and tutorials. i
*think* i have seen a tute there on links in flash forms...but don't
hold me to that...

---
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 14, 2008 Feb 14, 2008

Copy link to clipboard

Copied

LATEST
I know what you mean - a half-baked product. Unfortunately, I have a customer who loves the look. Asfusion - no go. I guess I will use radio buttons - submit and go.Thanks though!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation