ASP.net MVC HTML5 Toolkit - support default textbox values? -


i stumbled on asp.net mvc html5 toolkit , looks great. however, don't see way include default value html5 textboxes whereas possible using standard mvc textbox.

outside of javascript, possible add default value html5 textboxes toolkit?

hope helps - can add default values using mvc html5 toolkit. code this:

@html.html5textbox("name", inputtypes.inputtype.text, new { @value = "dean" }) 

and can applied of elements in toolkit. more details, take @ answer:

how set default value html.textboxfor?


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -