[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 YUI.add('moodle-core-notification', function (Y, NAME) { 2 3 /** 4 * The notification module provides a standard set of dialogues for use 5 * within Moodle. 6 * 7 * @module moodle-core-notification 8 * @main 9 */ 10 11 /** 12 * To avoid bringing moodle-core-notification into modules in it's 13 * entirety, we now recommend using on of the subclasses of 14 * moodle-core-notification. These include: 15 * <dl> 16 * <dt> moodle-core-notification-dialogue</dt> 17 * <dt> moodle-core-notification-alert</dt> 18 * <dt> moodle-core-notification-confirm</dt> 19 * <dt> moodle-core-notification-exception</dt> 20 * <dt> moodle-core-notification-ajaxexception</dt> 21 * </dl> 22 * 23 * @class M.core.notification 24 * @deprecated 25 */ 26 Y.log("The moodle-core-notification parent module has been deprecated. " + 27 "Please use one of its subclasses instead.", 'moodle-core-notification', 'warn'); 28 29 30 }, '@VERSION@', { 31 "requires": [ 32 "moodle-core-notification-dialogue", 33 "moodle-core-notification-alert", 34 "moodle-core-notification-confirm", 35 "moodle-core-notification-exception", 36 "moodle-core-notification-ajaxexception" 37 ] 38 });
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |