Changeset 861
- Timestamp:
- 07/10/07 15:49:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/ColorPicker/ColorPicker.js
r770 r861 364 364 do 365 365 { 366 if (e.style.position == 'fixed') 367 { 368 this.table.style.position = 'fixed'; 369 } 366 370 top += e.offsetTop; 367 371 left += e.offsetLeft; … … 888 892 colPicker.open("",chooser, input.value ); 889 893 } 894 Xinha.freeLater(this,"chooser"); 890 895 } 896 Xinha.colorPicker.InputBinding.prototype.setColor = function (color) 897 { 898 this.chooser.style.backgroundColor = color; 899 }
Note: See TracChangeset
for help on using the changeset viewer.