Displaying 20 results from an estimated 10000 matches similar to: "Ajax inPlaceCollectionEditor"
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
2006 Jun 21
11
scriptaculous question
Hello everybody.
I''m wondering if there is away with scriptaculous to update multiple form
fields with data after finishing an autocomplete request.
Heres an example.
Joe BlowSchmoe fills in his name and starts to type in the customer number,
he selects the approprate customer number from autocomplete list, and bam
the address associated with the customer number is populated into the
2006 Mar 21
16
Javascript Code inside an Ajax response
Hi, i wish to run a function that came inside my Ajax response. I read
that i have to use the evalScripts to make this, but still i couldn''t
make it work. The error said that my function isn''t declared. I look
at the Sergio Pereira tutorial about use the var xxx = function() but
still doesn''t work.
Someone could help me?
In the response this is the code:
for (var i =
2006 Jan 11
3
sortables callbacks
i know someone just recently asked about queueing ajax requests, my
question is similar in the regards that i don''t want my application to
send multiple requests. i have 2 sortabbles lists left, and right. when
i move an item from left to the right the onUpdate callback will send 2
ajax requests. one for each sortables. however. i want it to serialize
and send back the results from
2006 Feb 10
1
Stopping an observe event
If I want to stop observing a div Is this the format?
Event.stopObserving($(''''mydiv''),''click'');
Deco
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 08
9
InPlaceEditor - IMG for OK / Cancel?
Hi all,
Is it possible to use images instead of plain text for the "OK" and "Cancel"
controls?
Thanks,
Best Regards,
EJC
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Feb 08
29
Autocomplete and Firefox
Having problems with the autocomplete on my linux box and firefox.
When I use form tags it breaks, without form tags everything works fine.
Exact copy of the example provided, but I added form tags.. The initial
search and select works but then the box sort of "locks up" and I can''t
change it at all, If I do try to type something nothing changes but a
second later the whole
2006 Jan 13
5
Effect together with ...firstChild - can''t get it to work
Hi,
I am relatively new to Rails and I can''t get the following to work:
what I am trying to do is to make the first item of a list to flash:
var item = $(''items'').firstChild;
new Effect.Highlight(item);
I get the this Javascript error message:
this._base has no child (effects.js, line 445)
But I am able to do this without any problems:
var item =
2006 Mar 07
6
[PATCH] Allow Ajax.InPlaceCollectionEditor to load collection externally
Attached is a patch to allow Ajax.InPlaceCollectionEditor to load the
collection using AJAX.
It adds a new option, loadOptionsURL, which is the URL used to load the
values over the interweb. It expects the server to return
<option></option> values. If one of them has a selected="selected"
attribute, it will probably be pre-selected. Not tested that though.
Also only tested
2006 Mar 07
0
Ajax.InPlaceCollectionEditor problems
Hi all,
I''m trying out the new Ajax.InPlaceCollectionEditor in script.aculo.us
1.5.3. I''m able to display the select box properly. However, I''m stumped
on how to send my hidden field as well as the value being edited to my
form. Can anybody also explain how I can use $F or $S to read my hidden
form fields into javascript?
Thanks much,
Vamsee.
--
Posted via
2007 Jun 27
1
Prototype 151; Ajax.Updater vs Ajax.Request and evalScripts=true
Why does Ajax.Updater() and Ajax.Request() differ in how evalScripts
is handled? Or doesn''t it, and I just got it wrong?
I have a module that generates an Ajax request to insert dynamic
content into a div. The dynamic content is plain vanilla HTML with
some inline javascript *functions*
I cannot get the browser to honor/execute/see those javascript
functions when I use .Request()
If I
2008 Jan 21
4
Can't change paramName with InPlaceCollectionEditor
Hi all,
I use prototype v1.5 and script.aculo.us controls v1.7.0
I did this simple code :
---------------------------------------------------------------------------------------------------
new Ajax.Request("myPageSel.asp", {
method: "get",
parameters: {r:$el.id},
onSuccess: function(xhr) {
new Ajax.InPlaceCollectionEditor($el.id, ''myPageMaj.asp'', {
2007 Mar 03
1
Ajax.Updater with evalScripts: true strips curly braces
When I return an html fragment to Ajax.Updater with evalScripts: true set,
and there is a script fragment with curly braces in it (a function
declaration or an object literal), the curly braces are getting stripped out
somehow, and leaving me with invalid JS.
I think this is the case because I put an alert in the evalScripts method
right before the "return eval(script)" and it had no
2006 Mar 22
2
problem with Ajax.Updater evalscript and firefox
Hello there people, im having a problem with the Ajax.Updater evalscripts, i
fill and div with a form that i get with the Ajax.Updater, that form had a
javascript validation, i put evalScripts true but when i get the form i had
an unexpected close in the firefox, i had a long time looking the answer but
nothing yet, somebody with the same problem? or the answer?
greets
--
//
// Ing. Francisco
2006 Feb 13
3
Insertion.top & tables
I have had trouble making Insertion.top work with tables
I would like to do something like
<table>
<div = "newentry">
<tr><td> First entry</td></tr>
<tr><td> Second entry</td></tr>
</div>
</table>
so that Insertion.top inserts the new row above the first entry. So
far this has not worked. Has anyone else tried
2006 Jun 23
5
OT: Debugging iBook --- help
This is way OT, but here goes...
I''ve had an iBook for 2 days now and am debugging a web built with
prototype/script aculo / windows / etc... I have no real experience on a
Mac.
Occasionally, there''s no better way to debug JavaScript than an alert in a
loop... Once I have the information information I want from the alert, the
loop may want to execute another 300 times. I
2008 Mar 22
4
Ajax.Updater not fully work in IE7
My code snapshot: correct work in FF , Opera and Safari, but in IE7 -
isn''t return result
<form action="test.php" method="POST">
<div id="country" style="border: 1px solid #ccc; width: auto"></div>
<br/>
<a href="javascript:getTest()">test</a>
</form>
<script
2007 May 30
0
Ajax.Updater : About evalScripts and defining functions
I have a problem using ajax.updater, I''ve already read the article
available here http://prototypejs.org/api/ajax/updater but I cannot
implement the recommanded solution.
I''m using "big" script with loads of functions and classes and it
doesn''t work in the loaded page (with ajax.updater).
The script I''m trying to include is available here :
2007 Nov 13
0
Ajax.Updater evalScripts:true
Hello,
i habe a problem to include <script> code in div container.
function ajaxUriDivJava(url, z)
{
try{$(z).innerHTML="<centrer><img src=''http://
static.mymir.org/wait30trans.gif''></centrer>";}catch(e){}
var pars = '''';
var myAjax = new Ajax.Updater( {success: z}, url,
{ method: