Example: ``` JavaScript dialogs.action({ title: "Title", message: "Action", cancelButtonText: "Close", actions: ["One", "Two", "Three"] }).then(function (r) { return console.log("Action\u00A0result:\u00A0" + r); }); ```
Example: