This question about Using an extension: More info required

Problem with EditRowPlugin

Using these examples:
%EDITTABLE{ format="| date, 12 | select,1,Unknown,High,Medium,Low | select,1,Unknown,High,Medium,Low | select,1,Unknown,High,Medium,Low |" changerows="add" headerrows="1" }%| *Date* | *Criticalness* | *Value* | *Risk* || 11 Nov 2011 | Medium | Medium | High |
%EDITTABLE{ format = "| label | text, 50 |" changerows="off"}%| *Criticalness* | %EDITCELL{select,1,Unknown,High,Medium,Low}%Medium|| *Value* | High%EDITCELL{select, 1, Unknown,High,Medium,Low}% || *Risk* | Low%EDITCELL{select, 1, Unknown,High,Medium,Low}% |

Whenever I try to use javascript editing (throught the yellow stain) the edit opens properly and lets me change the value. When I select the process button the working symbol appears and the value "RESPONSEMedium" (if medium was the value selected) is displayed. Refreshing the screen causes the original value to be displayed.

EditRowPluginResult.PNG

I believe that I have all of the dependencies installed.

You don't say what version of the plugin is installed. You should check that there are no javascript errors (using the browser debugger, or looking at the browser console). The RESPONSEMedium response is correct, but the javascript should grab that and present it in the relevant input, so a JS error is implicated. (Needless to say, your example works perfectly for me)

-- CrawfordCurrie - 14 Feb 2012

Since I was having troubles I have tried it on two different versions. The error as I reported it occurs running Foswiki 1.0.9 with EditRowPlugin version 12725 (2011-10-07). There are no errors from javascript except for: SEC7115: :visited and :link styles can only differ by color. Some styles were not applied to :visited.

The other version that I am running is EditRowPlugin version 3.0.0 running on Foswiki-1.1.3, (Sat, 16 Apr 2011, build 11475, Plugin API version 2.1). In this case I get no response on the page but do get a js error:

http://www.cs2.kigateway.com/bin/rest/EditRowPlugin/save Failed to load resource: the server responded with a status of 404 (Not Found)

This suggests to me a privilege issue but I have not been able to track it down (although I must apologize as I have been off on other issues for the past few weeks).

-- GlennKrahulic - 14 Feb 2012

QuestionForm edit

Subject Using an extension
Extension EditRowPlugin
Version Foswiki 1.1.3
Status More info required
Related Topics
I Attachment Action Size Date Who Comment
EditRowPluginResult.PNGPNG EditRowPluginResult.PNG manage 6 K 11 Nov 2011 - 21:19 GlennKrahulic Result of using javascript to edit cell value
Topic revision: r3 - 14 Feb 2012, GlennKrahulic
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy