I've used p开发者_运维技巧rogrammaticSkin to customize an element i use. I would only like to use it on certain occasions. (on some instances - yes and on others no, or use other skin) is it possible?
On the elements that you do need the skin, you only need to set the 'styleName' property to something (like 'skinnedElement') and then specify the custom skin within the css selector:
.skinnedElement
{
skin-class:path.to.your.CustomProgrammaticSkin;
}
精彩评论