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
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-
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
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
*
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
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
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
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