jQWidgets Forums
Forum Replies Created
-
Author
-
Hai Peter,
Thanks for you reply.
Now I have another one concern,
See the below code,
$(‘#frmRegister’).jqxValidator({
hintType: ‘label’,
focus: true,
position: ‘right’,
rules: [
{ input: ‘#txtFirstName’, message: ‘Username is required!’, action: ‘keyup, blur’, rule: ‘required’ },
{ input: ‘#txtLastName’, message: ‘Lastname is required!’, action: ‘keyup, blur’, rule: ‘required’ }
]
});I specified hintType as ‘label’ and position as ‘right’. But the error message showing the bottom of the control (textbox) only, not in the right side of the control.
Thanks
GokulHai Peter,
Thanks for your prompt reply.
Just now I check the Error Label demo (http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxvalidator/index.htm#demos/jqxvalidator/validation-label.htm)
This demo is not working, I am not see any difference after click the Send button.
Is it working?
Thanks
– GokulHai 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.
August 6, 2012 at 4:02 am in reply to: Problem with Combobox autocomplete and searchMode Problem with Combobox autocomplete and searchMode #6602Hai Peter,
I tried mouse click and ‘Enter’ key. But I am facing the same issue.
Thanks,
GokulAugust 3, 2012 at 9:41 am in reply to: Problem with Combobox autocomplete and searchMode Problem with Combobox autocomplete and searchMode #6560Hai There,
I have have one small update for the above issue.
Just now I tried with autocomplete: false its working as expected.
But whenever I used autocomplete: true I got the same issue.
Please help me out.
Thanks,
– GokulHai Peter Stoev,
Thanks for you quick replay.
In your navigation example ( http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtree/navigation.htm?classic ).
When I reduce the left-side panel size I can able to see the scrollbar (tree has the fixed size) but when I do the same in right-side panel the scrollbar is not coming. so my below table structure is automatically reduced the size ex. country code, country name comes into two lines..
Country Code
Country Name
Please help me solve this issue.
Thanks,
GokulPeter Stoev,
Thanks for you quick replay.
Your example is like my scenario. I have left side panel and right side panel between i have splitter.
But I need some example about to load the menu structure from the database and generate the tree. In the tree item I have store some custom data filed like “file_path”: “item_1_2.htm”, “page_heading”: “Item 1 – 2- Title” and when click the item I have to load the correspondent html page in the right side panel.
Thanks,
Gokul -
AuthorPosts