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

20 char limit?

Explorer ,
Nov 24, 2009 Nov 24, 2009

Any idea why in the following code the hyperlinks are

cutting off at 20 characters? is there a way to show more?

<cfdirectory
action="list"
directory="c:/mydirectory"
recurse="true"
listinfo="name"
name="qFile"
sort = "name ASC"
/>

<cftable query = "qfile">
  <cfcol header = "name:"
     text = "<a href = fileDelivery.cfm?file=#name#>#name#</A>">
</cftable>

Thanks,

Phil

321
Translate
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

LEGEND , Nov 24, 2009 Nov 24, 2009

What do the docs for <cfcol> say about column width:

http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_c_08.html#1097607

--

Adam

Translate
LEGEND ,
Nov 24, 2009 Nov 24, 2009

What do the docs for <cfcol> say about column width:

http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_c_08.html#1097607

--

Adam

Translate
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 ,
Nov 24, 2009 Nov 24, 2009
LATEST

Thanks.

Translate
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