gpt4 book ai didi

jhtmlarea - 如何在 JHTMLarea 中动态设置值

转载 作者:行者123 更新时间:2023-11-30 23:49:32 25 4
gpt4 key购买 nike

我一直在努力设置 JHTML Area 的值。但没有运气。任何人都可以帮助我。我已经阅读了很多文章,但我没有找到任何关于它的内容。我也在这里搜索并发现了一个问题,但没有解决方案。

任何帮助,将不胜感激。

感谢致敬,

泽山

最佳答案

我已经解决了。在对 textarea 调用 JHTMLArea 方法之前,先复制 textarea 中的值,然后应用 htmlarea 函数。

$("#txtNotes").val($('#hdnNotesDescription').val());

$("#txtNotes").htmlarea(
{
// Override/Specify the Toolbar buttons to show
toolbar: ["bold", "italic", "underline", "link", "unlink", "orderedlist", "unorderedlist", "indent", "outdent", "justifyleft", "justifycenter", "justifyright"],
toolbarText: $.extend({}, jHtmlArea.defaultOptions.toolbarText,
{
"bold": "Bold",
"italic": "Italic",
"underline": "Under Line",
"link": "Hyperlink",
"unlink": "Remove Hyperlink",
"orderedlist": "Numbering",
"unorderedlist": "Bullets",
"indent": "Increase Indent",
"outdent": "Decrease Indent",
"justifyleft": "Align Text Left",
"justifycenter": "Center",
"justifyright": "Align Text Right"
}),
loaded:function(){
}
});

关于jhtmlarea - 如何在 JHTMLarea 中动态设置值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6174771/

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