Changeset 9935
- Timestamp:
- 08/03/07 03:58:16 (18 months ago)
- Location:
- dojox/trunk/presentation
- Files:
-
- 1 removed
- 2 modified
-
fx.js (deleted)
-
tests/test_presentation.html (modified) (2 diffs)
-
_base.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/presentation/tests/test_presentation.html
r9424 r9935 80 80 </head> 81 81 <body class="tundra"> 82 <div dojoType="dojox.presentation " id="testPresentation">82 <div dojoType="dojox.presentation.Deck" id="testPresentation"> 83 83 <div dojoType="dojox.presentation.Slide" id="myFirstSlide" title="Introduction"> 84 84 … … 124 124 125 125 </div> 126 <!-- 126 127 <div dojoType="dojox.presentation.Slide" title="Remote Slide" href="_ext1.html"></div> 128 --> 127 129 <div dojoType="dojox.presentation.Slide" title="Click Blocking" id="animated"> 128 130 <p>You cannot click on this page</p> -
dojox/trunk/presentation/_base.js
r9750 r9935 10 10 11 11 dojo.declare( 12 "dojox.presentation ",12 "dojox.presentation.Deck", 13 13 [ dijit.layout.StackContainer, dijit._Templated ], 14 14 null, … … 78 78 // summary: connect to the various handlers and controls for this presention 79 79 console.log('fooooo'); 80 dojox.presentation. superclass.startup.call(this);80 dojox.presentation.Deck.superclass.startup.call(this); 81 81 82 82 if(this.useNav){