Friday, February 16, 2018

Specifying the Default Applet Focus for Pop Up Applet

I recently came across an interesting scenario wherein I had to create a Pop up applet for which I created a clone of Normal Form applet and Changed the Class of Applet to ‘CSSSWEFramePopup ‘


When we do a New Record on the Normal Form Applet (Activity Form Applet) the focus automatically came to the first field Status since the HTML Sequence was given as “1” in the Form Applet

This HTML sequence does not work for a Pop Up Form Applet. To get the Initial Focus to Status Field we need to explicitly set the focus using DefaultFocus_Edit Applet User Property. The DefaultFocus_Edit applet user property sets the focus for a field or control in an applet.






No comments:

Post a Comment