C# Class Ext.Net.Resizable

Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
GetClientConstructor string
Resizable System

Public Methods

Method Description
Destroy ( ) : void

Destroys this resizable

Destroy ( bool removeEl ) : void

Destroys this resizable. If the element was wrapped and removeEl is not true then the element remains.

Resizable ( Config config ) : System

ResizeTo ( int width, int height ) : void

Perform a manual resize and fires the 'resize' event.

Private Methods

Method Description
GetClientConstructor ( bool instanceOnly, string body ) : string
Resizable ( ) : System

Method Details

Destroy() public method

Destroys this resizable
public Destroy ( ) : void
return void

Destroy() public method

Destroys this resizable. If the element was wrapped and removeEl is not true then the element remains.
public Destroy ( bool removeEl ) : void
removeEl bool (optional) true to remove the element from the DOM
return void

Resizable() public method

public Resizable ( Config config ) : System
config Config
return System

ResizeTo() public method

Perform a manual resize and fires the 'resize' event.
public ResizeTo ( int width, int height ) : void
width int
height int
return void