Active tab on page load


#1

Newbie here. I followed the tutorial and used selection sets to create my tabs. They work fine except I’d like the first tab to display and appear in my “active” color on page load. Right now all tabs are displaying “inactive”… until I click on one of them.


#2

Hi!

You can use the OnPageLoad event and use Fire Event to take the place of the click.

OnPageLoad
  (Target) Tab fire OnClick

Where “Tab” is the widget that has the OnClick event.