Constructor. Initializes a new instance of the C1SuperPanel class.

Namespace:  C1.Web.UI.Controls.C1SuperPanel
Assembly:  C1SuperPanelClient (in C1SuperPanelClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1SuperPanel.C1SuperPanel = function(element);

Parameters

element
Type: DOMElement
The DOMElement object that the control will be associated with.

See Also