symfony-bundle tree-ui-core-bundle
Symfony CMF Tree UI Bundle
dantleech/tree-ui-core-bundle
Symfony CMF Tree UI Bundle
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
WIP Tree UI Core Bundle
The Tree UI bundle is a WIP to replace the CMF TreeBrowserBundle., (*1)
Feature parity with TreeBrowserBundle:, (*2)
- Tree browser: YES
- Tree form type: YES
- Context menu: YES (with FancyTreeView)
- Drag and drop: YES (with FancyTreeView)
- Tree state memory: NO, not yet
Some additional important features:, (*3)
- Metadata system (including annotations)
- Zero configuration for node hierachy (this is done via. metadata)
- Configurable CRUD routes
- No coupling to models or views
- Provides API for models to implement, e.g. PHPCR-ODM, ORM, Filesystem
- Provides API for view controllers, e.g. FancyTree, ElFinder.
- Specific models / views packaged seperately
- Except for Filesystem (zero-dependencies, good for testing)
- and .. Static HTML view, pretty useless atm, but at least it doesn't have
any deps :) .. again good for testing.
- Multi-select form type
See also:, (*4)
- https://github.com/dantleech/TreeUiPhpcrOdmModelBundle
- https://github.com/dantleech/TreeUiFancyTreeViewBundle