gpt4 book ai didi

javascript - jwysiwyg 使用自定义控件在光标处插入文本

转载 作者:行者123 更新时间:2023-11-28 02:16:44 25 4
gpt4 key购买 nike

我该怎么做?这是我们的自定义控件:

customcontrol:{   
groupIndex: 6,
visible: true,
icon: 'includes/images/controlimage.png',
custom:true,
exec: function (){
$('#editor').wysiwyg('setContent', $('#editor').val() + 'texttoinsert');
},
tooltip:"Insert text at cursor"
}

我尝试过其他解决方案来在文本区域中插入文本,但它们都不起作用(根本没有发生任何事情,没有错误)或者它们不是设计用于与自定义控件一起使用的。

最佳答案

我遇到了同样的问题,解决方案非常简单:

my_button: { 
visible: true,
groupIndex: 100,
tooltip: "button",
exec: function()
{
$("selector").wysiwyg('insertHtml', 'some text');
}
}

关于javascript - jwysiwyg 使用自定义控件在光标处插入文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16281163/

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