Click or drag to resize
UILayoutLoadOn Property
Defines when the UI Layout JavaScript plug-in should be initialized. Sometimes it can be useful to register the layout script after document is ready or window is loaded.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public LoadModeEnum LoadOn { get; set; }

Property Value

Type: LoadModeEnum
See Also