Wijmo UI for the Web
show Method
wijmo.popup Namespace > wijpopup type : show Method
An optional argument, it is the options object used in jquery.ui.position.
Pops up the element. Position is an optional argument, and is the options object used in jquery.ui.position.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var position; // Type:  undefined
    
    returnsValue = $(".selector").wijpopup("show", position);
});
function show( 
   position : undefined
) : any;

Parameters

position
An optional argument, it is the options object used in jquery.ui.position.
See Also

Reference

wijpopup type
wijpopup jQuery Widget