Hi Jason, This is also something we’d like to support in the future, see http://jira.xwiki.org/browse/XWIKI-7374 Thanks -Vincent On 16 Jul 2014 at 23:59:51, Jason Clemons ([email protected](mailto:[email protected])) wrote:
Hello all,
I've created an "App Within Minutes" and written some custom JavaScript to autofill the value of the popup dialog box (called "Entry Name") with a randomly generated UID..
Essentially what happens is I click the "Add New Entry" button and when the dialog pops up, it is autofilled with the UID from my client-side code.
I'd like to skip the popup box entirely and just create the page directly off of the UID so the user is just taken to the form automatically, but the only thing I can think of is just hiding the dialog and pushing the button via JavaScript.
Any other suggestions are certainly welcome, thx