SliceList and TestbedList are specialized versions of SimpleList with related css
[myslice.git] / plugins / lists / staticlist.py
index c5a254a..f53a2ac 100644 (file)
@@ -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)