I have a large page with 7 accordians.Each of the accordians contains links to open a new popup.What I want is to disable the parent scroll whenever a new popup is opened from the parent window.
Thanks
I have a large page with 7 accordians.Each of the accordians contains links to open a new popup.What I want is to disable the parent scroll whenever a new popup is opened from the parent window.
Thanks
Can you provide a snippet? Basically, you can use the
someview.define({scroll:false});
to disable scroll for the particular view.