This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 9 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Input Required #80321

    zakstev
    Participant

    hi Team,

    How can i set “Required” property for jqxinput as i don’t see mandatory property in the API document.

    Thanks in adv…

    Regards,
    MZ

    Input Required #80348

    ivailo
    Participant

    Hi zakstev,

    You can use jqxValidator plugin.

    For example:

    $('#testForm').jqxValidator({
       rules: [
         {
             input: '#jqxInput',
             message: 'Username is required!',
             action: 'blur',
             rule: 'required'
         }],
     });

    Best Regards,
    Ivailo Ivanov

    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.