Search Results

Type: Posts; User: gujun

Search took 0.01 seconds; generated 40 minute(s) ago.
  1. The button of the Form always be clicked by default when I press the enter key even the defaultButtonStopEvent is true.

    Maybe it should add "return;" statement after "e.stopEvent();".
    Same...
  2. The source code as following can catch the EnterKey Events normally in IE8+, but it doesn't work in IE6:



    <SpecialKey Fn="specialKeyFn" />

    var specialKeyFn= function (field, e) {
    if...
Results 1 to 2 of 2