Wednesday, July 5, 2006

Run Sims 3 Fromdisc Image On Mac

son of AJAX - Autocompletion V3: Field multivalued

Digging a little in the Autocomplete options, I discovered the " tokens" that can define a separator value. This allows then to run a search on a field multivalued Lotus Notes.

The only things to change to manage research on a multivalued field are:
  1. Declare the Notes field with the option "Allow multiple values "
  2. In order to research, specify the column that displays the names of " Show multiple values as separate entries "
  3. Modify Autocomplete to the call by adding the optional tokens:
      new Ajax.Autocompleter ( "autocomplete", 
    "autocomplete_choices"
    "scriptaculous? createDocument" {tokens: ',' });
In this configuration I set the comma-separated values. We specify additional characters. For more information visit the using script.aculo.us.


To test the autocompletion on multivalued field is always on the same page.

0 comments:

Post a Comment