Skip to main content

Bug Tracker

Side navigation

#2138 closed bug (fixed)

Opened January 09, 2008 03:42PM UTC

Closed January 14, 2008 10:06PM UTC

Improvin the documentation of the autocomplete plugin

Reported by: ash Owned by:
Priority: trivial Milestone: 1.2.2
Component: plugin Version: 1.2.1
Keywords: Cc: ash@contact.bg
Blocked by: Blocking:
Description

This line in the documentation


@option Function formatResult Similar to formatResult, but provides the formatting for the value to be put into the input field.

Should be

@option Function formatResult Similar to __formatItem__, but provides the formatting for the value to be put into the input field.


Only important only if you use caching.

Should be

Important only if you use caching.


Only important if you use caching.

Should be

Important only if you use caching.


replacing the value if more is type or something else is selected

Should be

replacing the value if more is typed or something else is selected


Is also send as a "limit" parameter with

Should be

Is also sent as a "limit" parameter with


Whether to scroll when more results then configured via scrollHeight are available.

Should be

Whether to scroll when more results than configured via scrollHeight are available.

Attachments (0)
Change History (1)

Changed January 14, 2008 10:06PM UTC by joern comment:1

resolution: → fixed
status: newclosed

Fixed in [4452].