function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
raju.Braju.B 

How to move the focus by pressing up left down right Arrows

Hi,

How to move the focus by pressing up,left ,down,right keys in a pageblock..

 

Can any one help me out..??

 

Thanks & Regards,

 

Raj.b

Ankit AroraAnkit Arora

Focus can be moved using "Tab" key.

 

 

Thanks
Ankit Arora

 

raju.Braju.B

Hi,

Thanks for the reply,

 

I want to move focus by pressing up,left,down,right keys..

 

Can u help me on this??

 

Thanks 

 

Raj.b

Shashikant SharmaShashikant Sharma

Do this

1: Capture the key press event of all the input fields on the page

2: Write a java script function and set focus appropriatly as per your requirement. Use setfocus method for this on html object.