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

Multiple-Columns Inline Editor

3 Answers 169 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Zhonghai
Top achievements
Rank 1
Zhonghai asked on 11 Nov 2014, 10:08 AM
Hi there,

I need to simulate a A4 report page, in which the text could be editable with the Kendo UI Editor (inline-mode). I've already seen the inline editor demo, it looks great, but the only issue is that I need for example 3 columns within the report page, just like the multi-column text editing in office word. in addition, I will have a word count for all these three columns together. Is this doable at all with the editor?

Regards

Zhonghai

3 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 13 Nov 2014, 08:56 AM
Hello Zhonghai,

To create three columns of text you will need to create three editors:

http://demos.telerik.com/kendo-ui/editor/inline-editing

There is not built-in way to get the number of the words in the the value of the editor. e.g.

http://dojo.telerik.com/@pesho/EXiJo

Feel free to extend and improve the approach of calculating the words via regex or in other way.

Kind Regards,
Petur Subev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Zhonghai
Top achievements
Rank 1
answered on 13 Nov 2014, 12:36 PM
Hello Petur,

that's exactly the point. Using three editors is totally different than three columns in one editor. In three separate editors to edit a big text block, i need to manage cursor, and it's almost impossible. I mean, imaging you are editing text in Microsoft Office Word, you have more than one column to edit! that's the case I am expecting.

Regards

Zhonghai Wang

0
Petur Subev
Telerik team
answered on 17 Nov 2014, 09:06 AM
Hello Zhonghai,

I am afraid it is not possible to format the content of the Kendo editor in three columns, neither I can suggest a work-around to achieve it. Sadly such scenario is not supported.

Kind Regards,
Petur Subev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Editor
Asked by
Zhonghai
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Zhonghai
Top achievements
Rank 1
Share this question
or