B4J Question [Webapp] HTML Tab events

AHilton

Active Member
Licensed User
Longtime User
What are the events for html tabs that I can use in B4J ?

I've tried Sub tabExample_Click (Params as map) along with _Show and _Activate but nothing is working.

On a related note, I'd also like to be able to enable/disable tabs from within B4J code but haven't been able to figure it out yet other than ...

ws.Eval("$('#tabs').tabs({disabled:[2], active:0});", Array As String())
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…