C# 클래스 Ext.Net.Resizable

파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

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