This example shows how to set up the image resizing or change the text floating for the image.
<!--element -->
<textarea id="content"></textarea>
<!-- call -->
<script>
$R('#content', {
imageUpload: '/your-upload-script/',
imageResizable: true,
imagePosition: true
});
</script>