Re: [xwiki-users] Extending administrative ui

2014-03-24 Thread kalor
Thanks for Your answers I modified AdminSheet and adden my section in admin menu map pointing to my newly created sheet. Created my own sheet displaying edit form (based on AdminFieldsDisplaySheet) with parameters I adeded to XWikiPreferences. I configured it for displaying under space admin

Re: [xwiki-users] Extending administrative ui

2014-03-17 Thread Jeremie BOUSQUET
Hi, I think it may be possible using the ConfigurableClass [1]. BR, Jeremie [1] - http://extensions.xwiki.org/xwiki/bin/view/Extension/Administration+Application#HMakingyourapplicationeasilyconfigurablewithConfigurableClass28SinceEnterprise2.3M129 2014-03-17 11:33 GMT+01:00 kalor

Re: [xwiki-users] Extending administrative ui

2014-03-17 Thread kalor
Thank you for your answer. If I understand it correctly this will work for some document I create adding ConfigurableClass and my custom class with configuration, and will be shown in configuration for space where my document is created. But is there a way to use XWikiPreferences extended by

Re: [xwiki-users] Extending administrative ui

2014-03-17 Thread Jeremie BOUSQUET
Hello, In fact ConfigurableClass allows you to plug a specific Sheet (used to fill some properties from a class from an object from a specific page) in the admin UI of XWiki. So you can normally: - add some properties to the class XWiki.XWikiPreferences - create a page containing a Sheet to

Re: [xwiki-users] Extending administrative ui

2014-03-17 Thread Thomas Mortagne
See http://extensions.xwiki.org/xwiki/bin/view/Extension/Administration+Application#HMakingyourapplicationeasilyconfigurablewithConfigurableClass28SinceEnterprise2.3M129 On Mon, Mar 17, 2014 at 4:40 PM, Jeremie BOUSQUET jeremie.bousq...@gmail.com wrote: Hello, In fact ConfigurableClass allows

Re: [xwiki-users] Extending administrative ui

2014-03-17 Thread Thomas Mortagne
Right, I missed it sorry. On Mon, Mar 17, 2014 at 5:15 PM, Jeremie BOUSQUET jeremie.bousq...@gmail.com wrote: Yes same link I pasted already ;-) I'm wondering, if it's possible to have this ConfigurableClass show this specific Sheet in Administration UI, globally and for each Space, as