X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trash%2Fpluginview.py;h=16801d058844df11ec6d34939368733afd8de6d6;hb=ceaa4271ec96d47dc4e8d1eb727d82364a9032aa;hp=236744f0cd81dbb3d500108e9132c2e6aec71f52;hpb=1aea42c3668602aacfe22bc762ee939672129f53;p=myslice.git diff --git a/trash/pluginview.py b/trash/pluginview.py index 236744f0..16801d05 100644 --- a/trash/pluginview.py +++ b/trash/pluginview.py @@ -41,29 +41,32 @@ def test_plugin_view (request): Stack ( page=page, title='thestack', - togglable=False, + togglable=True, domid='stack', sons=[ \ - Updater ( - page=page, - title="wont show up as non togglable by default", - query=main_query, - label="Update me", - domid="the-updater", - ), - # make sure the 2 things work together +# this updater thing never made it to production +# Updater ( +# page=page, +# title="Won't show up as non togglable", +# query=main_query, +# label="Update me", +# domid="the-updater", +# ), + # make sure the 2 things work together Hazelnut ( page=page, title="Slice %s - checkboxes interacting w/ updater"%slicename, query=main_query, domid="hazelnut", checkboxes=True, + togglable=True, ), Messages ( page=page, title="Runtime messages", - domid="msgs-pre", + domid="messages", levels='ALL', + togglable=True, ), ])