wijmo.input Namespace > IFieldsCollection Interface : Insert Method |
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.input.IFieldsCollection; var value; // Type: any // Parameters var selStart; // Type: number var text; // Type: string var flag; // Type: bool value = instance.Insert(selStart, text, flag); |