If I'm creating a webpage that will be displayed in IE on Phone 7, can I specify the InputScope that text boxes in the webpage should use?
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
-
Why does the box-shadow property not apply to a
No, this is not possible. InputScope is a proprty of a
TextBox
and there is no custom attribute defined for a HTML input to use as an equivalent.The webbrowser control will use the same SIP as the "Text" InputScope for HTML input.