I have the following code JSFiddle
It creates a div that gives the information to insert and when calling the context menu with the direct button opens a box to insert an image.
My question is:
In part:
<div class="div-text" oncontextmenu="contextMenu(); return false;" contentEditable="true">
<img src="" height="200" alt="Visualisar...">
</div>
Edited:
Next I made a new one, now I can create a new element as soon as I right click, here's the example: