cretace
cretace
ok so here's the hack method: comment out the function after this line: "// try to figure out the best place for the tooltip" (about 18 lines of code) replace...
Using slects with ids and bypassing the 'value' returned - I'm sure it can be refined but it works : : : : data-validation='expiry_date' $.formUtils.addValidator({ name : 'expiry_date', validatorFunction :...
To get mouse move I added var origin =evt.pageX; to get mousedown point On mouse up did var moveto =evt.pageX; and delta=(origin-moveto); But I had prolems when range blocks started...