Hello,
I would like to know if there is a way to create a treeview selection or if there is tool to be configured such way as in the link https://ej2.syncfusion.com/demos/#/mate ... fault.html . I can do that with combobox but I like this design.
Thanks.
Tree View Selection
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Tree View Selection
Maybe one of these will work? One is free the other paid.
http://www.wysiwygwebbuilder.com/treemenu.html
http://www.wysiwygwebbuilder.com/treeview.html
http://www.wysiwygwebbuilder.com/treemenu.html
http://www.wysiwygwebbuilder.com/treeview.html
Re: Tree View Selection
Thank you Crispy68, I tried the free one, I wonder if we can use it to call functions instead of pages.
Re: Tree View Selection
What do you mean by 'call functions'?
Re: Tree View Selection
Hi Pablo,
From what I see is that the treeview calls pages or url. What I meant was "running a javascript".
Thanks.
From what I see is that the treeview calls pages or url. What I meant was "running a javascript".
Thanks.
Re: Tree View Selection
You can always use javascript:function() to run a script via the URL field.
https://www.w3schools.com/tags/att_a_href.asp
https://www.w3schools.com/tags/att_a_href.asp
Re: Tree View Selection
Thanks Pablo for the tip, I will look into implementing this method as the treeview looks great.