Cursor location

Lucas,

Forgot to add…If you just want to set the focus on a pop-up, add a snippet and run the snippet as an action after you open the popup.  Here is the snippet:

var params = arguments[0],<br>$ = skuid.$;<br>$('.nx-field &gt; input').first().focus(); 

Thanks,

Bill