EasyUI Forum

General Category => EasyUI for Vue => Topic started by: fengdie on December 02, 2018, 01:29:20 AM



Title: tree component need clickToEdit
Post by: fengdie on December 02, 2018, 01:29:20 AM
I want to achieve the same effect as this example.
http://www.jeasyui.com/easyui/demo/tree/editable.html (http://www.jeasyui.com/easyui/demo/tree/editable.html)


Title: Re: tree component need clickToEdit
Post by: stworthy on December 03, 2018, 06:23:35 PM
Please update to the newest version. Call the 'beginEdit' method to edit a node.
https://www.jeasyui.com/demo-vue/main/index.php?plugin=Tree&theme=material-teal&dir=ltr&pitem=Editable%20Tree&sort=asc


Title: Re: tree component need clickToEdit
Post by: fengdie on December 04, 2018, 02:00:20 AM
3q.
The tree is editable and ready to use, but I want to add a form validation rule to the tree component. How to add?