Base solution for your next web application
Open Closed

Modal call back #12047


User avatar
0
Bernard created

Hi,

How can i refresh field in View after calling a modal with : _createOrEditModal.open();


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Bernard

    You can provide a getResultCallback while opening the modal, similar to the one below;

    _createOrEditModal.open({}, function(){
       // this is the get result callback.
    });