主题:  button.enabled=0的意思是使按钮失去作用对吗?

dearsammi

职务:普通成员
等级:1
金币:0.0
发贴:103
#12002/7/4 13:20:34
button.enabled=0的意思是使按钮失去作用对吗?
还有
button.tabEnabled
button.tabIndex
的意思分别是什么呢

_root.button.onKillFocus = function(newFocus) {

}

_root.button.onSetFocus = function(oldFocus) {

}

以上2个新增加的事件,谁有可以详细解释一下呢?
谢谢

如果可以分别作几个例子吧!
谢谢

SAMMI



Demon.S

职务:版主
等级:5
金币:10.0
发贴:2468

janlay

职务:管理员
等级:7
金币:28.0
发贴:7244
#32002/7/7 23:50:00
button.tabEnabled :是否允许用户用TAB键将焦点跳转到按钮上
button.tabIndex : 焦点跳转的顺序

onKillFocus:当失去焦点时
onSetFocus:当获得焦点时