TWISTYs have traditionally worked within table cells. Now they don't.
%EDITTABLE{format="textarea,2x20|"}%
%TABLE{}%
| *A* | *B* | *C* |
|apple | banana| cherry |
| 1 | 2 | 3 |
| This is <br />%TWISTY{}% <br />more stuff <br />%ENDTWISTY% | stuff | things |
The table above should work. Instead, it is presented as a broken row below a working table:
View Source shows The
EditTable code rendered, then the Twisty code rendered below
</table>
<input type="hidden" name="etrows" value="3" />
<input class="editTableEditImageButton" type="image" src="http://twiki.org/p/pub/TWiki04x02/EditTablePlugin/edittable.gif" alt="Edit this table" /> </form>
</div><!-- /editTable -->
| This is <br /><span class="twistyPlugin twikiMakeVisibleInline">
<span id="twistyIdSandboxVickiBrownTest1show" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">More...</span></a> </span> <span id="twistyIdSandboxVickiBrownTest1hide" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">Close</span></a> </span> </span><!--/twistyPlugin twikiMakeVisibleInline--> <div style="display:inline;" class="twistyPlugin"><div id="twistyIdSandboxVickiBrownTest1toggle" class="twistyContent twikiMakeHidden twistyInited"><br />more stuff<br /></div></div><!--/twistyPlugin--> | stuff | things |
It may be helpful to note that while this fails on twiki.org (see
http://twiki.org/cgi-bin/view/Sandbox/VickiBrownTest
) it appears to work as expected here on develop.twiki.org.
--
TWiki:Main/VickiBrown
- 03 Apr 2009
Duplicate of
Item6220, fixed in TWiki 4.3.
--
TWiki:Main.PeterThoeny
- 04 Apr 2009