search for: partialsearch

Displaying 4 results from an estimated 4 matches for "partialsearch".

2006 Apr 20
1
The Autocompleter, with scrollable result-div
...@@ -72,8 +72,10 @@ new Array("John Jackson", "Jack Johnson", "Jane Agnews", "Jack Johnson", "Jane Agnews", "Jack Johnson", "Jane Agnews"), { tokens: new Array('','',''\n''), fullSearch: true, partialSearch: true }); // ]]> </script> +<br /> +Hide these dropdowns <select><option>&nbsp;</option></select><select><option>&nbsp;</option></select><select><option>&nbsp;</option></select><select><opt...
2006 May 01
0
RE: Leak in the Autocompleter, with scrollable result-div ?
...@@ > > > > new Array("John Jackson", "Jack Johnson", "Jane Agnews", "Jack > > Johnson", "Jane Agnews", "Jack Johnson", "Jane Agnews"), { tokens: new > > Array(',','\n'), fullSearch: true, partialSearch: true }); > > // ]]> > > </script> > > +<br /> > > +Hide these dropdowns > > <select><option>&nbsp;</option></select><select><option>&nbsp;</option></select><select><option>&nbsp;&lt...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...this.options.defaultParams) this.options.parameters += '&' + this.options.defaultParams; new Ajax.Request(this.url, this.options); @@ -382,7 +382,7 @@ Ajax.Autocompleter = Class.create(Autocompleter.Base, { // - choices - How many autocompletion choices to offer // // - partialSearch - If false, the autocompleter will match entered -// text only at the beginning of strings in the +// text only at the beginning of strings in the // autocomplete array. Defaults to true, which will // match text at the...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server