preopenstack and closestack events
Posted: Wed Nov 26, 2008 6:08 am
Hi all,
Please advice on when the above can be used.
I have a stack build with several substacks within. I am calling one of the substacks as a modal item as follows
What I end up getting is the code in the main stack executing the preopenstacks function (not desired) since this sub window only meant to display some data... and when I close it, it also executes the closestack function, thus destroying some variables I have in the system
Is my call to modal stack "systemSettings" at fault or am I missing something?
Cheers
Please advice on when the above can be used.
I have a stack build with several substacks within. I am calling one of the substacks as a modal item as follows
Code: Select all
modal stack "systemSettings" --substack
Is my call to modal stack "systemSettings" at fault or am I missing something?
Cheers