CVS log for forms/form_auto_complete.php
Up to [MetaL] / forms
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Mar 14 08:38:29 2011 UTC (10 months, 3 weeks ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -2
lines
Made the LoadInputValues function return an error string as documented.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Apr 26 05:27:47 2007 UTC (4 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -5
lines
Made form validation not be performed when auto-complete AJAX requests are
sent.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jul 23 07:50:09 2006 UTC (5 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
Made the return key be accepted eventually to submit the form when the
auto-completion menu is opened.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jul 5 21:06:07 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +8 -4
lines
Added support to close the menu when the show button is used and the menu
was opened.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jul 5 18:49:58 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +12 -7
lines
Made the input only select the letters after the first typed when browsing
the text values menu with the cursor keys.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jul 5 03:52:41 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +13 -1
lines
Added support for the CompleteDelay and Timeout options.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jul 5 00:06:56 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +12 -4
lines
Made the menu be closed when the user presses enter or escape keys.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jul 4 04:19:04 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +58 -24
lines
Added support to navigate through the options list using the cursor keys.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jul 1 04:09:07 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -3
lines
Made text selection work with Internet Explorer and Opera again.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jun 28 01:17:24 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1
lines
Made the input not validate on the server side.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jun 27 23:21:14 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +26 -19
lines
Made the pulldown menu be repositioned after the auto-complete AJAX
request is finished.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jun 26 22:04:08 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +24 -11
lines
Added support for defining the feedback messages.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jun 26 20:59:57 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +11 -11
lines
Added the form parameter to the SearchCompleteValues function.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jun 24 22:42:57 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +41 -16
lines
Added support for dynamic show all options action.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jun 24 07:20:33 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +37 -7
lines
Added support to attach a button to show all the option entries.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jun 24 04:22:45 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +27 -5
lines
Fixed the menu positioning to deal better with Mozilla box model.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 23 05:22:46 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +77 -45
lines
Added support to the static mode.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 22 21:19:41 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -8
lines
Made the AJAX submit input be defined as a separate variable.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jun 22 07:59:32 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +73 -35
lines
Deferred item style generation to output generation time.
Added complete results caching.
Avoided searching results when length is smaller than thye minimum.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 22 01:34:10 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +45 -37
lines
Moved the menu generation to the client side.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jun 21 18:34:12 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Fixed changing menu items classes when one of the normal or selected item
class name is empty.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 21 17:55:33 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -4
lines
Fixed switching style of highlighted menu item under Internet Explorer.
Made the menu hide when the the mouse button is clicked.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 05:09:03 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Initial revision.
|