jQWidgets Forums
Forum Replies Created
-
Author
-
July 30, 2014 at 6:00 am in reply to: JQXspinner Control how to set max and id we press down value does not reduce JQXspinner Control how to set max and id we press down value does not reduce #57809
Hi Peter,
i placed for ur reference sample control formatt.please try this and let me know.$(“#jqxNumberInput”).jqxNumberInput({
width: ‘250px’,
height: ’25px’,
min: 0, max: 9999999,
decimalDigits: 0,
spinButtons: true,
digits: 7,
inputMode: ‘simple’, spinMode: ‘advanced’
});thanks,
KarthickJuly 30, 2014 at 5:52 am in reply to: JQXspinner Control how to set max and id we press down value does not reduce JQXspinner Control how to set max and id we press down value does not reduce #57808Hi peter,
i have menttioned in previous thread jqxNumberInput instead of Jqxspinner.i have the problem in jqxNumberInput control.
i have jqxNumberInput control i set min value 9 and max value 999.in control i set inital value as 9 and i increased value to 999.if place the cursor at the end of the value(EG: 999 i placed cursor at last digit )i try to reduce the value(I pressed spin down arrow cursor),but value does not comes down(Expected value Needs come down 998).
Could u guide to come out this issue.
June 5, 2014 at 12:32 pm in reply to: how to set tab index in jqxcontrol input field how to set tab index in jqxcontrol input field #55424Hi peter,
i have some other JQXwindow also i checked in that window inside i have list of input controls i have not set Tab index(by default taking Tab index).As i mentioned my previous Conversation JQXwindow inside i have another div to Set toggle effect.so if i any other way i removed JQXwindow
Control Tab Index .i will apply my logic inside that.–Im not set any where any tab index(might be browser to use the default tabbing order depending on your elements order).
Thanks,
KarthickJune 5, 2014 at 12:15 pm in reply to: how to set tab index in jqxcontrol input field how to set tab index in jqxcontrol input field #55421Hi peter,
Thanks for ur reply. Im getting this problem JQXWindow inside haveing a controls only(Input Controls).i have JQXWindow inside one div ,in this Div i set toggle effect.if i set div Tab index it will automatically went focus JQXWindow (input field)control.
-JQXWindow inside controls(by default takeing Tabindex).is this any other way to remove Tab index.
Approach’s i tried:
1.i tried keyboard event to focus input field but it will went focus to JQXwindow controls
2.i try jquery to reomve attribute[$(“#xxxxx”).removeAttr(“tabindex”);] its not getif u have any solution that will be Great…Thanks For ur quick replies..
Thanks,
KarthickJune 5, 2014 at 9:57 am in reply to: how to set tab index in jqxcontrol input field how to set tab index in jqxcontrol input field #55397Hi peter,
i already tried tabindex HTML attribute.but its not working.Hi Guys,
Use this Solution and let me know your concern
$(“div > div”, “#+Ur div id+horizontalScrollBar”).removeClass();
January 7, 2014 at 9:09 am in reply to: jqxnumberinput Control Get misaligned while zooming Chrome browser jqxnumberinput Control Get misaligned while zooming Chrome browser #47368Hi peter,
open this link to Chrome browser http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxnumberinput/index.htm and
and press zoom in and Zoom out(press CTRL+- and CTRL+=).when pages goes 33% it will not see uparrow and downarrow(JQXnumberinput) controlfor my project it will reduce 75% Uparrow and down arrow comes down(looks like Input field only below i got uparrow and down) its overlapped
Suggest me any solution.
Thanks,Karthick
December 12, 2013 at 5:40 am in reply to: jqxButtonGroup button right click event jqxButtonGroup button right click event #46375Thanks For Ur Reply…Could U Please Suggest Any other button we can achieve this in JQWIDGET Buttton.
Thanks & Regards,
M.Arun Karthick -
AuthorPosts