Guest Paul [MVP] Posted February 21, 2003 Report Posted February 21, 2003 Is it possible to make the text input automatically switch to numeric when a particular HTML input field gets focus on the SPV? Is there a SPV specific attribute I can set? Ta, P
Guest spacemonkey Posted February 21, 2003 Report Posted February 21, 2003 From the docs with the SDK, it's something like, if a field is a specific type of field (like defined that way in the HTML) then it will automatically switch the text entry mode to the correct mode for that field (ie numeric for numeric otherwise ABC). If the field doesn't explicitly say what it is then the mode will be whatever it was last time you entered text in a non-explicit field. My experience however is that it seems to always just give me abc mode or the wrong mode.
Guest Kallisti Posted February 22, 2003 Report Posted February 22, 2003 WAP has this features, but afaik, there's no additions to the HTML parsing to spark it.
Guest Monolithix [MVP] Posted February 22, 2003 Report Posted February 22, 2003 Working on an SPV site by any chance Paul? :)
Guest Paul [MVP] Posted February 23, 2003 Report Posted February 23, 2003 So how do you set that 'numeric' property then? Any ideas? P
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now