first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 18:11:26 -04:00
commit e592ca6823
27270 changed files with 5002257 additions and 0 deletions
@@ -0,0 +1,22 @@
YUI.add('moodle-question-searchform', function (Y, NAME) {
var SELECTORS = {
OPTIONS: '.searchoptions'
},
NS;
M.question = M.question || {};
NS = M.question.searchform = {};
NS.init = function() {
Y.delegate('change', this.option_changed, Y.config.doc, SELECTORS.OPTIONS, this);
};
NS.option_changed = function(e) {
e.target.getDOMNode().form.submit();
};
}, '@VERSION@', {"requires": ["base", "node"]});
@@ -0,0 +1 @@
YUI.add("moodle-question-searchform",function(o,e){var n=".searchoptions";M.question=M.question||{},M.question.searchform={init:function(){o.delegate("change",this.option_changed,o.config.doc,n,this)},option_changed:function(o){o.target.getDOMNode().form.submit()}}},"@VERSION@",{requires:["base","node"]});
@@ -0,0 +1,22 @@
YUI.add('moodle-question-searchform', function (Y, NAME) {
var SELECTORS = {
OPTIONS: '.searchoptions'
},
NS;
M.question = M.question || {};
NS = M.question.searchform = {};
NS.init = function() {
Y.delegate('change', this.option_changed, Y.config.doc, SELECTORS.OPTIONS, this);
};
NS.option_changed = function(e) {
e.target.getDOMNode().form.submit();
};
}, '@VERSION@', {"requires": ["base", "node"]});