search for: setcontentzoom

Displaying 3 results from an estimated 3 matches for "setcontentzoom".

2005 Jun 28
0
New beta of script.aculo.us
...pulse * Added Effect.Pulsate and Effect.Fold effect by Justin Palmer * Added transitions by Mark Pilgrim: .full, .none * Added effects by Mark Pilgrim: Effect.Grow, Effect.Shrink * Changed effects namespace to Effect. (Effect2 is deprecated, but works too) * Added Element.setContentZoom() function * Added expanded Effect.Highlight ("Yellow Fade Technique") to have user-defined colors and autodetecting the background color * Sortable.create passes the zindex, starteffect, reverteffect and endeffect options to the underlying Draggables * Sortable.seriali...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...ade appear grow shrink fold blindUp blindDown slideUp slideDown '+ element = $(element); Effect[effect.charAt(0).toUpperCase() + effect.substring(1)](element, options); return element; - } + }; } ); @@ -1117,4 +1125,4 @@ $w('getInlineOpacity forceRerendering setContentZoom collectTextNodes collectTex function(f) { Effect.Methods[f] = Element[f]; } ); -Element.addMethods(Effect.Methods); +Element.addMethods(Effect.Methods); \ No newline at end of file diff --git a/src/public/javascripts/prototype.js b/src/public/javascripts/prototype.js index 9f6c857..dfe8ab4 10...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server