Skip to main content
Inspiring
January 23, 2009
Answered

Expandable list of links?

  • January 23, 2009
  • 2 replies
  • 452 views
I post a board packet (consists of about 20 links/PDF docs), every quarter for our board of directors. I'd like to make previous list of links available to the board members, but colapse the list by default so I can save room for the current board packet. Is this possible in ColdFusion 8?
    This topic has been closed for replies.
    Correct answer cwhitmor

    I found it myself. CFTree is the tag I need.

    http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-c16.htm

    2 replies

    cwhitmorAuthorCorrect answer
    Inspiring
    January 24, 2009

    I found it myself. CFTree is the tag I need.

    http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-c16.htm
    davidsimms
    Inspiring
    January 23, 2009
    Server technology (CF in this case) is irrelevant to the client interface. Client-side solutions for the interface you describe will most likely involve DHTML or Flash. "DHTML for the World Wide Web" by Peachpit Press might be a good starting point.