| Author |
|
| Company |
AspLib |
| Source Code Available |
Yes |
| License Type |
Commercial |
| Submitted On |
October 21, 2004 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x, 2.0 |
| Cost |
$399 |
Description
This control is AspLib component library part. AspLib TabControl serves for creating a set of tabs. Each tab represents a separate page which can be displayed in IFrame or in DIV Panel. Tab design setting are available. A tab can be text or a picture. Multirow tabs grouping. Tabs align property. Selected tab can be changed through PostBack. The control has a lot of client-side events. AJAX supports.
The AspLib contains and other controls. See demo...
Syntax Example
<al:TabControl id="TabControl5" runat="server" Width="90%" Height="250px" SelectedTab="1"
OnSelectedTabChange="var r = confirm('Do you want to move from Tab#' + (parseInt(args.fromTab) + 1) + ' to Tab#' + (parseInt(args.toTab) + 1)); if (! r) return false; ">
<al:TabPanel Text="Description"></al:TabPanel>
<al:TabPanel Text="Simple form"></al:TabPanel>
<al:TabFrame Url="http://yahoo.com/" Text="Yahoo!"></al:TabFrame>
</al:TabControl>Screenshots
Reviews
Submit a review