Displaying 4 results from an estimated 4 matches for "demoajaxreturn".
2005 Oct 26
2
Troubleshooting inplace editor
...from the script.aculo.us <http://script.aculo.us> wiki:
http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor
<p id="editme">Click me, click me!</p>
<script language="JavaScript">
new Ajax.InPlaceEditor(''editme'', ''/demoajaxreturn.html'');
</script>
3. The page loads okay, but no Ajax magic.
4. My javascript console displays the following errors:
Error: Element.getStyle is not a function
Source File: http://127.0.0.1:3000/javascripts/controls.js
Line: 474
Line 474 from control.js is this:
this.originalBackgr...
2008 Jun 06
2
Scriptalicious: Ajax Inline Text Editor
...I doing wrong?
// using (row 15, col 40) for custom size, and custom parameters in
the same inline editor
<p id="editme2">Click me to edit this nice long text.</p>
<script type="text/javascript">
new Ajax.InPlaceEditor(''editme2'', ''/demoajaxreturn.html'', {rows:
15,cols:40}, {
callback: function(form, value) { return
''item=123&field=description&myparam=''+escape(value) }
});
</script>
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to t...
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?
2008 Feb 13
8
comparing ajax.updater div in js
This is really bugging me no matter what I''m trying.
In javascript, I''m using the ajax.updater, and it (obviously) writes
back out to a div. I want to then compare what was echoed out into
this div (which came from the php file I listed in ajax.updater) with
a string.
test should equal "SomeString" because that is what is being echoed
out to