Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Moodle confirm box

require(['core/notification’], function(notification) {
    notification.alert('Hello', 'Welcome to my site!', 'Continue');
});
Source by docs.moodle.org #
 
PREVIOUS NEXT
Tagged: #Moodle #confirm #box
ADD COMMENT
Topic
Name
5+5 =