| folder component for the CubicWeb framework | |
SummaryThe folder cube allows to create a tree of categories and classify entities as you're used to do in a file-system. UsageDefine the relation filed_under in the schema, object must contain all entities which can be classified in a folder. class missing_filed_under(RelationDefinition):
name = 'filed_under'
subject = ('ExtProject', 'Project', 'Card', 'File')
object = 'Folder'
The FoldersBox shows the folders hierarchy as a tree view. It's not visible by default (user can activate it using their preferences) but you can activate it by default using the code snippet below: from cubes.folder.views import FoldersBox
# make the folders box visible by default
FoldersBox.visible = True
| |
| uses | cubicweb |
|---|---|
| download base url | http://ftp.logilab.org/pub/cubicweb/cubes/ |
| recommends | <recommends not specified> |
| recommended by | <recommended by not specified> |
| may be discussed on | CubicWeb |
| used by | cubicweb-document, cubicweb-drh, cubicweb-forge, cubicweb-intranet, cubicweb-skillmat, cubicweb-skm, cubicweb-stdlib, cubicweb-sysinfo |
| use license | <use license not specified> |

cubicweb-folder-1.8.0.tar.gz