Changes for page Livetable Macro

Last modified by Manuel Leduc on 2024/01/04 15:56

<
From version < 97.2 >
edited by Marius Dumitru Florea
on 2017/09/27 11:36
To version < 98.1 >
edited by Guillaume Delhumeau
on 2017/10/24 11:17
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.mflorea
1 +xwiki:XWiki.gdelhumeau
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -314,7 +314,7 @@
314 314  ##==============================
315 315  ## Offset = item # at which to start displaying data
316 316  ##==============================
317 -#set($offset = $util.parseInt($request.get('offset')))
317 +#set($offset = $numbertool.toNumber($request.get('offset')))
318 318  ## offset starts from 0 in velocity and 1 in javascript
319 319  #set($offset = $offset - 1)
320 320  #if($offset < 0)
... ... @@ -323,7 +323,7 @@
323 323  ##==================
324 324  ## Limit = # of items to display
325 325  ##==================
326 -#set($limit = $util.parseInt($request.get('limit')))
326 +#set($limit = $numbertool.toNumber($request.get('limit')))
327 327  ##==================
328 328  ## Tag = one parameter per tag
329 329  ##==================

Get Connected