Tags:
create new tag
, view all tags

Question

I am using editTable plugin to create a table. Can I use the CommentPlugin for one of the tables columns if so how? What i intend to achieve is multiple comments for every main entry in the main table. ex

index issue resolve comment
1 abcd xyz comment1
comment2
comment3

Environment

TWiki version: TWikiRelease01Sep2004
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: unix
Web server: apache
Perl version: 5.6.0
Client OS:  
Web Browser: Mozilla
Categories: Plugins

-- KedarKulkarni - 25 Nov 2004

Answer

I'm not sure if I really understand you question, but if you're asking whether you can use CommentPlugin to add comments to just one column, I don't think so. You can create templates to add new rows to a table. Any one see other options?

-- LynnwoodBrown - 25 Nov 2004

all it has to do is add a row like this: |^|^|^|comment| in the correct place. The format could be handled with a Comment Plugin template, the position might be tricky but assuming that index column is present you could get it to insert above a location of |(index of issue you want to comment on + 1)| where (index of issue you want to comment on + 1) is some SpreadSheetPlugin cleverness.

-- SamHasler - 26 Nov 2004

Note though that that would fail if the comments have newlines in them.

-- MartinCleaver - 26 Nov 2004

 
Topic revision: r6 - 11 Jan 2005 - 07:11:30 - PeterThoeny
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback