Enumeration JavaScriptCodeLocationTypes
West Wind Web Toolkit for ASP.NET
 Enumeration JavaScriptCodeLocationTypes
System.Object
  System.ValueType
    System.Enum
      Westwind.Web.JavaScriptCodeLocationTypes
public sealed enum JavaScriptCodeLocationTypes

Enumeration Values

MemberDescription
EmbeddedInPage Causes the Javascript code to be embedded into the page on every generation. Fully self-contained.
ExternalFile Keeps the .js file as an external file in the Web application. If this is set you should set the ScriptLocation Property to point at the location of the file.
None Don't include any script - assume the page owner will handle it all
WebResource ASP.NET 2.0 option to generate a WebResource.axd call that feeds the .js file to the client.

Requirements

Namespace: Westwind.Web
Assembly: westwind.web.dll

Last Updated: 12/15/12 | © West Wind Technologies, 1996-2012
Comment or report problem with topic