Project Description
TreeMultiPicker is a datatype for Umbraco 4 that allows the selection of multiple content or media nodes from a tree.
It supports parent node selection and Drag & Drop reordering of selected nodes.
It was developed as a replacement for Lefteris's Multiple Media and Node Pickers.
Features
- Select nodes from the standard Umbraco tree.
- Restrict selection to nodes under a given parent node.
- Reorder nodes within the selection with Drag&Drop.
- Image preview for media content.
- Compatibile with the new Umbraco 4 Ultimate Picker or with the old Lefteris's Multiple Media and Node Pickers.
- Works in InternetExplorer, Firefox and Google Chrome (from version 0.5).
- Source available (from version 0.5).
- Parent node can be expressed as an XPath expression. You can use $currentPage and $currentParent as shortcuts with the obvious meaning.
Screenshots
An example of the Tree Multi Picker showing a selection of Content Nodes.
An example of the Tree Multi Picker showing a selection of Media Nodes, with preview.
An example of the Tree Multi Picker using the XPath expression feature to select among the children of the current page (parentID was set to "$currentPage").
The Pre Value Editor for Tree Multi Picker.