Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/modules/mod_vertical_menu/params/offlajnswitcher/offlajnswitcher/offlajnswitcher.js
Назад
dojo.declare("OfflajnSwitcher", null, { constructor: function(args) { dojo.mixin(this,args); this.w = 11; this.init(); }, init: function() { this.switcher = dojo.byId('offlajnswitcher_inner' + this.id); this.input = dojo.byId(this.id); this.state = this.map[this.input.value]; this.click = dojo.connect(this.switcher, 'onclick', this, 'controller'); dojo.connect(this.input, 'onchange', this, 'setValue'); this.elements = new Array(); this.getUnits(); this.setSwitcher(); }, getUnits: function() { var units = dojo.create('div', {'class': 'offlajnswitcher_units' }, this.switcher.parentNode, "after"); dojo.forEach(this.units, function(item, i){ this.elements[i] = dojo.create('span', {'class': 'offlajnswitcher_unit', 'innerHTML': item }, units); if(this.mode) { this.elements[i].innerHTML = ''; this.elements[i] = dojo.create('img', {'src': this.url + item }, this.elements[i]); } this.elements[i].i = i; dojo.connect(this.elements[i], 'onclick', this, 'selectUnit'); }, this); }, getBgpos: function() { var pos = dojo.style(this.switcher, 'backgroundPosition'); if(dojo.isIE <= 8){ pos = dojo.style(this.switcher, 'backgroundPositionX')+' '+dojo.style(this.switcher, 'backgroundPositionY'); } var bgp = pos.split(' '); bgp[1] = parseInt(bgp[1]); return !bgp[1] ? 0 : bgp[1]; }, selectUnit: function(e) { this.state = (e.target.i) ? 0 : 1; this.controller(); }, setSelected: function() { var s = (this.state) ? 0 : 1; dojo.removeClass(this.elements[s], 'selected'); dojo.addClass(this.elements[this.state], 'selected'); }, controller: function() { if(this.anim) this.anim.stop(); this.state ? this.setSecond() : this.setFirst(); }, setValue: function() { if(this.values[this.state] != this.input.value) { this.controller(); } }, setSwitcher: function() { (this.state) ? this.setFirst() : this.setSecond(); }, changeState: function(state){ if(this.state != state){ this.state = state; this.stateChanged(); } this.setSelected(); }, stateChanged: function(){ this.input.value = this.values[this.state]; OfflajnFireEvent(this.input, 'change'); }, setFirst: function() { this.changeState(1); var bgp = this.getBgpos(); this.anim = new dojo.Animation({ curve: new dojo._Line(bgp, 0), node: this.switcher, duration: 200, onAnimate: function(){ var str = "center " + Math.floor(arguments[0])+"px"; dojo.style(this.node,"backgroundPosition",str); } }).play(); }, setSecond: function() { this.changeState(0); var bgp = this.getBgpos(); this.anim = new dojo.Animation({ curve: new dojo._Line(bgp, -1*this.w), node: this.switcher, duration: 200, onAnimate: function(){ var str = "center " + Math.floor(arguments[0])+"px"; dojo.style(this.node,"backgroundPosition",str); } }).play(); } });
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка