Changeset 8829
- Timestamp:
- 05/07/08 10:51:50 (3 months ago)
- Files:
-
- doc/branches/1.0/book/11-Ajax-Integration.txt (modified) (1 diff)
- doc/branches/1.1/book/11-Ajax-Integration.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/book/11-Ajax-Integration.txt
r7987 r8829 681 681 * `use_style`: Styles the response list automatically. 682 682 * `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. 683 684 * 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.687 685 688 686 ### Drag-and-Drop doc/branches/1.1/book/11-Ajax-Integration.txt
r8395 r8829 691 691 * `use_style`: Styles the response list automatically. 692 692 * `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. 693 694 * 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.697 695 698 696 ### Drag-and-Drop