Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Resizable pop-up windows

    Hi,

    I'm trying to make a pop-up window resizable but I haven't been able to get this to work. How do I configure this?

    #2
    Hi Senordhuff,
    As with other SmartClient widgets, you can make pop up windows drag-resizeable via the canDragResize attribute.
    You can see this in action here.

    If you want to show the resizer icon in the bottom left, ensure the footer is showing for the window via window.showFooter and ensure window.showResizer is also true.

    Thanks
    Isomorphic Software

    Comment

    Working...
    X