[xwiki-users] javascript App Within Minutes

2012-06-11 Thread Gerritjan Koekkoek
App Within Minutes creates a nice "Add record" button. After clicking the button a dialog is presented asking for input that is used to create a new documentname. This is (more or less, since i modified it slightly) the Java script that is added to the sheet by the app-within-minutes generator. My

Re: [xwiki-users] javascript App Within Minutes

2012-06-11 Thread Marius Dumitru Florea
Here's what I did: (1) In the sheet (you probably customized AppWithinMinutes.LiveTableViewSheet) I added another hidden input besides the one holding the URL template {{html}} {{/html}} (2) In the JSX I replaced this.input = new Element('input', {type: 'text'}); with this.input = trigger.u

Re: [xwiki-users] javascript App Within Minutes

2012-06-12 Thread Vereniging CdLS
HI, This works very well, thanks and actually is better like you said to manage more from velocity. Gerritjan Op 11 jun. 2012, om 16:14 heeft Marius Dumitru Florea het volgende geschreven: > Here's what I did: > > (1) In the sheet (you probably customized > AppWithinMinutes.LiveTableViewSheet