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

Afficher le fichier Open project: ninianne98/CarrotCakeCMS Class Usage Examples

Méthodes publiques

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

Méthode Description
FindPage ( object X ) : Page

Method Details

BasicControlUtils() public méthode

public BasicControlUtils ( ) : System
Résultat System

BasicControlUtils() public méthode

public BasicControlUtils ( object X ) : System
X object
Résultat System

CreateControlFromResource() public méthode

public CreateControlFromResource ( string resourceName ) : Control
resourceName string
Résultat System.Web.UI.Control

CreateControlFromString() public méthode

public CreateControlFromString ( string sControlText ) : Control
sControlText string
Résultat System.Web.UI.Control

FindControl() public méthode

public FindControl ( Type type, Control X ) : Control
type System.Type
X System.Web.UI.Control
Résultat System.Web.UI.Control

FindControl() public méthode

public FindControl ( string ControlName, Control X ) : Control
ControlName string
X System.Web.UI.Control
Résultat System.Web.UI.Control

FindjQuery() public static méthode

public static FindjQuery ( Control control ) : Carrotware.Web.UI.Controls.jquerybasic
control System.Web.UI.Control
Résultat Carrotware.Web.UI.Controls.jquerybasic

FindjQueryMain() public static méthode

public static FindjQueryMain ( Control control ) : jquery
control System.Web.UI.Control
Résultat jquery

FindjQueryUI() public static méthode

public static FindjQueryUI ( Control control ) : Carrotware.Web.UI.Controls.jqueryui
control System.Web.UI.Control
Résultat Carrotware.Web.UI.Controls.jqueryui

GetContainerPage() public méthode

public GetContainerPage ( object X ) : Page
X object
Résultat System.Web.UI.Page

GetCtrlText() public static méthode

public static GetCtrlText ( Control ctrl ) : string
ctrl System.Web.UI.Control
Résultat string

GetManifestResourceStream() public static méthode

public static GetManifestResourceStream ( string sResouceName ) : string
sResouceName string
Résultat string

GetResourceText() public méthode

public GetResourceText ( string resourceName ) : string
resourceName string
Résultat string

GetWebResourceUrl() public méthode

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

GetWebResourceUrl() public méthode

public GetWebResourceUrl ( Type type, string resource ) : string
type System.Type
resource string
Résultat string

InsertjQuery() public static méthode

public static InsertjQuery ( Page thePage ) : void
thePage System.Web.UI.Page
Résultat void

InsertjQueryMain() public static méthode

public static InsertjQueryMain ( Page thePage ) : void
thePage System.Web.UI.Page
Résultat void

InsertjQueryUI() public static méthode

public static InsertjQueryUI ( Page thePage ) : void
thePage System.Web.UI.Page
Résultat void

MakeXUACompatibleFirst() public static méthode

public static MakeXUACompatibleFirst ( Page thePage ) : void
thePage System.Web.UI.Page
Résultat void