|
Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
Hello,
I need some help. Does your splitter support Loading a Webpage within the Pane? As i cant find a demo of this nor any documentation under the DOCs about the Splitterpane having a LoadURL or anything similar? Can this be done if so how?
Thnx, Loren
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You don't need a Splitter to load Url. If you already use separate Urls, you would use frame set. The whole point of splitter is to provide resizing panels without separate Urls.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
This is true but a lot of my pages are dynamic and would be cumbersome to load this all into one page via code-behind. I think this would be a great additional to your splitter to be able to do this. As you said the splitter has the auto-resize and many other kool features.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Thanks for the suggestion, but we do not believe this should be a matter to the splitter. Inside the page you can always use an iframe to load a separate Url wherever you wanted to and outside of the page you can always use a frameset. These are very simple HTML elements and adding them to splitter would not only unnecessary complicate them, but also limits the options user would have comparing with using these simple HTML elements directly.
Thanks
|
|