Subversion Repositories wimsdev

Rev

Rev 18561 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18561 Rev 18656
Line 90... Line 90...
90
  this.use_dashed = use_dashed || 0;\
90
  this.use_dashed = use_dashed || 0;\
91
  this.dashtype0 = dashtype0 || 4;\
91
  this.dashtype0 = dashtype0 || 4;\
92
  this.dashtype1 = dashtype1 || 4;\
92
  this.dashtype1 = dashtype1 || 4;\
93
  this.use_offset = use_offset || 0;\
93
  this.use_offset = use_offset || 0;\
94
  this.clicked = 0;\
94
  this.clicked = 0;\
95
  if( this.onclick == 2 && this.use_slider != -1){this.onclick = 5;};\
-
 
96
  dragdrop_reply[object_cnt] = {object_cnt:this.object_cnt,type:onclick,x:this.x[0],y:this.y[0],r:this.w[0],angle:this.angle,clicked:0};\
95
  dragdrop_reply[object_cnt] = {object_cnt:this.object_cnt,type:onclick,x:this.x[0],y:this.y[0],r:this.w[0],angle:this.angle,clicked:0};\
97
  if(this.use_slider != -1 ){slidergroup[this.object_cnt] = this;};\
96
  if(this.use_slider != -1 ){slidergroup[this.object_cnt] = this;};\
98
  };");
97
  };");
99
 
98
 
100
// dragdrop_reply[object_cnt] = {object_cnt:this.object_cnt,type:onclick,x:this.x[0],y:this.y[0],r:this.w[0],angle:this.angle,clicked:0};
99
// dragdrop_reply[object_cnt] = {object_cnt:this.object_cnt,type:onclick,x:this.x[0],y:this.y[0],r:this.w[0],angle:this.angle,clicked:0};