gpt4 book ai didi

jquery.mentionsInput 和 ckEditor

转载 作者:行者123 更新时间:2023-12-01 00:22:27 25 4
gpt4 key购买 nike

这只是为了帮助那些在 ckeditor 中寻找类似提及的人。

我修改了 jquery.mentionsInput 以与 ckEditor 和 ..它正在工作:)

您可以在线查看:http://jsfiddle.net/us6qo3Lc/ (类型:@ken)

<head>
<meta charset="utf-8">
<script src="jquery-1.11.0.min.js"></script>
<script src="ckeditor.js"></script>
<link href="sample.css" rel="stylesheet">

<link href='jquery.mentionsInput.css' rel='stylesheet' type='text/css'>
<script src='underscore-min.js' type='text/javascript'></script>

<script src='autocomplete.js' type='text/javascript'></script>
</head>
<body>
<form action="sample_posteddata.php" method="post">
<textarea class="mention" cols="80" id="editor1" name="editor1" rows="10">
teste <b>teste</b> teste <em>teste</em> teste
</textarea>
<p style="overflow: hidden">
<input style="float: left" type="submit" value="Submit">
</p>
</form>
</body>
</html>

autocomplete.js 是我创建的代码,它在 fiddle 中,好吗?

如果有人有时间和知识,可以改进代码,也许可以用它创建一个特定的插件..我认为整个社区都会喜欢。

我知道代码很乱..所以还有一些改进的空间:)

我希望这对某人有帮助..谢谢:)

最佳答案

我对此也很感兴趣,因此作为第一步,我将 jquery.mentionsInput.js 中的所有评论添加回您的源代码中。

http://jsfiddle.net/45k0ypwr/1/

我尝试将其添加为嵌入式示例,但 stacksnippets.net 不喜欢它

<form action="sample_posteddata.php" method="post">
<textarea class="mention" cols="80" id="editor1" name="editor1" rows="10">
teste <b>teste</b> teste <em>teste</em> teste
</textarea>

<p style="overflow: hidden">
<input style="float: left" type="submit" value="Submit">
</p>
</form>

关于jquery.mentionsInput 和 ckEditor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30131956/

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