search for: __trunk_test

Displaying 4 results from an estimated 4 matches for "__trunk_test".

2005 Sep 03
3
script.aculo.us 1.5_pre4
Today marks the release of script.aculo.us 1.5_pre4 The single biggest addition are the new effects queue and the text effects. Head to http://script.aculo.us/__trunk_test/test/ run_functional_tests.html and give "effects_queue" and "texteffects_test.html" a try. As always, loads of fixes and improvements. Specials thanks to all of you who help with ideas, patches and bug reports! The detailed CHANGELOG is available at: http://dev.rubyonrails...
2005 Sep 16
4
Autocompleter handling multiple completes
Has anyone extended the Autocompleter to do multiple auto-completes in a single input field? I''m looking to achieve similar functionality to the del.icio.us <http://del.icio.us> post page which allows multiple auto-completes of tag names in the tags input field. cheers, Rob -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Oct 10
2
Scriptaculous - chaining effects.
I have an element where I do a BlindDown on mouse over and a BlindUp on mouse out... The problem I am seeing is if I take my mouse off befor the first blind down is all the way down, the blind flickers and it is competing at lowering and raising the blind simultaneously. I assume (hoping) there is some way to ether : 1) Have blind up wait till blind down is finished befor going back up
2005 Aug 31
3
Text effects
Heya, The latest script.aculo.us trunk features an experimental text effects feature. See a demo here (probably broken in IE, haven''t tested): http://script.aculo.us/__trunk_test/test/functional/ texteffects_test.html It works like this: The new method Effect.tagifyText(element) wraps all single characters of all text node children (not grandchildren) of the given element in <span style="position: relative"> wrappers. The second new method, Effect.Tex...