Wijmo UI for the Web
Delete Method
Syntax
Javascript (Usage) 
var instance; // Type: wijmo.input.IFieldsCollection;
var value; // Type: any

// Parameters
var selStart; // Type:  number
var length; // Type:  number

value = instance.Delete(selStart, length);
Javascript (Specification) 
function Delete( 
   selStart : number,
   length : number
) : any;

Parameters

selStart
length
Browser Compatibility
7
5
5

See Also

Reference

IFieldsCollection Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.