Development

#2581 (loading/complete in input_auto_complete_tag())

You must first sign up to be able to contribute.

Ticket #2581 (closed documentation: fixed)

Opened 10 months ago

Last modified 4 months ago

loading/complete in input_auto_complete_tag()

Reported by: Nebelmann Assigned to: FabianLange
Priority: minor Milestone: 1.0.8
Component: helpers Version: 1.0.8
Keywords: Cc:
Qualification: Unreviewed

Description

In chapter 11 of the book, a tip tells us that it is possible to use 'loading' and 'complete' options in the input_auto_complete_tag() function. I can't have these options running, and when I read the source code of JavascriptHelper it seems that 'loading' & 'complete' are not supported in _auto_complete_field().

There is an option named 'indicator', which can show and hide the indicator, but I can't find a way to customize the visual effects.

Change History

05/07/08 10:51:30 changed by FabianLange

  • owner changed from fabien to FabianLange.
  • status changed from new to assigned.
  • milestone set to 1.0.8.

thats a fault in the documentation. the scriptaculous lib does not provide this feature. only a 'indicator' reference which will be shown and faded.

05/07/08 10:52:35 changed by FabianLange

  • status changed from assigned to closed.
  • resolution set to fixed.

updated documentation in r8829