liferay richtext editing

hi

Ive done some small portlets based on Liferay and Vaadin already and its working fine. Nice way to work/code.

Now I want to do a small portlet where one of the inputs needs to be richtext - html, images and so on. BUT when I use the richtextarea class in vaadin I do get a richtext editor but when it comes to images its very limited. It offers me to input the URL of the image.

I would like to have the full capabilities of the editor from liferay offering to link to external but more important to find “internal” liferay portal local images incl. uploadig and everything - my portlet should not be limited campared to what the user is used to in the liferay webcontent portlet and other places.

is this possible - examples?