This is a migrated thread and some comments may be shown as answers.

Editor insert image

1 Answer 471 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ant
Top achievements
Rank 1
Ant asked on 20 Feb 2015, 02:56 PM
Hi,

I'm trying to implement the Kendo Editor in an application i'm working on. I'm trying to use the editor to allow the user to insert an image with text around it. I have attempted 2 different methods and neither are acceptable.

I can't find any tool/option for wrapping the text around the image. E.g. i want an image on the right and text on the left.

I can insert a table and put the image in the right column and text in the left column but i am unable to drag the table column to size around the image. At the moment it just appears to remain at 50%.

Any help is much appreciated.

Thanks

Anthony

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 24 Feb 2015, 12:45 PM
Hello Anthony,

The Editor's justify tools represent the built-in way to wrap text around images:

http://demos.telerik.com/aspnet-mvc/editor/index

In addition, you can use a custom tool to apply custom styling to any element, including an image or a table cell.

http://demos.telerik.com/aspnet-mvc/editor/custom-tools

Finally, you have the ability to inject custom stylesheets inside the Editor's content area, when using the classic (iframe) edit mode. (when using the inline edit mode the custom styles  for the Editor's content area should reside on the web page itself).

http://demos.telerik.com/aspnet-mvc/editor/styles

Regards,
Dimo
Telerik

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

Tags
Editor
Asked by
Ant
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or