Categories | Question details Back To List | ||
setModal function of Window component not functioning completely When the modal of dhtmlxWindow component is set to false, Its not disabling the whole page. I mean if page longer (viewable by scrollbar) than screen, it do not disable whole page. I only disables portion of it. Please revert back as soon as possible for solution or further clarification. Thanks Answer posted by Support on Dec 19, 2008 02:44 setModal disabling viewport. By the default viewport is a document.body. Here is abother viewport settings: http://dhtmlx.com/docs/products/dhtmlxWindows/samples/viewports/?un=1229683562000 Answer posted on Feb 09, 2009 07:39 We have the same issue. Why not use a solution like other scripts: <div id="overlay" style="background-image: url(images/black-70.png); background-repeat: repeat; height: 9884px; display: block; visibility: visible;"/> Answer posted by Alex (support) on Feb 10, 2009 02:15 This approach hides all content of the page. dhtmlxWindows provides more flexible solutions. You can try to attach viewport to some container (this container can occupy the necessary area) and all windows will be visible only inside this container. Please, see the sample of such a vieport in the documentation: http://dhtmlx.com/docs/products/dhtmlxWindows/samples/viewports/render_as.html
|