それは私のコードです:
$("#contactDeleteDialog").dialog({
title: "Löschen",
bgiframe: true,
autoOpen: false,
closeOnEscape: true,
resizable:false,
height: 150,
modal: true,
buttons:{
Löschen:function(){
//do something
},
Abbrechen:function(){
//do something else
}
}
})
タイトルは文字列なので、ö に ö を使用できます。しかし、どうすればボタンに対してそれを行うことができますか?