简体   繁体   English

NicEditor上的“需要解决方案”-如何添加自定义选择选项?

[英]Need Solution on NicEditor - How can I add a custom select options?

I am using NICInline Editor, sample is here - http://nicedit.com/demos.php?demo=4 我使用NICInline编辑器,样品是在这里- http://nicedit.com/demos.php?demo=4

How can I add my custom Options to this editor? 如何将自定义选项添加到此编辑器? so that when I select an option its Value is inserted exactly at the cursor point of the Editor Instance. 因此,当我选择一个选项时,它的值将完全插入到编辑器实例的光标位置。

Question: I need to add these custom options to be added to the Editor? 问题:我需要添加这些自定义选项以添加到编辑器中吗?

<select name="fruit" id="fruit">
    <option value="mango">mango</option>
    <option value="apple">apple</option>
</select>

How can I achieve this? 我该如何实现?

我认为像许多编辑器一样,您需要为其创建一个插件,他们的网站上有文档,此页面似乎包含您需要入门的信息: http : //wiki.nicedit.com/w/page/516/正在创建%20a%20Plugin

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM