Skip to content
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

Fixes #1501 Add method on IActivePanel to give visualizer control of inner toolbar #1504

Merged
merged 5 commits into from
Sep 8, 2017

Conversation

pmeijer
Copy link
Contributor

@pmeijer pmeijer commented Sep 6, 2017

See graphviz panel for example of how to add own btns and overwrite look of toolbar and buttons.

The dropdown menu now also contains maximize/exit maximize allowing the visualizer to completely disabled the potentially blocking toolbar. Simply overwrite:

MyVizPanel.prototype.getSplitPanelToolbarEl = function () {
    return null;
};

Comment out tab-scroll from DiagramDesigner as it doesn't do anything and messes with the tab placements after maximize.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants