Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var position; // Type:  undefined
    
    returnsValue = $(".selector").wijpopup("show", position);
});
Javascript (Specification) 
function show( 
   position : undefined
) : any;

Parameters

position
An optional argument, it is the options object used in jquery.ui.position.
Browser Compatibility
7
5
5

See Also

Reference

wijpopup type
wijpopup jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.