Hello Hristo,
nothing special. I’d like, for example, to give the delete button of the normal editDialog the danger-template (just to get the button in red).
I’ve tried
$(“#scheduler”).on(‘editDialogCreate’, function(event){
$(“button:contains(‘Eliminar’)”).addClass(“jqx-danger-orange”);
});
and as i can see, the button has the class after, but it’s not red.
Maybe it has to be rerendered, but maybe there is an easier way somewhere in
editDialogCreate: function (dialog, fields, editAppointment) {}
Thanks