//去掉外框:
myText.setStyle(“borderStyle”,”none”);
//去掉有時會出現在周圍的綠色highlight:
myText.drawFocus = null;
//去掉有時會出現在周圍的綠色highlight(在拖曳的時候):
myText.focusTextField = null;
參考來源:
http://www.kirupa.com/forum/archive/index.php/t-65722.html
//去掉外框:
myText.setStyle(“borderStyle”,”none”);
//去掉有時會出現在周圍的綠色highlight:
myText.drawFocus = null;
//去掉有時會出現在周圍的綠色highlight(在拖曳的時候):
myText.focusTextField = null;
參考來源:
http://www.kirupa.com/forum/archive/index.php/t-65722.html
抱歉,你必須要登入才能發表迴響喔!