2012-10-18 2 views

답변

0

버튼의 textDecoration 속성을 설정하기 만하면됩니다.

<s:Button width="15%" height="32%" label="myButton" click="myButton_clickHandler(event)" textDecoration="underline"/> 

버튼 모음에도 사용할 수 있습니다.

<s:ButtonBar textDecoration="underline"> 

</s:ButtonBar>