Display Alfresco directory tree view in a popup
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2014 09:10 AM
Hi
I'd like to display the Alfresco directory popup in my dashlet. When the user clicks a button in my dashlet it should display a popup that should display a list of directories in the repository. When selecting a folder it should display all the files and folders within that folder. Then, I should be able to select a file from the popup window.
Sample code or documentation regarding this is appreciated.
I'd like to display the Alfresco directory popup in my dashlet. When the user clicks a button in my dashlet it should display a popup that should display a list of directories in the repository. When selecting a folder it should display all the files and folders within that folder. Then, I should be able to select a file from the popup window.
Sample code or documentation regarding this is appreciated.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2014 03:42 PM
You can refer out of the box code itself in order to get understanding of the implementation. Out-of-the-box also there is functionality in which it shows the popup and displays the folders. Check different actions against a content/folder for this.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2014 07:54 AM
You can use YAHOO.widget.TreeView constructor to build tree in your custom control.
Thanks,
If this post helps, please comment as "mark comment as useful".
Thanks,
If this post helps, please comment as "mark comment as useful".
