__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* The notification module provides a standard set of dialogues for use
* within Moodle.
*
* @module moodle-core-notification
* @main
*/
/**
* To avoid bringing moodle-core-notification into modules in it's
* entirety, we now recommend using on of the subclasses of
* moodle-core-notification. These include:
* <dl>
* <dt> moodle-core-notification-dialogue</dt>
* <dt> moodle-core-notification-alert</dt>
* <dt> moodle-core-notification-confirm</dt>
* <dt> moodle-core-notification-exception</dt>
* <dt> moodle-core-notification-ajaxexception</dt>
* </dl>
*
* @class M.core.notification
* @deprecated
*/
Y.log("The moodle-core-notification parent module has been deprecated. " +
"Please use one of its subclasses instead.", 'moodle-core-notification', 'warn');
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ajaxexception.js | File | 4.95 KB | 0777 |
|
| alert.js | File | 3.33 KB | 0777 |
|
| confirm.js | File | 5.68 KB | 0777 |
|
| dialogue.js | File | 29.69 KB | 0777 |
|
| exception.js | File | 5.56 KB | 0777 |
|
| info.js | File | 1.08 KB | 0777 |
|
| notification.js | File | 798 B | 0777 |
|
| shared.js | File | 660 B | 0777 |
|