Hi Arnaud, The action menu is controlled by AppWithinMinutes.LiveTableViewSheet . Unfortunately the menu is currently static. I would like to make it extensible soon by using an extension point [1]. Your current options are:
(a) write a JSX [2] on your application home page (i.e. add a JSX object) that waits for the page to load and then looks for the action menu and adds a new entry. (b) copy AppWithinMinutes.LiveTableViewSheet page in your application space, customize it, and modify your application home page to use it as the sheet (add an object of type XWiki.DocumentSheetBinding). Hope this helps, Marius [1] http://extensions.xwiki.org/xwiki/bin/view/Extension/UIExtension+Module#HExtensionPoints [2] http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial#HMinimalJavaScripteXtension On Tue, Mar 19, 2013 at 4:23 PM, Arnaud bourree <[email protected]> wrote: > Hello, > > How to add new action in application made with AppWithinMinute? > I've write entries import. I want to add "Import" action to WebHome > page in addition to: > Add new entry > Edit application > Delete application. > > Regards, > > Arnaud. > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

