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

CFForm and Tabling

Explorer ,
Jul 17, 2006 Jul 17, 2006

Copy link to clipboard

Copied

How do I format text in the cfformitem tag. It does not like the <tabl tag and I need to do more than lists..
So.. how would I make a 10 by 10 grid...?
TOPICS
Advanced techniques

Views

279

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

correct answers 1 Correct answer

Explorer , Jul 18, 2006 Jul 18, 2006
HTML only, I guess, I wanted the flash look I guess I'll have to go about it a different way.
CFGrid, tried that.. part of app is a calendar. Don't want to be able to sort the columns on a calendar. Good thought though...

Thought that maybe I missed something easy..

Back to the ole HTML & CSS.

Thanks guys.

~J

Votes

Translate

Translate
New Here ,
Jul 18, 2006 Jul 18, 2006

Copy link to clipboard

Copied

Hi,

I suggest you to use normal HTML forms to get the data and use CF to process the data, if you are getting the error with CFFORM. This way can reduce CF server load, if you have a huge application running. I never tried CFFORM to be honest.

Good luck / Manu.

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 ,
Jul 18, 2006 Jul 18, 2006

Copy link to clipboard

Copied

Jwahl wrote:
> How do I format text in the cfformitem tag. It does not like the <tabl tag and I need to do more than lists..
> So.. how would I make a 10 by 10 grid...?

cfgrid?

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 ,
Jul 18, 2006 Jul 18, 2006

Copy link to clipboard

Copied

LATEST
HTML only, I guess, I wanted the flash look I guess I'll have to go about it a different way.
CFGrid, tried that.. part of app is a calendar. Don't want to be able to sort the columns on a calendar. Good thought though...

Thought that maybe I missed something easy..

Back to the ole HTML & CSS.

Thanks guys.

~J

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