You may have noticed that no parameters are passed to %TWISTY{}% but the show and hide links do have text! The default values are fetched from plugin settings TWISTYSHOWLINK and TWISTYHIDELINK, see Plugin Settings below.
Block or inline
The default display mode of Twisty is div, that is, the contents is displayed as block element, displayed on the next line.
If you want to show the Twisty contents on the same line - inline - use mode="span":
%TWISTY{
mode="span"
}%
my twisty content
%ENDTWISTY%
Will generate:
More...Close my twisty content
Note that if animations are on (using TWISTYPLUGIN_TWISTYANIMATIONSPEED), you won't see animations with inline mode.
Twisty with icons
%TWISTY{
showlink="Show..."
hidelink="Hide"
showimgleft="%ICONURLPATH{toggleopen-small}%"
hideimgleft="%ICONURLPATH{toggleclose-small}%"
}%
my twisty content
%ENDTWISTY%
To store the last state in a FOSWIKIPREF cookie, add the parameter remember="on".
To test this, reload the page after toggling.
WARNING: If you really want it to be remembered, best to provide an id with
it, otherwise it might not work.
%TWISTY{
showlink="Show..."
hidelink="Hide"
remember="on"
}%
my twisty content
%ENDTWISTY%
Note: Unless specified, Twisty ids are generated automatically based on web
and topic names. If remember option is set, a counter that increments for each
twisty is appended, otherwise a random value is, so AJAX calls will not kill
JS, as IDs have to be unique.
%TWISTY{
id="currentCustomerList"
showlink="Show..."
hidelink="Hide"
remember="on"
}%
my customer list
%ENDTWISTY%
Note that id sets a site wide cookie. To create a unique id, add topic or web macros:
id="%WEB%_%TOPIC%_currentCustomerList"
Make it obey
To let the Twisty start with its content folded open, add parameter start="show".
%TWISTY{
showlink="Show..."
hidelink="Hide"
start="show"
}%
my twisty content
%ENDTWISTY%
To let the Twisty start with its content folded open the first time the visitor sees the Twisty, add the parameter firststart="show".
If remember="on" is used, subsequential visits to the page will display the Twisty according the cookie setting.
%TWISTY{
showlink="Show..."
hidelink="Hide"
firststart="show"
}%
my twisty content
%ENDTWISTY%
Other use: hide interface parts in case of no JavaScript
Foswiki 1.1 and higher uses the CSS class foswikiJs to indicate the availability of JavaScript (the class is set to the html tag if JavaScript is available).
You can use Twisty to show interface elements that should only be visible with JavaScript enabled. For instance the textbox control buttons in the edit screen need JavaScript to work. If a visitor does not have JavaScript on it would not make sense to show these buttons.
Put the "JavaScript content" in an almost bare bones Twisty. Write showlink="" hidelink="" to not display any default link texts.
Do not forget to set start="show" to show the Twisty content at all.
When JavaScript is off, the button should be invisible.
This code will show the button when JavaScript is off:
If you use other macros inside TWISTY parameters chances are it will mess up the macro, or the rendered html. Use format tokens to 'delay' rendering of these variables until the Twisty parameters are parsed.
The format tokens are the same as with FormattedSearch:
If you do not define an id, the plugin autogenerates an ID based on web and
topic names.
ID is then appended with either a counter that counts from 1 for each
twisty if remember option is set, or a random number (useful for AJAX calls).
Syntax
TWISTY
This renders the button as well as the toggled content section contained within this and the closing ENDTWISTY tag.
Usage: %TWISTY{ ... }% Toggable contents %ENDTWISTY%
Specify if the Twisty Toggle section will use a <div> or a <span> tag. Note that if the contents contains block elements such as div, mode should be div as well to create valid HTML markup.
optional, defaults to <div>
showimgleft
Image url
Specify the url of an image that will be displayed with the show link at the left side of the link. You may use ICONURLPATH to display one of the DocumentGraphics icons. Alternatively use an image attached to the topic.
optional, defaults to no image
hideimgleft
Image url
Specify the url of an image that will be displayed with the hide link at the left side of the link. You may use ICONURLPATH to display one of the DocumentGraphics icons. Alternatively use an image attached to the topic.
optional, defaults to no image
showimgright
Image url
Specify the url of an image that will be displayed with the show link at the right side of the link. You may use ICONURLPATH to display one of the DocumentGraphics icons. Alternatively use an image attached to the topic.
optional, defaults to no image
hideimgright
Image url
Specify the url of an image that will be displayed with the hide link at the right side of the link. You may use ICONURLPATH to display one of the DocumentGraphics icons. Alternatively use an image attached to the topic.
optional, defaults to no image
remember
"on", "off"
If "on", the Twisty state is remembered the next time the page is shown. If "off", the stored setting will be cleared.
Note: when used, think carefully about a unique name (id) for the Twisty, otherwise the cookie that is set might affect other Twisties with the same name. Also note that only interaction is stored, not the state of the Twisty when left unclicked.
optional, no default
start
"hide" or "show"
Initial state of the Twisty; this will override any setting stored in a cookie (see remember).
optional, default no initial state
firststart
"hide" or "show"
Initial state of the Twisty the first time the visitor gets to see the Twisty; this will NOT override cookie settings (see remember).
optional, default no initial state
noscript
"hide"
Make content hidden in case use does not have JavaScript on
optional, default content is shown in case JavaScript if off
class
CSS class name
Class for Twisty div or span
optional, default none
linkclass
CSS class name
Class for link
optional, default none
prefix
Text
Text to display before the show/hide links
optional, default none
suffix
Text
Text to display after the show/hide links
optional, default none
img
Image url
Deprecated, use showimgleft, hideimgleft, showimgright or hideimgright.
optional, defaults to no image
imgleft
Image url
Deprecated, use showimgleft, hideimgleft, showimgright or hideimgright.
optional, defaults to no image
imgright
Image url
Deprecated, use showimgleft, hideimgleft, showimgright or hideimgright.
optional, defaults to no image
hideimg
Image url
Deprecated, use showimgleft, hideimgleft, showimgright or hideimgright.
optional, defaults to no image
showimg
Image url
Deprecated, use showimgleft, hideimgleft, showimgright or hideimgright.
optional, defaults to no image
Related: Could not perform search. Error was: 'tempfile' can't be called as a method at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506. at /usr/share/perl5/vendor_perl/File/Temp.pm line 1006. File::Temp::tempfile('File::Temp', 'STDERR.23130.XXXXXXXXXX', 'DIR', '/www/sugpo223/cgi-bin/wiki/working/tmp', 'UNLINK', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506 Foswiki::Sandbox::sysCommand('Foswiki::Sandbox', '/bin/grep -E -l -H -- %TOKEN|U% %FILES|F%', 'TOKEN', '^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'FILES', 'ARRAY(0x383d578)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 109 Foswiki::Store::SearchAlgorithms::Forking::search('^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x37e9df0)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x37dea90)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 267 Foswiki::Store::SearchAlgorithms::Forking::_webQuery('Foswiki::Search::Node=HASH(0x3837e50)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x37e9df0)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x37dea90)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 182 Foswiki::Store::SearchAlgorithms::Forking::query('Foswiki::Search::Node=HASH(0x3837e50)', 'Foswiki::Iterator::FilterIterator=HASH(0x37e9df0)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x37dea90)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x3837e50)', 'Foswiki::Iterator::FilterIterator=HASH(0x37e9df0)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x37dea90)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 470 Foswiki::Store::VC::Store::searchInWebMetaData('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x3837e50)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x37e9df0)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x37dea90)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 192 Foswiki::Store::QueryAlgorithms::BruteForce::_webQuery('Foswiki::Query::Node=HASH(0x37e7458)', 'System', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x3767688)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 78 Foswiki::Store::QueryAlgorithms::BruteForce::query('Foswiki::Query::Node=HASH(0x37e7458)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x3767688)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Query::Node=HASH(0x37e7458)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x3767688)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 839 Foswiki::Meta::query('Foswiki::Query::Node=HASH(0x37e7458)', undef, 'HASH(0x3767688)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Search.pm line 352 Foswiki::Search::searchWeb('Foswiki::Search=HASH(0x36de780)', 'topic', 'Var*', 'search', 'parent.name=\'TwistyPlugin\'', 'basetopic', 'VarTWISTY', '_RAW', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', ...) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 32 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3544b00)', 'HASH(0x36ded68)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 41 Foswiki::SEARCH('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x3544938)', 'Foswiki::Meta=HASH(0x36d84a8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'SEARCH', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', 'Foswiki::Meta=HASH(0x36d84a8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '%SEARCH{\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} to...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x36d84a8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x352e0a8)', 'Foswiki::Meta=HASH(0x36d84a8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x352d8e0)', 'HASH(0x3544218)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x352e000)', 'Foswiki::Meta=HASH(0x36cc2d0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', '"VarTWISTY" includingtopic="TwistyPlugin" section="related"', 'Foswiki::Meta=HASH(0x36cc2d0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '#VarTWISTY\x{a}---+++ TWISTY\x{a}This renders the button as well as t...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x36cc2d0)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x36a3f38)', 'Foswiki::Meta=HASH(0x36cc2d0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x36d7a88)', 'HASH(0x36d81c0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x3698248)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', 'VarTWISTY', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x316fcd8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x27cc760)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3327 Foswiki::expandMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 3103 Foswiki::Meta::expandMacros('Foswiki::Meta=HASH(0x316fcd8)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 412 Foswiki::UI::View::_prepare('---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 392 Foswiki::UI::View::view('Foswiki=HASH(0x285ce20)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 316 Foswiki::UI::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x1e96c30)', 'HASH(0x285ca00)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 435 Foswiki::UI::_execute('Foswiki::Request=HASH(0x2836408)', 'CODE(0x2835f58)', 'view', 1) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 274 Foswiki::UI::handleRequest('Foswiki::Request=HASH(0x2836408)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Engine/CGI.pm line 41 Foswiki::Engine::CGI::run('Foswiki::Engine::CGI=HASH(0x21e3c38)') called
ENDTWISTY
Twisty closure, complements the opening TWISTY tag.
Syntax: %ENDTWISTY%
Related: Could not perform search. Error was: 'tempfile' can't be called as a method at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506. at /usr/share/perl5/vendor_perl/File/Temp.pm line 1006. File::Temp::tempfile('File::Temp', 'STDERR.23130.XXXXXXXXXX', 'DIR', '/www/sugpo223/cgi-bin/wiki/working/tmp', 'UNLINK', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506 Foswiki::Sandbox::sysCommand('Foswiki::Sandbox', '/bin/grep -E -l -H -- %TOKEN|U% %FILES|F%', 'TOKEN', '^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'FILES', 'ARRAY(0x389e340)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 109 Foswiki::Store::SearchAlgorithms::Forking::search('^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x3854c00)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3854bd0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 267 Foswiki::Store::SearchAlgorithms::Forking::_webQuery('Foswiki::Search::Node=HASH(0x3854db0)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x3854c00)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3854bd0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 182 Foswiki::Store::SearchAlgorithms::Forking::query('Foswiki::Search::Node=HASH(0x3854db0)', 'Foswiki::Iterator::FilterIterator=HASH(0x3854c00)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3854bd0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x3854db0)', 'Foswiki::Iterator::FilterIterator=HASH(0x3854c00)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3854bd0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 470 Foswiki::Store::VC::Store::searchInWebMetaData('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x3854db0)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x3854c00)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3854bd0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 192 Foswiki::Store::QueryAlgorithms::BruteForce::_webQuery('Foswiki::Query::Node=HASH(0x3858380)', 'System', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x352e570)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 78 Foswiki::Store::QueryAlgorithms::BruteForce::query('Foswiki::Query::Node=HASH(0x3858380)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x352e570)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Query::Node=HASH(0x3858380)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x352e570)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 839 Foswiki::Meta::query('Foswiki::Query::Node=HASH(0x3858380)', undef, 'HASH(0x352e570)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Search.pm line 352 Foswiki::Search::searchWeb('Foswiki::Search=HASH(0x36de780)', 'topic', 'Var*', 'search', 'parent.name=\'TwistyPlugin\'', 'basetopic', 'VarTWISTY', '_RAW', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', ...) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 32 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3851398)', 'HASH(0x3857dc8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 41 Foswiki::SEARCH('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x3851650)', 'Foswiki::Meta=HASH(0x3543ea0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'SEARCH', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', 'Foswiki::Meta=HASH(0x3543ea0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '%SEARCH{\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} to...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x3543ea0)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x352e0a8)', 'Foswiki::Meta=HASH(0x3543ea0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3850b58)', 'HASH(0x3851248)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x36d7f38)', 'Foswiki::Meta=HASH(0x36d8190)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', '"VarTWISTY" section="related" includingtopic="TwistyPlugin"', 'Foswiki::Meta=HASH(0x36d8190)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '\x{a}#VarENDTWISTY\x{a}---+++ ENDTWISTY\x{a}*Twisty closure, complements ...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x36d8190)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x36a3f38)', 'Foswiki::Meta=HASH(0x36d8190)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x36d7ec0)', 'HASH(0x37e9da8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x352e5e8)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', 'VarENDTWISTY', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x316fcd8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x27cc760)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3327 Foswiki::expandMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 3103 Foswiki::Meta::expandMacros('Foswiki::Meta=HASH(0x316fcd8)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 412 Foswiki::UI::View::_prepare('---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 392 Foswiki::UI::View::view('Foswiki=HASH(0x285ce20)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 316 Foswiki::UI::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x1e96c30)', 'HASH(0x285ca00)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 435 Foswiki::UI::_execute('Foswiki::Request=HASH(0x2836408)', 'CODE(0x2835f58)', 'view', 1) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 274 Foswiki::UI::handleRequest('Foswiki::Request=HASH(0x2836408)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Engine/CGI.pm line 41 Foswiki::Engine::CGI::run('Foswiki::Engine::CGI=HASH(0x21e3c38)') called
TWISTYBUTTON
Shorthand version for TWISTYSHOW & TWISTYHIDE
This is useful if both the show and the hide button take the same arguments.
Supported parameters: all parameters supported by TWISTY, except for noscript and class (only used for 'toggle' content)
Specify if the Twisty button will use a <div> or a <span> tag. Note that if the contents contains block elements such as div, mode should be div as well to create valid HTML markup.
Related: Could not perform search. Error was: 'tempfile' can't be called as a method at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506. at /usr/share/perl5/vendor_perl/File/Temp.pm line 1006. File::Temp::tempfile('File::Temp', 'STDERR.23130.XXXXXXXXXX', 'DIR', '/www/sugpo223/cgi-bin/wiki/working/tmp', 'UNLINK', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506 Foswiki::Sandbox::sysCommand('Foswiki::Sandbox', '/bin/grep -E -l -H -- %TOKEN|U% %FILES|F%', 'TOKEN', '^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'FILES', 'ARRAY(0x38a2a30)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 109 Foswiki::Store::SearchAlgorithms::Forking::search('^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x3827038)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x37deb20)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 267 Foswiki::Store::SearchAlgorithms::Forking::_webQuery('Foswiki::Search::Node=HASH(0x3837e68)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x3827038)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x37deb20)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 182 Foswiki::Store::SearchAlgorithms::Forking::query('Foswiki::Search::Node=HASH(0x3837e68)', 'Foswiki::Iterator::FilterIterator=HASH(0x3827038)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x37deb20)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x3837e68)', 'Foswiki::Iterator::FilterIterator=HASH(0x3827038)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x37deb20)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 470 Foswiki::Store::VC::Store::searchInWebMetaData('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x3837e68)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x3827038)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x37deb20)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 192 Foswiki::Store::QueryAlgorithms::BruteForce::_webQuery('Foswiki::Query::Node=HASH(0x38583c8)', 'System', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x38854d0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 78 Foswiki::Store::QueryAlgorithms::BruteForce::query('Foswiki::Query::Node=HASH(0x38583c8)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x38854d0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Query::Node=HASH(0x38583c8)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x38854d0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 839 Foswiki::Meta::query('Foswiki::Query::Node=HASH(0x38583c8)', undef, 'HASH(0x38854d0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Search.pm line 352 Foswiki::Search::searchWeb('Foswiki::Search=HASH(0x36de780)', 'topic', 'Var*', 'search', 'parent.name=\'TwistyPlugin\'', 'basetopic', 'VarTWISTY', '_RAW', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', ...) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 32 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3854d98)', 'HASH(0x389e3a0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 41 Foswiki::SEARCH('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x3858170)', 'Foswiki::Meta=HASH(0x3850bb8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'SEARCH', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', 'Foswiki::Meta=HASH(0x3850bb8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '%SEARCH{\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} to...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x3850bb8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x352e0a8)', 'Foswiki::Meta=HASH(0x3850bb8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3851290)', 'HASH(0x3858038)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x3851188)', 'Foswiki::Meta=HASH(0x36d8340)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', '"VarTWISTY" section="related" includingtopic="TwistyPlugin"', 'Foswiki::Meta=HASH(0x36d8340)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '\x{a}#VarTWISTYBUTTON\x{a}---+++ TWISTYBUTTON\x{a}*Shorthand version for ...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x36d8340)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x36a3f38)', 'Foswiki::Meta=HASH(0x36d8340)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x37e9cb8)', 'HASH(0x3850dc8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x3854918)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', 'VarTWISTYBUTTON', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x316fcd8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x27cc760)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3327 Foswiki::expandMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 3103 Foswiki::Meta::expandMacros('Foswiki::Meta=HASH(0x316fcd8)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 412 Foswiki::UI::View::_prepare('---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 392 Foswiki::UI::View::view('Foswiki=HASH(0x285ce20)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 316 Foswiki::UI::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x1e96c30)', 'HASH(0x285ca00)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 435 Foswiki::UI::_execute('Foswiki::Request=HASH(0x2836408)', 'CODE(0x2835f58)', 'view', 1) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 274 Foswiki::UI::handleRequest('Foswiki::Request=HASH(0x2836408)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Engine/CGI.pm line 41 Foswiki::Engine::CGI::run('Foswiki::Engine::CGI=HASH(0x21e3c38)') called
Specify if the Twisty Show link will use a <div> or a <span> tag. Note that if the contents contains block elements such as div, mode should be div as well to create valid HTML markup.
optional, defaults to <div>
img
Image url
Specify the url of an image that will be displayed at the right side of the link. You may use ICONURLPATH to display one of the DocumentGraphics icons. Alternatively use an image attached to the topic.
optional, defaults to no image
imgleft
Image url
Specify the url of an image that will be displayed at the left side of the link. You may use ICONURLPATH to display one of the DocumentGraphics icons. Alternatively use an image attached to the topic.
optional, defaults to no image
imgright
Image url
Specify the url of an image that will be displayed at the right side of the link. You may use ICONURLPATH to display one of the DocumentGraphics icons. Alternatively use an image attached to the topic.
optional, defaults to no image
remember
"on", "off"
If "on", the Twisty state is remembered the next time the page is shown. If "off", the stored setting will be cleared. Note: when used, think carefully about a unique name (id) for the Twisty, otherwise the cookie that is set might affect other Twisties with the same name. Also note that only interaction is stored, not the state of the Twisty when left unclicked.
optional, no default
start
"hide" or "show"
Initial state of the Twisty; this will override any setting stored in a cookie (see remember).
optional, default no initial state
firststart
"hide" or "show"
Initial state of the Twisty the first time the visitor gets to see the Twisty; this will NOT override cookie settings (see remember).
optional, default no initial state
Example:
%TWISTYSHOW{id="demo" link=" Click to Unfold " imgleft="%ICONURLPATH{toggleopen}%"}%
Related: Could not perform search. Error was: 'tempfile' can't be called as a method at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506. at /usr/share/perl5/vendor_perl/File/Temp.pm line 1006. File::Temp::tempfile('File::Temp', 'STDERR.23130.XXXXXXXXXX', 'DIR', '/www/sugpo223/cgi-bin/wiki/working/tmp', 'UNLINK', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506 Foswiki::Sandbox::sysCommand('Foswiki::Sandbox', '/bin/grep -E -l -H -- %TOKEN|U% %FILES|F%', 'TOKEN', '^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'FILES', 'ARRAY(0x39007d8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 109 Foswiki::Store::SearchAlgorithms::Forking::search('^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x38e7b30)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x38e7b00)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 267 Foswiki::Store::SearchAlgorithms::Forking::_webQuery('Foswiki::Search::Node=HASH(0x38e7ce0)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x38e7b30)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x38e7b00)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 182 Foswiki::Store::SearchAlgorithms::Forking::query('Foswiki::Search::Node=HASH(0x38e7ce0)', 'Foswiki::Iterator::FilterIterator=HASH(0x38e7b30)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x38e7b00)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x38e7ce0)', 'Foswiki::Iterator::FilterIterator=HASH(0x38e7b30)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x38e7b00)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 470 Foswiki::Store::VC::Store::searchInWebMetaData('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x38e7ce0)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x38e7b30)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x38e7b00)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 192 Foswiki::Store::QueryAlgorithms::BruteForce::_webQuery('Foswiki::Query::Node=HASH(0x3858320)', 'System', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x3850fd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 78 Foswiki::Store::QueryAlgorithms::BruteForce::query('Foswiki::Query::Node=HASH(0x3858320)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x3850fd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Query::Node=HASH(0x3858320)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x3850fd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 839 Foswiki::Meta::query('Foswiki::Query::Node=HASH(0x3858320)', undef, 'HASH(0x3850fd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Search.pm line 352 Foswiki::Search::searchWeb('Foswiki::Search=HASH(0x36de780)', 'topic', 'Var*', 'search', 'parent.name=\'TwistyPlugin\'', 'basetopic', 'VarTWISTY', '_RAW', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', ...) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 32 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3858698)', 'HASH(0x39003b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 41 Foswiki::SEARCH('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x389e8f8)', 'Foswiki::Meta=HASH(0x3857f48)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'SEARCH', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', 'Foswiki::Meta=HASH(0x3857f48)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '%SEARCH{\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} to...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x3857f48)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x352e0a8)', 'Foswiki::Meta=HASH(0x3857f48)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3857ed0)', 'HASH(0x389e640)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x3851098)', 'Foswiki::Meta=HASH(0x3850d50)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', '"VarTWISTY" section="related" includingtopic="TwistyPlugin"', 'Foswiki::Meta=HASH(0x3850d50)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '\x{a}#VarTWISTYSHOW\x{a}---+++ TWISTYSHOW\x{a}*Show/open link*\x{a} * Synta...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x3850d50)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x36a3f38)', 'Foswiki::Meta=HASH(0x3850d50)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3850d68)', 'HASH(0x37de568)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x36d7c80)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', 'VarTWISTYSHOW', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x316fcd8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x27cc760)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3327 Foswiki::expandMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 3103 Foswiki::Meta::expandMacros('Foswiki::Meta=HASH(0x316fcd8)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 412 Foswiki::UI::View::_prepare('---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 392 Foswiki::UI::View::view('Foswiki=HASH(0x285ce20)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 316 Foswiki::UI::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x1e96c30)', 'HASH(0x285ca00)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 435 Foswiki::UI::_execute('Foswiki::Request=HASH(0x2836408)', 'CODE(0x2835f58)', 'view', 1) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 274 Foswiki::UI::handleRequest('Foswiki::Request=HASH(0x2836408)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Engine/CGI.pm line 41 Foswiki::Engine::CGI::run('Foswiki::Engine::CGI=HASH(0x21e3c38)') called
Specify if the Twisty Hide link will use a <div> or a <span> tag. Note that if the contents contains block elements such as div, mode should be div as well to create valid HTML markup.
optional, defaults to <div>
img
Image url
Specify the url of an image that will be displayed at the right side of the link. You may use ICONURLPATH to display one of the DocumentGraphics icons. Alternatively use an image attached to the topic.
optional, defaults to no image
remember
"on", "off"
If "on", the Twisty state is remembered the next time the page is shown. If "off", the stored setting will be cleared. Note: when used, think carefully about a unique name (id) for the Twisty, otherwise the cookie that is set might affect other Twisties with the same name. Also note that only interaction is stored, not the state of the Twisty when left unclicked.
optional, no default
start
"hide" or "show"
Initial state of the Twisty; this will override any setting stored in a cookie (see remember).
optional, default no initial state
firststart
"hide" or "show"
Initial state of the Twisty the first time the visitor gets to see the Twisty; this will NOT override cookie settings (see remember).
optional, default no initial state
Example:
%TWISTYHIDE{id="demo" link=" Click to Fold " imgleft="%ICONURLPATH{toggleclose}%"}%
Related: Could not perform search. Error was: 'tempfile' can't be called as a method at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506. at /usr/share/perl5/vendor_perl/File/Temp.pm line 1006. File::Temp::tempfile('File::Temp', 'STDERR.23130.XXXXXXXXXX', 'DIR', '/www/sugpo223/cgi-bin/wiki/working/tmp', 'UNLINK', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506 Foswiki::Sandbox::sysCommand('Foswiki::Sandbox', '/bin/grep -E -l -H -- %TOKEN|U% %FILES|F%', 'TOKEN', '^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'FILES', 'ARRAY(0x3546fd0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 109 Foswiki::Store::SearchAlgorithms::Forking::search('^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x37e9d18)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3827038)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 267 Foswiki::Store::SearchAlgorithms::Forking::_webQuery('Foswiki::Search::Node=HASH(0x35466d0)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x37e9d18)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3827038)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 182 Foswiki::Store::SearchAlgorithms::Forking::query('Foswiki::Search::Node=HASH(0x35466d0)', 'Foswiki::Iterator::FilterIterator=HASH(0x37e9d18)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3827038)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x35466d0)', 'Foswiki::Iterator::FilterIterator=HASH(0x37e9d18)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3827038)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 470 Foswiki::Store::VC::Store::searchInWebMetaData('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x35466d0)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x37e9d18)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3827038)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 192 Foswiki::Store::QueryAlgorithms::BruteForce::_webQuery('Foswiki::Query::Node=HASH(0x38583c8)', 'System', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x36d8430)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 78 Foswiki::Store::QueryAlgorithms::BruteForce::query('Foswiki::Query::Node=HASH(0x38583c8)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x36d8430)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Query::Node=HASH(0x38583c8)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x36d8430)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 839 Foswiki::Meta::query('Foswiki::Query::Node=HASH(0x38583c8)', undef, 'HASH(0x36d8430)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Search.pm line 352 Foswiki::Search::searchWeb('Foswiki::Search=HASH(0x36de780)', 'topic', 'Var*', 'search', 'parent.name=\'TwistyPlugin\'', 'basetopic', 'VarTWISTY', '_RAW', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', ...) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 32 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3857b40)', 'HASH(0x3546bb0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 41 Foswiki::SEARCH('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x3900058)', 'Foswiki::Meta=HASH(0x3850be8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'SEARCH', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', 'Foswiki::Meta=HASH(0x3850be8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '%SEARCH{\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} to...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x3850be8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x352e0a8)', 'Foswiki::Meta=HASH(0x3850be8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x38a27f0)', 'HASH(0x39004f0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x3850d98)', 'Foswiki::Meta=HASH(0x37de388)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', '"VarTWISTY" section="related" includingtopic="TwistyPlugin"', 'Foswiki::Meta=HASH(0x37de388)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '\x{a}#VarTWISTYHIDE\x{a}---+++ TWISTYHIDE\x{a}*Hide/close link*\x{a} * Synt...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x37de388)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x36a3f38)', 'Foswiki::Meta=HASH(0x37de388)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3851740)', 'HASH(0x3851368)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x3851758)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', 'VarTWISTYHIDE', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x316fcd8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x27cc760)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3327 Foswiki::expandMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 3103 Foswiki::Meta::expandMacros('Foswiki::Meta=HASH(0x316fcd8)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 412 Foswiki::UI::View::_prepare('---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 392 Foswiki::UI::View::view('Foswiki=HASH(0x285ce20)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 316 Foswiki::UI::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x1e96c30)', 'HASH(0x285ca00)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 435 Foswiki::UI::_execute('Foswiki::Request=HASH(0x2836408)', 'CODE(0x2835f58)', 'view', 1) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 274 Foswiki::UI::handleRequest('Foswiki::Request=HASH(0x2836408)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Engine/CGI.pm line 41 Foswiki::Engine::CGI::run('Foswiki::Engine::CGI=HASH(0x21e3c38)') called
Specify if the Twisty Toggle section will use a <div> or a <span> tag. Note that if the contents contains block elements such as div, mode should be div as well to create valid HTML markup.
optional, defaults to <div>
class
CSS class name
Class for content div or span
optional, default none
linkclass
CSS class name
Class for link
optional, default none
remember
"on", "off"
If "on", the Twisty state is remembered the next time the page is shown. If "off", the stored setting will be cleared. Note: when used, think carefully about a unique name (id) for the Twisty, otherwise the cookie that is set might affect other Twisties with the same name. Also note that only interaction is stored, not the state of the Twisty when left unclicked.
optional, no default
start
"hide" or "show"
Initial state of the Twisty; this will override any setting stored in a cookie (see remember).
optional, default no initial state
firststart
"hide" or "show"
Initial state of the Twisty the first time the visitor gets to see the Twisty; this will NOT override cookie settings (see remember).
optional, default no initial state
noscript
"hide"
Make content hidden in case use does not have JavaScript on
optional, default content is shown with no JavaScript
Related: Could not perform search. Error was: 'tempfile' can't be called as a method at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506. at /usr/share/perl5/vendor_perl/File/Temp.pm line 1006. File::Temp::tempfile('File::Temp', 'STDERR.23130.XXXXXXXXXX', 'DIR', '/www/sugpo223/cgi-bin/wiki/working/tmp', 'UNLINK', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506 Foswiki::Sandbox::sysCommand('Foswiki::Sandbox', '/bin/grep -E -l -H -- %TOKEN|U% %FILES|F%', 'TOKEN', '^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'FILES', 'ARRAY(0x3542cd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 109 Foswiki::Store::SearchAlgorithms::Forking::search('^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x38e7ba8)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x38e7b30)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 267 Foswiki::Store::SearchAlgorithms::Forking::_webQuery('Foswiki::Search::Node=HASH(0x3542408)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x38e7ba8)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x38e7b30)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 182 Foswiki::Store::SearchAlgorithms::Forking::query('Foswiki::Search::Node=HASH(0x3542408)', 'Foswiki::Iterator::FilterIterator=HASH(0x38e7ba8)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x38e7b30)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x3542408)', 'Foswiki::Iterator::FilterIterator=HASH(0x38e7ba8)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x38e7b30)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 470 Foswiki::Store::VC::Store::searchInWebMetaData('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x3542408)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x38e7ba8)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x38e7b30)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 192 Foswiki::Store::QueryAlgorithms::BruteForce::_webQuery('Foswiki::Query::Node=HASH(0x3858320)', 'System', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x389e310)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 78 Foswiki::Store::QueryAlgorithms::BruteForce::query('Foswiki::Query::Node=HASH(0x3858320)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x389e310)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Query::Node=HASH(0x3858320)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x389e310)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 839 Foswiki::Meta::query('Foswiki::Query::Node=HASH(0x3858320)', undef, 'HASH(0x389e310)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Search.pm line 352 Foswiki::Search::searchWeb('Foswiki::Search=HASH(0x36de780)', 'topic', 'Var*', 'search', 'parent.name=\'TwistyPlugin\'', 'basetopic', 'VarTWISTY', '_RAW', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', ...) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 32 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x37e7470)', 'HASH(0x35428e8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 41 Foswiki::SEARCH('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x3546850)', 'Foswiki::Meta=HASH(0x38514a0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'SEARCH', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', 'Foswiki::Meta=HASH(0x38514a0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '%SEARCH{\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} to...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x38514a0)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x352e0a8)', 'Foswiki::Meta=HASH(0x38514a0)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3900208)', 'HASH(0x3546ce8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x3827230)', 'Foswiki::Meta=HASH(0x3858278)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', '"VarTWISTY" section="related" includingtopic="TwistyPlugin"', 'Foswiki::Meta=HASH(0x3858278)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '#VarTWISTYTOGGLE\x{a}---+++ TWISTYTOGGLE\x{a}*Twisty Toggle contents ...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x3858278)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x36a3f38)', 'Foswiki::Meta=HASH(0x3858278)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3857a68)', 'HASH(0x38a2bc8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x389e718)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', 'VarTWISTYTOGGLE', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x316fcd8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x27cc760)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3327 Foswiki::expandMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 3103 Foswiki::Meta::expandMacros('Foswiki::Meta=HASH(0x316fcd8)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 412 Foswiki::UI::View::_prepare('---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 392 Foswiki::UI::View::view('Foswiki=HASH(0x285ce20)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 316 Foswiki::UI::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x1e96c30)', 'HASH(0x285ca00)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 435 Foswiki::UI::_execute('Foswiki::Request=HASH(0x2836408)', 'CODE(0x2835f58)', 'view', 1) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 274 Foswiki::UI::handleRequest('Foswiki::Request=HASH(0x2836408)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Engine/CGI.pm line 41 Foswiki::Engine::CGI::run('Foswiki::Engine::CGI=HASH(0x21e3c38)') called
ENDTWISTYTOGGLE
The Twisty closure
Syntax: %ENDTWISTYTOGGLE%
Will end the most inner unclosed Twisty Toggle section, using the proper tag
Example: %ENDTWISTYTOGGLE%
Related: Could not perform search. Error was: 'tempfile' can't be called as a method at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506. at /usr/share/perl5/vendor_perl/File/Temp.pm line 1006. File::Temp::tempfile('File::Temp', 'STDERR.23130.XXXXXXXXXX', 'DIR', '/www/sugpo223/cgi-bin/wiki/working/tmp', 'UNLINK', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506 Foswiki::Sandbox::sysCommand('Foswiki::Sandbox', '/bin/grep -E -l -H -- %TOKEN|U% %FILES|F%', 'TOKEN', '^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'FILES', 'ARRAY(0x324a758)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 109 Foswiki::Store::SearchAlgorithms::Forking::search('^%META:TOPICPARENT{.*\bname=\"TwistyPlugin\"', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x3546be0)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3546c10)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 267 Foswiki::Store::SearchAlgorithms::Forking::_webQuery('Foswiki::Search::Node=HASH(0x38f53c8)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x3546be0)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3546c10)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 182 Foswiki::Store::SearchAlgorithms::Forking::query('Foswiki::Search::Node=HASH(0x38f53c8)', 'Foswiki::Iterator::FilterIterator=HASH(0x3546be0)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3546c10)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x38f53c8)', 'Foswiki::Iterator::FilterIterator=HASH(0x3546be0)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3546c10)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 470 Foswiki::Store::VC::Store::searchInWebMetaData('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Search::Node=HASH(0x38f53c8)', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x3546be0)', 'Foswiki=HASH(0x285ce20)', 'HASH(0x3546c10)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 192 Foswiki::Store::QueryAlgorithms::BruteForce::_webQuery('Foswiki::Query::Node=HASH(0x3858320)', 'System', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x37e32f8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 78 Foswiki::Store::QueryAlgorithms::BruteForce::query('Foswiki::Query::Node=HASH(0x3858320)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x37e32f8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518 Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x28c8948)', 'Foswiki::Query::Node=HASH(0x3858320)', undef, 'Foswiki=HASH(0x285ce20)', 'HASH(0x37e32f8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 839 Foswiki::Meta::query('Foswiki::Query::Node=HASH(0x3858320)', undef, 'HASH(0x37e32f8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Search.pm line 352 Foswiki::Search::searchWeb('Foswiki::Search=HASH(0x36de780)', 'topic', 'Var*', 'search', 'parent.name=\'TwistyPlugin\'', 'basetopic', 'VarTWISTY', '_RAW', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', ...) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 32 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3542b58)', 'HASH(0x38f58a8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 41 Foswiki::SEARCH('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x35466d0)', 'Foswiki::Meta=HASH(0x3858260)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'SEARCH', '\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} topic="Var...', 'Foswiki::Meta=HASH(0x3858260)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '%SEARCH{\x{a} "parent.name=\'TwistyPlugin\'"\x{a} type="query"\x{a} to...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x3858260)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x352e0a8)', 'Foswiki::Meta=HASH(0x3858260)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x352e000)', 'HASH(0x3542b88)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x36d7b78)', 'Foswiki::Meta=HASH(0x3854978)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', '"VarTWISTY" section="related" includingtopic="TwistyPlugin"', 'Foswiki::Meta=HASH(0x3854978)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '\x{a}#VarENDTWISTYTOGGLE\x{a}---+++ ENDTWISTYTOGGLE\x{a}*The Twisty closu...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x3854978)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x36a3f38)', 'Foswiki::Meta=HASH(0x3854978)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 297 Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x3838240)', 'HASH(0x3900718)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/INCLUDE.pm line 348 Foswiki::INCLUDE('Foswiki=HASH(0x285ce20)', 'Foswiki::Attrs=HASH(0x38a2e38)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145 Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x285ce20)', 'INCLUDE', 'VarENDTWISTYTOGGLE', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021 Foswiki::_processMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'CODE(0x27bd4a8)', 'Foswiki::Meta=HASH(0x316fcd8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818 Foswiki::innerExpandMacros('Foswiki=HASH(0x285ce20)', 'SCALAR(0x27cc760)', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3327 Foswiki::expandMacros('Foswiki=HASH(0x285ce20)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 3103 Foswiki::Meta::expandMacros('Foswiki::Meta=HASH(0x316fcd8)', '---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 412 Foswiki::UI::View::_prepare('---+!! %TOPIC%\x{a}\x{a}*A "twisty" is an interface toggle contr...', 'Foswiki::Meta=HASH(0x316fcd8)', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 392 Foswiki::UI::View::view('Foswiki=HASH(0x285ce20)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 316 Foswiki::UI::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419 eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411 Error::subs::try('CODE(0x1e96c30)', 'HASH(0x285ca00)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 435 Foswiki::UI::_execute('Foswiki::Request=HASH(0x2836408)', 'CODE(0x2835f58)', 'view', 1) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 274 Foswiki::UI::handleRequest('Foswiki::Request=HASH(0x2836408)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Engine/CGI.pm line 41 Foswiki::Engine::CGI::run('Foswiki::Engine::CGI=HASH(0x21e3c38)') called
Either on or off. If set to on all Twisty states will be stored in a FOSWIKIPREF cookie; if set to off the FOSWIKIPREF cookie will be cleared
not specified
TWISTYPLUGIN_TWISTYANIMATIONSPEED
Speed of animation: 'fast', 'slow', or integer milliseconds
0 (no animation)
Plugin Installation Instructions
You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server.
Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install".
If you have any problems, or if the extension isn't available in configure, then you can still install manually from the command-line. See http://foswiki.org/Support/ManuallyInstallingExtensions for more help.
1.6.13 Foswikitask:Item10827: clear pref completely when using remember="off". Effective from Foswiki 1.1.4 and higher.
10 Apr 2011
1.6.12 Foswikitask:Item10618: parenthesis (or other Regex characters) in topic name crashes Foswiki Foswikitask:Item10264: Change template-js-css logic from foswikiJs to foswikiNoJs Foswikitask:Item10506: Add noci to avoid checkin of files during installation.
1.5.3 Add sequential number to the TWISTYid to allow more than one instance with that id on the page.
26 Aug 2009
1.5.2 Fix dependencies - jqueryPlugin and DojoToolkit were ported to foswiki a while ago.
03 Dec 2008
1.5.1 Added parameter linkclass. Foswiki version.
27 Nov 2008
1.5 Foswiki release; added option to use other Javascript libraries.
08 Oct 2008
1.4.11, 1.4.12 It is now possible to have a twisty on the same line without a linebreak.
03 Aug 2008
1.4.10 TWiki 4.2.1 release version.
13 Dec 2007
1.4.9 fix to the loading order of javascript files in head.
24 Nov 2007
1.4.6 - 1.4.8 Arthur Clemens - Added format tokens.
07 Oct 2007
1.4.5 Arthur Clemens - Fix html tag with show/hide controls.
25 Sep 2007
1.4.4 Arthur Clemens - Fix rendering of headers when prefix is used.
11 Jul 2007
1.4.3 Arthur Clemens - Fix invalid html when prefix and suffix is used.
23 Jun 2007
1.4.2 Arthur Clemens - Fixed bugs with parameters firststart and noscript (since version 1.4).
20 Jun 2007
1.4 Arthur Clemens - Updated to work without ugly inserted javascript 'init' calls. This will change nothing to the functionality, but it will produce cleaner HTML, while at the same time the twisty is still set immediately (not at page onload) and graceful fallback in case of no javascript is maintained.
19 Jun 2006
1.3 Arthur Clemens - Updated with TWiki 4 JavaScript files.
25 Oct 2006
1.2 New variables to set default values: TWISTYSHOWLINK, TWISTYHIDELINK, TWISTYMODE, TWISTYREMEMBER; property id is no longer required as this is automatically set (still recommended in some cases with remember="on"); property value remember="off" will clear a previously stored cookie; new properties prefix and suffix; JavaScript to collapse or expand all Twisties on the page.
27 Sep 2006
1.101 Fixes JavaScript handling when AllowInlineScript in configure is not set
11 Jun 2006
1.100 Added parameters start, firststart, noscript and class; complete JavaScript rewrite for speed