DP - Tree View
- mmarofsky
- Posts:8
- Joined: Tue Sep 02, 2014 6:12 pm
DP - Tree View
Can someone give me an example on how to filter the DP-TreeView control to only show a certain DPType?
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: DP - Tree View
E.g. in the init script of the DP_TREE widget do:
this.dpTypeFilter = "ANALOG1";
this.dpTypeFilter = "ANALOG1";
- mmarofsky
- Posts:8
- Joined: Tue Sep 02, 2014 6:12 pm
Re: DP - Tree View
Thank you!
Found where I "should" have looked in the help once I saw your solution.
Found where I "should" have looked in the help once I saw your solution.