Changeset 7386 for branches/0.4/tests/widget/test_PageContainer.html
- Timestamp:
- 02/20/07 17:54:40 (23 months ago)
- Files:
-
- 1 modified
-
branches/0.4/tests/widget/test_PageContainer.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/tests/widget/test_PageContainer.html
r5907 r7386 33 33 dojo.byId("next2").disabled = page.isLastChild; 34 34 } 35 dojo.event.topic.subscribe("myPageContainer-selectChild", selected); 36 // TODO: if someone removes the first or last page have to disable the previous/next buttons */ 35 dojo.addOnLoad(function(){ 36 dojo.event.topic.subscribe("myPageContainer-selectChild", selected); 37 // TODO: if someone removes the first or last page have to disable the previous/next buttons */ 38 }); 37 39 </script> 38 40 </head>