Hi,
Does anyone know the syntax to set the focus on the FlyTree in Javascript?
I have tried:
document.getElementById(\"TreeView1\").focus();
document.form1.TreeView1.focus();
CFlyTreeView.getInstanceById(\"TreeView1\").focus();
CFlyTreeView.getInstanceById(\"TreeView1\").setFocus();
All give me the error \"Object dooesn't support this property of method.\"