similar to: InPlaceEditor background image only shows first time?

Displaying 20 results from an estimated 2000 matches similar to: "InPlaceEditor background image only shows first time?"

2005 Oct 05
5
InPlaceEditor crash on Safari
Quick question.. I often crash my Safari when using ''Enter'' on InPlaceEditor''s for submitting. Works fine on firefox(win & Mac) - no javascript errors. Anyone else seen this behavior? (Maybe it is just my alterings of InPlaceEditor :-) Best Regards Michael Krog
2005 Oct 26
2
Troubleshooting inplace editor
I can''t get the inplace editor to do anything for me. The output appears as regular formated, unclickable text. Maybe I am missing something simple. 1. I just downloaded script.aculo.us <http://script.aculo.us> 1.5_rc3 and copied it to my javascript folder. 2. To set up a simple test, I created a new test page containing only the copied from demo1 from the script.aculo.us
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 Jan 12
1
Effect.Puff Problem - first frame is wrong size
I''m trying to get to the bottom of this one. Not much for Javascript debugging, but found the Venkman tool and have been stepping through the code trying to see where things go wrong. Looks like it just might be a conflict with the style but lets give some background. I''m doing a ''Effect.Puff(''my_div'')'' on an onclick, and
2005 Dec 26
2
Dynamic order on has_many relationship?
I was wondering if it''s possible to some how control the :order given on a has_many depending on another attribute? Or do I need to just create multiple has_many relationships pointing to the same table but with different orders and then select which one I use in the controller instead? e.g class Category < AR::B has_many :products, :order => //something magical?// end
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
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
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
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 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''
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
2006 Feb 18
0
inPlaceEditor formatted XML
Hi List! I was just wondering. I''m cooking up a all-in-one-publishing system based on XML/XSL-translations. Without going into that in detail; i''d like to ask; is there any way that the InPlaceEditor is able to display XSL-translated XML on the fly? If not, where to start to build such ? Is the inPlaceEditor a good place to start from? I''m thinking of the way the
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 Jan 22
1
Bug in Scriptaculous 1.5.1 (InPlaceEditor)?
Hello guys, I''m experiencing a bug in 1.5.1, confirmed by me in IE and others on the Rails general list in Safari. It does not manifest itself in Firefox. In IE and Safari, clicking an Ajax.InPlaceEditor causes two form elements to be created, rather than the one expected. I''ve examined the code in controls.js and determined that the event handler "enterEditMode" is
2005 Oct 31
0
SELECT instead of INPUT in InPlaceEditor ?
Hi ! I'd like to know if it is possible to create a server-side generated SELECT object instead of an INPUT for the InPlaceEditor. I guess it is, because createEditField() seems to be devoted to that. Unfortunately, my JavaScript skills are lacking. Can someone direct me as to how to override a single method in a JavaScript object ? I have the following HTML code: <span
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