Jump to content

Recommended Posts

Posted

I want to use Node(Tree) at the front-end so that a specific user group can add and edit nodes, sub-nodes.


topic-60.thumb.png.4c55057e18d69688e50e3db9946e0101.png

 

how can I do it ? is there any helper ?


 

  • 2 weeks later...
Posted (edited)
On 5/8/2021 at 4:58 AM, aXenDev said:
/**
	* @brief	[Node] Parent ID Database Column
*/
public static $databaseColumnParent = 'parent_id';

 

I know exactly how to use this class. My question is whether it is possible to use this class in the forms that we create for users or not?
For example, suppose I want to allow users to register product categories.  how Can I use this class in this case?

Edited by ReyDev
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...