[xwiki-users] List with Checkboxes

2017-01-25 Thread Jesse Bright
I am making a several lists with tasks and associated checkboxes. The checkbox 
data will not be stored or used in any way. It's only purpose is as a reminder 
of tasks which have been completed. 

My best idea for achieving this is to write a wiki macro using the HTML macro 
to insert a checkbox input. However this means I have to develop list tabbing 
behavior and write my macro reference repeatedly in each list space.

Does any one know of a better or easier way to create a checkbox list?

Regards,

Jesse



Re: [xwiki-users] How to sort hashmap with velocity?

2017-01-25 Thread Pascal BASTIEN
Ho great I didn't see that! Thxs Thomas

http://platform.xwiki.org/xwiki/bin/view/DevGuide/Scripting#HSharevariablebetweenlanguages


En date de : Mar 24.1.17, Thomas Mortagne  a écrit :

 Objet: Re: [xwiki-users] How to sort hashmap with velocity?
 À: "Pascal BASTIEN" , "XWiki Users" 
 Date: Mardi 24 janvier 2017, 18h28
 
 Note that if you are
 using XWiki 8.3+ you don't need to go trough
 xcontext to pass data between velocity macro
 and other script macros.
 Velocity variables
 ends up in Groovy (as global variables) and the
 opposite.