Wijmo UI for the Web
Insert Method
Syntax
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);
Javascript (Specification) 
function Insert( 
   selStart : number,
   text : string,
   flag : bool
) : any;

Parameters

selStart
text
flag
Browser Compatibility
7
5
5

See Also

Reference

IFieldsCollection Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.