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# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -