Hello,
I have a vertical layout with 2 child canvases. I added a resizer between them, and I need to know if user clicked on "collapse" or "resize" button (and made one of the canvases or its children hidden).
I tried to check it by childCanvas.getHeight(), childCanvas.isVisible() inside resizedHandler, but these attribute are unchanged.
How can I get this information?
thank you
p.s. I'm using smartGWT 2-1
I have a vertical layout with 2 child canvases. I added a resizer between them, and I need to know if user clicked on "collapse" or "resize" button (and made one of the canvases or its children hidden).
I tried to check it by childCanvas.getHeight(), childCanvas.isVisible() inside resizedHandler, but these attribute are unchanged.
How can I get this information?
thank you
p.s. I'm using smartGWT 2-1
Comment