You are not logged in.
i have a question, perhaps somebody can help,
how can i insert an image after the current selection?
== or (would be another solution for my problem) ==
using
editor.selectNode(img)
i can select one node.
how can i select two nodes? like these:
<img src..><img src...>
Niko
Offline
ok, thanks
i never used that, looks like i have to take a look at it now
Niko
Offline
Hmm.. There are many ways to Rome thay say, couldnt you just grab the current selection as HTML (Store it in a hidden form field) and then insert the HTML + you new image?
Offline
yes... that would be another possibility....
i coud even store it in a JavaScript-Variable
Niko
Offline