Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 TinyMCE,当我单击插入/编辑链接时,它会弹出一个带有 URL、要显示的文本和目标的窗口。
我希望 URL 文本框的默认值为 http://
我尝试使用 tinyMCE.activeEditor.setContent("http"); 但什么也没有出现。请指教。
如果我没记错的话,tinymce使用对了<textarea>吗?你为什么不这样做:
<textarea>
<textarea>http://</textarea>