jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: click event? click event? #99774

    bwalsh429
    Participant

    From what I read in the api docs for jqxtree, there is no ‘click’ event only a ‘select’ event. Let’s say there is a tree with nodes labeled ‘Page 1’, ‘Page 2’ and ‘Page 3’. The user selects ‘Page 2’ and the corresponding page is loaded. If the user clicks on ‘Page 2’ again the select event is not fired because that node is already selected. If there were a click event, every time the user clicks on the ‘Page 2’ node it would fire the event and load the page.

    The reason I want this the user can click on different nodes in different trees and the loaded content changes.

    Edit: Nevermind, after reading the reply, I decided to double check… I reread the ‘API Reference’, there is no ‘click’ event but there is an ‘itemClick’ event. Problem Solved.

    in reply to: Issues with resetting grid Issues with resetting grid #94100

    bwalsh429
    Participant

    I’ve been trying to use you jseditor to post an example, but can seem to figure the path to use to load the jqwidgets files. If you can let Me know what to use I’ll make a project there for you to look at

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