This group is announcement-only. You cannot post messages because you are not a manager.
|
=== This Group Is Closed ===
|
| |
This group is now closed. We've moved to the new Prototype &
script.aculo.us group:
[link]
prototype-scriptaculous@google groups.com
The archives of this group are well worth searching, though! Lots of
useful information here. If you find spam in these archives, please... more »
|
|
Strange difference rails 2.0.2 and 2.1.0 drop_receiving_element
|
| |
Reader,
I found this strange difference between rails 2.0.2. and 2.1.0
<%= drop_receiving_element "bdiv",
:onDrop => "function(drag,drop)
{ ax=''+drag.id;
#{remote_function(:url => { :action => 'move/\'+ax+\''})}}
"
%>
In 2.0.2 Parameters: {"controller"=>"items", "action"=>"move/item_31"}... more »
|
|
Aborting Ajax.Request
|
| |
Hi everyone,
I have found a way to cancel an Ajax.Request. Just wanted to know if
there is an already solution for this, or a better one?
Here is the code:
var axConnection;
new Ajax.Request('sample.php', {
onCreate: function(request)
{ axConnection = request; },... more »
|
|
scriptacolus: Ajax.Autocompleter in top of the input field
|
| |
I use the Ajax.Autocompleter and it works well. Unfortunately I don't
have any influence on the behaviour (inlinestyle) of the (js)
generated source.
It looks like this:
<div style="position: absolute; left: 15px; top: 31px; width: 181px;"
id=".." class="...">
The div expands in direction of the bottom.... more »
|
|
Prototype, JSON and headers
|
| |
Hi everyone.
I love JSON and using Prototype has help me reduce the code to handle
AJAX responses.
But one thing keeps me confused and sometimes even frustrated.
I don't really understand what is going on with the headers, so if
someone could take some time to explain what is going on, I (and
probably a lot more people) would be very thankful.... more »
|
|
Adjusting the height of a div to fill the window
|
| |
I think I just need a little education on this topic so that I can
search for a solution more effectively.
I have a window with some stacked divs inside, the height of the top
divs will vary depending on their contents. I want to dynamically
adjust the bottom div to fill the remaining space in the window. I... more »
|
|
|