How to set the focus i.e.,cursor to a field
Hi all,I have written an onchange where we an certain condition meet it need to show an alert and then cursor has to move to a certain field. I have used g_form.getControl('field_name').focus(); and also g_form.getControl('field_name').scrollIntoView...
