Rank: Advanced Member Groups: Member
Joined: 6/23/2010 Posts: 48
|
Hi!
We are using the Editor in a solution that works fine. However all users are not comfortable with html as we so far tried to teach how to solve this in html-mode.
Therefore the issue is that we have not understood yet how the editor works when you need to wrap text around pictures.
We have earlier used another editor object. There it was possible to declare if an image should be on left side, in the middle or on the right side of the text. You just dragged the image object to its estimated position and then the text wrapped itself around the image. Alternately you right clicked the image object and selected among the options left, middle and right.
This is not an issue to a user familiar to html. But to “standard” users it is. Of course it would be a great feature for everyone. So to us and so far, We have taken the feature as to be standard one but haven’t yet found it in your Editor.
Please help us out with this issue as we don’t tend or either is interested in changing Editor object.
Best Regards,
ITMA
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
It appears the behavior you described would translate to HTML "float" style. We will not automatically apply float style on the images because there are other people who do not want this behavior. However you should be able to apply it with JavaScript. For example, you can customize the "Insert Image" dialog and modify the returned img object's style to add float attribute. You can see "EO.Web HTML Editor -> Customizing Dialogs" to see more details about how to customize dialogs. Once you customize the dialog, the code "execDialogCommand(...)" returns you the new img object.
Thanks
|