Enumeration JavaScriptCodeLocationTypes



System.Object
  System.ValueType
    System.Enum
      Westwind.Web.Controls.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.Controls
Assembly: jquerycontrols.dll


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