Wijmo UI for the Web
goLeft Method
The event of firing the select previous date.
Selects the previous date.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  bool
    // Parameters
    var ev; // Type:  Object
    
    returnsValue = $(".selector").wijdatepager("goLeft", ev);
});
Javascript (Specification) 
function goLeft( 
   ev : Object
) : bool;

Parameters

ev
The event of firing the select previous date.
Browser Compatibility
7
5
5

See Also

Reference

wijdatepager type
wijdatepager jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.