C# 클래스 Carrotware.Web.UI.Controls.BasicControlUtils

파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS 1 사용 예제들

공개 메소드들

메소드 설명
BasicControlUtils ( ) : System
BasicControlUtils ( object X ) : System
CreateControlFromResource ( string resourceName ) : Control
CreateControlFromString ( string sControlText ) : Control
FindControl ( Type type, Control X ) : Control
FindControl ( string ControlName, Control X ) : Control
FindjQuery ( Control control ) : Carrotware.Web.UI.Controls.jquerybasic
FindjQueryMain ( Control control ) : jquery
FindjQueryUI ( Control control ) : Carrotware.Web.UI.Controls.jqueryui
GetContainerPage ( object X ) : Page
GetCtrlText ( Control ctrl ) : string
GetManifestResourceStream ( string sResouceName ) : string
GetResourceText ( string resourceName ) : string
GetWebResourceUrl ( Page page, Type type, string resource ) : string
GetWebResourceUrl ( Type type, string resource ) : string
InsertjQuery ( Page thePage ) : void
InsertjQueryMain ( Page thePage ) : void
InsertjQueryUI ( Page thePage ) : void
MakeXUACompatibleFirst ( Page thePage ) : void

비공개 메소드들

메소드 설명
FindPage ( object X ) : Page

메소드 상세

BasicControlUtils() 공개 메소드

public BasicControlUtils ( ) : System
리턴 System

BasicControlUtils() 공개 메소드

public BasicControlUtils ( object X ) : System
X object
리턴 System

CreateControlFromResource() 공개 메소드

public CreateControlFromResource ( string resourceName ) : Control
resourceName string
리턴 System.Web.UI.Control

CreateControlFromString() 공개 메소드

public CreateControlFromString ( string sControlText ) : Control
sControlText string
리턴 System.Web.UI.Control

FindControl() 공개 메소드

public FindControl ( Type type, Control X ) : Control
type System.Type
X System.Web.UI.Control
리턴 System.Web.UI.Control

FindControl() 공개 메소드

public FindControl ( string ControlName, Control X ) : Control
ControlName string
X System.Web.UI.Control
리턴 System.Web.UI.Control

FindjQuery() 공개 정적인 메소드

public static FindjQuery ( Control control ) : Carrotware.Web.UI.Controls.jquerybasic
control System.Web.UI.Control
리턴 Carrotware.Web.UI.Controls.jquerybasic

FindjQueryMain() 공개 정적인 메소드

public static FindjQueryMain ( Control control ) : jquery
control System.Web.UI.Control
리턴 jquery

FindjQueryUI() 공개 정적인 메소드

public static FindjQueryUI ( Control control ) : Carrotware.Web.UI.Controls.jqueryui
control System.Web.UI.Control
리턴 Carrotware.Web.UI.Controls.jqueryui

GetContainerPage() 공개 메소드

public GetContainerPage ( object X ) : Page
X object
리턴 System.Web.UI.Page

GetCtrlText() 공개 정적인 메소드

public static GetCtrlText ( Control ctrl ) : string
ctrl System.Web.UI.Control
리턴 string

GetManifestResourceStream() 공개 정적인 메소드

public static GetManifestResourceStream ( string sResouceName ) : string
sResouceName string
리턴 string

GetResourceText() 공개 메소드

public GetResourceText ( string resourceName ) : string
resourceName string
리턴 string

GetWebResourceUrl() 공개 메소드

public GetWebResourceUrl ( Page page, Type type, string resource ) : string
page System.Web.UI.Page
type System.Type
resource string
리턴 string

GetWebResourceUrl() 공개 메소드

public GetWebResourceUrl ( Type type, string resource ) : string
type System.Type
resource string
리턴 string

InsertjQuery() 공개 정적인 메소드

public static InsertjQuery ( Page thePage ) : void
thePage System.Web.UI.Page
리턴 void

InsertjQueryMain() 공개 정적인 메소드

public static InsertjQueryMain ( Page thePage ) : void
thePage System.Web.UI.Page
리턴 void

InsertjQueryUI() 공개 정적인 메소드

public static InsertjQueryUI ( Page thePage ) : void
thePage System.Web.UI.Page
리턴 void

MakeXUACompatibleFirst() 공개 정적인 메소드

public static MakeXUACompatibleFirst ( Page thePage ) : void
thePage System.Web.UI.Page
리턴 void