Ignore:
Timestamp:
11/24/08 01:10:49 (4 years ago)
Author:
KennethLavrsen
Message:

Item221: Updated more TWiki:Codev links and fixing general TWiki strings
now that I have to closely read the topics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EditHiddenTablePlugin/data/TWiki/EditHiddenTablePlugin.txt

    r878 r898  
    7878<table border="1" cellspacing="1" cellpadding="0"> 
    7979<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"> &nbsp; </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"> &nbsp; </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> 
    8282</table> 
    8383<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> 
    8585 
    8686If 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: 
     
    9494 
    9595   * One line description, shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    96       * Set SHORTDESCRIPTION = Edit TWiki tables rows using a form 
     96      * Set SHORTDESCRIPTION = Edit Foswiki tables rows using a form 
    9797 
    9898   * Set DEBUG to 1 to get debug messages in =data/debug.txt=.  Default: =0= 
     
    104104   * Default edit button: Specify =button text=, or specify =alternate text, image URL= 
    105105      * Set EDITBUTTON = Edit table 
    106       * #Set EDITBUTTON = Edit this table, %PUBURL%/TWiki/EditTablePlugin/edittable.gif 
     106      * #Set EDITBUTTON = Edit this table, %PUBURL%/System/EditTablePlugin/edittable.gif 
    107107 
    108108   * Default edit link for row: Specify =button text=, or specify =alternate text, image URL=. If empty, create link from first field. 
    109109      * #Set EDITLINK = Edit 
    110       * #Set EDITLINK = Edit, %PUBURL%/TWiki/DocumentGraphics/edittopic.gif 
     110      * #Set EDITLINK = Edit, %PUBURL%/System/DocumentGraphics/edittopic.gif 
    111111 
    112112 
    113113---++ Limitations and Known Issues 
    114114 
    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. =| ... ||=) 
    116116   * You cannot put two =%<nop>EDITTABLE{}%= statements on the same line in the source 
    117117 
    118118---++ Plugin Installation Instructions 
    119119 
    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.  
    121121 
    122122   * Download the ZIP file from the Plugin web (see below) 
    123123   * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: 
    124124     | *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 | 
    129129     | ==bin/editTable== |  | 
    130130     | ==bin/uploadTable== |  | 
Note: See TracChangeset for help on using the changeset viewer.