Development

Changeset 8829

You must first sign up to be able to contribute.

Changeset 8829

Show
Ignore:
Timestamp:
05/07/08 10:51:50 (3 months ago)
Author:
FabianLange
Message:

there is no loading&complete option for the auto_complete_field, but an option called indicator. fixes #2581

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/book/11-Ajax-Integration.txt

    r7987 r8829  
    681681  * `use_style`: Styles the response list automatically. 
    682682  * `frequency`: Frequency of the periodical call (defaults to 0.4s). 
     683  * `indicator`: Id of an indicator that will be shown when loading of the autocompletion suggestions started and faded when it completes. 
    683684  * tokens: To allow tokenized incremental autocompletion. For instance, if you set this parameter to `,` and if the user entered `jane, george`, the action would receive only the value `'george'`. 
    684  
    685 >**NOTE** 
    686 >The `input_auto_complete_tag()` helper, like the following ones, also accepts the usual remote helper options described earlier in this chapter. In particular, it is a good habit to set `loading` and `complete` visual effects for a better user experience. 
    687685 
    688686### Drag-and-Drop 
  • doc/branches/1.1/book/11-Ajax-Integration.txt

    r8395 r8829  
    691691  * `use_style`: Styles the response list automatically. 
    692692  * `frequency`: Frequency of the periodical call (defaults to 0.4s). 
     693  * `indicator`: Id of an indicator that will be shown when loading of the autocompletion suggestions started and faded when it completes. 
    693694  * tokens: To allow tokenized incremental autocompletion. For instance, if you set this parameter to `,` and if the user entered `jane, george`, the action would receive only the value `'george'`. 
    694  
    695 >**NOTE** 
    696 >The `input_auto_complete_tag()` helper, like the following ones, also accepts the usual remote helper options described earlier in this chapter. In particular, it is a good habit to set `loading` and `complete` visual effects for a better user experience. 
    697695 
    698696### Drag-and-Drop