Changes between Initial Version and Version 1 of Ticket #6909, comment 2
- Timestamp:
- Jan 28, 2011, 8:45:16 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6909, comment 2
initial v1 1 1 I made some changes, and it started working! 2 2 3 in widget '''"ui.mouse"''' i added deafultoption "which:1"3 in widget '''"ui.mouse"'''in deafult options i added option "which:1" 4 4 5 5 {{{ … … 7 7 }}} 8 8 9 and in '''_mouseDown''' changed to read this option 10 {{ 9 and in function '''_mouseDown''' changed to read this option 10 11 12 {{{ 11 13 btnIsLeft = (event.which == this.options.which) // instead of this (event.which == 1) 12 }} 14 }}} 13 15 16 17