Hi,
I use this approach to catch the singleclick on a tab button of a tabset:
tabBarProperties: {
itemClick: function() {
alert(arguments);
}
But the itemClick method is not called anymore it seems. The same with itemDoubleClick works fine. I tested this in one of the smartclient examples and there it did not work either.
Or should I set a different property?
gr. Martin
I use this approach to catch the singleclick on a tab button of a tabset:
tabBarProperties: {
itemClick: function() {
alert(arguments);
}
But the itemClick method is not called anymore it seems. The same with itemDoubleClick works fine. I tested this in one of the smartclient examples and there it did not work either.
Or should I set a different property?
gr. Martin
Comment