Quote:
Originally Posted by Novo
One thing I like doing with tabs is name them with their respective scrollbox...
It allows this shortcut:
PHP Code:
function whatever_tab.onSelect(tabid,tabtext,tabindex)
{
for ( tab: whatever_tab.rows )
(@"Scroll"@ tab.text ).visible = ( tab.text == tabtext );
}
=]
|
Ooo, I could use that. Thanks Novo.