Question
Hello,
I'm using the
EditTablerowPlugin to enter data into a table. One of my fields is a textarea and i'd love to be able to add either an ordered list or an unordered list into the text.
The problem is that when the data is saved, the new lines in the textarea are saved as <br>'s, which I suspect is the desired outcome since multiline tables only work with \'s. Anyways, Can anyone think of a work around that would allow me to use the
SpreadSheetPlugin or something else to create a proper list?
I couldn't find anything on the support web, so any help is greatly appreciated.
BT.
Environment
--
BrentTokarchuk - 06 Jan 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
You can simulate bullets with
%BULLET% and
%BB% (breaking bullet) variables:
| one line |
multiple bullets: • one • two • three • |
They are defined in the
TWikiPreferences. You can define your own settings for numbered bullets, get some ideas from
NumberedHeadings.
--
PeterThoeny - 06 Jan 2006
Awesome thanks.
--
BrentTokarchuk - 06 Jan 2006