Events for cWebModalDialog

View event list in hierarchical order

NameDescriptionDefining Class
AllowAccessUser hook that fires when view is accessed, determines whether access is allowedcWebWindow
AllowServerActionProvides a basic hook for controlling server actions based on user rightscWebBaseUIObject
Construct_ObjectObject constructor. Initializes the object during object creation in class definitionscObject
Destroy_ObjectSent when an object is about to be destroyedcObject
End_Construct_ObjectEnd of object constructor.cObject
OnBeforeShowFired before the view is showncWebWindow
OnCallEndCalled at the end of a webapp client callcWebObject
OnCloseModalDialogSent by a modal dialog to its invoking object when the dialog closescWebBaseUIObject
OnCustomizeWebViewStyleHook to customize a view based on its peWebViewStyle -- sent during End_Construct_ObjectcWebView
OnDefineCustomStateHashCalled every time the framework generates a new state hash and hook for developer to add custom values to the state hashcWebView
OnEscapeFires when Esc key is pressed
OnGetNavigateBackDataCalled during a NavigateClose operation, used to pass data back for a non-relational lookup in a mobile web application (drilldown interface)cWebObject
OnGetNavigateForwardDataCan be used by the developer to customize the data in tWebNavigateData during forward navigation in a mobile web application (drilldown interface)cWebObject
OnHideFires when window is hiddencWebWindow
OnLoadCalled for each cWebObject during LoadView or LoadWebAppcWebObject
OnNavigateBackSent to the object that invoked the view that is being closed in a mobile web application (drilldown interface)cWebObject
OnNavigateBackRefindErrorSent when OnNavigateBack fails because it cannot refind a DDO recordcWebView
OnNavigateForwardCan be used by the developer to customize the data in tWebNavigateData during forward navigation in a mobile web application (drilldown interface)cWebView
OnNavigateForwardPreFindInitCalled during NavigateForward, can be used as a hook to apply additional constraints to the viewcWebView
OnNavigateForwardRefindErrorSent when OnNavigateForward fails because it cannot refind a DDO recordcWebView
OnNavigatingSent as part of the navigation process when navigating into a view or the view being navigated intocWebView
OnRefindRecordErrorcWebView
OnRefreshRecordErrorcWebView
OnResizeWindowSent when the browser window has been resized by the usercWebView
OnShowFires when a window is showncWebWindow
OnSubmitCalled when Enter key is pressed in the viewcWebView
OnSyncDDOsRefindErrorcWebView
OnSyncViewCalled for each server call that is receivedcWebWindow
OnViewClearedSent to the view after a successful clearcWebView
OnViewDeletedSent to the view after a successful deletecWebView
OnViewSavedSent to the view after a successful savecWebView
RefreshEvent sent from a DataDictionary object, which is used to synchronize the object's data with the DDOcWebView