跳到主要内容

setItems

Sets the items to the input helper.

Syntax

expression.setItems(items);

expression - A variable that represents a InputHelper class.

Parameters

NameRequired/OptionalData typeDefaultDescription
itemsRequiredInputHelperItem[]Defines an array of the {@link global#InputHelperItem InputHelperItem} objects which contain all the items for the input helper.

Returns

This method doesn't return any data.