How can I set WebSplittere's width and height by using javascript?
I already solved this problem.
var splitter = $find("WebSplitterTree");splitter._element.style.width = (w-4)+"px";splitter._element.style.height = (h-87)+"px";