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

No BG images for disabled Checkboxes

1 Answer 48 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Ben Amada
Top achievements
Rank 1
Ben Amada asked on 12 Jun 2010, 05:25 AM
I'm using the default theme with the FormDecorator.  It doesn't appear there are any special BG images that represent a disabled checkbox, when checked and unchecked.  My disabled checkboxes appear as though they are enabled (they are not checkable however).

The attached file "standard_formdecorator_checkbox_images_for_default_theme.gif" shows the standard BG image from the FormDecorator retrieved via WebResource.axd.  There are 4 checkbox states in it.  A couple are hover states, but I'm not sure what they all are.  I attached this file for reference.

I created the other attached GIF, "disabled_checkbox_bg_image_for_default_theme.gif".  This has 2 images in it which represent a disabled checkbox when checked and when unchecked.  It would be nice if Telerik could add these state BG images to the FormDecorator.  I attached it here for Telerik or anyone else who might find it useful.  Here is the CSS I added so this BG image is used:

/*  Disabled checkbox - checked  */ 
.RadForm_Default .rfdInputDisabled.rfdCheckboxChecked, 
.RadForm_Default .rfdInputDisabled.rfdCheckboxChecked:hover 
    { backgroundtransparent url(/images/disabled_checkbox_bg_image_for_default_theme.gif) no-repeat 0 -220px !important; } 
 
/*  Disabled checkbox - unchecked  */ 
.RadForm_Default .rfdInputDisabled.rfdCheckboxUnchecked, 
.RadForm_Default .rfdInputDisabled.rfdCheckboxUnchecked:hover 
    { backgroundtransparent url(/images/disabled_checkbox_bg_image_for_default_theme.gif) no-repeat 0 0 !important; } 

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 15 Jun 2010, 09:48 AM
Hi Ben,

Thank you for your suggestion. We will review it, and if it could work fine with the RadFormDecorator control, we will implement it in some of the future releases.

Regards,
Bojo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
FormDecorator
Asked by
Ben Amada
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or