Forum OpenACS Development: Re: Multiple Choice in Listbuilder

Collapse
Posted by Dave Bauer on
What you want to do here is put a form into the display template for that column. Then use some sort of AJAX to submit in the background. I am not sure why you want to make sure the user does NOT realize a change has been saved. Wouldn't it be better to notify the user that it was saved? Usually some sort of message appears temporarily at the top of the page, or near where the change was made.
Collapse
Posted by Malte Sussdorff on
Yeah. Notify is good. I just wanted to make sure that the whole page is not reloaded just because the user changed the priority. This would probably go into user_messages? Or should we do some of the fancy Ajax feedback I have seen on other sites (e.g mark the whole row shaded and once saved, add a green arrow to the right). Hmm.... probably too much work 😊