Setting the focus to a tab

Today me and a colleague worked on setting the focus of a crmForm automatically to a specific tab. After a bit of research we found that this code works:

crmForm.all.tab1Tab.click();

With this code in mind I looked on the internet and found that my fellow MVP Jim Wang posted that more than a year ago as well :)

Anyway, it works!

1 comment:

Note: Only a member of this blog may post a comment.