Wijmo UI for the Web
UpdateCrLfString Method
update crlf string for AcceptsCrLf property
Syntax
Javascript (Usage) 
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: string

// Parameters
var text; // Type:  string
var crlfMode; // Type:  wijmo.input.CrLfMode

value = instance.UpdateCrLfString(text, crlfMode);
Javascript (Specification) 
function UpdateCrLfString( 
   text : string,
   crlfMode : wijmo.input.CrLfMode
) : string;

Parameters

text
crlfMode
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.