<window title="Customizable Tooltips" border="normal" width="360px">
<script type="text/JavaScript" >
function red(el){
el.style.color = "red";
}
function black(el){
el.style.color = "black";
}
</script>
<button label="Info"
action="onMouseOver:red(this);onMouseOut:black(this)">
</button>
</window>
1 件のコメント:
good solution!!
I'm trying to solve this kind of problem for a while...
your solution is briefly and simple to understand
thanks a lot!!!!
by the way, I'm a beginner of ZK from Taiwan
hope this message won't disturb you
nice you meet you :)
コメントを投稿