主题: 求一个blur事件.帮我看下哪里错了
作者: 飞机都是附图, 发布日期: 2011-02-12 09:28:42, 浏览数: 4737
KE.show({                      //实例化编辑器
           id : 'more', //TEXTAREA输入框的ID
           resizeMode : 1,
           width:'672',
           height:'260',
           allowFileManager : true,
           newlineTag : 'br',
           items : [
                'fontname', 'fontsize', '|', 'textcolor', 'bgcolor', 'bold', 'italic', 'underline',
                'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'emoticons',
                 '|', 'insertorderedlist', 'insertunorderedlist'],
            afterCreate : function(id) {
                check(this.id);
            }

           });

           function check(id) {
                KE.event.add(KE.g[id].iframeDoc.body, 'blur', function() {
                    alert('请输入内容!');
               }

            }

<form enctype="multipart/form-data" method="post" >

<textarea id="more" name="more" maxlength="300" onblur="checkForm()"></textarea>

</form>

 

为什么总喜欢回答一半. 类似的问题20来个. 没一个写完整的.

作者: 飞机都是附图, 发布日期: 2011-02-12 09:29:29

叫我看demo1

或发demo1内容的莫回

 

20遍都看过了

回复
发表新帖 发表回复