[xwiki-users] Changing App within minutes behaviour
I made an App within Minuts application that is basically a list of job responsibilities. It's just two fields, job name and job description. Can I change the "edit" behaviour? If I go to the main page, there is a live table showing a list of all the job descriptions. If you want to "edit" one, you press the edit action, and it takes you to the data input screen to edit the job description. But when you press the "save" button, I want it to save the data and automatically take you back to the main App screen (the list of jobs). Casual users won't know that they are supposed to go back to the main screen. Dan -- View this message in context: http://xwiki.475771.n2.nabble.com/Changing-App-within-minutes-behaviour-tp75... Sent from the XWiki- Users mailing list archive at Nabble.com.
I guess I wasn't clear, it's not the "edit" behavior I want to override, it's the "save" button once you edited the entry. Dan -----Original Message----- From: dullfig Sent: Thursday, April 21, 2016 11:05 AM To: users@xwiki.org Subject: [xwiki-users] Changing App within minutes behaviour I made an App within Minuts application that is basically a list of job responsibilities. It's just two fields, job name and job description. Can I change the "edit" behaviour? If I go to the main page, there is a live table showing a list of all the job descriptions. If you want to "edit" one, you press the edit action, and it takes you to the data input screen to edit the job description. But when you press the "save" button, I want it to save the data and automatically take you back to the main App screen (the list of jobs). Casual users won't know that they are supposed to go back to the main screen. Dan -- View this message in context: http://xwiki.475771.n2.nabble.com/Changing-App-within-minutes-behaviour-tp75... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Hi Daniel, If you modify the link that brings to the edit page and add the following parameter: ?xredirect=someurlencodedurl ?xredirect=${escapetool.url(xwiki.getURL("Space.PageWhereYouWantToGoBack"))} Then after save it will if I'm correct go back to where you want. You will need to modify the livetable in AWM to override the edit button. I'm not sure where the code is but I believe it's some Javascript that inserts the Edit action on every line in the livetable. Ludovic -- *Ludovic Dubost* *Founder and CEO* ludovic@xwiki.com skype: ldubost Blog: http://blog.ludovic.org On Thu, Apr 21, 2016 at 10:02 PM, Daniel Ullfig <dan.u@grmcompany.com> wrote:
I guess I wasn't clear, it's not the "edit" behavior I want to override, it's the "save" button once you edited the entry.
Dan
-----Original Message----- From: dullfig Sent: Thursday, April 21, 2016 11:05 AM To: users@xwiki.org Subject: [xwiki-users] Changing App within minutes behaviour
I made an App within Minuts application that is basically a list of job responsibilities. It's just two fields, job name and job description. Can I change the "edit" behaviour? If I go to the main page, there is a live table showing a list of all the job descriptions. If you want to "edit" one, you press the edit action, and it takes you to the data input screen to edit the job description. But when you press the "save" button, I want it to save the data and automatically take you back to the main App screen (the list of jobs). Casual users won't know that they are supposed to go back to the main screen.
Dan
-- View this message in context: http://xwiki.475771.n2.nabble.com/Changing-App-within-minutes-behaviour-tp75... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
BTW, there is an extension that has Job Descriptions included: http://extensions.xwiki.org/xwiki/bin/view/Extension/Recruitment+application It also has a candidate database, so many it's more than what you want. Ludovic -- *Ludovic Dubost* *Founder and CEO* ludovic@xwiki.com skype: ldubost Blog: http://blog.ludovic.org On Thu, Apr 21, 2016 at 11:17 PM, Ludovic Dubost <ludovic@xwiki.com> wrote:
Hi Daniel,
If you modify the link that brings to the edit page and add the following parameter:
?xredirect=someurlencodedurl
?xredirect=${escapetool.url(xwiki.getURL("Space.PageWhereYouWantToGoBack"))}
Then after save it will if I'm correct go back to where you want.
You will need to modify the livetable in AWM to override the edit button. I'm not sure where the code is but I believe it's some Javascript that inserts the Edit action on every line in the livetable.
Ludovic
-- *Ludovic Dubost* *Founder and CEO* ludovic@xwiki.com skype: ldubost Blog: http://blog.ludovic.org
On Thu, Apr 21, 2016 at 10:02 PM, Daniel Ullfig <dan.u@grmcompany.com> wrote:
I guess I wasn't clear, it's not the "edit" behavior I want to override, it's the "save" button once you edited the entry.
Dan
-----Original Message----- From: dullfig Sent: Thursday, April 21, 2016 11:05 AM To: users@xwiki.org Subject: [xwiki-users] Changing App within minutes behaviour
I made an App within Minuts application that is basically a list of job responsibilities. It's just two fields, job name and job description. Can I change the "edit" behaviour? If I go to the main page, there is a live table showing a list of all the job descriptions. If you want to "edit" one, you press the edit action, and it takes you to the data input screen to edit the job description. But when you press the "save" button, I want it to save the data and automatically take you back to the main App screen (the list of jobs). Casual users won't know that they are supposed to go back to the main screen.
Dan
-- View this message in context: http://xwiki.475771.n2.nabble.com/Changing-App-within-minutes-behaviour-tp75... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
by the way, I was wondering if you saw my comment at the bottom of the SVG Macro page? there seems to be a bug. Dan From: Ludovic Dubost [via XWiki] Sent: Thursday, April 21, 2016 2:18 PM To: dullfig Subject: Re: Changing App within minutes behaviour BTW, there is an extension that has Job Descriptions included: http://extensions.xwiki.org/xwiki/bin/view/Extension/Recruitment+application It also has a candidate database, so many it's more than what you want. Ludovic -- *Ludovic Dubost* *Founder and CEO* [hidden email] skype: ldubost Blog: http://blog.ludovic.org On Thu, Apr 21, 2016 at 11:17 PM, Ludovic Dubost <[hidden email]> wrote:
Hi Daniel,
If you modify the link that brings to the edit page and add the following parameter:
?xredirect=someurlencodedurl
?xredirect=${escapetool.url(xwiki.getURL("Space.PageWhereYouWantToGoBack"))}
Then after save it will if I'm correct go back to where you want.
You will need to modify the livetable in AWM to override the edit button. I'm not sure where the code is but I believe it's some Javascript that inserts the Edit action on every line in the livetable.
Ludovic
-- *Ludovic Dubost* *Founder and CEO* [hidden email] skype: ldubost Blog: http://blog.ludovic.org
On Thu, Apr 21, 2016 at 10:02 PM, Daniel Ullfig <[hidden email]> wrote:
I guess I wasn't clear, it's not the "edit" behavior I want to override, it's the "save" button once you edited the entry.
Dan
-----Original Message----- From: dullfig Sent: Thursday, April 21, 2016 11:05 AM To: [hidden email] Subject: [xwiki-users] Changing App within minutes behaviour
I made an App within Minuts application that is basically a list of job responsibilities. It's just two fields, job name and job description. Can I change the "edit" behaviour? If I go to the main page, there is a live table showing a list of all the job descriptions. If you want to "edit" one, you press the edit action, and it takes you to the data input screen to edit the job description. But when you press the "save" button, I want it to save the data and automatically take you back to the main App screen (the list of jobs). Casual users won't know that they are supposed to go back to the main screen.
Dan
-- View this message in context: http://xwiki.475771.n2.nabble.com/Changing-App-within-minutes-behaviour-tp75... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [hidden email] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [hidden email] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [hidden email] http://lists.xwiki.org/mailman/listinfo/users -------------------------------------------------------------------------------- If you reply to this email, your message will be added to the discussion below: http://xwiki.475771.n2.nabble.com/Changing-App-within-minutes-behaviour-tp75... To unsubscribe from Changing App within minutes behaviour, click here. NAML -- View this message in context: http://xwiki.475771.n2.nabble.com/Changing-App-within-minutes-behaviour-tp75... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (3)
-
Daniel Ullfig -
dullfig -
Ludovic Dubost