Welcome
Input Autocomplete
1.0.0.0
Input.AutoComplete
Input.AutoComplete ( | (string) ObjectName = "Input", (number) SecType = BOTH_TYPE, (boolean) Suggest = true, (boolean) Append = true ) |
This action is based in dll will add the windows shell autocompleat function and dropdown box to a AMS input object.
(string) The name of the input object.
(number) Type you can show filepath or url history or both.
CONSTANT | VALUE | DESCRIPTION |
BOTH_TYPE | 0 | You can show filepath or url history or both. |
FILESYSTEM_TYPE | 1 | You can show filepath. |
URLS_TYPE | 2 | You can show url history. |
(boolean) you can turn the dropdown selection box.
(boolean) You can turn the autocompeat function
This action dose not return any value.
Input.AutoComplete("Input1", BOTH_TYPE, true, true);
Input.AutoComplete("Input2", FILESYSTEM_TYPE, true, true);
Input.AutoComplete("Input3", URLS_TYPE, true, true);
This File Was Generated With AMS ActionFile Editor