The C1TabControl control includes a rich and flexible client-side object model. Several server-side properties and methods can be used on the client-side.Client-side events can be accessed from the Properties window.
When a C1TabControl control is added to a web project, an instance of the client-side tab control will be created automatically. For example, if you have a C1TabControl control with the server-side ID of "C1TabControl1", you can use the following script to acquire a reference to its client object:
var newTabControl = $find("<%= C1TabControl1.ClientID %>");
Using the C1TabControl control's client-side functionality, you can implement many features in your Web page without having to post back to the server. Thus, using client-side methods and properties will increase the efficiency of your Web site.
Note: C1TabControl inherits its client-side API from C1TabStrip and C1MultiPage. To see these client-side properties and methods, see the C1TabStrip reference and the C1MultiPage reference.
The following topics describe the available client-side properties, methods, and events.
|