Skip to main content
A newer version of this page is available. .

BootstrapClientTagBox.GetTagIndexByText(text) Method

Returns the index of a tag specified by its text.

Declaration

GetTagIndexByText(
    text: string
): number

Parameters

Name Type Description
text string

A string value that specifies the text of the tag.

Returns

Type Description
number

An integer value that is the tag index

See Also