Hello Thomas,

I think all you're asking for is already included here:
http://www.net4visions.com/dev/dialog/dialog.htm

Have a look

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas
Fuchs
Sent: Tuesday, April 18, 2006 2:33 PM
To: rails-spinoffs@lists.rubyonrails.org
Subject: Re: [Rails-spinoffs] Proposal of "Resizable" javascript library

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
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to