Editor options alignment

Hi,

The toolbar items in Editor are not aligned according to the editor width.

I mean if i give editor width minimum 600 then only i can see all the items (from h1 to clear)

If i give the width lessthan 600 the rest items are not spliting into second line.

What is the solution for this?

Thanks,
Naresh Adla

Support team please respond…

Hi
To reproduce this issue we need completed demo.
Could you provide it?
docs.dhtmlx.com/doku.php?id=othe … leted_demo

Please find the attached demo.

I have attached two forms to two cells.
In form one i have an editor with width 400, and in second form i have another editor with width 700.

In first editor i am unable to see the rest options after the “superscript”.
With second editor i am able to see all the options till “Clear Formatting” because its width is 700.

So my question is: Is it must to provide enough width to the editor inorder to use all options.

Can’t i use them in small editor(which have width 400)?

Thanks,
Naresh Adla
Complete Demo2.zip (516 KB)

Hi
Yes, it is a known problem. Unfortunately toolbar does not have scrolls. You can try to edit source code a bit by changing toolbar’s buttos to buttonSelects

Ok
Can you provide the code in detail.Please