jQuery UI Widgets Forums Plugins Validator, Drag & Drop, Sortable JqxValidator (Forms) Issue

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 7 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • JqxValidator (Forms) Issue #93348

    gtocuyo
    Participant

    Hi,

    When I’m trying to validate a form with the following controls:
    . JqxTextboxes
    – JqxComboBoxes

    But when I click “Validate” button and try to receive the response of the validate function I get “Undefined” and it doesn’t pass through the ValidationSuccess Event.

    This is my code:

      var form = windowHTMLObject.find('form');
                    form.jqxValidator({
                        rules: this._validator,
                        hintType: 'label',
                        animationDuration: 0
                    });
                    form.on('validationSuccess', function (event) {
                        //Some custom code...
                    });
    

    I’need to know what I’m doing wrong or if I’m missing something.

    Thanks in advance for your help.

    JqxValidator (Forms) Issue #93391

    Hristo
    Participant

    Hello gtocuyo,

    Please, take a look at this example.

    Best Regards,
    Hristo Hristov

    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.