4 lines
216 B
Plaintext
4 lines
216 B
Plaintext
@charset GBK
|
||
|
||
2015-9-25 line29218 原UE.getEditor(id, opt)只允许id不允许name,即UE.getEditor(name, opt)无效
|
||
改:在原document.getElementById(holder)获取不到HTML元素时使用document.getElementsByName(holder)[0]获取元素 |