jQWidgets Forums
Forum Replies Created
-
Author
-
June 10, 2013 at 7:04 pm in reply to: Keep the expanded/collapsed state of each item Keep the expanded/collapsed state of each item #22906
I used cookies to store the state and checked the state as I was creating my JSON
June 10, 2013 at 7:01 pm in reply to: How do I turn a node in a tree into a link How do I turn a node in a tree into a link #22905I was being very dim… I apologize for that, not enough coffee…
icon: "images/folderIcon.png", label: "Search Engine", id:"{id from db}", value:"{insert value here}", expanded: false, items: [ {label: "<a href='http://google.com' target='_blank'> Google</a>", id:"{id from db}", value:"{insert value here}" } ]},{icon: "images/folderIcon.png", label: "Another folder", id:"{id from db}", value:"{insert value here}", expanded: false, items: [ {label: "<a href='http://someOtherDomain.com' target='_blank'> Test</a>", id:"{id from db}", value:"{insert value here}" } ]}
May 7, 2013 at 6:38 pm in reply to: How do I turn a node in a tree into a link How do I turn a node in a tree into a link #20694I have tried attributes such as:
– url
– uri
– destination
– link
– targetall with no joy.
May 7, 2013 at 4:54 pm in reply to: How do I turn a node in a tree into a link How do I turn a node in a tree into a link #20688But what if I am building the tree using JSON? Here is a snippet of my JSON:
{ icon: "images/folderIcon.png", label: "Java Src", expanded: false, items: [ { icon: "images/favorites.png", label: "Overview (Java EE 6 )" }, { icon: "images/favorites.png", label: "Overview (Java Platform SE 6)" }, { icon: "images/favorites.png", label: "Overview (Java Platform SE 7 )" } ] },
This creates a folder called “Java Src” with three nodes underneath them. So how in JSON do I add a url to these nodes?
Regards,
Jay
May 7, 2013 at 2:09 pm in reply to: How do I turn a node in a tree into a link How do I turn a node in a tree into a link #20676Thank for you responding, but in the demo that you sent the do not have links in them…
******* snip ****************
Home
SolutionsEducation
Financial services
Government
Manufacturing
SolutionsConsumer photo and video
Mobile
Rich Internet applications
Technical communication
Training and eLearning
Web conferencingAll industries and solutions
-
AuthorPosts