This topic contains 4 replies, has 4 voices, and was last updated by  Peter Stoev 9 years, 4 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Validator Posts
  • Validator #2924

    bosjabosja
    Member

    Hello,

    I have a problem with putting jqxValidator on form that is on jqxWindow. The messages are not shown on window where the form is, but on page bellow.
    Is there any way to fix this?

    Thanx

    Validator #2927

    Peter Stoev
    Keymaster

    Hi bosjabosja,

    If you are using the Validator in jqxWindow, you will need to dynamically update the validation hints positions(at least in this version).

    As a solution, you can do the following:

    1. Subscribe to the jqxWindow’s ‘moving’ and ‘resizing’ events.
    2. In the callback functions, call the jqxValidator’s ‘updatePosition’ method.
    3. Edit the jqx.base.css ‘jqx-validator-hint’ class and set its z-index to 9999. This is necessary because the validation hints should be displayed above the jqxWindow.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Validator #25655

    gokul
    Participant

    Hai There,

    I have some issue when using Validator control. Assume that I have a registration page, like http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxvalidator/index.htm?(web)#demos/jqxvalidator/defaultfunctionality.htm

    If I click submit button with enter those values, validator will give the tooltip to show the error message.

    This is OK. but if have more number of control its giving somewhat bad look. So is there any way to remove (or like as optional) those tooltip  and make the control border as red color.

    This somewhat feel good.

    Can you please give me a suggestion to achieve this.?

    Thanks, – Gokul.

    Validator #74342

    Aman_azmat
    Participant

    Can I write custom rules for vallidation like restricting special characters for a input text using jqxvalidator

    Validator #74354

    Peter Stoev
    Keymaster

    Hi Aman_azmat,

    You can define custom rules. Check http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxvalidator/defaultfunctionality.htm?web and how custom rules are defined for jqxDateTimeInput widget.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.