Web2.0 is finally out! While there’s a lot of performance enhancements and changes, wrapping your head around the new ways to do things can seem daunting at first.
I want to include a few of my sample projects to show off some cool features and hopefully inspire others. Also I’m hoping it eases some fears and concerns with Web2.0, you can certainly do a lot of neat things and it’s only going to get better.
Web2Responsive Design:
How to make Responsive layouts that work on Mobile, Tablet, and Desktop! KnownIssue: There’s currently a bug when trying to tab through embedded container controls
as you seems a pro javascript guy …
what would be a way to know when the user press enter or return key on a text field ?
it is to detect a user login/password has been typed, and to search for login credentials
i.e. I would like a login page in web 2.0
thanks.
Add a “default” button to the page, this will capture when “return/enter” is pressed.
Additionally in the Web2Libraries project check out the WebTextField Autocomplete extension methods (WebTextField.AutoCompleteEnableForUsername/Password)
The way to hack around a more complete KeyPressed event would be to use Javascript/jQuery to add an event handler on the client side that then calls a WebSDKControl that’s paired with a subclassed WebControl to raise it’s custom KeyPressed() event. This could be all packaged up in the Subclassed control. I might have some time to put together an example but I’ll let you know!