Show More
@@ -65,9 +65,9 b' casper.notebook_test(function () {' | |||
|
65 | 65 | var multicontainer2_query = '.widget-area .widget-subarea .accordion'; |
|
66 | 66 | var multicontainer2_index = this.append_cell( |
|
67 | 67 | 'multicontainer = widgets.AccordionWidget()\n' + |
|
68 |
'page1 = widgets.Text |
|
|
69 |
'page2 = widgets.Text |
|
|
70 |
'page3 = widgets.Text |
|
|
68 | 'page1 = widgets.TextWidget()\n' + | |
|
69 | 'page2 = widgets.TextWidget()\n' + | |
|
70 | 'page3 = widgets.TextWidget()\n' + | |
|
71 | 71 | 'multicontainer.children = [page1, page2, page3]\n' + |
|
72 | 72 | 'multicontainer.set_title(2, "good")\n' + |
|
73 | 73 | 'display(multicontainer)\n' + |
General Comments 0
You need to be logged in to leave comments.
Login now