Enum ScriptLocation
determine whereabouts in the page the script (and fallback script when CDN is enabled) is emitted.
Namespace: DotNetNuke.Framework.JavaScriptLibraries
Assembly: DotNetNuke.dll
Syntax
public enum ScriptLocation : int
Fields
Name | Description |
---|---|
BodyBottom | determine whereabouts in the page the script (and fallback script when CDN is enabled) is emitted. |
BodyTop | determine whereabouts in the page the script (and fallback script when CDN is enabled) is emitted. |
PageHead | determine whereabouts in the page the script (and fallback script when CDN is enabled) is emitted. |