This topic is locked

press enter -> nextcontrol ?

1/19/2010 11:01:50 AM
PHPRunner General questions
M
mgsmustafa author

When you press enter with my Controle PHPrunner How to switch to the next?

J
Jane 1/20/2010

Hi,
use custom Javascript code for this purpose.

Here is just a sample:

http://bytes.com/topic/javascript/answers/485036-javascript-change-enter-key-tab-keypress

M
mgsmustafa author 1/20/2010



Hi,
use custom Javascript code for this purpose.

Here is just a sample:

http://bytes.com/topic/javascript/answers/485036-javascript-change-enter-key-tab-keypress



reviewed the code you say but how to write code where needed within phprunner, happy to help you

D
danaci 1/21/2010

this is not working on the mozilla.

how to ??

J
Jane 1/21/2010

mgsmustafa,
to add JavaScript code switch toHTML modeon theVisual Editor tab and add it at the end of the page.
danaci,
it's only a sample code.

You can find another sample or modify/debug this code manually.