Why I dot not set WebSplitter's height by javascript? Please see below javascript code:
var webSplitter=document.getElementById("T_WebSplitterTreetmpl0UltraWebTree1"); webSplitter.height="735px";
Hello,
You can use function $find (“spliterID”) and then follow code below:
JS code:
function Button1_onclick() { var spliter = $find("WebSplitter1"); spliter._element.style.height = "100px"; spliter._element.style.width = "100px"; }
Also you can take a look samples at:http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htm
And online documentation at:http://help.infragistics.com/NetAdvantage/NET/2008.3/CLR3.5/Hope this helps.
Sample url is dead.
Here are the updated links: Documentation - http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/ and samples - http://samples.infragistics.com/aspnet/.