Styles
The C1Window control provides CSS properties so you can further customize the C1Window control's elements through CSS styles. By using CSS you can flawlessly integrate your dialog window into your new or existing Web site. Included styles include content, caption bar, and status bar styles.
Note: The ContentStyle, CaptionStyle, and StatusStyle properties available in the former C1WebDialog control have been replaced with CSS element styling. For more information, see the following topics.
Style Property |
Description |
Example (ArcticFox theme) |
[None] |
The base style. In the example this is used to dock the window horizontally.
|
.C1Window_ArcticFox { float:left; } |
.C1Invisible |
Sets invisible items. |
.C1Window_ArcticFox .C1Invisible { display:none; } |
|