Enumeration JavaScriptCodeLocationTypes



System.Object
  System.ValueType
    System.Enum
      Westwind.Web.Controls.JavaScriptCodeLocationTypes

public sealed enum JavaScriptCodeLocationTypes : Enum

Enumeration Values

MemberDescription
EmbeddedInPage Causes the Javascript code to be embedded into the page on every generation. Fully self-contained. Enumeration JavaScriptCodeLocationTypes
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.
WebResource ASP.NET 2.0 option to generate a WebResource.axd call that feeds the .js file to the client. Enumeration JavaScriptCodeLocationTypes

Requirements

Namespace: Westwind.Web.Controls
Assembly: westwind.ajaxtoolkit.dll


  Last Updated: 2/21/2008 | © West Wind Technologies, 2008