Advertisement
ASP_Volume3 Files/ File Controls/ Input/ Output #49636

Bottom Tabs

Simulate the tab control found at the bottom of popular programs such as visual Interdev and Front Page.

AI

Riepilogo AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Codice sorgente
original-source
<P>
The tab control found at the bottom of many programs such as html editors was an interesting item that cuaght my curiosity. I was working on a project that would do very well to use it.
</P>
<P>
Each tab is made of several span tags. once clicked, it comes over top of the other layers by changing the z-index. This control also uses the windows system colors to appear as if it is an active-x control and seemlessly integrate into the users color scheme.
</P>
<P>
The scriptlet raises a "Click" event and passes the text of the tab that was clicked. Tabs can be added dynamically (see the demo page).
</P>
Commenti originali (3)
Recuperato da Wayback Machine