add a notion of 'active' in Composite, used in rendering Tabs for now
[unfold.git] / engine / views.py
index 59a2e46..96dfa66 100644 (file)
@@ -28,11 +28,15 @@ def test_plugin_view (request):
                                               foo='the value for foo',
                                               with_datatables=True),
                                   Tabs (title='Sample Tabs',name='tabs1',
+                                        active='raw1',
                                         sons = [ Raw (title='a raw plugin',name='raw1',
+                                                      hidable=False,
                                                       html= 3*lorem_p),
                                                  SliceList(title='a slice list',name='slicelist-main',
+                                                           hidable=False,
                                                            list=hard_wired_slice_names),
-                                                 Raw (title='raw title',name='raw2',html=lorem) ]),
+                                                 Raw (title='raw title',name='raw2',
+                                                      hidable=False,html=lorem) ]),
                                   SimpleList (title='SimpleList with slice names', 
                                               name='simplelist2',
                                               list=hard_wired_slice_names,