Input Autocomplete Help File

Input Autocomplete Help File

Plugin Name:

Input Autocomplete

Current Version:

1.0.0.0


Table of Contents

Input.AutoComplete

Input.AutoComplete


Input.AutoComplete ( 

(string) ObjectName = "Input",

(number) SecType = BOTH_TYPE,

(boolean) Suggest = true,

(boolean) Append = true )

Description

This action is based in dll will add the windows shell autocompleat function and dropdown box to a AMS input object.

Parameters

ObjectName

(string) The name of the input object.

SecType

(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.

Suggest

(boolean) you can turn the dropdown selection box.

Append

(boolean) You can turn the autocompeat function

Returns

This action dose not return any value.


Example

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