Hi Isomorphic,
Is there a way to customize the confirm dialog (SC.confirm(String, String, BooleanCallback, Dialog)) "OK" button label through the dialogProperties or are we better off creating our own confirm dialog to handle this?
For example, if we are confirming a "Delete" operation, we'd like to label the "OK" button "Delete". If we are confirming an "Update" operation, we'd like to label the "OK" button "Update".
Thank you
Is there a way to customize the confirm dialog (SC.confirm(String, String, BooleanCallback, Dialog)) "OK" button label through the dialogProperties or are we better off creating our own confirm dialog to handle this?
For example, if we are confirming a "Delete" operation, we'd like to label the "OK" button "Delete". If we are confirming an "Update" operation, we'd like to label the "OK" button "Update".
Thank you
Comment