I recently started using NICInline Editor and found a helpful sample at
Is there a way to incorporate custom options into this editor? I would like the selected option's value to be inserted right at the cursor point of the Editor Instance.
Query: How can I seamlessly integrate these custom options with the Editor?
<select name="fruit" id="fruit">
<option value="mango">mango</option>
<option value="apple">apple</option>
</select>
Any ideas on how to accomplish this task effectively?