This page (revision-12) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:06 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
12 23-Apr-2022 17:05 1 KB Harry Metske to previous
11 23-Apr-2022 17:06 1 KB anoniempje to previous | to last
10 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
9 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
8 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
7 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
6 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
5 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
4 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
3 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
2 23-Apr-2022 17:06 1 KB Harry Metske to previous | to last
1 23-Apr-2022 17:06 907 bytes UnknownAuthor to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 2 changed 2 lines
A simple counter that starts counting at 1 at the top of the page, and each time it is invoked, will increase its value by one.
These counters are transient, and relative to the current page view only - i.e. two persons viewing the same page at the same time get their own counters.
A simple counter that starts counting at 1 at the top of the page, and each time it is invoked, will increase its value.
These counters are transient, and relevant to the current page view only - i.e. two persons viewing the same page at the same time get their own counters.
At line 12 changed one line
* __showResult__ = ''true/false'' (Since 2.8) Can have the value true or false, and determines if the counter value should be visible on the page, the default is true. This parameter is optional.
* __showResult__ = ''true/false'' (Since 2.8) Can be true or false, and determines if the counter value should be visible on the page, the default is true. This parameter is optional.
At line 16 removed 2 lines
Here are a few examples:
At line 20 changed one line
|[[{$counter}], [[{$counter-aa}] |[{$counter}], [{$counter-aa}]|-
|[[{$counter}], [[{$counter-aa}] |[{$counter}], [{$counter-aa}]|access the counter value via the variable name (without increasing it)
At line 25 changed one line
JSPWikiCorePlugins
[JSPWikiPlugins|http://www.jspwiki.org/JSPWikiPlugins]