search for: tagifytext

Displaying 2 results from an estimated 2 matches for "tagifytext".

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.Text(element, effect) takes the parent element and and calls the given effect for each child el...
2006 Jun 08
0
Why doesn''t Rails 1.1 have all the Script.aculo.us 1.6
Ran across this today. Builder.js was removed *but* effects.js references Builder (~line 115, inside tagifyText I think) and will throw errors, obviously, if builder.js hasn''t been loaded. I can see the intent of removing scriptaculous.js, builder.js and slider.js, but they should be removed if one of the remaining files depends on features provided by [one of] them. As it stands, scriptaculous sup...