Core_CSS
Core_CSS copied to clipboard
Runtime dialog generation
content is not being set on the generated dialog element $.Dialog({ title: "Warning", content: "This is not being put in the dialog-content element", actions: [ { title: "Yes", onclick: function (el) { this.close(); //do something } }, { title: "No", cls: "js-dialog-close" } ], options: { type: "warning" } });
Content must be jQuery object