MVC5 Classic
wijpopup

The wijpopup widget is a tool widget that can be used by other widgets to flexibly display or hide an element. wijpopup allows a target element (such as a DIV) to pop up or hide at a specified position. The target element is placed in the topmost position above other elements, and a transparent FRAME is created automatically beneath the element in IE6 (or lower) browser. Animations are allowed to be applied for the show and hide actions.

Markup for the wijpopup widget appears similar to the following:

<div style="width:xxx;height:xxx">content goes here</div>

You can initialize the popup, similar to the following:

<script type="text/javascript">
    $(".selector").wijpopup({ showEffect: 'blind' });
</script>

For more information about wijpopup, click one of the following external links to view our Wijmo wiki documentation:

See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback