C# Class Ext.Net.Resizable

Afficher le fichier Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Свойство Type Description
GetClientConstructor string
Resizable System

Méthodes publiques

Méthode 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

Méthode Description
GetClientConstructor ( bool instanceOnly, string body ) : string
Resizable ( ) : System

Method Details

Destroy() public méthode

Destroys this resizable
public Destroy ( ) : void
Résultat void

Destroy() public méthode

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
Résultat void

Resizable() public méthode

public Resizable ( Config config ) : System
config Config
Résultat System

ResizeTo() public méthode

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