asp.net - Rapid Web UI Development -


I am currently working on a web app that will replace old systems in some offices. (Very old as they are in FoxPro)

My current task is to develop a sharp UI like a very desktop, which means that trying to not use the mouse at all, so that They can capture data very quickly

They expect things to:

Using the arrow keys to navigate, jumping into the next field, when they Are pressed to fill Enter in the field and come to choose those with a list (using the arrow keys to navigate again), etc.

I can make it quite easy with Javascript, but since I was asked to help with this project because the deadline for completing it is very low,

Can libraries, controls, or similar tools help me do it quickly?

The type of browser support you need is not mentioned. This web app looks like it will need to catch and handle some keyboard events.

Different browsers handle events differently, therefore, you have to keep this in mind.

Yes, this is relatively simple to roll your own key to javascript, but it is definitely better to use an independent public framework like JQuery, Prototype or Dojo. Instead of giving a suggestion over the other (Joquery seems to have a special soft corner in the SO community, I trust it!), I would say, check all these and make your own decision.

You may also want to appear in this pre-made (commercial or otherwise) custom controls that provide the necessary application functionality for you. For example, if you need a spreadsheet type of data entry interface, many controls are available on the web.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -