Subversion Repositories HomeAutomation

Rev

Rev 73 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. class PlaceHolderObj {
  2.    
  3.     var top:Number;
  4.     var height:Number;
  5.     var menuItemIndex;
  6.    
  7.     //länka till en menuitem och eller en xmlitem
  8.    
  9.     function PlaceHolderObj (top:Number, height:Number) {
  10.         this.top = top;
  11.         this.height = height;
  12.        
  13.        
  14.     }       //end constructor
  15.    
  16.            
  17.        
  18. }