C# Class Carrotware.Web.UI.Controls.BasicControlUtils

Show file Open project: ninianne98/CarrotCakeCMS Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
FindPage ( object X ) : Page

Method Details

BasicControlUtils() public method

public BasicControlUtils ( ) : System
return System

BasicControlUtils() public method

public BasicControlUtils ( object X ) : System
X object
return System

CreateControlFromResource() public method

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

CreateControlFromString() public method

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

FindControl() public method

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

FindControl() public method

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

FindjQuery() public static method

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

FindjQueryMain() public static method

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

FindjQueryUI() public static method

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

GetContainerPage() public method

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

GetCtrlText() public static method

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

GetManifestResourceStream() public static method

public static GetManifestResourceStream ( string sResouceName ) : string
sResouceName string
return string

GetResourceText() public method

public GetResourceText ( string resourceName ) : string
resourceName string
return string

GetWebResourceUrl() public method

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

GetWebResourceUrl() public method

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

InsertjQuery() public static method

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

InsertjQueryMain() public static method

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

InsertjQueryUI() public static method

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

MakeXUACompatibleFirst() public static method

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