Changeset 4097
- Timestamp:
- 12/10/07 22:08:21 (1 year ago)
- Files:
-
- 1 modified
-
trunk/plugins/autocomplete/todo (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/autocomplete/todo
r3909 r4097 2 2 TODO 3 3 4 - incorporate improvements and suggestions by Hector: http://beta.winserver.com/public/test/MultiSuggestTest.wct 4 5 - json support: An optional JSON format, that assumes a certain JSON format as default and just looks for a dataType "json" to be activated; [records], where each record is { id:String, label:String, moreOptionalValues... } 5 6 - accept callback as first argument to let users implement their own dynamic data (no caching) - consider async API … … 22 23 - add "try ..." hints to demo 23 24 - check out demos 25 - reference: http://createwebapp.com/demo/ 24 26 25 27 - add option to hide selectbox when no match is found - see comment by Ian on plugin page (14. Juli 2007 04:31)
