A couple of days ago I fell in love with WYM-editor. However, it would be great to have pre-written elements you can insert. For instance, one image with text floating around it. And another element that has 3 images next to each other and so on. But how could I do that?
I would have to add elements to one of the containers. No problem so far as I can use classesItems to do that.
Now, I have got some new Elements in my list. But how can I trigger an action when someone clicks on it? I don't see a way to easily add a class to that element in the list so that I can just access it with $(".listItem1").click().
Next thing is that I would like to trigger an event when someone clicks on an image, for instance. How could I do that?
Thank you in advance! And keep up the good work!

Cheers, lamy.