jQuery dialog setButton text, no title bar

There are 2 formats to pass buttons: as an object and as an array of objects. Using the latter you can set the button text attribute. This is the approach to use for localizing the text.
e.g. (minor changes to protect)
Here's the Gist

Hide title bar: notice the dialog class noTitleDialog? Does as it says, css in the gist.

Comments

Popular posts from this blog

deep dive into Material UI TextField built by mui

angular js protractor e2e cheatsheet

react-router v6.4+ loaders, actions, forms and more