HomeCommunityControl GalleryNavigation ControlsAspLib - TabControl

AspLib - TabControl



Submit a Review

2,322 Downloads

25,328 Views


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