Hi everyone, I'm working on a XEM platform 2.2.1 and I need to display the page of the profile in a pop-up. I know it's possible because I have this pop-up at the adress: http://mydomain/xwiki/bin/admin/XWiki/XWikiPreferences?section=Users, there's a table with the list of all my users, and I can edit them by clickink on an icon, the edition is in a pop-up. Problem is I can't find out where's the URL of this pop-up, because the code of this page is based on the javascript: var ta = new XWiki.widgets.LiveTable("$url", "userstable", displayUsers);
I've read the documentation on XWiki.widgets.LiveTanle at his adress: http://svn.xwiki.org/svnroot/xwiki/platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/table/livetable.js http://svn.xwiki.org/svnroot/xwiki/platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/table/livetable.js but I haven't found what I was looking for: the part of code to display the popup. If anyone could give me some help... In advance thanks Raphaelle -- View this message in context: http://n2.nabble.com/profile-in-a-pop-up-tp4675477p4675477.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
