Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    RowMouseDownEvent and shift key

    Hi,

    in RowMouseDownEvent I can find:

    isCtrlKeyDown()
    isAltKeyDown()

    but nothing regarding the SHIFT key... Would it be possible to add this one as well ?

    Thx

    (We are currently using SmartGWT 4.0p)

    #2
    It's globally available - EventHandler.shiftKeyDown()

    Comment


      #3
      Perfect.
      Thank you very much for you quick answer.

      Thomas

      Comment

      Working...
      X