Init AZFullWindow
There are two ways to initiate the
AZFullWindow. The way you choose is important for further use of the function.
1. new AZFullWindow();
The function is initiated but you do not assign the function to a variable. This means that you can not directly interact with the function.
2. var AZFullWindow = new AZFullWindow();
The function is initiated and assigned to a variable. This means you can use the variable in relation to further interaction with the function.
Whatever approach you choose, you can use the following three features (Events):
azFullWindowBeforeOpen
azFullWindowAfterOpen
azFullWindowAfterClose