| Server IP : 104.21.80.248 / Your IP : 172.71.28.155 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/myschool/triamudom/tuprblearn/lib/yui/src/notification/js/ |
Upload File : |
/**
* 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');