Wijmo UI for the Web
popup Method
A jQuery Position plugin that indicates the position in which to pop up the calendar. Please see "http://jqueryui.com/demos/position/" for details of the parameter.
Pops up the calendar at specifies position.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijcalendar();
var value; // Type: any

// Parameters
var position; // Type:  Object

value = instance.popup(position);
Javascript (Specification) 
function popup( 
   position : Object
) : any;

Parameters

position
A jQuery Position plugin that indicates the position in which to pop up the calendar. Please see "http://jqueryui.com/demos/position/" for details of the parameter.
Browser Compatibility
7
5
5

See Also

Reference

wijcalendar type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.