I am usign a TabSet and added TabSelectedHandler event to it. On load, one if my tab is selected and this event is getting fired. I don't want that. I want only the event should be triggered in case of user clicks.
I saw the API and there is another event called TabIconClickHandler, but this is not being triggered as I am not using any icon image for tabs. It's plain text.
Is there anyway to achieve which I just explained? I know there is a source attached to the event. But I am not sure how I can use that.
Thanks, Amit
I saw the API and there is another event called TabIconClickHandler, but this is not being triggered as I am not using any icon image for tabs. It's plain text.
Is there anyway to achieve which I just explained? I know there is a source attached to the event. But I am not sure how I can use that.
Thanks, Amit
Comment