EditOneObject
Last modified by ElenaOanaTabaranu on 2009/04/03 17:34
Edit only one XWiki object for a XWiki document
Each time you save a XWiki document in your browser all the expanded objects will be collapsed and only the first object from the list will be expanded. To avoid this default behavior, you might want to edit just one object at a time by adding the following parameters to your link:
Parameter | Parameter Description |
---|---|
classname | class name selecting the type of objects to display |
classid | object index |
object | object index |
property | property name to display |
nb | object index |
For example, when editing the default XWiki skin you can use this link: http://localhost:8080/xwiki/bin/edit/XWiki/DefaultSkin?editor=object
Or edit only the XWiki.XWikiSkins object with this link: http://localhost:8080/xwiki/bin/edit/XWiki/DefaultSkin?editor=object&classname=XWiki.XWikiSkins&nb=0