On Edit show the tab #tab_tticket2

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mpol_ch
User
Posts: 877
Location: Switzerland

On Edit show the tab #tab_tticket2

Post 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


arbei
User
Posts: 9292

Post 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();


mpol_ch
User
Posts: 877
Location: Switzerland

Post by mpol_ch »

Hi,

thank you very much.
It works perfectly.

mpol_ch


Post Reply