Toolbar in Dialog
See original GitHub issueIs there any support or planned support for md-toolbar
in dialog/modal/popups? In angularjs-material
this was a built-in feature:
What I observe in angular-material2
is a padding that applies to the whole dialog box which prevents the toolbar from properly extending from end to end:
<md-toolbar [color]="['primary']">md-toolbar</md-toolbar>
<h1 md-dialog-title>md-dialog-title</h1>
<md-dialog-content>
md-dialog-content
</md-dialog-content>
<md-dialog-actions>
<button md-raised-button [color]="['primary']" disabled>Send Feedback</button>
<button md-button md-dialog-close [color]="['warn']">Cancel</button>
</md-dialog-actions>
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:18 (10 by maintainers)
Top Results From Across the Web
Setting the Toolbar title in a Dialog - android - Stack Overflow
myToolbar = (Toolbar) findViewById(R.id.my_toolbar); setSupportActionBar(myToolbar);. However, I cannot use this in the class that I ...
Read more >Android Action Bar In A Dialog Using ToolBar - Truiton
Android Toolbar widget is one of the new UI components available in AppCompat v21. This widget works just like an ActionBar, ...
Read more >Dialog Bars | Microsoft Learn
A dialog bar is a toolbar, a kind of control bar that can contain any kind of control. Because it has the characteristics...
Read more >Manage Toolbar Dialog - Foundry Learn
The Manage Toolbar dialog is described below with functions for how to access it. A list of the controls on the dialog can...
Read more >Toolbars dialog box
Toolbars dialog box. Access this by selecting Toolbars in the View menu or right clicking on the toolbar area away from a control...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can use the panelClass to customize the dialog: https://plnkr.co/edit/s2RVEBQVxtDUmUBlUp2t?p=preview.
Take a look at this @willshowell’s https://github.com/angular/material2/issues/3239#issuecomment-312963660
@crisbeto thoughts? I could potentially see this as an option on the dialog-title