ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijDialog
In This Topic
    WijDialog
    In This Topic

    The WijDialog control formats a dialog box for displaying information. The dialog window can be moved, resized, and closed.

     

     

    WijDialog Markup

    The following markup creates a WijDialog control. Set the TargetControlID property to attach the extender to a control.

       <cc1:WijDialog ID="Panel1_WijDialog" runat="server"
    
            TargetControlID="Panel1">
    
        </cc1:WijDialog>