Lexon171

Commodore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-13
11:06
147 views
displaying the "tree" element in the user parameters UA
Hello! I want the "tree" element shown in the picture to be displayed in the User Applications interface for creating a user. There is a possibility?
2 Replies
Michiel Los

Commodore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-13
12:55
We use jqx widgets for this functionality these can be added as html element to the form. Need to add the appropiate js and css files to the tomcat webapps directory. Probably a new directory and include them with <script>....</script> in for instance your form initialization script.
Alternative find out what html object type the one you show is and find whether you can use the same code.
Best regards
Michiel Los
Lexon171

Commodore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-13
19:58
Can you tell us more about this widget and how to add it, or give a link to the documentation?