Displaying 20 results from an estimated 1000 matches similar to: "InPlaceEditor trouble"
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
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 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 Feb 21
6
Help with Script.aculo inPlaceEditor
Well, I start recently with Scriptacolus and inPlaceEditor. I have two doubts about use it.
1) When I specify URL for save changes or not it doesn''t work. See example below:
<script type="text/javascript">
new Ajax.InPlaceEditor(''aNombre'', ''productos.php?a=actualizar&f=aNombre'');
</script>
In productos.php file I have
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
2005 Oct 31
2
Inplaceeditor and a tooltip on mouserollover?
on mouseover when using inplaceeditor it highlights in yellow. Great.
However, I want to also show a tooltip inside this div on mouseover.
Specifically, when a user is over editable text, besides the yellow
background, I want to display next to it a "delete" link. One of the things
I''ve tried is this:
<script language="JavaScript">
new
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 Nov 14
3
InPlaceEditor question
I''ve noticed some strangeness when using the InPlaceEditor.
Here''s my code:
<p id="storyTitle"><%= storyTitle %></p>
<script type="text/javascript">
new Ajax.InPlaceEditor(''storyTitle'',
''editBlog.jsp'', {
callback: function(value) { return ''v=edit&user=<%=
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
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
2005 Nov 29
2
InPlaceEditor form value
As I understand it the name of the <input> element created when
using the InPlaceEditor is "value".
When creating an instance of Ajax.InPlaceEditor I have a
callback function that looks like this (to send the value using
a different parameter name):
function(value) { return ''name='' + value;}
Using etheral to see what''s getting sent back to the server
2006 Jan 18
5
Perform action after in-place edit
I want to be able to call an action after performing an edit using the
in-place editor macro. I want to update multiple divs so I was
thinking about using an RJS template. However, I can''t figure out how
to trigger another action after the method created by
in_place_edit_for runs. Is there is an option on Ajax.InPlaceEditor
where I can inject some Element.update calls?
Thanks,
Shane
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 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
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
2006 Jan 05
6
InPlaceEditor and textarea
Hi to all.
First of all exchuse for my bad english
I try to use Ajax.InPlaceEditor with a textarea:
##################
new Ajax.InPlaceEditor($(''ipblock''), ''tools/admin_save.php'',
{ ajaxOptions: {method: ''get''},
rows:10,
cols:20,
callback: function(form, value) { return ''op=ipblock&value='' + value},
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
2006 Mar 03
3
Ajax.InPlaceEditor - disabling the yellow highlight?
Is there a way to disable Ajax.InPlaceEditor''s yellow rollover highlight?
2006 Feb 09
6
inPlaceEditor ISSUES!
I have run into a problem that I have never created before. I am
using the scriptaculous inPlaceEditor
If I hit the cancel button, and rehit the editor it then creates two
textboxes, and if I repeat three input boxes, etc.!
Must be stupid simple, but I AM STUMPED!
DECO