BootstrapClientTagBox.InsertItem(index, texts) Method
This method is not in effect for the BootstrapClientTagBox class.
Declaration
InsertItem(
index: number,
texts: string[] | string,
value?: any,
iconCssClass?: string
): void
Parameters
Name | Type |
---|---|
index | number |
texts | string | string[] |
value | any |
iconCssClass | string |
See Also