Hi,
I'm using the 'ClientSideOnItemClick' attribute of the TabStrip to call a local JavaScript function.
Within this function I want to check if the clicked TabItem is already the SelectedItem. In case it is, I would cancel the event using eo_CancelEvent() and prevent the server-side.
Could you please provide an example of JavaScript function for that.
Unfortunately, I couldn't find much useful documentation about client-side event handling (only
here and one sample in the TabStrip docs).
Many thanks!
Eyal