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

// Parameters
var index; // Type:  number
var dir; // Type:  bool

value = instance.MoveField(index, dir);
Javascript (Specification) 
function MoveField( 
   index : number,
   dir : bool
) : any;

Parameters

index
dir
Browser Compatibility
7
5
5

See Also

Reference

IFieldsCollection Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.