C# Класс Ext.Net.Resizable

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetClientConstructor string
Resizable System

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetClientConstructor ( bool instanceOnly, string body ) : string
Resizable ( ) : System

Описание методов

Destroy() публичный Метод

Destroys this resizable
public Destroy ( ) : void
Результат void

Destroy() публичный Метод

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
Результат void

Resizable() публичный Метод

public Resizable ( Config config ) : System
config Config
Результат System

ResizeTo() публичный Метод

Perform a manual resize and fires the 'resize' event.
public ResizeTo ( int width, int height ) : void
width int
height int
Результат void