No, I think that is satisfactory, just making sure I understood correctly. And to call this function as a user enters values (before hitting submit), I suppose I could extend form-view-field to take an onchange function that runs using AJAX when the user enters a value in the field (or not at all since it might be annoying to have a refresh everytime the user changes a value in the form field)?
On Mar 9, 3:05 am, "Leslie P. Polzer" <[email protected]> wrote: > >> With the new widget tree framework we could have a client-side > >> MARK-DIRTY function that finds a widget for a given dom id, marks it > >> dirty on the server side and updates it in the request response. > > > Isn't that still making a server request though? I don't entirely > > understand how this would be different from the normal mark-dirty > > function (except that I am giving it a dom id instead of the widget > > itself). > > Yes, but it's more convenient. Without this you'd have to set up > an action on the server side to mark the appropriate widget dirty > and call that. > > Do you want a pure client-side solution? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
