X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Flists%2Fstaticlist.py;h=f53a2acb2b7755a143e05eec9e999a2b3cb161b2;hb=960addc41d03da7286ded7fc20ad3d87ac9c2771;hp=c5a254acc99b55544a8a22d367b7298f872e8fe5;hpb=d685d0cd62cae3d61b49aac84b2437b8950b8373;p=myslice.git diff --git a/plugins/lists/staticlist.py b/plugins/lists/staticlist.py index c5a254ac..f53a2acb 100644 --- a/plugins/lists/staticlist.py +++ b/plugins/lists/staticlist.py @@ -2,6 +2,12 @@ from unfold.plugin import Plugin class StaticList (Plugin) : + """ StaticList allows you to display an html list + that you provide the contents for in the 'list' input argument + It is static in the sense that no query is going to be used to + manage this contents + """ + # only deal with our own stuff here and let Plugin handle the rest def __init__ (self, list=[], with_datatables=False, **settings): Plugin.__init__ (self, **settings)