dantleech / tree-ui-core-bundle
Symfony CMF Tree UI Bundle
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- jms/metadata: 1.4.x-dev
- symfony/framework-bundle: ~2.2
Requires (Dev)
- symfony-cmf/testing: 1.0.*
This package is auto-updated.
Last update: 2024-10-29 04:30:52 UTC
README
The Tree UI bundle is a WIP to replace the CMF TreeBrowserBundle.
Feature parity with TreeBrowserBundle:
- 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:
- 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: