Ajax
Last modified by Jean-Vincent Drean on 2011/02/25 14:37
Box content
$('updateButton').observe('click', function(event) { new Ajax.Updater('box', '/xwiki/rest/wikis/xwiki/spaces/XWiki/pages/XWikiPreferences/objects/XWiki.XWikiPreferences/0/properties/colorTheme', { method: 'get', insertion: Insertion.Top }); });