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

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

value = instance.GetNonLiteralsText(start, length);
Javascript (Specification) 
function GetNonLiteralsText( 
   start : number,
   length : number
) : any;

Parameters

start
length
Browser Compatibility
7
5
5

See Also

Reference

IFieldsCollection Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.