in searchbox.nat.tmpl what is the use of %IFSKINSTATETHEN{searchbox="pos[123]"}%
Offline
Please ask support questions in the Support web on twiki.org.
-- peter.thoeny.public AT twiki DOT net - http://www.twiki.net/ - http://twiki.org/
[1]: http://twiki.org/cgi-bin/view/Support/WebHome
Online
%IFSKINSTATETHEN{}% is a tag implemented by the NatSkinPlugin that accompanies the NatSkin.It was once added to have conditionals in templates. It is comparable to the %IF{}% command or the context sensitive templating that have been added in TWiki-4.1.x. See also the IfDefinedPlugin for a similar yet more general way of conditionals in TWikiMarkup.
%IFSKINSTATETHEN{}% is just able to access the internals of the NatSkin theme engine.searchbox="pos[123]" means: "match all layouts where the searchbox is in position 1, 2 or 3.
Offline
You are not logged in.