similar to: Ajax.InPlaceEditor Test crashes FireFox 1.0x

Displaying 20 results from an estimated 10000 matches similar to: "Ajax.InPlaceEditor Test crashes FireFox 1.0x"

2006 Jan 25
10
Ajax.InPlaceEditor onSuccess: ???
I''m looking for onSuccess: in Ajax.InPlaceEditor, but it doesn''t appear to exist. onComplete isn''t what I need because I only want my callback on success. Is there a way to do this? Thanks, Jamie
2006 Mar 27
5
InPlaceEditor convertHTMLLineBreaks
I''m curious if anyone else has a need to disable *convertHTMLLineBreaks*. I actually need to show the <p>''s and <br>''s in the editor and browsing the source code, see that this isn''t configurable. Jamie
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"
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
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
2007 Jan 10
0
Ajax.InPlaceEditor Create Form question
I''ve successfully combined Ajax.Inplaceeditor with another autocomplete javascript. However, I''m trying to alter the form that is created. Is there a way to prevent the autocompletion feature when typing in the form? I tried messing with the controls.js file: textField.obj = this; textField.type = "text"; textField.name = "value"; textField.id =
2006 Jan 22
6
Bug in Script.aculo.us'' Ajax.InPlaceEditor?
Guys, I am likely going to submit this as a bug, but wanted to see if anyone else is experiencing it. I''m trying to use an Ajax.InPlaceEditor. In firefox, it works great, but in IE, it adds two form elements when clicked instead of one. In other words, you have two text fields, two ok buttons, and two cancel links after clicking an element to be edited. This even happens when
2005 Sep 02
3
Ajax.InPlaceEditor
Hello, I have just subscribed to the list. I am having problems with the Ajax.InPlaceEditor. I am getting different results when I use Firefox and IE. The problem is: On IE, when I click submit in the InPlaceEditor form, the form posts to itself (my InPlaceEditor code is on /test/index.html, and the form posts to /test/index.html) and passes a paramater of ''value''
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 03
3
Ajax.InPlaceEditor - disabling the yellow highlight?
Is there a way to disable Ajax.InPlaceEditor''s yellow rollover highlight?
2005 Oct 27
5
Save output of Ajax.InPlaceEditor to a variable?
All, The Ajax.InPlaceEditor control is nice but I''d like the ability to read the changed value. Basically, I''m creating a form with editable elements but it''s only when I do the submit that the form elements are submitted. I''d still like to allow in-place editing but what I''d like to do is get the new value and throw that in a hidden form variable Is
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
2006 Jul 11
0
Ajax.InPlaceEditor + onComplete
Hello, I am trying to use the helper "in_place_editor_field" and pass an onComplete to it, but it seems that I can''t pass that :success or :onComplete because they become attributes of the span on to of the Javascript: Here is my desired Javascript outcome: new Ajax.InPlaceEditor(''div_name'', ''link_name'',
2006 Mar 02
0
[PATCH] small correction to allow editing of html with Ajax.InPlaceEditor
Ajax.InPlaceEditor will not let you edit HTML as it strips all tags coming from the loadTextURL Ajax callback. Bug or feature? I say bug. The patch below fixes this. -Rob --- js/controls.js.old 2006-03-02 13:46:26.000000000 +0000 +++ js/controls.js 2006-03-02 13:46:29.000000000 +0000 @@ -628,7 +628,7 @@ onLoadedExternalText: function(transport) { Element.removeClassName(this.form,
2005 Oct 01
8
Ajax.InPlaceEditor on Safari & Firefox
Hi, I''ve downloaded the latest svn trunk and was glad to see that Ajax.InPlaceEditor forms can now be correctly submitted on Safari as well, with the server response being correctly displayed as well. The problem is, however, that clicking again on the same element (after sumbitting it first) will duplicate the submit form. The next attempt will triplicate it etc, etc... Could
2006 Jul 21
1
Ajax.InPlaceEditor is not a constructor error?
Hey I''m getting a Ajax.InPlaceEditor is not a constructor error on some of my pages. I''ve included the following .js''s: :defaults scriptaculous Any ideas? Thanks guys! Gustav gustav@rails.co.za -- Posted via http://www.ruby-forum.com/.
2008 Jun 02
0
Ajax.InPlaceEditor <br>-Tags in a textfield
Hey, i''ve got a problem using the InPlaceEditor as a textarea with the current version of Script.aculo.us and prototype. I have some formated text (using <br>) in the div. After i updated scriptaculous today it doesn''t convert the <br> to \n for correct formating in the textarea if i click into for editing. Instead of this i can see the <br>-tags in the
2007 Nov 15
4
Ajax.InPlaceEditor: controls.js update
I''m not sure if this is a bug or not, but I had to patch controls.js file to accommodate the idea that I had planned. I had to combine Ajax.InplaceEditor and AutoCompleter for a "tagging" feature at my office. With the autocompleter, I need to target an INPUT FIELD by ID. However the generated INPUT field from the Ajax.InPlaceEditor did not include this attribute in
2005 Oct 13
6
performance
I''ve got a page I''ve implemented a bunch of observables and sortables. There are around 330 items in the list. The Observables (for hide/show of sublists) don''t seem to impact performance, but the Sortables take a very long time to load when the page is refreshed or submitted--even after accounting for the server-side processing and latency. I''ve
2006 Apr 18
1
Ajax.Updater: getting onComplete to fire in IE
Has anyone found a way to get onComplete to fire in IE? I''ve built a bunch of functionality around Updater and this is a show-stopper for me. I''m on the latest Scriptaculous. Thanks much, Jamie