jQWidgets Forums

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Forms Posts
  • Forms #60488

    binfch
    Participant

    Hi there

    I have a web-page with several input controls (ComboBox, Input, Calendar, etc…)

    When the web-page loads the default data comes from the database/server. The user then has the option to change the data before saving back to the server/database.

    Question -> Is there an easy way to know what controls were touched (data was changed) on the web-page? I was thinking about an automatic feature that would for example “highlight” the controls that were touched by the user.

    Thanks and regards,
    Peter

    Forms #60490

    Peter Stoev
    Keymaster

    Hi Peter,

    Each of these widgets have an event called “change”. I think that you can subscribe to that event and set some boolean flags to true when an event handler is invoked. That will allow you to know which controls were changed by the user.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.