jQuery UI Widgets Forums Plugins Validator, Drag & Drop, Sortable Validator inside jqxWindow

This topic contains 2 replies, has 2 voices, and was last updated by  sushanth009 12 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Validator inside jqxWindow #8449

    sushanth009
    Member

    Hello Peter,

    I have a form inside my jqxWindow and applying the jqxWindow to it.. The validator seems to be working fine.

    But when I close the modal window the validator fields are still visible .. So I tried to hide the validators in the closed event of the Modal Window. But this does not seem to help.. Can you suggest a way to fix it..

    $('#window').bind('closed', function() {
    $('#form').jqxValidator('hide');
    });

    Thanks
    Sushanth

    Validator inside jqxWindow #8489

    Peter Stoev
    Keymaster

    Hi Sushanth,

    As far as I know, that happens automatically in jQWidgets 2.4.2. However, if you use 2.4.2 and the hints are not removed when you close the window, please send us sample code which demonstrates the behavior.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Validator inside jqxWindow #8543

    sushanth009
    Member

    Hello Peter,

    It was the same problem here. I do not have a form on the page and I was trying to hide those validators.. Fixing this made the code work.

    Thanks
    Sushanth

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

You must be logged in to reply to this topic.