How can I set a "Alt" for buttons?

How can I set a "Alt" for buttons?


How can I set a "Alt" attribute in buttons dialog modal form?
Follow an example:
$("#modalForm").dialog({
bgiframe: true,
autoOpen: false,
modal: true,
buttons: {
Ok: function() ...
...
}).dialog('open');