Opening a Child window inside a Parent window --> CHild window should not move away
If it's moving outside what you think is the parent, the parent is set wrong. It's parent is not what you think and you better check it.
Hi Clark.
Child window is opening inside the parent. But when i drag the child window with mouse, It is moving outside the parent window...
Hi drajasuman,
It's the default design and expected behavior by most of the users. If you want to limit the moving range, you can use client side programming to set the constraint attribute of zk.Draggable.
Regards,
Simon
Hi, How can i restrict the child window on maxime.. Not to go outside of Parent Window..
Meaning: If i maximize the child window, The child window should be inside the parent window.
drajasuman,
Maybe you can post it to feature request?
Regards,
Simon
Hi, I have posted..But no one has assigned that bug..This is a critical requirement in our project...
Is there any other process to speed up in fixing the feature request?
http://sourceforge.net/tracker/?func=detail&atid=785194&aid=3058658&group_id=152762
Hi drajasuman,
If your demand is urgent, you can contact "info AT zkoss DOT org" for support.
Regards,
Simon
ZK - Open Source Ajax Java Framework
Hi,
I want open a child window inside a parent window.
If i drag the child window..It should move inside the parent window.