hi

use dialogExtend 

.dialogExtend({
                            "closable": json.closable,
                            "maximizable": json.maximizable,
                            "minimizable": json.minimizable,
                            "collapsable": json.collapsable,
                            "dblclick": "maximize",
                            "titlebar": json.titlebar,
                            "minimizeLocation": "left",
                            "icons": {
                                "close": "ui-icon-circle-close",
                                "maximize": "ui-icon-circle-plus",
                                "minimize": "ui-icon-circle-minus",
                                "collapse": "ui-icon-triangle-1-s",
                                "restore": "ui-icon-bullet"
                            },
                            "load": function (evt, dlg) {

On Tuesday, July 28, 2015 at 10:44:56 AM UTC+1, [email protected] wrote:
>
> Does anyone know how I can add a maximize, minimize and reset icon to the 
> top on an AngularJS Dialog window? Currently I can only access the close 
> icon.
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to