-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ajax interactivity improvements #917
base: master
Are you sure you want to change the base?
Ajax interactivity improvements #917
Conversation
About the Travis CI failure… this does not look like a problem with my code, odes it? |
No, that looks like a travis issue. We may have to switch to a more recent JDK. I'll try to have a closer look later today. |
Hi Markus, sorry for taking so long. Could you rebase your branch on the current master and then force a push? I did that and got travis to successfully build on my fork. |
…e (e.g. triggered from an AjaxObserveField)
…wser has a bug that does stall on these leading w.s.
…ckly after an input and it seems that the 'onChange' event does not work reliable in combination with 'onKeyUp'. Therefore, use 'onBlur'!
…sponse-loop when using 'AjaxUpdateLink' elements.
d92ef2e
to
ba2e1f7
Compare
sorry, did not work out |
Just returned from a string of summer vacations and have been putting off checking this out. Finally back at the desk and looking forward to taking a look :). Thanks for all the work Markus! |
This is my promised pull request with the multiple update feature that I presented during WODay 2019 on April 11th in Frankfurt.
Basically I enable Ajax actions to have more than one updateContainerId as target (a comma separated string with multiple IDs or an NSArray of ids) where all referred containers will be updated in one single response.
I added an instructive example in AjaxExample app.
I understand that it will be hard to review the stuff as it goes deep into the Ajax framework. Maybe we should ask some others to take a look on it. I know @hugith would like to use it, maybe he can take a deeper look, too.
regards, Markus