Customizing/Theming controls

0
0

I’m trying to create a UI similar to the screenshots of post “https://wisej.com/support/question/windows-or-pages”. Can you please provide my some more details on how to do this ?
Most important at the moment for me is to create some kind of customized and themed treeview as shown on the left “panel” of the screenshot.

Btw. Maybe you can consider to support bootstrap themes for WiseJ ?

  • You must to post comments
0
0

Here is a small sample. To move the mdi child menu to the tab button, select app.CustomTabbedMdi.js in the project and change it to “Embedded Resource”.

There are two tree views. One is the standard with some minor color settings. The other is also the standard tree but it uses the RightNode class that moves the open button to the right and adds the vertical line.

Runtime

screen2

Design

screen1

 

  • Tobias
    Thank you very much for the sample Luca. I’ll try to adjust it to my needs…
  • You must to post comments
0
0

Bootstrap themes are just css. There are html templates but they don’t change the layout of widgets. The cool screenshots you see around are developed by someone.

The TreeView control in Wisej can be themed using the ThemeBuilder. The one in the screenshot is a combination of a mixin theme and layout changes to move the open button to the right. I will upload a sample project with a standard themed TreeView and the “advanced” themed TreeView you see in the screenshot.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.