Displaying 3 results from an estimated 3 matches for "onclicklisten".
Did you mean:
onclicklistener
2006 Sep 19
0
Effect.Highlight interferes with Effect.toggle
...;')){
Element.show(this.element);
if(!this.options.handle){ this.span.innerHTML =
this.options.hideHTML; }
}else{
Element.hide(this.element);
if(!this.options.handle){ this.span.innerHTML =
this.options.showHTML; }
}
this.onclickListener =
this.options.toggle.bindAsEventListener(this);
Event.observe(this.button, ''click'', this.onclickListener);
},
createButton: function(){
if(this.options.handle){
this.button = this.options.handle;
return;
}
this.sp...
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 Nov 30
12
Disable autocomplete (Ajax.Autocompleter) on the fly.
I''m sure there is an easy way to do this, but it is one of those things
that is incredibly difficult to search for.
How can I disable an ''Ajax.Autocompleter'' element from working ''on the
fly''? I have a page where I''m using two (I know it''s crazy)
Ajax.Autocompleter elements and once one of them has got a result I
want the other field