Announcement

Collapse
No announcement yet.

Validation on clsJQuery objects

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Validation on clsJQuery objects

    I can see in the jqTextBox Documentation that you can assign an "input type".

    This was helpful in figuring out I could make a password field. I would also like to restrict input in other fields to just numbers.

    Does anyone have any good methods for adding input validation on a PageBuilder?

    Does anyone have a better reference to acceptable "input types" on the TextBox?

    #2
    So.. in my waiting, I found that you can use some common html5 input types... "number" made the textfield with down up arrows and only allows typing of numbers..

    Now I have to figure out a field for an IP address.

    Comment


      #3
      Since everything in clsJQuery uses a postback, I just use that to postback the value entered by the user and provide feedback on validation.
      HS4Pro on a Raspberry Pi4
      54 Z-Wave Nodes / 21 Zigbee Devices / 108 Events / 767 Devices
      Plugins: Z-Wave / Zigbee Plus / EasyTrigger / AK Weather / OMNI

      HSTouch Clients: 1 Android

      Comment

      Working...
      X