| Author |
|
| Company |
Pintexx |
| Source Code Available |
No |
| License Type |
Commercial |
| Submitted On |
July 15, 2004 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x, 2.0 |
| Cost |
$99 |
Description
pinTab 2.0 is a browser-based TabStrip component for Web applications. It is URL based and offers many predefined styles.
- New - Support for postback and client validation of tab item pages
- New - Multiple tab rows
- New - Scrollable tabs
- Each tab item page can contain any static or dynamic page like ASPX pages.
- Supports image and color styles, separators and header images.
- An internal caching mechanism allows fast tabbing and retaining the current status.
- All styles are defined by CSS and can be modified.
- In color mode styles can be defined by code.
- Tab items can be easily designed with tab item editor or created by code
- Extensive API for client and server
Syntax Example
<%@ Register TagPrefix="pin"
Namespace="Pintexx.Components.Web.pinTab"
Assembly="pinTab" %>
<pin:pinTab
id="PinTab1"
style="Z-INDEX: 101; LEFT: 24px; POSITION: absolute; TOP: 58px"
runat="server"
Width="342px"
Height="240px"
ImageStyle="WindowsXP"
SelectedIndex="0"
Area="True">
<pin:Tab Title="Common" Text="Common"
Url="../evaluation/p1.html" Cached="True">
</pin:Tab>
<pin:Tab Title="Options" Text="Options"
Url="../evaluation/p2.html" Cached="True">
</pin:Tab>
<pin:Tab Title="Misc" Text="Misc"
Url="../evaluation/p3.html" Cached="True">
</pin:Tab>
</pin:pinTab>
Screenshots
Reviews
Submit a review