Edit Table Plugin  
This plugin allows you to edit TWiki tables using edit fields and drop down boxes. Tables have an [ Edit table ]  button if preceeded by an %EDITTABLE{...}% variable. Each column can be a text field, a drop down box, a date field, etc. Multiple tables per topic are editable, but only one at a time can be edited.  
	
		
			 Parameter    
			 Comment    
			 Default    
		 
	 
	
		
			 header  
			 Specify the header format of a new table like "|*Food*|*Drink*|". Useful to start a table with only a button  
			 (no header)  
		 
	 
 < < 
	
		
			 format  
			 The format of one column when editing the table. A cell can be a text input field, or any of these edit field types:  - Text input field (1 line):    | text, <size>, <initial value> |   - Textarea input field:    | textarea, <rows>x<columns>, <initial value> |   - Drop down box:     | select, <size>, <option 1>, <option 2>, etc |   - Fixed label:     | label, 0, <label text> |   - Row number:     | row, <offset> |   - Date:     | date, <size>, <initial value>, <DHTML date format> |  
			 "text, 16"   for all cells  
		 
	 
 > > 
	
		
			 format  
			 The format of one column when editing the table. A cell can be a text input field, or any of these edit field types:  • Text input field (1 line):    | text, <size>, <initial value> |   • Textarea input field:    | textarea, <rows>x<columns>, <initial value> |   • Drop down box:     | select, <size>, <option 1>, <option 2>, etc |   • Radio buttons:     | radio, <size*>, <option 1>, <option 2>, etc |     * size indicates the number of buttons per line in edit mode   • Checkboxes:     | checkbox, <size*>, <option 1>, <option 2>, etc |     * size indicates the number of checkboxes per line in edit mode    • Fixed label:     | label, 0, <label text> |   • Row number:     | row, <offset> |   • Date:     | date, <size>, <initial value>, <DHTML date format> |  
			 "text, 16"   for all cells  
		 
	 
   
	
		
			 changerows  
			 Rows can be added and removed if "on";  Rows can be added but not removed if "add"  
			 CHANGEROWS   Plugin setting  
		 
		
			 quietsave  
			 Quiet Save button is shown if "on", hidden if "off"  
			 QUIETSAVE   Plugin setting  
		 
		
			 include  
			 Other topic defining the EDITTABLE parameters. The first %EDITTABLE% in the topic is used. This is useful if you have many topics with the same table format and you want to update the format in one place.  
			 (none)  
		 
	 
   
  Examples  < < Line before table: %EDITTABLE{ header="|*Nr*|*Text field sandbox*|*Drop down sandbox*|*Timestamp*|" format="| row, -1 | text, 20, init | select, 1, one, two, three, four | label, 0, %SERVERTIME{"$day $mon $year $hour:$min"}% |" changerows="on" }%
 
<-- /editTable -->  > > Line before table: %EDITTABLE{ format="| row, -1 | text, 20, init | select, 1, one, two, three, four | radio, 3,:-),:-I,:-( | label, 0, %SERVERTIME{"$day $mon $year $hour:$min"}% |" changerows="on" }%
 
<-- /editTable -->    < <  Note:   Please use TWiki:Sandbox.EditTablePluginTesting  if you want to try out this Plugin  > >  Note:   Please do not save this example table! Use TWiki:Sandbox.EditTablePluginTesting  if you want to try out this Plugin    
If this plugin is installed you will see an [ Edit table ]  button above; if you were to click on it (please don't, use TWiki:Sandbox.EditTablePluginTesting  for testing) you get this form:
 < < > >   
 
     Plugin Info  
< < 
	
		
			 Plugin Version:  
			 01 Aug 2004  
		 
	 
 > > 
   
	
		
			 Change History:  
			 <-- specify latest version first -->    
		 
	 
 > > 
	
		
			 21 Jan 2006:  
			 TWiki:Main.CrawfordCurrie  ported to TWiki-4.0.0, changed to use JSCalendarContrib   
		 
		
			 16 Sep 2004:  
			 Added radio buttons and checkbox controls; escaped "|" pipe symbol found in input fields to preserve tables  
		 
	 
   
	
		
			 01 Aug 2004:  
			 Fixed bug where edittable did not work if at the end of a topic  
		 
		
			 07 Apr 2004:  
			 Fixed bug where two tables got updated when you edit and save a table included into a topic containing other edit tables  
		 
		
			 02 Mar 2004:  
			 Default for %EDITCELL{editbutton}% is EDITBUTTON preference  
		 
	 
   
	
		
			 18 Apr 2002:  
			 Fixed bug where table was breaking when pasting multiple lines into an edit field using Netscape on Unix  
		 
		
			 08 Apr 2002:  
			 Check for change permission and edit lock of topic  
		 
		
			 05 Apr 2002:  
			 Initial version  
		 
	 
 < < 
	
		
			 CPAN Dependencies:  
			 none  
		 
		
			 Other Dependencies:  
			 Mishoo DHTML calendar  (version 0.9.5 preinstalled); TWiki version 01 Feb 2003 or later  
		 
	 
 > > 
   
   
Related Topics:   TWikiPreferences , TWikiPlugins  < < -- TWiki:Main/PeterThoeny  - 01 Aug 2004 > > -- TWiki:Main/PeterThoeny  - 16 Sep 2004   < < 
	
		
			 META FILEATTACHMENT   
			 attr="h" comment="Screenshot" date="1078005196" name="EditTablePluginCalendarExample.gif" path="C:\Data\Temp\EditTablePluginCalendarExample.gif" size="7823" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071361959" name="README" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\README" size="823" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071361968" name="release-notes.html" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\release-notes.html" size="10593" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071361980" name="calendar.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar.js" size="45484" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071361988" name="calendar-setup.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-setup.js" size="7244" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071361999" name="calendar-system.css" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-system.css" size="5506" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071362008" name="calendar-en.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-en.js" size="3151" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071362034" name="calendar-fr.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-fr.js" size="1148" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071362044" name="calendar-es.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-es.js" size="3365" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071362054" name="calendar-de.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-de.js" size="2493" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071362064" name="calendar-jp.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-jp.js" size="908" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071362076" name="calendar-pt.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-pt.js" size="1131" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071362089" name="calendar-ru.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-ru.js" size="1144" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904035" name="calendar-af.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-af.js" size="1011" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904042" name="calendar-br.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-br.js" size="1112" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904050" name="calendar-ca.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-ca.js" size="1148" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904063" name="calendar-cs-win.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-cs-win.js" size="1351" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904073" name="calendar-da.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-da.js" size="1086" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904083" name="calendar-du.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-du.js" size="1143" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904093" name="calendar-el.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-el.js" size="1237" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904102" name="calendar-hr.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-hr.js" size="3088" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904114" name="calendar-hr-utf8.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-hr-utf8.js" size="1553" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904128" name="calendar-hu.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-hu.js" size="1171" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904135" name="calendar-it.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-it.js" size="2111" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904142" name="calendar-nl.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-nl.js" size="1157" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904149" name="calendar-no.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-no.js" size="1084" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904156" name="calendar-pl.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-pl.js" size="1252" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904164" name="calendar-ro.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-ro.js" size="2016" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904174" name="calendar-sk.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-sk.js" size="2636" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904181" name="calendar-sp.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-sp.js" size="1111" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904189" name="calendar-sv.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-sv.js" size="3177" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904199" name="calendar-tr.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-tr.js" size="1736" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1071904206" name="calendar-zh.js" path="C:\Data\MyTWiki\Plugins\EditTablePlugin\pub\TWiki\EditTablePlugin\calendar-zh.js" size="1058" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Screenshot" date="1077169619" name="ScreenshotEditCell1.gif" path="C:\Data\Temp\ScreenshotEditCell1.gif" size="2017" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Screenshot" date="1077169561" name="ScreenshotEditCell2.gif" path="C:\Data\Temp\ScreenshotEditCell2.gif" size="3199" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1078005090" name="img.gif" path="C:\Data\Temp\img.gif" size="145" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1078005104" name="menuarrow.gif" path="C:\Data\Temp\menuarrow.gif" size="68" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Edit button image" date="1078004977" name="edittable.gif" path="C:\Data\Temp\edittable.gif" size="298" user="PeterThoeny" version="1.1"  
		 
	 
 > > 
	
		
			 META FILEATTACHMENT   
			 attr="h" comment="" date="1071283396" name="EditTablePluginCalendarExample.gif" path="EditTablePluginCalendarExample.gif" size="7823" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Screenshot" date="1077050633" name="ScreenshotEditCell1.gif" path="ScreenshotEditCell1.gif" size="2017" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Screenshot" date="1077050702" name="ScreenshotEditCell2.gif" path="ScreenshotEditCell2.gif" size="3199" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1077813483" name="img.gif" path="C:\Data\Temp\img.gif" size="145" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Component of Mishoo DHTML calendar" date="1077813470" name="menuarrow.gif" path="C:\Data\Temp\menuarrow.gif" size="68" user="PeterThoeny" version="1.1"  
		 
		
			 META FILEATTACHMENT   
			 attr="h" comment="Edit table image button" date="1077933805" name="edittable.gif" path="edittable.gif" size="298" user="PeterThoeny" version="1.1"