Re: UI focus question for Mobile devices
Posted: Fri Feb 12, 2016 1:56 am
Dalkeith,
You could put the following in the JavaScript section of the Form.
Steven
You could put the following in the JavaScript section of the Form.
Code: Select all
function nuLoadBrowse(){
$('#nuSearchButton').focus();
}