Home All Groups Group Topic Archive Search About

Skinning Question for checkboxes

Author
16 Jun 2009 12:24 PM
Axel
Hi

I would like to skin my checkboxes as the users complained that the
disabled ones where hard to see. I can not find any documentation on
what properties are available in the Skin file anywhere, even googling
did not return anything usable for me!

Intellisense does not seem to work in the Skin File either...

Does anybody know where I can look up the possible values of
<asp:Checkbox> for the skin file?

Also how do I distinguish between Enabeld and Disabled (Images), are
these separate properties?

thanks in advance
   Axel

Author
16 Jun 2009 1:03 PM
Juan T. Llibre
This should help :

http://blogs.telerik.com/martinivanov/posts/06-11-19/creating_skinnable_checkboxes.aspx




Juan T. Llibre, asp.net MVP
¿ Estas probando VS 2010 y ASP.NET 4.0 ?
Regístrate (gratis) en los Foros de VS 2010 y ASP.NET 4.0, en español
http://asp.net.do/foros/forums/
=====================================================
Show quoteHide quote
"Axel" <n@pe.com> wrote in message news:OTj3Z1n7JHA.5008@TK2MSFTNGP05.phx.gbl...
> Hi
>
> I would like to skin my checkboxes as the users complained that the disabled ones where hard to see. I can not find
> any documentation on what properties are available in the Skin file anywhere, even googling did not return anything
> usable for me!
>
> Intellisense does not seem to work in the Skin File either...
>
> Does anybody know where I can look up the possible values of
> <asp:Checkbox> for the skin file?
>
> Also how do I distinguish between Enabeld and Disabled (Images), are these separate properties?
>
> thanks in advance
>   Axel
Are all your drivers up to date? click for free checkup

Author
18 Jun 2009 10:16 AM
Axel
Thanks Juan,

pretty impressive amount of client side programming to do what one would
think would be an easy thing with .NET themes. If it is that
complicated, I think I will go with a third party user control instead :-)
Maybe there is a CSS hack that con overwrite the Checkbox Image for
disabled states??

Axel

Juan T. Llibre wrote:
Show quoteHide quote
> This should help :
>
> http://blogs.telerik.com/martinivanov/posts/06-11-19/creating_skinnable_checkboxes.aspx
>
>
>
>
> Juan T. Llibre, asp.net MVP
> ¿ Estas probando VS 2010 y ASP.NET 4.0 ?
> Regístrate (gratis) en los Foros de VS 2010 y ASP.NET 4.0, en español
> http://asp.net.do/foros/forums/
> =====================================================
> "Axel" <n@pe.com> wrote in message news:OTj3Z1n7JHA.5008@TK2MSFTNGP05.phx.gbl...
>> Hi
>>
>> I would like to skin my checkboxes as the users complained that the disabled ones where hard to see. I can not find
>> any documentation on what properties are available in the Skin file anywhere, even googling did not return anything
>> usable for me!
>>
>> Intellisense does not seem to work in the Skin File either...
>>
>> Does anybody know where I can look up the possible values of
>> <asp:Checkbox> for the skin file?
>>
>> Also how do I distinguish between Enabeld and Disabled (Images), are these separate properties?
>>
>> thanks in advance
>>   Axel
>
>
>

Bookmark and Share