This is a migrated thread and some comments may be shown as answers.

Document missed?

3 Answers 69 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Jason Lee
Top achievements
Rank 1
Jason Lee asked on 19 Oct 2007, 07:15 AM
Dear Sir,

I can't find information about OnClientLoaded event in the document...
do you guys miss it??

3 Answers, 1 is accepted

Sort by
0
Jason Lee
Top achievements
Rank 1
answered on 19 Oct 2007, 08:36 AM
Moreover, I think there is something wrong on following url

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Splitter/Examples/ClientSideAPI/DefaultCS.aspx

as you can see...

  1. You can use the GetWidth, GetHeight methods to get the size of the splitter or panes. Example:

    				var splitter = <%= RadSplitter1.ClientID %>;
    var splitterWidth = splitter.GetWidth();
    var splitterHeight = splitter.GetHeight();

    var pane = splitter.GetPaneById("RadPane1");
    var paneWidth = pane.GetWidth();
    var paneHeight = pane.GetHeight();
The splitter in Prometheus, it use "pane.get_Width()" to get width of panel..
Also, get_Width() doesn't exist in the document....(at least, I can't find it on clientside api page...oops)

just feedback information to you guys~
thank you

0
Sophy
Telerik team
answered on 22 Oct 2007, 10:04 AM
Hello Jason Lee,

Thank you for your feedback. We highly appreciate it.

We will correct the inaccuracy in the documentation and QSF examples of RadSplitter "Prometheus" and will try to provide maximum accuracy for the upcoming hotfix which is scheduled for the next week. However, as we do not have much time by then we cannot promise that all the missing or inaccurate information will be provided for the next hotfix.

Best wishes,
Sophy
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jason Lee
Top achievements
Rank 1
answered on 22 Oct 2007, 11:25 AM
Dear Sophy,

Don't worry....
take your time....
just share feedback to you guys...
Take care~
Tags
Splitter
Asked by
Jason Lee
Top achievements
Rank 1
Answers by
Jason Lee
Top achievements
Rank 1
Sophy
Telerik team
Share this question
or