search for: jstree

Displaying 5 results from an estimated 5 matches for "jstree".

Did you mean: stree
2006 Jan 10
2
Is there a best practice in dealing with javascript dependencies?
As I''ve begun to work with several javascript libraries out there, I''ve run in to some dependency issues that must have been solved by others before. For example, I''m trying to implement the jstree library from Laurie Harper in to BundledResource. Breaking the ''jstree'' javascript from the sample html out in to its own file caused it to fail because the browser now tries to load both behaviour.js and (my new file) jstree.js at the same time--but jstree.js depends on...
2005 Dec 22
2
using slidedown and slide up in a multiple level menu
can someone take a look at a menu I am trying to build using slideUp and slideDown. I finally got it working in IE and now in Firefox, it works fine on the first level, but not on the submenus. They just slide over the top of the divs that follow them. Where am I going wong? http://mod.dreamchasers.com/menutest.php Thanks! Chad _______________________________________________
2005 Nov 19
16
Looking to develop for scriptaculous
Hello All, I have just joined rails-spinoffs mailing lists and I would like to introduce myself. My name is Casey and I am a professional Web and J2EE developer currently working out of New York. I am very interested in contributing to the Scriptaculous javascript library. For the past few months I have been using certain functions in the library and I have to say that it has taken my
2006 Jan 08
10
Resource Bundle Roundup
...s/textareatools/) Others that I have in mind include: - subModal Dialog (http://www.subimage.com/dhtml/subModal/) - Multiple File Uploader (http://the-stickman.com/web-development/ javascript/upload-multiple-files-with-a-single-file-element/) - Javascript Tree (http://www.holoweb.net/laurie/jstree/) - Tooltips (http://walterzorn.com/tooltip/tooltip_e.htm) So the question is, what other invaluable cream-of-the-crop tools would you like to see as drop-in bundled resources for Rails? Regards, Duane Johnson (canadaduane) http://blog.inquirylabs.com/ P.S. The plugin is now available via...
2006 May 24
7
Using inline editor without requiring a URL
Hi, I was wondering if anyone has implemented the inplace editor without the need for the URL. I have tried this but run into a problem in that the ''saving...'' text in shown for ever and the label is no longer editable. Can I also confirm that my idea of the callback function is something that runs before the value is passed to the URL (if you were to use one). What might be