Rank: Newbie Groups: Member
Joined: 10/30/2007 Posts: 2
|
Here is the attribute I used for the striptab.
<eo:TabItem ItemID="_Default" RightIcon-Url="00010203" RightIcon-SelectedUrl="00010206" LeftIcon-Url="00010201" LeftIcon-SelectedUrl="00010204" Image-Url="00010202" Image-SelectedUrl="00010205" Image-Mode="TextBackground" Image-BackgroundRepeat="RepeatX"> <SubGroup Style-CssText="background-image:url(00010601);background-position-y:bottom;background-repeat:repeat-x;color:black;cursor:hand;font-family:Verdana;font-size:13px;" ItemSpacing="1"></SubGroup> </eo:TabItem>
Questions: 1) I want to customize the color of the strip tab, but still want to use the same style. How can I make the change? Will replacing the icon url with my external image file work?
2) Anywhere I can find out the actual icon image those numbers refer to?
Thanks,
Luke
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi Luke, You will need to modify those images. You can find all the images used by our controls in the installation folder in a zip file named Images.zip. You would unzip that file, find the corresponding images and then create your own images based on those. Once you are done you will want to set the TabStrip to use your own images. This topic explained how all the images are put together to create the TabStrip for you: http://www.essentialobjects.com/ViewDoc.aspx?t=TabStrip%2fdesign_using_images.htmlThanks
|