jQuery UI Widgets › Forums › Plugins › Validator, Drag & Drop, Sortable › Alignment of validator text
Tagged: align, Angular validator, client side validation, hintType, jquery validator, jqxvalidator, message, position, rule, validator
This topic contains 2 replies, has 2 voices, and was last updated by soojung 9 years ago.
Hello, jqxWidgets team I have question about alignment of validator text in html table.
I have textbox with ‘required’ validator rule in the table. When nothing typed in it, validator message appears below of textbox.
[textbox] “Type something”
But I want to make validator message place to right side of textbox.
How can I make it?
Hello soojung,
Please set hintType to ‘tooltip’ and position to ‘right’. Please also take a look at the demo Default Functionality.
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
Thank you so much Dimitar! I tried to use ‘tooltip’ long time ago but didn’t use because it didn’t work for some reason. So I forgot about it… haha Anyway Now working perfectly.
You must be logged in to reply to this topic.