Changeset 9935

Show
Ignore:
Timestamp:
08/03/07 03:58:16 (18 months ago)
Author:
dante
Message:

renames dojox.presentation to dojox.presentation.Deck (style guidelines) and removes unused
fx.js (use dojox.fx instead, but not implemeneted yet) presentation is going to undertake a
major cleanup shortly (rewrite of part/action relationship)

Location:
dojox/trunk/presentation
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/presentation/tests/test_presentation.html

    r9424 r9935  
    8080</head> 
    8181<body class="tundra"> 
    82         <div dojoType="dojox.presentation" id="testPresentation"> 
     82        <div dojoType="dojox.presentation.Deck" id="testPresentation"> 
    8383                <div dojoType="dojox.presentation.Slide" id="myFirstSlide" title="Introduction"> 
    8484                 
     
    124124 
    125125                </div> 
     126                <!-- 
    126127                <div dojoType="dojox.presentation.Slide" title="Remote Slide" href="_ext1.html"></div> 
     128                --> 
    127129                <div dojoType="dojox.presentation.Slide" title="Click Blocking" id="animated"> 
    128130                        <p>You cannot click on this page</p> 
  • dojox/trunk/presentation/_base.js

    r9750 r9935  
    1010 
    1111dojo.declare( 
    12         "dojox.presentation", 
     12        "dojox.presentation.Deck", 
    1313        [ dijit.layout.StackContainer, dijit._Templated ], 
    1414        null, 
     
    7878                // summary: connect to the various handlers and controls for this presention 
    7979                console.log('fooooo');  
    80                 dojox.presentation.superclass.startup.call(this); 
     80                dojox.presentation.Deck.superclass.startup.call(this); 
    8181 
    8282                if(this.useNav){