主题: 奇怪的错误. 请看看是为什么. |
作者: laog, 发布日期: 2012-08-11 18:15:09, 浏览数: 2027 |
K(editor.edit.doc.body).click(function(){if(editor.text() == "你没有登陆." ) editor.text('');});
下面是错误:
|
作者: Roddy, 发布日期: 2012-08-12 13:52:14 |
这些代码需要放在afterCreate里,不能直接放在K.create()下面,因为K.create里是异步操作,执行完K.create后还没有创建编辑器,得不到editor.edit。
|
回复 |