-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fullscreen by defauld #4
Comments
There is no parameter to do this, but you can use the method:
I am also trying to figure out how I can optimize how the height displays... because depending on the size of the device and the toolbar settings, the toolbar may have 1 row, 2 rows, or 3 rows. As a result I can never know exactly how tall to make the |
Hi @enghitalo , in the latest 1.6.0 update the editor will now automatically resize itself to take up only the height it needs (you can use the parameter |
Thank you. Awesome!!!!! |
@tneotia I have autoAjustHeight enabled but when I create HtmlEditor I have this bottom margin, how can I remove it? |
@kekko7072 can you send your full widget code please? |
The code to create the new Widget as full screen page
The Widget page
|
@kekko7072 you have to manually set the height of the editor area by doing some calculations, then internally the package does some calculations to remove the scrollbar on the editor. In your case you would likely do |
ok thanks |
Hey, man. awesome work. This is excellent. Now I can use it in web. Thank you!!!
How can I set fullscreen by default?
That bottom part takes up a lot of space and doesn't help me at all
The text was updated successfully, but these errors were encountered: