Displaying 2 results from an estimated 2 matches for "instituteofthefuture".
2005 Aug 06
1
why is the result of expr. Ajax.InPlaceEditor not an object in Safari
hi guys.
i''m really thrilled about the in-place editor and rahul''s additions/
examples at http://www.instituteofthefuture.org/js/inplace.php
i know that this "mozilla only" script will eventually get fixed and
be usable in safari as well, but i can''t wait, so i''ve tried to poke
around a bit -- of course, without success. i am much more of an
"end user" than "developer...
2005 Jul 18
13
in place text edit
I''ve written a pretty nice Flickr style in place text edit JavaScript
control based on the Script.aculo.us library.
API is like this:
<span id="editme">Edit me!</span>
<script>
new InPlaceEditor($(''editme''), ''url/to/action'');
</script>
Background changes to gray as mouse hovers over the text (like flickr)
and the