c# - How to add x-webkit-speech tag to ASP: TextBox -


i add x-webkit-speech attribute input boxes on asp.net site. how add attribute x-webkit-speech

<input id="uxtextinput" value="" x-webkit-speech> 

uxtextinput.attributes.add("x-webkit-speech", "x-webkit-speech"); 

web-kit should recognize that


Comments

Popular posts from this blog

c++ - error: use of deleted function -

Cursor error with postgresql, pgpool and php -

iphone - Request for member 'uitextfield' in something not a structure or union? -