In This Topic
The C1Dialog control includes a smart tag. A smart tag represents a short-cut tasks menu that provides the most commonly used properties in each component/command.
To access the C1Dialog Tasks menu, click on the Smart Tag arrow in the upper right corner of the C1Dialog control. This will open the C1Dialog Tasks menu.
The C1Dialog Tasks menu operates as follows:
- ShowOnLoad
When the ShowOnLoad check box is checked, the C1Dialog.ShowOnLoad property is set to True and the dialog window will appear on the page on load. By default the ShowOnLoad check box is checked and the C1Dialog.ShowOnLoad property is set to True.
- Theme
Clicking the Theme drop-down box allows you to select from various visual schemes. For more information about available visual styles, see Themes.
- Create new theme...
The Create new theme... option opens the ThemeRoller for Visual Studio. This allows you to customize a theme without leaving your development environment. To find more information on using ThemeRoller in your application, see ThemeRoller for Visual Studio.
- Use CDN
Selecting the Use CDN check box will indicate that the widget extender must load client resources from a content delivery network. By default this box is not checked.
- CDN Path
Indicates the path for the content delivery network. Enter a URL here to change the path.
- Use Bootstrap
Selecting the Use Bootstrap option applies Bootstrap theming to your control. To find more information on using Bootstrap theming in your application, see Bootstrap theming.
- About
Clicking on the About item displays the About dialog box, which is helpful in finding the version number of Dialog for ASP.NET Web Forms and online resources.
- Add Extender
Clicking the Add Extender item opens the Extender Wizard, allowing you to add an extender to the C1Expander control.