You are here: Foswiki>Tasks Web>Item11245 (28 Oct 2020, MichaelDaum)Edit Attach

Item11245: TagCloudPlugin with INCLUDE breaks EditTablePlugin

pencil
Priority: Normal
Current State: Needs Developer
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: EditTablePlugin
Branches:
Reported By: AndrewJones
Waiting For:
Last Change By: MichaelDaum
Looks a tricky one. The following works fine, with the EditTablePlugin being rendered:

%TAGCLOUD{"foo, bar"
  header="<div>"
  format="$term"
  footer="</div>"
  buckets="40"
  offset="12"
  lowercase="on"
  stopwords="on"
  plural="off"
  min="2"
  map="bucket=pail"
  filter="on"
}%

%EDITTABLE{}%
| foo | bar |

But this does not. The EDITTABLE is printed out verbatim:

%TAGCLOUD{"$percntINCLUDE{\"%WEB%.%TOPIC%\"}$percnt"
  header="<div>"
  format="$term"
  footer="</div>"
  buckets="40"
  offset="12"
  lowercase="on"
  stopwords="on"
  plural="off"
  min="2"
  map="bucket=pail"
  filter="on"
}%

%EDITTABLE{}%
| foo | bar |

Haven't done much more investigation as yet.

-- AndrewJones - 08 Nov 2011

Similarly reported in Item10134. This is a problem of the table parser part of EditTablePlugin.

-- MichaelDaum - 28 Oct 2020
 
Topic revision: r3 - 28 Oct 2020, MichaelDaum
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