Changeset 688 for ether_statistics


Ignore:
Timestamp:
12/13/12 16:32:34 (12 years ago)
Author:
vmipsl
Message:

remove wijmo
drag and drop

Location:
ether_statistics/web
Files:
1 deleted
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ether_statistics/web/project/statistics-script.jsp

    r687 r688  
    9393    { 
    9494        this.middleSlide = new DragSlide( {id:"middle", parent:this.parent, width:"700", height:"550", top:"150px", left:"38px", 
    95             specificClass:"containerStatistics", specificTitleClass:"containerStatisticsTitle", specificContentClass:"containerStatisticsContent", activeDbClick:"None"} ); 
     95            specificClass:"containerStatistics", specificTitleClass:"containerStatisticsTitle", specificContentClass:"containerStatisticsContent"} ); 
    9696 
    9797        this.rightSlide = new DragSlide( {id:"right", parent:this.parent, width:"180", height:"320", top:"212px", left:"750px", 
  • ether_statistics/web/project/statistics_sauv.jsp

    r667 r688  
    2222    <ether:htmlCss cssFile="printContent"/> 
    2323 
     24    <ether:htmlJs jsFile="library/jquery-1.4.2.min"/> 
     25    <ether:htmlJs jsFile="library/jquery.class"/> 
     26    <ether:htmlJs jsFile="library/jquery.protify-0.3"/> 
     27 
    2428    <ether:htmlJs jsFile="library/jquery-1.8.2.min"/> 
    2529    <ether:htmlJs jsFile="library/jquery-ui-1.9.0.custom"/> 
     
    4145 
    4246<div id="pageWrapper" class="pageWrapper"> 
     47 
     48    <div class="dialog" id="divDialog"></div> 
    4349 
    4450    <%-- ****************** TITLE & TOOLS ****************** --%> 
  • ether_statistics/web/resources/css/statistics.css

    r687 r688  
    272272    -webkit-box-shadow: none; 
    273273    box-shadow: none; 
    274     background-color: #F5F5F5; 
     274    background-color: white; 
    275275    border: 1px solid #336699; 
    276276    color: #336699; 
  • ether_statistics/web/resources/js/classesForJQuery/DragSlide.js

    r687 r688  
    5252        this.parent.append( this.divContainer ); 
    5353 
    54         this.divContainer.draggable(); 
     54        this.divContainer.draggable( {handle:this.divTitle} ); 
    5555        this.divContainer.resizable(); 
    5656//        this.divContainer.dblclick(); 
Note: See TracChangeset for help on using the changeset viewer.