Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- Overview
- Installation & Deployement
- EO.Web ToolTip
- EO.Web Rating
- EO.Web Slider & RangeSlider
- EO.Web ListBox
- EO.Web ComboBox
- EO.Web Captcha
- EO.Web ASPX To PDF
- EO.Web Slide
- EO.Web Flyout
- EO.Web EditableLabel
- EO.Web ImageZoom
- EO.Web Floater
- EO.Web Downloader
- EO.Web ColorPicker
- EO.Web HTML Editor
- EO.Web File Explorer
- EO.Web SpellChecker
- EO.Web Grid
- EO.Web MaskedEdit
- EO.Web Splitter
- EO.Web Menu
- EO.Web Slide Menu
- EO.Web TabStrip
- EO.Web TabStrip
- TabStrip Overview
- Quick Start Guide
- Using EO.Web TabStrip
- Understanding built-in skins
- EO.Web TreeView
- EO.Web Calendar
- EO.Web Callback
- EO.Web MultiPage
- EO.Web Dialog
- EO.Web AJAXUploader
- EO.Web ProgressBar - Free!
- EO.Web ToolBar - Free!
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
How Simple_Gray skin is created |
This following table lists the properties used by the built-in Simple_Gray skin.
Note: It is recommended that you also read Designing a TabStrip using Images which explains the various implementation techniques used by this skin in much greater detail.
Property | Value | Remarks |
---|---|---|
The following properties apply on the _TopGroup look. The _TopGroup look is automatically applied on the top level item group.
|
||
SubGroup.Style.CssText |
background-color:white; border-bottom-color:#999999; border-bottom-style:solid; border-bottom-width:1px; color:black;cursor:hand; font-family:verdana; font-size:9pt; padding-left:2px; padding-right:2px; padding-top:2px; |
Specifies the font, cursor, color, border and padding. |
The following properties apply on the _Default look. The Default look is automatically applied to all non top level items in this skin.
|
||
NormalStyle.CssText |
padding-right: 2px;
|
Specifies the padding for normal state. |
HoverStyle.CssText |
border-right: #999999 1px solid;
|
Specifies the border, padding, background color and text decoration for hover state. |
SelectedStyle.CssText |
border-right: #999999 1px solid;
|
Specifies the border, padding and background color and text decoration for selected state. |
SubGroup.Style.CssText |
border-right: #999999 1px solid;
|
Specifies the border, padding, font, cursor and background for the bottom tab group. |
SubGroup.ItemSpacing | 3 | 3 pixels between each tab item |