Am 10.04.2006 um 12:42 schrieb Kazuki Ohta:

Hi, All.

I've developed the small javascript library to make the widgets
"resizable". Please try attached file or following URL

URL: http://221.112.61.214/~kzk/others/mixi/resizer.html

Now I wish script.aculo.us developers to merge this into the
"script.aculo.us". Is there any chance of merge? Is this a right
place to ask this question?

Possibly. For it to be included, it would take following changes/ additions:

1) Make more use of Prototype functions, especially for event handling,
and using .setStyle().

2) Provide constraints for doing only vertical/horizontal resizing which is probably
needed for forms. It _could_ be a better way just to use script.aculo.us
Draggables for the resizer, as these support things like this, plus addtional
stuff like window scrolling.

3) Provide callbacks for a) onResize and b) onResizeEnd so users can hook
in their own functionality during resizing and at the end of a resize.

Having that said, I can imagine this could be really useful in many
situations! Nice work!

Thanks in advance.

Kazuki Ohta.

Cheers,
-Thomas
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to