Re: [Rails-spinoffs] [ANN] Tooltips v1.1 Released

2006-05-08 Thread Benjamin Mack
Yeah, I think that's an important feature too! Would be cool if you could implement it. Thanks for the tooltips lib! greetings, benni. -SDG- Joe Hudson wrote: Yeah, I looked at the demo and it really is great. Is there any way that you can optionally be able to keep the tooltip from disappea

RE: [Rails-spinoffs] [ANN] Tooltips v1.1 Released

2006-05-08 Thread Joe Hudson
Yeah, I looked at the demo and it really is great. Is there any way that you can optionally be able to keep the tooltip from disappearing if the mouse moves over the tooltip (in case you have links in the tooltip)? Thanks Joe > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-

Re: [Rails-spinoffs] [ANN] Tooltips v1.1 Released

2006-05-08 Thread Brice Burgess
Pretty sweetness... Can a tooltip show the contents of a (w/ more "rich" content)? -- or is it limited to title tag of link? ~ Brice Ed C. wrote: All -- Thanks to those who sent me input! I'm proud to release my tooltips version 1.1 into the wild; it can be downloaded here: https://boy

Re: [Rails-spinoffs] [ANN] Tooltips v1.1 Released

2006-05-08 Thread Rongzhong Lu
2006/5/9, Ed C. <[EMAIL PROTECTED]>: All --Thanks to those who sent me input! I'm proud to release my tooltipsversion 1.1 into the wild; it can be downloaded here: https://boygeni.us/svn/tooltips/tags/release-1.1.0/Changes include:* Rendering constrained to viewport* User-defined effects options *

[Rails-spinoffs] [ANN] Tooltips v1.1 Released

2006-05-08 Thread Ed C.
All -- Thanks to those who sent me input! I'm proud to release my tooltips version 1.1 into the wild; it can be downloaded here: https://boygeni.us/svn/tooltips/tags/release-1.1.0/ Changes include: * Rendering constrained to viewport * User-defined effects options * MIT License Tested und

[Rails-spinoffs] prototype: leak with Element.extend

2006-05-08 Thread Joel Shellman
Had a nasty memory leak that was seriously slowing down the browser and eating up a couple megabytes every reload. I was using: $$('.dyntable').each(function(elm) { new DynTable(elm) }); To set up my behavior, but discovered that just running: $$('.dyntable'); Caused the memory leak all by it

Re: [Rails-spinoffs] inPlaceEditor and onClick Event

2006-05-08 Thread Deco Rior
The inPlaceEditor has an externalControl option if I remember. Set this to the id of the item that will trigger the editor. Deco On May 8, 2006, at 6:55 AM, Grzesiek Slusarek wrote: Hi all. I have specific situation that I want to made element to be edited in place (i mean I want to wrapped

[Rails-spinoffs] inPlaceEditor and onClick Event

2006-05-08 Thread Grzesiek Slusarek
Hi all. I have specific situation that I want to made element to be edited in place (i mean I want to wrapped that element Ajax.InPlaceElenment) but i want that inplaceeditor be triggered not clicked in that element but in the other element. e.g. there are two divs and first I want to be inplac