But how could you live and have no story to tell!
访问统计 original graphics

     Text 对象事件
     onBlur               当 text field失去聚焦的时候执行一些代码

     onChange          当 text field失去聚焦并且它的值发生变动的时候执行一些代码

     onClick              当用户在 text field中用鼠标左键点击时执行一些代码

     onFocus             当 text field获得聚焦的时候执行一些代码

     onKeyDown       在 text field中有键按住的时候执行一些代码

     onKeyUp            当 text field 中按键释放则执行一些代码

      onSelect             当 text field里当前选中的内容发生变化时执行一些代码

      onSelectStart      当 text field中一些文字被选中则执行一些代码
posted on 2007-06-07 11:48  nextsoft  阅读(4106)  评论(0编辑  收藏  举报