|
Tip: Support tab navigation |
<<People are so used to tab navigation that they expect it in all applications, even in Google Desktop gadgets. Fortunately, implementing it in a Desktop gadget is a very easy task. You just handle a single onkeypress event for the control, as shown below. function OnKeyPress(control_to_be_...>> (more...) |