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

set content url error

1 Answer 56 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
farsica
Top achievements
Rank 1
farsica asked on 02 Mar 2008, 10:47 AM
hi
in privuse version of radsplitter I set pane content url but that code dosn't work in new version. my code is like this:
1-    var splitter = <%= radsplitter1.ClientID%>;
2-    var pane = splitter.GetPaneById(<%= pane1.ClientID%>);
3-    if (pane == null)
4-        return
5-    pane.SetContentUrl('www.test.com');

when I run this javascript code it alert that object dosn't this property
error is in line 5
is there any one familier with this?

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 03 Mar 2008, 12:09 PM
Hello qaz wsx,

In the "Prometheus" suite we introduced the new MS AJAX naming convention of our properties and methods. You can find more about it in our online article here.

Regards,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Splitter
Asked by
farsica
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or