Events for cWebModalDialog
View event list in alphabetical order.
| Name | Description | Defining Class |
|---|---|---|
| OnEscape | Fires when Esc key is pressed Fires when Esc key is pressed. | cWebModalDialog |
Inherited Events from cWebView
| Name | Description | Defining Class |
|---|---|---|
| OnCustomizeWebViewStyle | Hook to customize a view based on its peWebViewStyle -- sent during End_Construct_Object | cWebView |
| OnDefineCustomStateHash | Called every time the framework generates a new state hash and hook for developer to add custom values to the state hash | cWebView |
| OnNavigateBackRefindError | Sent when OnNavigateBack fails because it cannot refind a DDO record | cWebView |
| OnNavigateForward | Can be used by the developer to customize the data in tWebNavigateData during forward navigation in a mobile web application (drilldown interface) | cWebView |
| OnNavigateForwardPreFindInit | Called during NavigateForward, can be used as a hook to apply additional constraints to the view | cWebView |
| OnNavigateForwardRefindError | Sent when OnNavigateForward fails because it cannot refind a DDO record This event is called when a refind record error occurs during forward navigation. | cWebView |
| OnNavigating | Sent as part of the navigation process when navigating into a view or the view being navigated into | cWebView |
| OnRefindRecordError | Sent when any refind DDO record operation fails This is sent when a refind record fails during one of the refind records operation. | cWebView |
| OnRefreshRecordError | Sent when OnRefreshRecord fails This is called when RefreshRecord is called and it cannot refind all the expected records by RowId. | cWebView |
| OnResizeWindow | Sent when the browser window has been resized by the user This event is triggered every time the user changes the size of the browser window while this view is being displayed. | cWebView |
| OnSubmit | Called when Enter key is pressed in the view Called when Enter key is pressed in the view. | cWebView |
| OnSyncDDOsRefindError | Sent during a request initialization when it cannot refind a DDO record | cWebView |
| OnViewCleared | Sent to the view after a successful clear | cWebView |
| OnViewDeleted | Sent to the view after a successful delete | cWebView |
| OnViewSaved | Sent to the view after a successful save OnViewSaved is sent after a successful view save (Request_Save). | cWebView |
| Refresh | Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO | cWebView |
Inherited Events from cWebWindow
| Name | Description | Defining Class |
|---|---|---|
| AllowAccess | User hook that fires when view is accessed, determines whether access is allowed | cWebWindow |
| OnBeforeShow | Fired before the view is shown This event is fired before the view is shown. | cWebWindow |
| OnHide | Fires when window is hidden Fires when window is hidden. | cWebWindow |
| OnShow | Fires when a window is shown Fires when a window is shown. | cWebWindow |
| OnSyncView | Called for each server call that is received For each server call that is received, the active view (or dialog) will receive the OnSyncView event. | cWebWindow |
Inherited Events from cWebBaseDEOServer
| Name | Description | Defining Class |
|---|---|---|
| Refresh | Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO | cWebBaseDEOServer |
Inherited Events from cWebBaseUIObject
| Name | Description | Defining Class |
|---|---|---|
| AllowServerAction | Provides a basic hook for controlling server actions based on user rights Before a published function or procedure is called (from the client), AllowServerAction is called. | cWebBaseUIObject |
| OnCloseModalDialog | Sent by a modal dialog to its invoking object when the dialog closes | cWebBaseUIObject |
Inherited Events from cWebObject
| Name | Description | Defining Class |
|---|---|---|
| AllowServerAction | Provides a basic hook for controlling server actions based on user rights Before a published function or procedure is called (from the client), AllowServerAction is called. | cWebObject |
| OnCallEnd | Called at the end of a webapp client call Called at the end of a webapp client call. | cWebObject |
| OnGetNavigateBackData | Called during a NavigateClose operation, used to pass data back for a non-relational lookup in a mobile web application (drilldown interface) | cWebObject |
| OnGetNavigateForwardData | Can be used by the developer to customize the data in tWebNavigateData during forward navigation in a mobile web application (drilldown interface) | cWebObject |
| OnLoad | Called for each cWebObject during LoadView or LoadWebApp Called for each cWebObject during LoadView or LoadWebApp. | cWebObject |
| OnNavigateBack | Sent to the object that invoked the view that is being closed in a mobile web application (drilldown interface) | cWebObject |
| PostSerializeObject | cWebObject | |
| PreSerializeObject | cWebObject |
Inherited Events from cObject
| Name | Description | Defining Class |
|---|---|---|
| Construct_Object | Object constructor. | cObject |
| Destroy_Object | Sent when an object is about to be destroyed The Destroy_Object event is sent to an object when it is about to be destroyed. | cObject |
| End_Construct_Object | End of object constructor. | cObject |