Consistent dialogue configuration

This commit is contained in:
Dave Page
2017-02-27 14:58:22 +00:00
parent 3638d63330
commit 5dc2326e9d

View File

@@ -19,7 +19,13 @@ define(
setup: function() {
return {
buttons:[{ text: "OK", key: 27, className: "btn btn-primary" }],
options: {modal: 0, resizable: true}
options: {
modal: false,
resizable: true,
maximizable: true,
pinnable: false,
closableByDimmer: false
}
};
},
build: function() {