Closed leesolway closed 10 years ago
I don't think there is anything we can do about it. Horizontal menu layout for django-suit would help to save some space, but i can't promise when that feature will be added.
You can try to configure editor to run in "Air Mode", it could save some space. http://imperavi.com/redactor/examples/air/
There is plenty of horizontal space for the editor however it just renders tiny.. Would it be possible to manually set a width on the editor as a config option or render it with a bigger default?
Thanks for looking into the issue. Suit is an awesome project.
There are at least two ways of setting custom width.
First - you can set any redactor option by using editor_options
:
http://django-suit.readthedocs.org/en/develop/wysiwyg.html
Second - since by default editor stretches 100% of parent width, all you need to do is set custom width for parent container using CSS.
Ok, thanks for the response. I will close off the issue.
When using the Editor within a Django CMS Plugin - Tabular Inline, it is almost unuseable. The Editor is squashed into a very small area if more than one field is specified.