folder-tree-js
Reactive icon

Folder Tree JS

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 5 Mar (4 weeks ago)
 by 
0.0
 (0 ratings)
folder-tree-js

Folder Tree JS

Documentation
1.0.1

This is a simple folder tree UI component made with JS. 

I wanted a component easy to read and understand how it is creating the folders. 

Code isn't minified so anyone can download and change it however they want :)


--


Use the FolderTree block and wrapped it in an If conditional for Is Data Fetch from the data source aggregate.

If an orphan is find (one that isn't a root folder) a console.log message will popup, so keep an eye on that. 


--


Actions you can use:

  • TriggerEvent_Initialized non-mandatory event was added so the consumer can respond to the folder tree being initialized.
  • SetFolderActive client action to set a folder active programatically.

1.0.0

This is a simple folder tree UI component made with JS. 

I wanted a component easy to read and understand how it is creating the folders. 

Code isn't minified so anyone can download and change it however they want :)


--


Use the FolderTree block along with the UpdateTreeFolder action on an aggregates after fetch to display/update the folder entries.

If an orphan is find (one that isn't a root folder) a console.log message will popup, so keep an eye on that.