Skip to content
This repository was archived by the owner on Dec 22, 2018. It is now read-only.
This repository was archived by the owner on Dec 22, 2018. It is now read-only.

Runtime dialog generation #2

@LASStacy

Description

@LASStacy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions