Hello Support team,
I appreciate your support on this.
Here is my requirement,
1. Right Pane, we set contenturl to show one of our internal url to load an image. The height of the content should be equal to splitter height.
2. On resize of popup window, the websplitter and panes (right pane content) height should automatically increases to the popup window screen height.
Attached project solution with little javascript.
Thanks
Ram
Hello Ram,
Thank you for posting in our forum. I have noticed that you made changes to the class .igspl_Pane in the the Default theme. This is causing the shrinking of the second Pane, where the content URL is set. You are trying this because you want to make the Height of the splitter control equal to the Popup height? If so, I can suggest for achieving you requirement to set them not in pixels but in percentages. After that set the html, body and form dimensions and remove the div between the form tag and the ScriptManager:
I have made changes to the sample that you've send me and now WebSplitter and popup size fit. If there is anything else, don't hesitate to contact with me.
Hi, I have quick question,
Since we removed the <div> tags, it started working.
Is it possible to keep the div tags in my page, and achieve the same result.
I'm glad that you have been able to resolve your issue according to my help. About the div, yes its possible, just set the element height to 100%.
If there is anything else, regarding this issue, feel free to contact me.