SID-00034: Using Images in EDITTABLE
| Status: |
Answered |
TWiki version: |
|
Perl version: |
|
| Category: |
EditTablePlugin |
Server OS: |
|
Last update: |
13 years ago |
I am trying to use some wiki graphics along with a radio button in a wiki table. My table setup looks something like this
%EDITTABLE{ format="| row, -1 | text, 45, init | text,30,SRSDoc| select, 1, David,Jason,Karthik,Jiong, Others | radio, 3, <img src="%ICONURL{done}%" />,<img src="%ICONURL{updated}%" />,<img src="%ICONURL{closed}%" /> | label, 0, %SERVERTIME{"$day $mon $year $hour:$min"}% |" changerows="on" }%
The images (done,updated and closed) do not show up at all. How do I fix this? Thanks.
--
KarthikB - 14 Jan 2009
Discussion and Answer
Did you try just the ICON URLs? Such as:
radio, 3, %ICONURL{done}%, %ICONURL{updated}%, ...
I used custom smileys before, see doc at
SmiliesPlugin. See also
EditTablePlugin
--
PeterThoeny - 14 Jan 2009
cooolll!!! the only tha we need to do is install the plugin for graphics
--
UrielVertiz - 2012-10-02
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.