Namespace Ozone.util.pageLoad
Defined in: pageload.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
Ozone.util.pageLoad.afterLoad
holds current date time after the onload of the widget.
|
| <static> |
Ozone.util.pageLoad.autoSend
enable or disable the automatic sending of loadtime
|
| <static> |
Ozone.util.pageLoad.beforeLoad
holds the current date time, before the onload of the widget
|
| <static> |
Ozone.util.pageLoad.loadTime
Holds the load time of the widget.
|
Field Detail
<static>
Ozone.util.pageLoad.afterLoad
holds current date time after the onload of the widget. this value will be set after onload
<static>
Ozone.util.pageLoad.autoSend
enable or disable the automatic sending of loadtime
<static>
Ozone.util.pageLoad.beforeLoad
holds the current date time, before the onload of the widget
<static>
Ozone.util.pageLoad.loadTime
Holds the load time of the widget. This may be altered to allow the widget to determine it's load time.
loadTime is sent via the Eventing API, if altering this value do so before Eventing is initialized