kill the drawing of focus border on any component

You can kill the drawing of focus border on any component by adding

[component name].drawFocus = "";

so on a textfield component named "password"

password.drawFocus = "";
password.tabIndex = 2;

This still aloows tabbing to take place, but no focus border to appear :)

by of aran.hee macromedia livedocs


Halo 테마 사용시에 컴포넌트 주변에 나타나는 selection border를 사라지게 한다.
remove selection border from componenet with default halo theme.


About this entry