Core_CSS icon indicating copy to clipboard operation
Core_CSS copied to clipboard

Runtime dialog generation

Open LASStacy opened this issue 8 years ago • 1 comments

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" } });

LASStacy avatar Jul 12 '17 22:07 LASStacy

Content must be jQuery object

olton avatar Jul 13 '17 06:07 olton