I have a form in my VfP application that has a number of tabs and a tree view control on the left hand slide of it
In Lianja I'm thinking of having each of the current tabs as separate sections, I think that is the correct term.
The tree view has a lot of code in it with many options the user can select to display the data in various formats.
I'd need to have the tree view control on the left of each of the sections.
What is the best way in Lianja to create the tree view so I can just drop it onto the section and have one base that I alter code in and still do it in a way that will work in the way Lianja want things to work. I know there are a lot of ways of doing things in Linaja, I want something that will work will desktop and web so I'm future proofed.
My current Tree view control is based on an activeX control, in Linajs I want to use java script to get away from installing active x controls and all the issues that go with that
Bookmarks