[Proto-Scripty] Re: [Scriptaculous Autocomplete] Why cant I Override oncomplete

2011-08-31 Thread Victor
Also why you cannot override some method? It is simple like Ajax.MyAutocompleter = Class.create(Ajax.Autocompleter, { onComplete: function($super, request) { $super(request); } }); or you want to replace existing method in existing class? -- You received this message because you are sub

[Proto-Scripty] Re: [Scriptaculous Autocomplete] Why cant I Override oncomplete

2011-08-31 Thread Victor
You can highlight matched characters while creating response on the server side like in this sample: This will not pass into answerHighlighted partNot highlighted part -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this