Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2009-11-20 06:41:16

ChrisS
New member
Registered: 2009-10-22
Posts: 5

Toolbar fixed size. Possible?

Xinha scales the toolbar btw. the linecount of the toolbar in addiction of the count of Symbols in it, and the horizontal size of the editor.

Is it possible to scale the toolbar especially the linecount to a fixed linecount...(empty lines)?

My Problem:
I got two editors on one Page... one horizontally smal one, one horizontally big one... in one Editor there are 3 Lines of Symbos... in the other 2 Lines in cause of bigger width...
I want to make the apperiance equal to each other... maybe it is possible to get a empty symbolline... in the bigger one...

Hope, i am understandble...

Greetings... Chris

Offline

#2 2009-11-20 08:03:12

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Toolbar fixed size. Possible?

Try flowToolbars = false in your config.

 /** Turning this on will turn all "linebreak" and "separator" items in your toolbar into soft-breaks,
   * this means that if the items between that item and the next linebreak/separator can
   * fit on the same line as that which came before then they will, otherwise they will
   * float down to the next line.

   * If you put a linebreak and separator next to each other, only the separator will
   * take effect, this allows you to have one toolbar that works for both flowToolbars = true and false
   * infact the toolbar below has been designed in this way, if flowToolbars is false then it will
   * create explictly two lines (plus any others made by plugins) breaking at justifyleft, however if
   * flowToolbars is false and your window is narrow enough then it will create more than one line
   * even neater, if you resize the window the toolbars will reflow.  <br />
   *  Default: <code>true</code>
   *  @type Boolean
   */
  this.flowToolbars = true;

James Sleeman

Offline

#3 2009-11-20 08:47:09

ChrisS
New member
Registered: 2009-10-22
Posts: 5

Re: Toolbar fixed size. Possible?

mmmh, thank you... but i need something opposit....

i don't want to shrink... i want to expand to a fixed vertical size...

I think there could be a css-style to style the toolbar-area to a fixed vertical size.....

The Toolbarbackground should tile then automatically....

mmh...

Thank you.
Chris

Offline

Board footer

Powered by FluxBB