我该怎么做?这是我们拥有的自定义控件:
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"
}
我尝试了其他解决方案来在文本区域中插入文本,但它们都不起作用(根本没有任何反应,没有错误),或者它们不是为使用自定义控件而设计的。