can we change ok in alert functionality in different language
You can use ok
parameter of webix.alert command to define your own text on the button
webix.alert({
text:"Сообщение",
ok:"Добро"
})
Thank you so much maksim
can we change ok in alert functionality in different language
You can use ok
parameter of webix.alert command to define your own text on the button
webix.alert({
text:"Сообщение",
ok:"Добро"
})
Thank you so much maksim