webtabs
Posted by
ching on
Jan 26, 2011; 3:08pm
URL: https://forum.world.st/webtabs-tp3238230.html
Hi,
I've been trying out WebTabs and it's truly great. I have this method:
viewMain
| e |
e := WebElement new.
e addTextH1: 'Web Tabs'.
e add: (WebTabs new
selected: 2;
addLinkTo: self observee
text: 'Tab 1';
addLinkTo: self observee
text: 'Tab 2';
yourself).
It displays very nicely. I would like to display the text, "Hi, I am tab 1" and "Hi, I am tab 2" when the tabs are clicked. How do I accomplish this? I tried a few things which didn't work.
Thanks in advance.
Ching de la Serna
_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida