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

text blocks from included page

Participant ,
Jul 02, 2006 Jul 02, 2006

Copy link to clipboard

Copied

i have landed a catalog site...

each page has a dynamic table but the table styles are all over the place (don't ask)....what i want to do is have a page with the table heads blocked out so i can reference on the fly.

this page would have each table head rows (up to 3 with col and row spans) as a block and i need to pull up that block only.

is there a cf tag that i can isolate that text block in? needs a closing tag and be named in a cfoutput tag.

think would reference in display page with cfinclude as in <cfinclude template="tableheads.cfm?hd=a"> or something.

tnx in advance
TOPICS
Advanced techniques

Views

174

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
New Here ,
Jul 03, 2006 Jul 03, 2006

Copy link to clipboard

Copied

LATEST
Sounds like a job for a custom tag. The custom tag can accept arguments, which allow you to customize the content on the fly. You'll have to "roll your own."

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