Page 1 of 1

On Edit show the tab #tab_tticket2

Posted: Sat Jan 13, 2018 12:52 am
by mpol_ch

Hi,
I am using a table with two "Page labels" of type Accordion.

I want to see the #tab_tticket2 when I click on Edit button to edit the record.

Where should I start?

thanks

mpol_ch


Re: On Edit show the tab #tab_tticket2

Posted: Sat Jan 13, 2018 12:33 pm
by arbei

You can add your code in Startup of the Edit page to simulate the click event of the tab 2.

For example:
$("[href='#tab_tticket2'").click();


Re: On Edit show the tab #tab_tticket2

Posted: Sat Jan 13, 2018 9:07 pm
by mpol_ch

Hi,

thank you very much.
It works perfectly.

mpol_ch