hiSetTypeinMenuItemCompleterList
hiSetTypeinMenuItemCompleterList(r_menus_menuIteml_completerList) =>t / nil
Description
Replaces the list of strings that store the history of user inputs for the specified type-in menu item. This list is used to assist user inputs in the type-in menu item.
Arguments
|
The popup or pull-down menu containing the type-in menu item. |
|
|
The list of strings that must replace the current history list of the type-in menu item used to assists users to input data. |
Values Returned
Examples
Consider that the menu MyMenu contains the type-in menu item MyTypein and the completerType argument was not set to none when this menu item was created using hiCreateTypeinMenuItem. To replace the list of strings that assist users to input data in MyTypein with a custom list, use the following command:
hiSetTypeinMenuItemCompleterList( MyMenu 'MyTypein '("One" "Two" "Three" "Four" ) )
Related Topics
Return to top