jQWidgets Forums

jQuery UI Widgets Forums General Discussions Event argument

This topic contains 8 replies, has 4 voices, and was last updated by  Amazingg 8 years, 5 months ago.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • Event argument #49081

    dailyblog
    Participant

    Hi,I do not know how to find(get) members of event argument?I tried to find them from API document,but failed.
    For example ,I can found event.args.rightclick from demos ,but what are the other members of event.args?

    Event argument #49083

    Peter Stoev
    Keymaster

    Hi dailyblog,

    The event arguments are documented in the API Documentation. If we missed something and you noticed that, point it out and we will document it with the next update.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Event argument #49101

    dailyblog
    Participant

    Hello,Peter.Thank you for your reply.
    The member “rightclick” is not documented in API documention.just one member “rowindex” is documented.

    Event argument #49109

    Peter Stoev
    Keymaster

    Hi dailyblog,

    Which event of which widget do you point?

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Event argument #49110

    dailyblog
    Participant

    jqxGrid.
    How to know all members of Event arguments for rowclick event?
    There is just rowindex in API documention.

    Event argument #49111

    Peter Stoev
    Keymaster

    Hi dailyblog,

    It’s actually only rowindex and rightclick. rightclick is missing in the docs, so we will have to add it.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Event argument #49151

    dailyblog
    Participant

    Hi,Peter
    I got all members of event arguments through Fire Bug. There are three useful members:rightclick,rowindex,visibleindex.

    Event argument #49334

    aoverton07
    Participant

    a simple console.log(event) should list all the properties of that object in the dev console

    Event argument #90215

    Amazingg
    Participant

    Thank you aoverton07 ! Your answer helped me so much ^^

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.