cancel
Showing results for 
Search instead for 
Did you mean: 

Call JavaScript on Tab Strip Item select

Former Member
0 Kudos

Hi All,

Is there a way to call a custom javascript function when the user clicks on a tab strip item?

I have a required field on one of the tab strips which has to be filled in prior to clicking on any other tab.

Looks like the tabStripItem only has OnSelect but does not have onClientSelect...

Thanks!

Roman

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Go through the tag <xhtmlb:tabStripItem>. Inthis there attributes which can render as per your requirement.

Regards,

Azaz Ali.

Former Member
0 Kudos

Thanks Azaz.

I decided to create my own tabStripItem BSP extension that contains an onClientSelect attribute.

Roman