Displaying 5 results from an estimated 5 matches for "brainsick".
Did you mean:
brainlock
2006 Feb 09
3
Autocompleter Request depends on other field
Hi list,
First, I have a textbox "username". I also have an Autocompleter'd textbox
called "products".
Is there a "built in" way to have the Autocompleter's Ajax Request pass the
value in the "username" field ?
(I tried adding "parameters: $F('username')" to the Autocompleter's options,
but, that grabs the initial username
2006 Feb 21
4
[Prototype] implementation of bind()?
http://dev.rubyonrails.org/browser/spinoffs/prototype/src/base.js
contains this definition:
Function.prototype.bind = function() {
var __method = this, args = $A(arguments), object =
args.shift();
return function() {
return __method.apply(object, args.concat($A(arguments)));
}
}
In other words, if a bound function is given the arguments
(This,A,B,C)
the underlying
2006 Feb 10
8
Prototype Inheritance example
Hello Everyone,
I am working on a control collection for javascript/Ajax.Net. I am stuck on
the class inheritance aspects of the prototype library. If someone could
point me to an example it would be a great help. I have looked through the
controls.js of the scriptaculous library and found something like the below
code, but everytime I ran it I would get a constructor error.
Thanks for any help;
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