vex
13 years agoContributor
Does TC Support this control?
Does TestComplete support the Yahoo.widget.TreeView ? See here: http://developer.yahoo.com/yui/docs/YAHOO.widget.TreeView.html
We have a webapp that uses this for file/folder listings and my goodness it seems almost impossible to wrap my head around this. I think the expand node had 45 parents. Is there native TC support for this control?
I tried taking the HTML of the control and parsing it through a custom written controller for it and.. well my skills aren't that good I guess, because I couldn't wrap my head around it. Does anyone have any kind of suggestion on how I can code something for this control? I want to be able to traverse it and select and deselect items at will similar to a Win32 treeview.
I tried to add this under Object Mapping > Swing Controls > Tree, but it doesn't meet the criteria.
We have a webapp that uses this for file/folder listings and my goodness it seems almost impossible to wrap my head around this. I think the expand node had 45 parents. Is there native TC support for this control?
I tried taking the HTML of the control and parsing it through a custom written controller for it and.. well my skills aren't that good I guess, because I couldn't wrap my head around it. Does anyone have any kind of suggestion on how I can code something for this control? I want to be able to traverse it and select and deselect items at will similar to a Win32 treeview.
I tried to add this under Object Mapping > Swing Controls > Tree, but it doesn't meet the criteria.