Displaying 20 results from an estimated 1000 matches similar to: "RE: inPlaceEditor -how to capture values just beforeit is edited"
2006 Jan 19
0
inPlaceEditor -how to capture values just before it is edited
Hi All. I have problem i''m using inplaceEditor in my webb apps and i have situation like that: Iwanna send to serwer not only changed value by inplaceEditor but also the old value that i just change how to do it. I must do it because i just need to know what values i have to change in database. 
Grzesiek
----------------------------------------------------
Wybierz Książkę Roku, wygraj
2006 May 08
2
inPlaceEditor and onClick Event
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 inplaced editor but this inplaced editor should be trigerred when i clicked in second divs. How to do it nice?
2006 Jan 09
6
inPlace Editor
HI, I am a new to the group.
I have run into the following issue.
The following works fine
<h1 id="tobeedited">To be edited</h1>
<script>
new Ajax.InPlaceEditor($(''tobeedited''),  
''_ajax_inplaceeditor_result.html'', {
         ajaxOptions: {method: ''get''}
         });
</script>
But I want to pass some more
2006 Jan 13
2
Ajax.InPlaceEditor
Ajax.InPlaceEditor
Could someone explain to me the necessary steps in getting this to work.
--
Thank You In Advance,
Frank D''Elia
2006 Mar 22
3
document.write() in ajax response
Hi,
I am facing a problem and the description is as follows -
I have a page 1.html that does an Ajax.Updator & calls stuff from 2.html (that has some html snippet & some javascript).
So far so good - things work fine.
However, if 2.html had any document.write code - eg document.write(''hello'') then once the response is received it will be rendered till the point
2005 Dec 04
5
Javascript Logging
Hello Everyone,
Just wanted to find out if scriptaculous has a patch for a error logging class?
Currently, I have found 2 javascript logging scripts (outside of scriptaculous).
Lumberjack: http://gleepglop.com/javascripts/logger/
log4js: http://jroller.com/page/stritti?entry=logging_in_javascript_log4js
Could you guys shed some light on what would be a good logger class to use with our
2005 Oct 27
3
String.protoype.toQueryParams
Hi, I am trying to play with all the methods in the Array Object.
Just wanted to check with you guys if this is the correct explanation of toQueryParams().
If yes, then I''ll add it to the documentation as well.
Works for me (but I am not sure if it''s the correct way to use it).
  /* String.prototype.toQueryParams takes a query string, i.e, string with
     name value pairs
2006 Jan 20
3
disabling drag''n''drop features on some areas
Hi,
I have implemented the drag and drop feature to move around some divs, but I
have a small side
effect i am trying to clear:
When the draggable div contains links, and if the user grab the div on the
link, the drag is done but
the link is also visited, leading to unwanted issues.
What I''ve tried to do is to look for all ''a'' tags in the draggable elements
in order
2005 Nov 20
1
Deleting InPlaceEditor
Howdy,
I have created several InPlaceEditor''s for each of my menu items. This way i 
can easily rename them, however when i rename a menu item, it renames 
several id''s in the document.
I then need to adjust an InPlaceEditor to point to the new id. It seems an 
inplaceeditor cannot be changed, so i have been tryiny to delete it, then 
create a new one.
How do i delete an
2005 Dec 09
5
Prototype Enumerable, Array and Hash Documentation
Hey guys,
I recently published an article documenting some of the more useful  
and interesting parts of Prototype''s Enumerable, Hash and Array objects.
You can find it here:  http://encytemedia.com/blog/articles/ 
2005/12/07/prototype-meets-ruby-a-look-at-enumerable-array-and-hash
If you have any feedback or suggestions, fire away.
Cheers,
   -Justin Palmer
2006 Feb 27
1
InPlaceEditor on an empty div
Hi,
I am wondering what the trick is to use InPlaceEditor on an emtpy div.
I have a set up where one div contains a question, and next to it is  
an emtpy div which should be used for InPlaceEditor. The user clicks  
on a button "answer" and that activates the InPlaceEditor in the  
appropriate div.
This doesn''t work, however. The div which should use InPlaceEditor  
must
2005 Nov 11
2
InPlaceEditor trouble
Hi all
this is my first post to this list. Im am trying to use the InPlaceEditor,
but I only manage to make it work in very simple case as in teh demo on the
wiki. In my case I have a list of records ("books") with different fields
and each field has an InPlaceEditor. My problem is how to pass teh id of the
record to the update action at the controller, I tried to define the
2006 Feb 28
0
loadTextURL
When i load text into the script using loadTextURL: "getPage.php", It loads  what i want it to load but i can not edit it. IS this an error on my part or what
new Ajax.InPlaceEditor(''tobeeditedTD'', ''changelink.php'', { loadTextURL: "getPage.php", callback: function(form, value) { return
2007 Sep 28
1
Ajax.InplaceEditor (script.aculo.us / Prototype)
I am new to script.aculo.us and prototype and I am having problem
using it. It only has problem in IE. There is no problem in Firefox
and it works fine. I am using script.aculo.us InPlaceEditor and it
always returns object expected as an exception. What I could debug so
far is I could see element and url which are the parameters. I could
see object in Ajax.InPlaceEditor after creating class but
2006 Mar 03
3
xml handling
Hello there, im having a problem with the xml handling, i want to get and
xml node and put things in an input text but im a little lost, im using this
code, but isn''t work, what am i doing wrong?
---------------------
<a href="#" onclick="getXML()">Get XML</a>
<input type="text" value="nothing here" id="respuesta" />
2005 Nov 21
0
Ajax.InPlaceEditor questions / suggestions
I just spent some time writing my own InPlaceEditor before discovering that
it exists already! I like the simplicity of InPlaceEditor, but there were a
couple of scenarios that my own home grown solution handled, but I can''t
figure out how to make InPlaceEditor do the same thing:
1) I have a scenario where I''d like to start out in edit mode. In my case
you double click on
2006 Feb 27
0
update a second div with Ajax.Updater, when Ajax.InPlaceEditor has just finished to modify another first div
Hi,
I''m a newbees in javascripting with scriptaculous, but I wonder someone 
to help me on that simple (not for me of course !) case :
I''d like to update a second div with Ajax.Updater, when 
Ajax.InPlaceEditor has just finished to modify another first div ? How 
could I do this in this kind of code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2005 Dec 15
3
Generic Question about the way code is written
Hi,
This is a generic question about the way code is written in prototype and scriptaculous libraries.
Inside every object, we find functions that begin with "_".
How are these methods/functions different from the rest?
eg _text, _attributes, _each...
Please let me know.
Thank you,
Mandy.
2005 Oct 07
2
InPlaceEditor
Hi all,
I was wondering if I could get some help with using Ajax.InPlaceEditor. 
I want to use loadTextURL to get the text, as it says on the bottom of 
the documents ''How to edit server side formatted text (formatted with 
eg. textile)''. My question is how do I know which inplaceedit I''ve 
clicked? So that I know which id I need to get the text from in the 
mysql
2006 Jul 22
1
InPlaceEditor with Autocompletion
Hi
Rails AJAX controls are very handy, and the InPlaceEditor is probably 
one of the easiest and most neat of them all. But, it doesn''t do 
autocompletion. I''ve rectified that situation. The plugin provides a few 
new helpers and a new JavaScript-file that extends the 
Ajax.InPlaceEditor with local and remote Autocompletion features. So, 
just install the plugin, include the