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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -