Changeset 198


Ignore:
Timestamp:
Sep 27, 2006, 3:50:57 PM (19 years ago)
Author:
garnier
Message:

fonction js correcte

File:
1 edited

Legend:

Unmodified
Added
Removed
  • presentations/Tools/v2/Slidy/slidy.js

    r197 r198  
    711711      if (lastExpand == null) {
    712712         nextSlide(!event.shiftKey);
    713          //         foldPreviousExpandNext();
    714713       }
    715714       return cancel(event);
     
    24132412              }
    24142413              if (node.visible) {
    2415                 //                alert("fold this");   
    24162414                fold(node);
    24172415              }
    24182416              else if ((node != lastExpand) && (state == "foundLastExpandFold")) {
    2419                 //                alert("unfold other");   
    24202417                unfold(node);
    24212418                return node;
     
    24262423        }
    24272424   }
    2428    //   alert("state="+state);
    24292425   if ((state == "noExpandedItem") && (firstOutline != null)) {
    2430      //     alert("unfold first");   
    24312426     unfold(firstOutline);
    24322427     return firstOutline;
     
    24372432   }
    24382433}
     2434
    24392435/*
    24402436  If their is no item expand :
     
    24702466              }
    24712467              if (node.visible) {
    2472                 alert("fold this");   
    24732468                fold(node);
    24742469              }
    24752470              else if ((node != lastExpand) && (state == "foundLastExpandFold")) {
    2476                 alert("unfold other");   
    24772471                unfold(node);
    24782472                return node;
     
    24832477        }
    24842478   }
    2485    alert("state="+state);
    24862479   if ((state == "noExpandedItem") && (firstOutline != null)) {
    2487      alert("unfold first");   
    24882480     unfold(firstOutline);
    24892481     return firstOutline;
Note: See TracChangeset for help on using the changeset viewer.