gadget_createAutocompleteMultiSelectList
     
    
Description
Creates an auto-complete select list (combo).
Parameters
Return Type
String []
The returned value has no meaning
Example
gadget_createAutocompleteMultiSelectList("Another Select list", {"A", "B", "C", "D"}, {});
gadget_createAutocompleteMultiSelectList("Select list", {"C/C++", "Java", "Python", "Ruby"}, {"Java"}, true, "Choose one ore more");As the users types suggestions will appear below the input box.
See also
Peacock
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
