gpt4 book ai didi

twitter-bootstrap - Bootstrap 所见即所得 : how to get the formatted text on the server side?

转载 作者:行者123 更新时间:2023-12-04 05:31:31 25 4
gpt4 key购买 nike

我正在学习 Bootstrap,并希望有一个所见即所得的编辑器。我找到了 Bootstrap 所见即所得 并想使用它。

http://mindmup.github.io/bootstrap-wysiwyg/

但是,我无法弄清楚如何在提交表单时在服务器端获取格式化文本。

最佳答案

<textarea class="textarea" name="mytext" placeholder="Enter text ..." style="width: 810px; height: 200px"></textarea>

使用 val()
$('.textarea').wysihtml5();

$('.textarea').val();

http://jsfiddle.net/suhailvs/vNPAJ/3/

你可以把它作为帖子
request.POST['mytext'] 

关于twitter-bootstrap - Bootstrap 所见即所得 : how to get the formatted text on the server side?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17849003/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com