Line: 1 to 1 | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Added: | ||||||||||||||||||||||||||||||||||
> > | <-- Contributions to this plugin are appreciated. Please update the plugin page at http://twiki.org/cgi-bin/view/Plugins/EditTablePlugin or provide feedback at http://twiki.org/cgi-bin/view/Plugins/EditTablePluginDev. If you are a TWiki contributor please update the plugin in the SVN repository. --> | |||||||||||||||||||||||||||||||||
Edit Table PluginEdit TWiki tables in place, using edit fields and drop down boxes, without having to edit the complete topic. | ||||||||||||||||||||||||||||||||||
Line: 14 to 20 | ||||||||||||||||||||||||||||||||||
Per Table SettingsAdd a%EDITTABLE{...}% variable just before an existing table to make it editable, or add the variable anywhere in a topic to start a new table. | ||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||
Using TWiki Variables in the Format Parameter | ||||||||||||||||||||||||||||||||||
Line: 22 to 28 | ||||||||||||||||||||||||||||||||||
Any TWiki variable inside a table cell will be preserved. For instance, %TOPIC% will not get expanded to the current topic name. | ||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||
< < | The format tokens are the same as with FormattedSearch: | |||||||||||||||||||||||||||||||||
> > | The format tokens are the same as with FormattedSearch: | |||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Line: 82 to 88 | ||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Line: 101 to 107 | ||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Line: 151 to 157 | ||||||||||||||||||||||||||||||||||
Plugin settings are stored as preferences variables. To reference
a plugin setting write %<plugin>_<setting>% , for example, %EDITTABLEPLUGIN_SHORTDESCRIPTION% | ||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Line: 197 to 203 | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Line: 211 to 217 | ||||||||||||||||||||||||||||||||||
Plugin Info
| ||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Added: | ||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Line: 227 to 234 | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Line: 259 to 266 | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||
< < | Related Topics: VarEDITTABLE, TWikiPreferences, TWikiPlugins | |||||||||||||||||||||||||||||||||
> > | Related Topics: VarEDITTABLE, TWikiPreferences, TWikiPlugins | |||||||||||||||||||||||||||||||||
|
Line: 1 to 1 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Edit Table PluginEdit TWiki tables in place, using edit fields and drop down boxes, without having to edit the complete topic. | |||||||||||||
Line: 210 to 210 | |||||||||||||
Plugin Info | |||||||||||||
Changed: | |||||||||||||
< < |
| ||||||||||||
> > |
| ||||||||||||
| |||||||||||||
Changed: | |||||||||||||
< < |
| ||||||||||||
> > |
| ||||||||||||
| |||||||||||||
Changed: | |||||||||||||
< < |
| ||||||||||||
> > |
| ||||||||||||
|
Line: 1 to 1 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Edit Table PluginEdit TWiki tables in place, using edit fields and drop down boxes, without having to edit the complete topic. | |||||||||||||
Line: 18 to 18 | |||||||||||||
Using TWiki Variables in the Format Parameter | |||||||||||||
Changed: | |||||||||||||
< < | TWiki variables like %Y% in <initial value> (of text input field) and <label text> (of fixed label) will get expanded when a new row is added. | ||||||||||||
> > | By default, variables in <initial value> (of text input field) and <label text> (of fixed label) get expanded when a new row is added. This can be used for example to add a timestamp to a label. You can escape characters with format tokens if you do not want that. | ||||||||||||
Changed: | |||||||||||||
< < | This is useful to write variables like dates into the table.
For example:%EDITTABLE{ format="| label, 0, %SERVERTIME{"$day $mon $year $hour:$min"}% |" }%... will get expanded to | ||||||||||||
> > | Any TWiki variable inside a table cell will be preserved. For instance, %TOPIC% will not get expanded to the current topic name. | ||||||||||||
Changed: | |||||||||||||
< < | To prevent variable expansion: escape the format variable with formatting tokens (particularly $percnt ).
For example:%EDITTABLE{ format="| text, 20, $percntY$percnt |" }%... will create a new row with | ||||||||||||
> > | The format tokens are the same as with FormattedSearch: | ||||||||||||
Added: | |||||||||||||
> > |
| ||||||||||||
Line: 137 to 129 | |||||||||||||
Added: | |||||||||||||
> > | |||||||||||||
<-- /editTable --> | |||||||||||||
Line: 164 to 157 | |||||||||||||
| |||||||||||||
Changed: | |||||||||||||
< < |
| ||||||||||||
> > |
| ||||||||||||
| |||||||||||||
Line: 191 to 184 | |||||||||||||
| |||||||||||||
Deleted: | |||||||||||||
< < |
| ||||||||||||
| |||||||||||||
Line: 219 to 211 | |||||||||||||
Plugin Info
| |||||||||||||
Changed: | |||||||||||||
< < |
| ||||||||||||
> > |
| ||||||||||||
| |||||||||||||
Changed: | |||||||||||||
< < |
| ||||||||||||
> > |
| ||||||||||||
| |||||||||||||
Added: | |||||||||||||
> > |
| ||||||||||||
| |||||||||||||
Line: 267 to 262 | |||||||||||||
Related Topics: VarEDITTABLE, TWikiPreferences, TWikiPlugins | |||||||||||||
Deleted: | |||||||||||||
< < | -- TWiki:Main/PeterThoeny - 07 Oct 2007 | ||||||||||||
|
Line: 1 to 1 | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Edit Table Plugin | ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < | 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. | |||||||||||||||||||||||||||||||||||||
> > | Edit TWiki tables in place, using edit fields and drop down boxes, without having to edit the complete topic.
Simply add an [ Edit table ] button to an existing table by writing %EDITTABLE{}% directly above the table. This can be added to tables that are formatted with TablePlugin: add the EDITTABLE variable just above or below the TABLE tag. It can also be used without any TABLE tag.
Customize entry fields by specifying the format: use a text field, a drop down box, a date field, radio buttons or checkboxes.
Multiple tables per topic are editable, but only one at a time can be edited. | |||||||||||||||||||||||||||||||||||||
On this page:
Per Table Settings | ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < | Add a %EDITTABLE{...}% variable just before an existing table to make it editable, or add the variable anywhere in a topic to start a new table. Parameters: | |||||||||||||||||||||||||||||||||||||
> > | Add a %EDITTABLE{...}% variable just before an existing table to make it editable, or add the variable anywhere in a topic to start a new table.
Using TWiki Variables in the Format ParameterTWiki variables like%Y% in <initial value> (of text input field) and <label text> (of fixed label) will get expanded when a new row is added.
This is useful to write variables like dates into the table.
For example:To prevent variable expansion: escape the format variable with formatting tokens (particularly%EDITTABLE{ format="| label, 0, %SERVERTIME{"$day $mon $year $hour:$min"}% |" }%... will get expanded to $percnt ).
For example:%EDITTABLE{ format="| text, 20, $percntY$percnt |" }%... will create a new row with | |||||||||||||||||||||||||||||||||||||
Deleted: | ||||||||||||||||||||||||||||||||||||||
< < |
Initial ValuesBy default, variables in<initial value> (of text input field) and <label text> (of fixed label) get expanded when a new row is added. This can be used for example to add a timestamp to a label. You can escape characters if you do not want that:
| |||||||||||||||||||||||||||||||||||||
Added: | ||||||||||||||||||||||||||||||||||||||
> > | ||||||||||||||||||||||||||||||||||||||
Date Field Type | ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < | ![]() date field type allows one to choose a date with a popup calendar. Popup calendar works for Netscape 6.0 or better, all other Gecko-based browsers, Internet Explorer 5.0 or better for Windows, Opera 7 and Konqueror 3.1.2. The ... button is inactive if the browser cannot support the popup calendar. It uses the nice Mishoo DHTML calendar, see also TWiki:Codev/JavaScriptDatePickerForForm | |||||||||||||||||||||||||||||||||||||
> > | ![]() date field type allows one to choose a date with a popup calendar. Popup calendar works with all modern browsers. The date picker button is inactive if the browser cannot support the popup calendar or if javascript is disabled. | |||||||||||||||||||||||||||||||||||||
Per Cell Settings | ||||||||||||||||||||||||||||||||||||||
Line: 46 to 60 | ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||||||
Examples | ||||||||||||||||||||||||||||||||||||||
Line: 67 to 84 | ||||||||||||||||||||||||||||||||||||||
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: | ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < | ||||||||||||||||||||||||||||||||||||||
> > |
<-- /editTable --> | |||||||||||||||||||||||||||||||||||||
The following example shows a simple table with key/value rows. The default edit field type for the value column is a text field. This is overloaded by a selector for the Gender, and a date picker for the DOB. This is typically used by TWiki applications where new topics with tables are created based on a template topic. | ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < | ||||||||||||||||||||||||||||||||||||||
> > | ||||||||||||||||||||||||||||||||||||||
You type: | ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < | %EDITTABLE{ format="| label | text, 40 |" }% | |||||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||||||
Plugin Settings | ||||||||||||||||||||||||||||||||||||||
Line: 111 to 164 | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Added: | ||||||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||||||
Note: The Plugin uses base settings like date format, language and style from the JSCalendarContrib. | ||||||||||||||||||||||||||||||||||||||
Line: 132 to 196 | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Deleted: | ||||||||||||||||||||||||||||||||||||||
< < | Plugin Installation Instructions | |||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < | 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. | |||||||||||||||||||||||||||||||||||||
> > |
Installation Instructions | |||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Deleted: | ||||||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Line: 158 to 214 | ||||||||||||||||||||||||||||||||||||||
License
| ||||||||||||||||||||||||||||||||||||||
Deleted: | ||||||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||||||
Plugin Info | ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Added: | ||||||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||||||
> > |
| |||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Line: 202 to 265 | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < | Related Topics: TWikiPreferences, TWikiPlugins | |||||||||||||||||||||||||||||||||||||
> > | Related Topics: VarEDITTABLE, TWikiPreferences, TWikiPlugins | |||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < | -- TWiki:Main/PeterThoeny - 02 Oct 2006 | |||||||||||||||||||||||||||||||||||||
> > | -- TWiki:Main/PeterThoeny - 07 Oct 2007 | |||||||||||||||||||||||||||||||||||||
Changed: | ||||||||||||||||||||||||||||||||||||||
< < |
| |||||||||||||||||||||||||||||||||||||
> > |
|
Line: 1 to 1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Edit Table PluginThis 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. | ||||||||||
Line: 11 to 11 | ||||||||||
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
| ||||||||||
Line: 166 to 166 | ||||||||||
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
|
Line: 1 to 1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
Edit Table PluginThis 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. | |||||||||
Line: 121 to 121 | |||||||||
| |||||||||
Changed: | |||||||||
< < | Note: The Plugin uses base settings like language and style from the JSCalendarContrib. The standard date format is '%e %B %Y' and is defined within this plugin. | ||||||||
> > | Note: The Plugin uses base settings like date format, language and style from the JSCalendarContrib. | ||||||||
Limitations and Known Issues | |||||||||
Line: 150 to 150 | |||||||||
| |||||||||
Added: | |||||||||
> > |
| ||||||||
| |||||||||
Line: 162 to 163 | |||||||||
Plugin Info | |||||||||
Changed: | |||||||||
< < |
| ||||||||
> > |
| ||||||||
| |||||||||
Added: | |||||||||
> > |
| ||||||||
| |||||||||
Line: 193 to 200 | |||||||||
| |||||||||
Added: | |||||||||
> > |
| ||||||||
Related Topics: TWikiPreferences, TWikiPlugins | |||||||||
Changed: | |||||||||
< < | -- TWiki:Main/PeterThoeny - 16 Sep 2004 | ||||||||
> > | -- TWiki:Main/PeterThoeny - 02 Oct 2006 | ||||||||
| |||||||||
Changed: | |||||||||
< < |
| ||||||||
> > |
| ||||||||
|
Line: 1 to 1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Edit Table PluginThis 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. | ||||||||||
Line: 11 to 11 | ||||||||||
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
| ||||||||||
Line: 121 to 121 | ||||||||||
| ||||||||||
Changed: | ||||||||||
< < |
JSCALENDAR* settings first in the TWiki Preferences, then in above Plugin settings | |||||||||
> > | Note: The Plugin uses base settings like language and style from the JSCalendarContrib. The standard date format is '%e %B %Y' and is defined within this plugin. | |||||||||
Limitations and Known Issues | ||||||||||
Line: 172 to 163 | ||||||||||
Plugin Info
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
|
Line: 1 to 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Edit Table PluginThis 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. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Line: 11 to 11 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Line: 57 to 57 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Examples | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
< < | 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 --> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
< < | 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: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Line: 172 to 172 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Plugin Info
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Added: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Line: 195 to 197 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Line: 204 to 205 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Related Topics: TWikiPreferences, TWikiPlugins | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
< < | -- TWiki:Main/PeterThoeny - 01 Aug 2004 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> > | -- TWiki:Main/PeterThoeny - 16 Sep 2004 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> > |
|
Line: 1 to 1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
Edit Table PluginThis 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. | |||||||||
Line: 46 to 46 | |||||||||
Changed: | |||||||||
< < |
| ||||||||
> > |
| ||||||||
| |||||||||
Changed: | |||||||||
< < |
| ||||||||
> > |
| ||||||||
Examples | |||||||||
Line: 63 to 63 | |||||||||
| |||||||||
Changed: | |||||||||
< < | Note: Please use TWiki:Sandbox.EditTablePluginTesting if you want to try out this Plugin | ||||||||
> > | Note: Please use TWiki:Sandbox.EditTablePluginTesting if you want to try out this Plugin | ||||||||
Changed: | |||||||||
< < | If this plugin is installed you will see an [ Edit table ] button above; when you click on it you get this form: | ||||||||
> > | 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: | ||||||||
Line: 73 to 73 | |||||||||
| |||||||||
Changed: | |||||||||
< < | (demo only, these buttons do not work) | ||||||||
> > | (demo only, these buttons do not work) | ||||||||
The following example shows a simple table with key/value rows. The default edit field type for the value column is a text field. This is overloaded by a selector for the Gender, and a date picker for the DOB. This is typically used by TWiki applications where new topics with tables are created based on a template topic. | |||||||||
Line: 134 to 134 | |||||||||
Limitations and Known Issues | |||||||||
Deleted: | |||||||||
< < |
| ||||||||
| |||||||||
Line: 173 to 172 | |||||||||
Plugin Info
| |||||||||
Changed: | |||||||||
< < |
| ||||||||
> > |
| ||||||||
| |||||||||
Added: | |||||||||
> > |
| ||||||||
| |||||||||
Line: 204 to 204 | |||||||||
Related Topics: TWikiPreferences, TWikiPlugins | |||||||||
Changed: | |||||||||
< < | -- TWiki:Main/PeterThoeny - 07 Apr 2004 | ||||||||
> > | -- TWiki:Main/PeterThoeny - 01 Aug 2004 | ||||||||
|
Line: 1 to 1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
Edit Table PluginThis 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. | |||||||||
Line: 63 to 63 | |||||||||
| |||||||||
Added: | |||||||||
> > | Note: Please 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; when you click on it you get this form: | |||||||||
Line: 132 to 134 | |||||||||
Limitations and Known Issues | |||||||||
Changed: | |||||||||
< < |
| ||||||||
> > |
| ||||||||
select,1,%<nop>X%,%<nop>Y%
Plugin Installation Instructions | |||||||||
Line: 174 to 173 | |||||||||
Plugin Info
| |||||||||
Changed: | |||||||||
< < |
| ||||||||
> > |
| ||||||||
| |||||||||
Added: | |||||||||
> > |
| ||||||||
| |||||||||
Line: 204 to 204 | |||||||||
Related Topics: TWikiPreferences, TWikiPlugins | |||||||||
Changed: | |||||||||
< < | -- TWiki:Main/PeterThoeny - 02 Mar 2004 | ||||||||
> > | -- TWiki:Main/PeterThoeny - 07 Apr 2004 | ||||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Edit Table PluginThis 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. | ||||||||
Line: 174 to 174 | ||||||||
Plugin Info
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Line: 203 to 204 | ||||||||
Related Topics: TWikiPreferences, TWikiPlugins | ||||||||
Changed: | ||||||||
< < | -- TWiki:Main/PeterThoeny - 27 Feb 2004 | |||||||
> > | -- TWiki:Main/PeterThoeny - 02 Mar 2004 | |||||||
|
Line: 1 to 1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Edit Table PluginThis 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. | ||||||||||
Line: 13 to 13 | ||||||||||
| ||||||||||
Added: | ||||||||||
> > |
| |||||||||
| ||||||||||
Line: 111 to 112 | ||||||||||
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
| ||||||||||
Line: 145 to 150 | ||||||||||
| ||||||||||
Deleted: | ||||||||||
< < |
| |||||||||
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
| ||||||||||
Line: 168 to 174 | ||||||||||
Plugin Info
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
| ||||||||||
Added: | ||||||||||
> > |
| |||||||||
| ||||||||||
Line: 196 to 203 | ||||||||||
Related Topics: TWikiPreferences, TWikiPlugins | ||||||||||
Changed: | ||||||||||
< < | -- TWiki:Main/PeterThoeny - 18 Feb 2004
| |||||||||
> > | -- TWiki:Main/PeterThoeny - 27 Feb 2004
| |||||||||
| ||||||||||
Line: 232 to 239 | ||||||||||
| ||||||||||
Added: | ||||||||||
> > |
|
Line: 1 to 1 | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Edit Table PluginThis 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. | ||||||||||||||||
Line: 10 to 10 | ||||||||||||||||
Add a %EDITTABLE{...}% variable just before an existing table to make it editable, or add the variable anywhere in a topic to start a new table. Parameters:
| ||||||||||||||||
Changed: | ||||||||||||||||
< < |
| |||||||||||||||
> > |
| |||||||||||||||
| ||||||||||||||||
Changed: | ||||||||||||||||
< < |
| |||||||||||||||
> > |
| |||||||||||||||
Initial Values | ||||||||||||||||
Line: 35 to 35 | ||||||||||||||||
Per Cell Settings | ||||||||||||||||
Changed: | ||||||||||||||||
< < | The edit field type can be defined for each table cell by placing an %EDITCELL{ "type, ..." }% variable after the cell content. This is useful to override the per column %EDITTABLE{ format="..." }% settings, or to create tables with key/value rows. All edit field types of the format="..." parameter are supported, e.g. to define a text field, type: | cell content %EDITCELL{ "text, 20" }% | | |||||||||||||||
> > | An individual edit field type can be defined for each table cell. Place an %EDITCELL{ "type, ..." }% variable at the end of the cell content. This is useful to override the per column %EDITTABLE{ format="..." }% settings, or to create tables with key/value rows. All edit field types of the format="..." parameter are supported. For example, to define a text field, type: | cell content %EDITCELL{ "text, 20" }% | | |||||||||||||||
Changed: | ||||||||||||||||
< < | It is also possible to place the edit button into a cell instead of default location below the table. Type | %EDITCELL{ "editbutton, 1, Edit this table" }% | to show a button, or | %EDITCELL{ "editbutton, 1, Edit table, Image-URL" }% | to show a button image with alternate text. | |||||||||||||||
> > | It is also possible to place the edit button inside a cell instead of default location below the table. Type | %EDITCELL{ "editbutton, 1, Edit this table" }% | to show a button, or | %EDITCELL{ "editbutton, 1, Edit table, Image-URL" }% | to show a button image with alternate text. | |||||||||||||||
Changed: | ||||||||||||||||
< < | Note: The EDITCELL variable cannot be used by itself; place an EDITTABLE variable at the beginning of a table where you want to use EDITCELL variables. | |||||||||||||||
> > | Note: The %EDITCELL{ }%=variable cannot be used by itself; place an =%EDITTABLE{ }%=variable at the beginning of a table where you want to use =%EDITCELL{ }% variables. | |||||||||||||||
Table Buttons | ||||||||||||||||
Line: 90 to 90 | ||||||||||||||||
| ||||||||||||||||
Changed: | ||||||||||||||||
< < | You get:
<-- /editTable --> | |||||||||||||||
> > |
| |||||||||||||||
Plugin Settings | ||||||||||||||||
Line: 147 to 145 | ||||||||||||||||
| ||||||||||||||||
Added: | ||||||||||||||||
> > |
| |||||||||||||||
| ||||||||||||||||
Changed: | ||||||||||||||||
< < |
| |||||||||||||||
> > |
| |||||||||||||||
| ||||||||||||||||
Line: 165 to 168 | ||||||||||||||||
Plugin Info
| ||||||||||||||||
Changed: | ||||||||||||||||
< < |
| |||||||||||||||
> > |
| |||||||||||||||
| ||||||||||||||||
Added: | ||||||||||||||||
> > |
| |||||||||||||||
| ||||||||||||||||
Line: 186 to 190 | ||||||||||||||||
| ||||||||||||||||
Added: | ||||||||||||||||
> > |
| |||||||||||||||
| ||||||||||||||||
Changed: | ||||||||||||||||
< < | -- TWiki:Main/PeterThoeny - 17 Feb 2004 | |||||||||||||||
> > | -- TWiki:Main/PeterThoeny - 18 Feb 2004 | |||||||||||||||
| ||||||||||||||||
Line: 225 to 230 | ||||||||||||||||
| ||||||||||||||||
Added: | ||||||||||||||||
> > |
|
Line: 1 to 1 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Edit Table Plugin | |||||||||||
Changed: | |||||||||||
< < | 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 or a row number. Multiple tables per topic are editable, but only one at a time can be edited. | ||||||||||
> > | 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. | ||||||||||
Line: 11 to 11 | |||||||||||
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Added: | |||||||||||
> > |
| ||||||||||
Changed: | |||||||||||
< < | Note: By default, variables in <initial value> (of text input field) and <label text> (of fixed label) get expanded when a new row is added. This can be used for example to add a timestamp to a label. You can escape characters if you do not want that: | ||||||||||
> > | Initial ValuesBy default, variables in<initial value> (of text input field) and <label text> (of fixed label) get expanded when a new row is added. This can be used for example to add a timestamp to a label. You can escape characters if you do not want that: | ||||||||||
| |||||||||||
Added: | |||||||||||
> > | Date Field Type![]() date field type allows one to choose a date with a popup calendar. Popup calendar works for Netscape 6.0 or better, all other Gecko-based browsers, Internet Explorer 5.0 or better for Windows, Opera 7 and Konqueror 3.1.2. The ... button is inactive if the browser cannot support the popup calendar. It uses the nice Mishoo DHTML calendar, see also TWiki:Codev/JavaScriptDatePickerForForm Per Cell SettingsThe edit field type can be defined for each table cell by placing an%EDITCELL{ "type, ..." }% variable after the cell content. This is useful to override the per column %EDITTABLE{ format="..." }% settings, or to create tables with key/value rows. All edit field types of the format="..." parameter are supported, e.g. to define a text field, type: | cell content %EDITCELL{ "text, 20" }% |
It is also possible to place the edit button into a cell instead of default location below the table. Type | %EDITCELL{ "editbutton, 1, Edit this table" }% | to show a button, or | %EDITCELL{ "editbutton, 1, Edit table, Image-URL" }% | to show a button image with alternate text.
Note: The EDITCELL variable cannot be used by itself; place an EDITTABLE variable at the beginning of a table where you want to use EDITCELL variables. | ||||||||||
Table Buttons | |||||||||||
Line: 59 to 77 | |||||||||||
(demo only, these buttons do not work) | |||||||||||
Changed: | |||||||||||
< < | Date Field Type | ||||||||||
> > | The following example shows a simple table with key/value rows. The default edit field type for the value column is a text field. This is overloaded by a selector for the Gender, and a date picker for the DOB. This is typically used by TWiki applications where new topics with tables are created based on a template topic. | ||||||||||
Changed: | |||||||||||
< < | ![]() date field type allows one to choose a date with a popup calendar. Popup calendar works for Netscape 6.0 or better, all other Gecko-based browsers, Internet Explorer 5.0 or better for Windows, Opera 7 and Konqueror 3.1.2. The ... button is inactive if the browser cannot support the popup calendar. It uses the nice Mishoo DHTML calendar, see also TWiki:Codev/JavaScriptDatePickerForForm | ||||||||||
> > | |||||||||||
Plugin Settings | |||||||||||
Line: 70 to 105 | |||||||||||
a plugin setting write %<plugin>_<setting>% , for example, %EDITTABLEPLUGIN_SHORTDESCRIPTION%
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Line: 78 to 113 | |||||||||||
| |||||||||||
Added: | |||||||||||
> > |
| ||||||||||
| |||||||||||
Line: 96 to 134 | |||||||||||
| |||||||||||
Deleted: | |||||||||||
< < |
| ||||||||||
| |||||||||||
Changed: | |||||||||||
< < | <nop>, as in %<nop>X% for ![]() | ||||||||||
> > | <nop>, as in %<nop>X% for %X%, say for instance: | ||||||||||
select,1,%<nop>X%,%<nop>Y%
Plugin Installation Instructions | |||||||||||
Line: 113 to 150 | |||||||||||
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Line: 128 to 165 | |||||||||||
Plugin Info
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Added: | |||||||||||
> > |
| ||||||||||
| |||||||||||
Line: 146 to 184 | |||||||||||
| |||||||||||
Changed: | |||||||||||
< < |
| ||||||||||
> > |
| ||||||||||
| |||||||||||
Changed: | |||||||||||
< < | -- TWiki:Main/PeterThoeny - 20 Dec 2003 | ||||||||||
> > | -- TWiki:Main/PeterThoeny - 17 Feb 2004 | ||||||||||
|
Line: 1 to 1 | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Edit Table PluginThis 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 or a row number. Multiple tables per topic are editable, but only one at a time can be edited. | |||||||||||||||||||||||||||||||||||||||||
Line: 81 to 81 | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
Line: 114 to 114 | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
Line: 128 to 128 | |||||||||||||||||||||||||||||||||||||||||
Plugin Info
| |||||||||||||||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
Added: | |||||||||||||||||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
Line: 152 to 153 | |||||||||||||||||||||||||||||||||||||||||
Related Topics: TWikiPreferences, TWikiPlugins | |||||||||||||||||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||||||||||||||||
< < | -- TWiki:Main/PeterThoeny - 13 Dec 2003 | ||||||||||||||||||||||||||||||||||||||||
> > | -- TWiki:Main/PeterThoeny - 20 Dec 2003 | ||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
Line: 166 to 167 | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
Added: | |||||||||||||||||||||||||||||||||||||||||
> > |
|
Line: 1 to 1 | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Changed: | |||||||||||||||||||||||||||
< < | Edit Table Plugin | ||||||||||||||||||||||||||
> > | Edit Table Plugin | ||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||
< < | 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 or a row number. Multiple tables per topic can be editable, but only one at a time canbe edited. | ||||||||||||||||||||||||||
> > | 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 or a row number. Multiple tables per topic are editable, but only one at a time can be edited. | ||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||
< < | EditTablePlugin Global SettingsPlugin settings are stored as preferences variables. To reference a plugin setting write%<plugin>_<setting>% , for example, %INTERWIKIPLUGIN_SHORTDESCRIPTION%
| ||||||||||||||||||||||||||
> > | |||||||||||||||||||||||||||
Per Table Settings | |||||||||||||||||||||||||||
Line: 20 to 11 | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Line: 32 to 23 | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Added: | |||||||||||||||||||||||||||
> > | Table Buttons | ||||||||||||||||||||||||||
ExamplesLine 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" }% | |||||||||||||||||||||||||||
Line: 55 to 59 | |||||||||||||||||||||||||||
(demo only, these buttons do not work) | |||||||||||||||||||||||||||
Added: | |||||||||||||||||||||||||||
> > | Date Field Type![]() date field type allows one to choose a date with a popup calendar. Popup calendar works for Netscape 6.0 or better, all other Gecko-based browsers, Internet Explorer 5.0 or better for Windows, Opera 7 and Konqueror 3.1.2. The ... button is inactive if the browser cannot support the popup calendar. It uses the nice Mishoo DHTML calendar, see also TWiki:Codev/JavaScriptDatePickerForForm Plugin SettingsPlugin settings are stored as preferences variables. To reference a plugin setting write%<plugin>_<setting>% , for example, %EDITTABLEPLUGIN_SHORTDESCRIPTION%
JSCALENDAR* settings first in the TWiki Preferences, then in above Plugin settings | ||||||||||||||||||||||||||
Limitations and Known Issues | |||||||||||||||||||||||||||
Line: 69 to 102 | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Deleted: | |||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||
Plugin Installation Instructions | |||||||||||||||||||||||||||
Added: | |||||||||||||||||||||||||||
> > | 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. | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Line: 85 to 114 | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Added: | |||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Added: | |||||||||||||||||||||||||||
> > | License
| ||||||||||||||||||||||||||
Plugin Info | |||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Added: | |||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Line: 109 to 145 | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||
< < |
| ||||||||||||||||||||||||||
> > |
| ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Changed: | |||||||||||||||||||||||||||
< < | -- PeterThoeny - 08 Nov 2002 | ||||||||||||||||||||||||||
> > | -- TWiki:Main/PeterThoeny - 13 Dec 2003
|
Line: 1 to 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Added: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> > | Edit Table PluginThis 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 or a row number. Multiple tables per topic can be editable, but only one at a time canbe edited.
EditTablePlugin Global SettingsPlugin settings are stored as preferences variables. To reference a plugin setting write%<plugin>_<setting>% , for example, %INTERWIKIPLUGIN_SHORTDESCRIPTION%
Per Table SettingsAdd a%EDITTABLE{...}% variable just before an existing table to make it editable, or add the variable anywhere in a topic to start a new table. Parameters:
<initial value> (of text input field) and <label text> (of fixed label) get expanded when a new row is added. This can be used for example to add a timestamp to a label. You can escape characters if you do not want that:
ExamplesLine 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 -->If this plugin is installed you will see an [ Edit table ] button above; when you click on it you get this form: Limitations and Known Issues
Plugin Installation Instructions
Plugin Info
|