onSynchronizeDialog
Arguments
- e.synchronizeTypeCharacter
The synchronization type.
- objObject
Contains the Javascript object passed into the .synchronizeDialog() method
Description
Fires every time a UX is opened after the UX has been previously opened in a window with component 'caching' enabled.
Discussion
The onSynchronizeDialog event fires after a UX Component has been synchronized. (When a button opens a UX in a Window, and if the 'caching' option is on, if the window has been previously instantiated, the existing UX Component in the window is simply synchronized rather than loaded from scratch). Since the UX Component is not loaded from scratch, the OnDialogInitialize event will not fire. You can execute initialization code in this event that should be run every time a cached UX component is opened. The 'obj' parameter contains the Javascript object passed into the .synchronizeDialog() method.