jQWidgets Forums

jQuery UI Widgets Forums Navigation Expander Change user action type

This topic contains 1 reply, has 2 voices, and was last updated by  Minko 13 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Change user action type #969

    Anonymous

    Hi,

    I’m creating a website using your jqxExpander. For my case I think that the best behaviour for the expander would be to expand/collapse when the user double click on it’s header (not single click as it’s in the moment). Could you help me with this issue please?

    Greetings,

    Alex.

    Change user action type #977

    Minko
    Blocked

    Hi Alex,

    After you’ve initialized your expander you can use the following code to change user interaction’s type for collapsing/expanding:

    $('#expander').jqxExpander('toggleMode', 'dblclick');

    Best regards,

    Minko.

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

You must be logged in to reply to this topic.