Class ControlResources

Class is used as to consolidate access to resources

System.Object
  Westwind.Web.Controls.ControlResources

public class ControlResources : object

Class Members

MemberDescription
Constructor
CALENDAR_ICON_RESOURCE
CLOSE_ICON_RESOURCE
INFO_ICON_RESOURCE
JQUERY_CALENDAR_CSS_RESOURCE
JQUERY_CALENDAR_SCRIPT_RESOURCE
JQUERY_SCRIPT_RESOURCE
LOADING_ICON_RESOURCE
LOADING_SMALL_ICON_RESOURCE
SCRIPTLIBRARY_SCRIPT_RESOURCE
STR_JavaScriptContentType
STR_JsonContentType
STR_UrlEncodedContentType
WARNING_ICON_RESOURCE
WWJQUERY_SCRIPT_RESOURCE
GetStringResource Returns a string resource from a given assembly.
public static string GetStringResource( Assembly assembly,
string ResourceName );

public static string GetStringResource( string ResourceName );

LoadjQuery Loads the appropriate jScript library out of the scripts directory
public static void LoadjQuery( Control control,
string jQueryUrl );

public static void LoadjQuery( Control control );

LoadwwjQuery
public static void LoadwwjQuery( Control control,
bool loadjQuery );

public static void LoadwwjQuery( Control control );

LoadwwScriptLibrary Embeds the client script library into the page as a Resource
public static void LoadwwScriptLibrary( Control control );

Requirements

Namespace: Westwind.Web.Controls
Assembly: jquerycontrols.dll


  Last Updated: 11/12/2008 | © West Wind Technologies, 2008