Tags:
create new tag
, view all tags

Question

I have a topic which is a table of release numbers and dates:

Release Date1 Date2 Comment
0.01 ... ... foo
0.02 ... ... bar
0.03 ... ... baz
0.04 ... ... wup

Now I want to use the Release and Comment values in a web form, for the values of a selection list, where the Release column becomes the Name column and the Comment column becomes the Tooltip message column:

Name Type Tooltip message
0.01 option foo
0.02 option bar
0.03 option baz
0.04 option wup

Is there any way of doing this? I could try futzing around with %SEARCH{...}, but from a quick scan of Form.pm it appears that TWiki uses the raw topic body and assume that it contains the list of values, so any variables won't be expanded before it is parsed.

-- AlanBurlison - 26 Jan 2003

Answer

Topic revision: r2 - 2003-04-30 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.