Re: [xwiki-users] How to add a panel on wiki webhome

2014-03-25 Thread Pascal BASTIEN
To resolve my problem I edited this page in object mode:
 /bin/edit/Dashboard/WebHome?editor=object
and add a new Objets XWiki.GadgetClass (6) type with:
a title and this content to display my stats:
{{velocity}}
  {{html wiki=true}}
    #set ($chartWidth = 380)
    #displayPanelLayout(2 ['Stats.MostViewedPages'])
  {{/html}}
##J'ai mis les droits de lecture pour Allgroup à Stats/Macros et 
Stats/MostViewedPages
{{/velocity}}





 De : Pascal BASTIEN pbasnews-xw...@yahoo.fr
À : XWiki Users users@xwiki.org 
Envoyé le : Lundi 24 mars 2014 13h20
Objet : [xwiki-users] How to add a panel on wiki webhome
 

Hello,

I didn't manage to add Most Viewed Spaces Panel  on my xwiki homepage.
Do you a way to do that?
I tested include or insert macro in inline mod (statitstic isn't display in 
list of choice)
The only way is to add this panel at left or right side?

Thxs

Pascal B
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] How to add a panel on wiki webhome

2014-03-24 Thread Pascal BASTIEN
Hello,

I didn't manage to add Most Viewed Spaces Panel  on my xwiki homepage.
Do you a way to do that?
I tested include or insert macro in inline mod (statitstic isn't display in 
list of choice)
The only way is to add this panel at left or right side?

Thxs

Pascal B
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How to add a panel on wiki webhome

2014-03-24 Thread Marius Dumitru Florea
Try this:

{{velocity}}
{{html}}$!xwiki.getDocument('Stats.MostViewedSpaces').getObject('Panels.PanelClass').get('content'){{/html}}
{{/velocity}}

Hope this helps,
Marius


On Mon, Mar 24, 2014 at 2:20 PM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote:
 Hello,

 I didn't manage to add Most Viewed Spaces Panel  on my xwiki homepage.
 Do you a way to do that?
 I tested include or insert macro in inline mod (statitstic isn't display in 
 list of choice)
 The only way is to add this panel at left or right side?

 Thxs

 Pascal B
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users