PDA

View Full Version : <tabelement>


sandman
03-21-2003, 01:03 PM
Is it possible to set header text for a tabelement or do I have to extend the tabelement?

antun
03-21-2003, 01:09 PM
You can nest a text view inside of it:


<tabelement minheight="20">
<text>My Header</text>
</tabelement>


-Antun

sandman
03-21-2003, 01:22 PM
How does "opennedTab" attribute of tabslider work?

I am using the following code which is not working:

<tabslider width="320" height="263" opennedTab="flightsSearchTab">
<tabelement name="flightsSearchTab" bgcolor="red" />
<tabelement name="hotelsSearchTab" bgcolor="blue" />
<tabelement name="carsSearchTab" bgcolor="green" />
</tabslider>

The "flightsSearchTab" should be open by default but that does not happen.