简体   繁体   中英

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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