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.
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
Post a Comment