- Timestamp:
- 11/24/08 01:10:49 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EditHiddenTablePlugin/data/TWiki/EditHiddenTablePlugin.txt
r878 r898 78 78 <table border="1" cellspacing="1" cellpadding="0"> 79 79 <tr><th class="twikiFirstCol" bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Nr</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Text field</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Drop down</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Mood</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Timestamp</a> </th></tr> 80 <tr><td class="twikiFirstCol" bgcolor="#FFFFFF"> <a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview">1</a> </td><td bgcolor="#FFFFFF"> hello table </td><td bgcolor="#FFFFFF"> one </td><td bgcolor="#FFFFFF"> <img src="%PUBURLPATH%/ TWiki/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" /> </td><td bgcolor="#FFFFFF"> 19 Mar 2005 23:21 </td></tr>81 <tr><td class="twikiFirstCol" bgcolor="#FFFFCC"> <a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview">2</a> </td><td bgcolor="#FFFFCC"> </td><td bgcolor="#FFFFCC"> two </td><td bgcolor="#FFFFCC"> <img src="%PUBURLPATH%/ TWiki/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td><td bgcolor="#FFFFCC"> 19 Mar 2005 11:21 </td></tr>80 <tr><td class="twikiFirstCol" bgcolor="#FFFFFF"> <a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview">1</a> </td><td bgcolor="#FFFFFF"> hello table </td><td bgcolor="#FFFFFF"> one </td><td bgcolor="#FFFFFF"> <img src="%PUBURLPATH%/System/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" /> </td><td bgcolor="#FFFFFF"> 19 Mar 2005 23:21 </td></tr> 81 <tr><td class="twikiFirstCol" bgcolor="#FFFFCC"> <a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview">2</a> </td><td bgcolor="#FFFFCC"> </td><td bgcolor="#FFFFCC"> two </td><td bgcolor="#FFFFCC"> <img src="%PUBURLPATH%/System/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td><td bgcolor="#FFFFCC"> 19 Mar 2005 11:21 </td></tr> 82 82 </table> 83 83 <form action="%SCRIPTURLPATH%/oops/Test/TableRowOne"> 84 <input type="image" src="%PUBURLPATH%/ TWiki/EditTablePlugin/edittable.gif" alt="Edit this table" onclick="return(false);" /></form>84 <input type="image" src="%PUBURLPATH%/System/EditTablePlugin/edittable.gif" alt="Edit this table" onclick="return(false);" /></form> 85 85 86 86 If you click on one of the links in the first column, say for the second row, you will be able to edit that table row in a form: … … 94 94 95 95 * One line description, shown in the %SYSTEMWEB%.TextFormattingRules topic: 96 * Set SHORTDESCRIPTION = Edit TWiki tables rows using a form96 * Set SHORTDESCRIPTION = Edit Foswiki tables rows using a form 97 97 98 98 * Set DEBUG to 1 to get debug messages in =data/debug.txt=. Default: =0= … … 104 104 * Default edit button: Specify =button text=, or specify =alternate text, image URL= 105 105 * Set EDITBUTTON = Edit table 106 * #Set EDITBUTTON = Edit this table, %PUBURL%/ TWiki/EditTablePlugin/edittable.gif106 * #Set EDITBUTTON = Edit this table, %PUBURL%/System/EditTablePlugin/edittable.gif 107 107 108 108 * Default edit link for row: Specify =button text=, or specify =alternate text, image URL=. If empty, create link from first field. 109 109 * #Set EDITLINK = Edit 110 * #Set EDITLINK = Edit, %PUBURL%/ TWiki/DocumentGraphics/edittopic.gif110 * #Set EDITLINK = Edit, %PUBURL%/System/DocumentGraphics/edittopic.gif 111 111 112 112 113 113 ---++ Limitations and Known Issues 114 114 115 * This Plugin does not (yet) support TWiki table formatting like Multi-span cells (e.g. =| ... ||=)115 * This Plugin does not (yet) support Foswiki table formatting like Multi-span cells (e.g. =| ... ||=) 116 116 * You cannot put two =%<nop>EDITTABLE{}%= statements on the same line in the source 117 117 118 118 ---++ Plugin Installation Instructions 119 119 120 __Note:__ You do not need to install anything on the browser to use this Plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.120 __Note:__ You do not need to install anything on the browser to use this Plugin. The following instructions are for the administrator who installs the plugin on the server where Foswiki is running. 121 121 122 122 * Download the ZIP file from the Plugin web (see below) 123 123 * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: 124 124 | *File:* | *Description:* | 125 | ==data/ TWiki/%TOPIC%.txt== | Plugin topic |126 | ==data/ TWiki/%TOPIC%.txt,v== | Plugin topic repository |127 | ==lib/ TWiki/Plugins/%TOPIC%.pm== | Plugin Perl module |128 | ==pub/ TWiki/%TOPIC%/*.jpg== | Screenshots for plugin topic |125 | ==data/System/%TOPIC%.txt== | Plugin topic | 126 | ==data/System/%TOPIC%.txt,v== | Plugin topic repository | 127 | ==lib/Foswiki/Plugins/%TOPIC%.pm== | Plugin Perl module | 128 | ==pub/Foswiki/%TOPIC%/*.jpg== | Screenshots for plugin topic | 129 129 | ==bin/editTable== | | 130 130 | ==bin/uploadTable== | |
Note: See TracChangeset
for help on using the changeset viewer.
