Page 1 of 1

Field Exit Key

Posted: Tue Mar 17, 2015 12:52 pm
by rasaro
How do I make the field exit key default to on globally for all input fields. Thanks!

Re: Field Exit Key

Posted: Thu Mar 19, 2015 11:16 am
by Brian
There is not a global option to force a field exit on all fields. You may be possibly able to do it in the customize() javascript function of your Genie Skin. You could loop through all elements on the screen and if they are textboxes, add an onblur fuction to do this.

However, your users should be able to use the field exit key as usual within Genie. Is there a particular reason you want to force it on all fields?

Re: Field Exit Key

Posted: Mon Mar 23, 2015 9:56 am
by rasaro
Brian, I don't want to force users to use the field exit key. For my setup, the field exit was not working. It was not being allowed and when I pressed it, a + key was being displayed. I changed my custom js to field exit : true and this fixed it.

Thanks.