Petronio L Posted May 15, 2021 Share Posted May 15, 2021 Hello there, I got data from table (custom) and have been listing using array inside tab area admin, and I put some buttons to control each domain (from table). But I need call a function there are inside the file provisioningmodule.php when click this button (Atualizar). Someone know how can I do this? Thanks in advance For create the array list with the custom buttons 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted May 26, 2021 Share Posted May 26, 2021 If those buttons are within the example_AdminCustomButtonArray function, you could add the following to the button like the other buttons: onclick="runModuleCommand('custom','Atualizar')" (though have not tested this, so the it may not require to be in the example_AdminCustomButtonArray function ) 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.