Bonjour,
Je n'arrive pas a modifer la couleur du text associé au radio
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 var objRad = _global.styles.RadioButton= new mx.styles.CSSStyleDeclaration(); objRad.fontFamily = "Tahoma";//OK objRad.fontSize = "14";//OK objRad.fontWeight = "bold";//OK objRad.textColor= "0x3333cc";// pas OK
Partager