Ignore:
Timestamp:
10/25/12 17:21:33 (12 years ago)
Author:
vmipsl
Message:

wijmo (linechart, barchart), credits, mentions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_statistics/web/resources/js/classesForJQuery/DragSlide.js

    r593 r596  
    4545        if( this.specificContentClass ) 
    4646            this.divContent.addClass( this.specificContentClass ); 
    47         this.divContent.html( this.content ); 
     47        this.divContent.html( this.contentSlide ); 
    4848        this.divContainer.append( this.divContent ); 
    4949 
     
    5757    }, 
    5858 
     59    getTitle: function() 
     60    { 
     61        return this.divTitle.html(); 
     62    }, 
     63 
     64    setTitle: function( newTitle ) 
     65    { 
     66        this.divTitle.html( newTitle ); 
     67    }, 
     68 
    5969    getContent: function() 
    6070    { 
     
    6575    { 
    6676        this.divContent.html( newContent ); 
     77    }, 
     78 
     79    getDivContent: function() 
     80    { 
     81        return this.divContent; 
    6782    }, 
    6883 
Note: See TracChangeset for help on using the changeset viewer.