Name | Description |
---|---|
OnAttachProcess | When process pooling is used, this event is sent to every WBO object and finally to the parent WebApp object |
OnChangeRights | Called whenever user rights are changed in the standard session manager object (cWebSessionManagerStandard) |
OnDetachProcess | When process pooling is used, this event is sent first to the WebApp object and then to every WBO object |
OnGeneratePageTitle | Triggered when the page title is automatically updated and allows developers to customize the title format |
OnHistoryPopState | Called when the back button is used in the browser and the history item was pushed using HistoryPushState |
OnInitializeLocales | Sent when the cWebApp object is loaded to the client (the user loads the page) |
OnLocationHashChange | Contains the location hash part of the URL |
OnOrientationChange | Fired when the orientation changes on a mobile device |
OnPostInitialize | Called as the last step of the initialization of the WebApp just before pbInitWebApp becomes false |
OnReleaseProcess | Sent before a process is released back into the pool |
OnResizeWindow | Fired when the window size of the browser changes at runtime and during initialization |
OnSyncWebApp | Called each time a client makes a call to the server |
ReadSessionKey | Used to read a session key |
StoreSessionKey | Called whenever a session key is stored by the Framework |
Inherited Events from cWebBaseUIObject | |
AllowServerAction | Provides a basic hook for controlling server actions based on user rights |
OnCloseModalDialog | Sent by a modal dialog to its invoking object when the dialog closes |
Inherited Events from cWebObject | |
OnCallEnd | Called at the end of a webapp client call |
OnGetNavigateBackData | Called during a NavigateClose operation, used to pass data back for a non-relational lookup in a mobile web application (drilldown interface) |
OnGetNavigateForwardData | Can be used by the developer to customize the data in tWebNavigateData during forward navigation in a mobile web application (drilldown interface) |
OnLoad | Called for each cWebObject during LoadView or LoadWebApp |
OnNavigateBack | Sent to the object that invoked the view that is being closed in a mobile web application (drilldown interface) |
Inherited Events from cObject | |
Construct_Object | Object constructor. Initializes the object during object creation in class definitions |
Destroy_Object | Sent when an object is about to be destroyed |
End_Construct_Object | End of object constructor. |