Wijmo Open for Juice UI Extender Controls / WijDialog / WijDialog Tutorial / Step 3 of 4: Customizing the Dialog Box
Step 3 of 4: Customizing the Dialog Box

In this topic you will set some of the properties for the WijDialog .

  1. Select View | Properties Window in the Visual Studio menu.
  2. Click the drop-down list at the top of the Properties window and select Panel1_WijDialog.
  3. Set the WijDialog.Title property to Overview.
  4. Set the WijDialog.Modal property to True to create a modal dialog box.
  5. Set the WidgetExtenderControlBase.Theme property to midnight.

The markup for the WijDialog will now look like this:

<cc1:WijDialog ID="Panel1_WijDialog" runat="server"
       Modal="True" TargetControlID="Panel1" Theme="midnight"
       Title="Overview">
</cc1:WijDialog>

Now run the project to see the formatted dialog box.