Thanks for checking this out. I'm new to Open Source so there's a couple of
areas in which I would appreciate help. I uploaded all the files, but am not
having success getting these into version control. Also, I'd love some help on
the Audio control. Please email me or drop a note in the forums if you're
interested. Also, I'd love some feedback on your experience using these.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ja928...I downloaded the controls and added them to a project but after trying
the NumberInput control, I discovered that it only causes the iphone phone
keypad to be displayed. I am needing an asp.net TextBox control that switches
the iphone's keyboard to the numeric keyboard, not the phone keypad. I need
this because my users need to be able to enter numbers containing decimals as
well as negative signs. I downloaded the source code and it appears that when
I use a NumberInput control, the code sets the type to number but also sets
the Pattern attribute to "*" which I suspect is what changes to the phone
keypad. Is there an alternate way to use the control to have it switch to the
regular number keyboard instead of the phone keypad? I am not very familiar
with VB and also am having problems with getting the source to compile in
Visual Studio 2008. Probably some setting I have wrong. I would appreciate any
advice. -Steve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, I thought the forums would automatically email me when I got a post.
I'll check more often. I have uploaded the updated source and a new DLL.
I made the pattern configurable on the number input. Just leave it blank if
you want the full numeric keyboard, or set it pattern="*" for just the digits.
Please let me know a bit more about the issue compiling the program. It looks
like people download the DLL about 5:1 compared to the source code. I am very
new to open sourcing and I may not have uploaded something important. I have
had no luck implementing Subversion to maintain it as a library.
Please let me know how this works for you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2014-07-04
TextInnput textchange doesnt trigger ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please provide some example code and let us know what you've tried. I see a lot of questions on support sites about getting this to fire with "standard HTML5 controls, so I'm not sure if it has to do with the control or your implementation. Here is one example of how to get the onchange firing for standard controls. Please let me know if this helps. http://www.w3.org/WAI/UA/TS/html401/cp0102/0102-ONCHANGE-TEXTAREA.html
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Welcome to Open Discussion
Thanks for checking this out. I'm new to Open Source so there's a couple of
areas in which I would appreciate help. I uploaded all the files, but am not
having success getting these into version control. Also, I'd love some help on
the Audio control. Please email me or drop a note in the forums if you're
interested. Also, I'd love some feedback on your experience using these.
ja928...I downloaded the controls and added them to a project but after trying
the NumberInput control, I discovered that it only causes the iphone phone
keypad to be displayed. I am needing an asp.net TextBox control that switches
the iphone's keyboard to the numeric keyboard, not the phone keypad. I need
this because my users need to be able to enter numbers containing decimals as
well as negative signs. I downloaded the source code and it appears that when
I use a NumberInput control, the code sets the type to number but also sets
the Pattern attribute to "*" which I suspect is what changes to the phone
keypad. Is there an alternate way to use the control to have it switch to the
regular number keyboard instead of the phone keypad? I am not very familiar
with VB and also am having problems with getting the source to compile in
Visual Studio 2008. Probably some setting I have wrong. I would appreciate any
advice. -Steve
Sorry, I thought the forums would automatically email me when I got a post.
I'll check more often. I have uploaded the updated source and a new DLL.
I made the pattern configurable on the number input. Just leave it blank if
you want the full numeric keyboard, or set it pattern="*" for just the digits.
Please let me know a bit more about the issue compiling the program. It looks
like people download the DLL about 5:1 compared to the source code. I am very
new to open sourcing and I may not have uploaded something important. I have
had no luck implementing Subversion to maintain it as a library.
Please let me know how this works for you
TextInnput textchange doesnt trigger ?
Please provide some example code and let us know what you've tried. I see a lot of questions on support sites about getting this to fire with "standard HTML5 controls, so I'm not sure if it has to do with the control or your implementation. Here is one example of how to get the onchange firing for standard controls. Please let me know if this helps. http://www.w3.org/WAI/UA/TS/html401/cp0102/0102-ONCHANGE-TEXTAREA.html