KindEdito使用细节
常见问题1、把KindEditor放在表格里,就会获取不到值。
例、
[html]
<table>
<form name="example" method="post" action="demo.php">
<textarea name="content1" style="width:700px;height:200px;visibility:hidden;"></textarea>
<br />
<input type="submit" name="button" value="提交内容" /> (提交快捷键: Ctrl + Enter)
</form>
</table>
补充:web前端 , HTML/CSS ,