Hello everyone,
I am looking for Web based PHP GUI sample codes to integrate them into my back-end application to provide a friendly user inferface.
I want to design my whole UI Web page in this way,
- on the top, there is a tab control, when a tab is selected, the left tree view and the right tab control will be changed according to selected item;
- on the left, there is a tree view, when an item in the tree is selected, the right tab control will be changed according to selected item;
- on the right, there is a tab control;
If there exists a GUI sample source codes which works exactly the same as the whole 3 scenarios I described above -- it will be great! Or else, I am looking for the following UI components and integrate them altogether. Does anyone have any suggestions that where could I find related sample source codes?
- Tree view;
- Tab based control;
thanks in advance,
George