| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2004/12/15 15:35:24 | 42 | 42 | dpavlin | Added show_all to dump all entries (might be useful for comboboxes without any data entered). On the other hand, it might be very, very, very slow... You have been warned. |
| 2004/11/22 13:34:21 | 41 | 41 | dpavlin | more documentation |
| 2004/11/21 23:28:51 | 40 | 40 | dpavlin | added snippet of documentation |
| 2004/11/21 23:28:31 | 39 | 39 | dpavlin | make test output from php file |
| 2004/11/17 09:25:10 | 38 | 38 | dpavlin | added new combobox implementation by Matko Andjelinic together with example implementation in php |
| 2004/10/19 15:45:52 | 37 | 37 | dpavlin | all test now in show_status (so localisation can be done much more easily) |
| 2004/10/10 08:30:36 | 36 | 36 | dpavlin | removed locale fix and locale alltogether -- JavaScript hasn't notion of locale, so I must sort without locale |
| 2004/10/09 21:00:06 | 35 | 35 | dpavlin | re-sort input data in memory to overcome locale problem with spaces |
| 2004/09/26 22:10:44 | 34 | 34 | dpavlin | hide dropdown first, and then empty it (prevents flicker in Internet Explorer) |
| 2004/09/25 22:14:22 | 33 | 33 | dpavlin | more-or-less complete implementation of REAL combobox in JavaScript and html. It's just ugly code (I should re-write it in object-oriented code), but it works. Also, drop down icon sucks, I know... |
| 2004/09/25 22:13:13 | 32 | 32 | dpavlin | once again, API changes: now there are following fuctions for generating results: - reset_results (clear results list) - result (add one result) - show_results (called after all results) - filter (filter entries, with timeout) - show_filter (filter entries, without timeout) Hopefully, this is last major change in API |
| 2004/09/25 22:08:27 | 31 | 31 | dpavlin | sort combo-test.js case insensitive |
| 2004/09/24 16:58:08 | 30 | 30 | dpavlin | implemented timeout to start filtering (by default 200ms) |
| 2004/09/24 15:44:27 | 29 | 29 | dpavlin | lot of small changes: remove null from display, clear results before filling new ones, combo that works again... |
| 2004/09/23 18:22:50 | 28 | 28 | dpavlin | somewhat incompatible change: now generated html is stored inside object (so you can overrride result function with createElement or something like that to get interactive performance) |
| 2004/09/20 18:55:14 | 27 | 27 | dpavlin | removed debug |
| 2004/09/15 16:48:24 | 26 | 26 | dpavlin | much better quoting for JavaScript (on, why am I re-inventing Data::JavaScript?) |
| 2004/09/15 15:30:04 | 25 | 25 | dpavlin | major refacture: 0 element is searched, all others can be used in result function to generate html specific to one result. All that will be displayed by calling display function which can add additional markup before or after results. |
| 2004/09/14 22:55:40 | 24 | 24 | dpavlin | cleanup mostly, test data |
| 2004/09/14 22:43:16 | 23 | 23 | dpavlin | hacked combo that works |