jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: jqxwindow with scroll jqxwindow with scroll #74374

    sree
    Participant

    Hi,

    thanks for your Replay, Actually my requirement is in one tab, I have some 10 lines of data and in another tab, I have 20 lines of data i.e. in a popup window.

    Here I am getting scroll bar in second tab. I do not want to show scroll in second tab because i have space in below popup window(for example my popup window height is 200px and window height is 700px). When ever my popup window height is more than window height then only i need to show scroll.
    If I fix the height, in first tab also I will get some blank space.so i don’t want to fix height of popup.
    So, provide me a solution for this scenario.

    in reply to: jqxwindow with scroll jqxwindow with scroll #74314

    sree
    Participant

    Hello,

    I am using JQXWindow and I am facing an issue with scroll. Popup settings are like below.

    this.Settings = {
    minWidth: ‘100px’,
    maxWidth: ‘100vw’,
    minHeight: 200,
    maxHeight: ’96vh’,
    width: 1300,
    isModal: true,
    resizable: false,
    modalBackgroundZIndex: 9999,
    keyboardCloseKey: 123,
    title: “New Person”
    }

    Currently displaying Popup Window with respect to window height. My requirement is to increase Popup Window height as content is increasing with out scroll up to window height.

    I checked in your JQXWindow Demo, there when content increases in tabs, automatically scroll is appearing. Here do we increase window height further to avoid this scroll.( up to window height)

    Provide me solution if any to fix this scroll issue in JQXWindow.

Viewing 2 posts - 1 through 2 (of 2 total)