This is a migrated thread and some comments may be shown as answers.

Skins from controls for ASP.NET

1 Answer 90 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Skypy
Top achievements
Rank 1
Skypy asked on 07 Feb 2008, 02:18 PM
Hello,

Could you provide skins from 'RadControls for ASP.NET' for Prometheus ?

Some are missing and I need WindowsXP skin from RadCombobox, i tried to do it by hand without success.

Thanks

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 07 Feb 2008, 03:09 PM
Hi Skypy,

Unfortunately, not all skins from the Classic controls are migrated yet (some of them will be dropped). In addition, I have to admit that currently we do not have a skin migration tutorial or tool for the controls which have changed their rendering recently, but this is a very reasonable idea and we embrace it.


As for the ComboBox, here is the CSS class map:

(Classic ComboBox   ->   Prometheus ComboBox)


.ComboBoxDropDown_Custom    ->    .RadComboBoxDropDown_Custom

.ComboBoxImage_Custom    ->    .RadComboBox_Custom .rcbArrowCell a

.ComboBoxImageHover_Custom    ->    .RadComboBox_Custom .rcbArrowCell a:hover

.ComboBoxInput_Custom    ->    .RadComboBox_Custom .rcbInputCell input

.ComboBoxItem_Custom    ->    .RadComboBoxDropDown_Custom .rcbItem

.ComboBoxItemHover_Custom    ->    .RadComboBoxDropDown_Custom .rcbHovered

.ComboBoxItemDisabled_Custom    ->    .RadComboBoxDropDown_Custom .rcbDisabled

.ComboBoxLoadingMessage_Custom    ->    .RadComboBoxDropDown_Custom .rcbLoading

.ComboBoxMoreResultsBox_Custom    ->    .RadComboBoxDropDown_Custom .rcbMoreResults

.ComboBoxMoreResultsMessage_Custom    ->    .RadComboBoxDropDown_Custom .rcbMoreResults span

.ComboBoxMoreResultsImage_Custom    ->    .RadComboBoxDropDown_Custom .rcbMoreResults a

.ComboBoxHeader_Custom    ->    .RadComboBoxDropDown_Custom .rcbHeader


Please note that the images in the old rendering have now been transfered to background images of link elements.

Kind regards,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Skypy
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or