DocEvent Enumeration
Enumerates document load events to which JavaScript statements can be attached.
Namespace:
Suoranta.WebApp.View.JSAssembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Members
| Member name | Description | |
|---|---|---|
| JQueryDocReady | Executed through JQuery $(document).ready(). Run once the page DOM is ready for JavaScript code to execute. | |
| KendoSyncReady | Executed through kendo.syncReady() | |
| WindowLoad | Executed through $(window).on("load"). Run once the entire page, including images and iframes, is ready. | |
| KendoGridDialogEdit | This is a special value for use when the associated view is row editor dialog of Kendo Grid. Statements are executed through $("#grid").data("kendoGrid").bind("edit"). | |
| Early |

