We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my app, I give three redio to switch layout mode:
<radio value="left">Only Left Pane(Editor)</radio> <radio value="right">Only Right Pane(UI)</radio> <radio value="both">Both Panes(Split)</radio>
I have seen the editor provides a layoutActions and I invoke with:
layoutActions
editor.layoutActions.changeMode(['split_pane_mode'], 'left')
No works any more. And then I invoke with:
editor.layoutActions.updateLayout(['split_pane_mode'])
No works else.
So I wonder what behavior will these two methods do? Thank you for all helps! And the right way to change layout mode?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Q&A (please complete the following information)
Content & configuration
In my app, I give three redio to switch layout mode:
I have seen the editor provides a
layoutActions
and I invoke with:No works any more. And then I invoke with:
No works else.
Screenshots
How can we help?
So I wonder what behavior will these two methods do? Thank you for all helps! And the right way to change layout mode?
The text was updated successfully, but these errors were encountered: