sch*_*007 19 html css html5 android twitter-bootstrap
我正在为Bootstrap 3寻找一个所见即所得的textarea编辑器.我在Google上找到的所有东西都只适用于Bootstrap 2.有没有人为Bootstrap 3提供一个好的,简单的所见即所得的Edtor?
Sen*_*der 42
Bootstrap 3上的超级简单WYSIWYG编辑器
<textarea name="summernote" id="summernote" cols="30" rows="10"></textarea>
Run Code Online (Sandbox Code Playgroud)
致电Summernote
$('#summernote').summernote({height: 300});
Run Code Online (Sandbox Code Playgroud)
sch*_*007 18
感谢wysihtml5的提示.我找到了Bootstrap 2和wysihtml5的解决方案:bootstrap-wysihtml5.我将它更新为Bootstrap 3:bootstrap3-wysihtml5.