rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 15 136k |
|---|---|---|
var borders = $.datepicker._getBorders(inst.dpDiv); inst.dpDiv.find('iframe.ui-datepicker-cover'). css({left: -borders[0], top: -borders[1], | var cover = inst.dpDiv.find('iframe.ui-datepicker-cover'); if( !! cover.length ){ var borders = $.datepicker._getBorders(inst.dpDiv); cover.css({left: -borders[0], top: -borders[1], | _showDatepicker: function(input) { input = input.target || input; if (input.nodeName.toLowerCase() != 'input') // find from button/image trigger input = $('input', input.parentNode)[0]; if ($.datepicker._isDisabledDatepicker(input) || $.datepicker._lastInput == input) // already here return; var inst = $.datep... |
} | _showDatepicker: function(input) { input = input.target || input; if (input.nodeName.toLowerCase() != 'input') // find from button/image trigger input = $('input', input.parentNode)[0]; if ($.datepicker._isDisabledDatepicker(input) || $.datepicker._lastInput == input) // already here return; var inst = $.datep... | |
inst.dpDiv[showAnim || 'show']((showAnim ? duration : ''), postProcess); | inst.dpDiv[showAnim || 'show']((showAnim ? duration : null), postProcess); | _showDatepicker: function(input) { input = input.target || input; if (input.nodeName.toLowerCase() != 'input') // find from button/image trigger input = $('input', input.parentNode)[0]; if ($.datepicker._isDisabledDatepicker(input) || $.datepicker._lastInput == input) // already here return; var inst = $.datep... |
inst._dialog = $(input).closest('.ui-dialog-content') .bind('dialogclose.datepicker', function() { $.datepicker._hideDatepicker(input); }); | _showDatepicker: function(input) { input = input.target || input; if (input.nodeName.toLowerCase() != 'input') // find from button/image trigger input = $('input', input.parentNode)[0]; if ($.datepicker._isDisabledDatepicker(input) || $.datepicker._lastInput == input) // already here return; var inst = $.datep... | |
inst.dpDiv.zIndex($(input).zIndex()+1); | _showDatepicker: function(input) { input = input.target || input; if (input.nodeName.toLowerCase() != 'input') // find from button/image trigger input = $('input', input.parentNode)[0]; if ($.datepicker._isDisabledDatepicker(input) || $.datepicker._lastInput == input) // already here return; var inst = $.datep... | |
inst.input[0].focus(); | inst.input.focus(); | _showDatepicker: function(input) { input = input.target || input; if (input.nodeName.toLowerCase() != 'input') // find from button/image trigger input = $('input', input.parentNode)[0]; if ($.datepicker._isDisabledDatepicker(input) || $.datepicker._lastInput == input) // already here return; var inst = $.datep... |
if (!showAnim) | if (!showAnim || !duration) | _showDatepicker: function(input) { input = input.target || input; if (input.nodeName.toLowerCase() != 'input') // find from button/image trigger input = $('input', input.parentNode)[0]; if ($.datepicker._isDisabledDatepicker(input) || $.datepicker._lastInput == input) // already here return; var inst = $.datep... |
.hide(); | .height(0); | _size: function() { /* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content * divs will both have width and height set, so we need to reset them */ var options = this.options, nonContentHeight; // reset content sizing // hide for non content measurement because height: 0 doesn't work in ... |
this.element.css('width', 'auto') .height(0); | this.element.css({ width: 'auto', minHeight: 0, height: 0 }); | _size: function() { /* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content * divs will both have width and height set, so we need to reset them */ var options = this.options, nonContentHeight; // reset content sizing // hide for non content measurement because height: 0 doesn't work in ... |
minContentHeight; | minContentHeight, isVisible = this.uiDialog.is( ":visible" ); | _size: function() { /* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content * divs will both have width and height set, so we need to reset them */ var options = this.options, nonContentHeight, minContentHeight; // reset content sizing this.element.show().css({ width: 'auto', minHe... |
this.uiDialog.hide(); | if ( !isVisible ) { this.uiDialog.hide(); } | _size: function() { /* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content * divs will both have width and height set, so we need to reset them */ var options = this.options, nonContentHeight, minContentHeight; // reset content sizing this.element.show().css({ width: 'auto', minHe... |
if (options.minWidth > options.width) { options.width = options.minWidth; } | _size: function() { /* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content * divs will both have width and height set, so we need to reset them */ var options = this.options, nonContentHeight; // reset content sizing // hide for non content measurement because height: 0 doesn't work in ... | |
this.element.css({ height: 0, minHeight: 0, width: 'auto' }); | this.element.css('width', 'auto') .hide(); | _size: function() { /* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content * divs will both have width and height set, so we need to reset them */ var options = this.options; // reset content sizing this.element.css({ height: 0, minHeight: 0, width: 'auto' }); // reset wrapper siz... |
height: Math.max(options.height - nonContentHeight, 0) }); | minHeight: 0, height: Math.max(options.height - nonContentHeight, 0) }) .show(); | _size: function() { /* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content * divs will both have width and height set, so we need to reset them */ var options = this.options; // reset content sizing this.element.css({ height: 0, minHeight: 0, width: 'auto' }); // reset wrapper siz... |
_size: function() { var options = this.options; this.element.css({ height: 0, minHeight: 0, width: 'auto' }); var nonContentHeight = this.uiDialog.css({ height: 'auto', width: options.width }) .height(); this.element .css({ minHeight: Math.max(options.minHeight - nonContentHeight, 0), height: options.height == '... | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | _size: function() { /* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content * divs will both have width and height set, so we need to reset them */ var options = this.options; // reset content sizing this.element.css({ height: 0, minHeight: 0, width: 'auto' }); // reset wrapper siz... |
_slide: function(event, index, newVal) { var handle = this.handles[index]; if (this.options.values && this.options.values.length) { var otherVal = this.values(index ? 0 : 1); if ((index == 0 && newVal >= otherVal) || (index == 1 && newVal <= otherVal)) newVal = otherVal; if (newVal != this.values(index)) { var new... | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | _slide: function(event, index, newVal) { var handle = this.handles[index]; if (this.options.values && this.options.values.length) { var otherVal = this.values(index ? 0 : 1); if ((index == 0 && newVal >= otherVal) || (index == 1 && newVal <= otherVal)) newVal = otherVal; if (newVal != this.values(index)) { ... |
_settings.mousedown = false; | _mousedown = false; | function _sliderUp(msx) { _settings.mousedown = false; var railRect, xps; if (_settings.scrubber == "time") { railRect = document.getElementById(_domelement.id + "_timeSliderRail").getBoundingClientRect(); xps = msx - railRect.left + window.pageXOffset; var pos = xps / railRect.width * _settings.curren... |
if (_settings.scrubber == "time") { railRect = document.getElementById(_domelement.id + "_timeSliderRail").getBoundingClientRect(); | if (_scrubber == "time") { railRect = _elements.timeSliderRail.getBoundingClientRect(); | function _sliderUp(msx) { _settings.mousedown = false; var railRect, xps; if (_settings.scrubber == "time") { railRect = document.getElementById(_domelement.id + "_timeSliderRail").getBoundingClientRect(); xps = msx - railRect.left + window.pageXOffset; var pos = xps / railRect.width * _settings.curren... |
var pos = xps / railRect.width * _settings.currentDuration; | var pos = xps / railRect.width * _currentDuration; | function _sliderUp(msx) { _settings.mousedown = false; var railRect, xps; if (_settings.scrubber == "time") { railRect = document.getElementById(_domelement.id + "_timeSliderRail").getBoundingClientRect(); xps = msx - railRect.left + window.pageXOffset; var pos = xps / railRect.width * _settings.curren... |
} else if (pos > _settings.currentDuration) { pos = _settings.currentDuration - 3; | } else if (pos > _currentDuration) { pos = _currentDuration - 3; | function _sliderUp(msx) { _settings.mousedown = false; var railRect, xps; if (_settings.scrubber == "time") { railRect = document.getElementById(_domelement.id + "_timeSliderRail").getBoundingClientRect(); xps = msx - railRect.left + window.pageXOffset; var pos = xps / railRect.width * _settings.curren... |
_api.jwSeek(pos); if (_api.jwGetState() != jwplayer.api.events.state.PLAYING) { _api.jwPlay(); | api.jwSeek(pos); if (api.jwGetState() != jwplayer.api.events.state.PLAYING) { api.jwPlay(); | function _sliderUp(msx) { _settings.mousedown = false; var railRect, xps; if (_settings.scrubber == "time") { railRect = document.getElementById(_domelement.id + "_timeSliderRail").getBoundingClientRect(); xps = msx - railRect.left + window.pageXOffset; var pos = xps / railRect.width * _settings.curren... |
} else if (_settings.scrubber == "volume") { railRect = document.getElementById(_domelement.id + "_volumeSliderRail").getBoundingClientRect(); | } else if (_scrubber == "volume") { railRect = _elements.volumeSliderRail.getBoundingClientRect(); | function _sliderUp(msx) { _settings.mousedown = false; var railRect, xps; if (_settings.scrubber == "time") { railRect = document.getElementById(_domelement.id + "_timeSliderRail").getBoundingClientRect(); xps = msx - railRect.left + window.pageXOffset; var pos = xps / railRect.width * _settings.curren... |
if (_api.jwGetMute()) { _api.jwSetMute(false); | if (api.jwGetMute()) { api.jwSetMute(false); | function _sliderUp(msx) { _settings.mousedown = false; var railRect, xps; if (_settings.scrubber == "time") { railRect = document.getElementById(_domelement.id + "_timeSliderRail").getBoundingClientRect(); xps = msx - railRect.left + window.pageXOffset; var pos = xps / railRect.width * _settings.curren... |
_api.jwSetVolume(pct); | api.jwSetVolume(pct); | function _sliderUp(msx) { _settings.mousedown = false; var railRect, xps; if (_settings.scrubber == "time") { railRect = document.getElementById(_domelement.id + "_timeSliderRail").getBoundingClientRect(); xps = msx - railRect.left + window.pageXOffset; var pos = xps / railRect.width * _settings.curren... |
_settings.scrubber = "none"; | _scrubber = "none"; | function _sliderUp(msx) { _settings.mousedown = false; var railRect, xps; if (_settings.scrubber == "time") { railRect = document.getElementById(_domelement.id + "_timeSliderRail").getBoundingClientRect(); xps = msx - railRect.left + window.pageXOffset; var pos = xps / railRect.width * _settings.curren... |
if (this.options.disabled) { return; } | _spin: function(step, event) { if (this.options.disabled) { return; } if (!this.counter) { this.counter = 1; } var newVal = this.value() + step * (this.options.incremental && this.counter > 100 ? this.counter > 200 ? 100 : 10 : 1); // cancelable if (this._trigger('spin', event, { value: newVa... | |
_start: function(event, index) { this._trigger("start", event, this._uiHash(index)); }, | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | _start: function(event, index) { this._trigger("start", event, this._uiHash(index)); }, |
_interval = window.setInterval(function() { | _interval = setInterval(function() { | function _startInterval() { if (_interval === null) { _interval = window.setInterval(function() { _positionHandler({}); }, 100); } } |
_rotationInterval = undefined; | _rotationInterval = null; | function _stateHandler(evt) { _hide(_display.display_text); if (_rotationInterval !== undefined) { clearInterval(_rotationInterval); _rotationInterval = undefined; jwplayer.html5.utils.animations.rotate(_display.display_icon, 0); } switch (_api.jwGetState()) { case jwplayer.api.events.state.BUFFER... |
function _stateHandler(obj) { | function _stateHandler(evt) { _hide(_display.display_text); | function _stateHandler(obj) { if (_rotationInterval !== undefined) { clearInterval(_rotationInterval); _rotationInterval = undefined; jwplayer.html5.utils.animations.rotate(_display.display_icon, 0); } switch (_api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: _setDisplayIcon("buffer... |
_display.display_image.src = ""; | delete _display.display_image.src; | function _stateHandler(evt) { if ((evt.type == jwplayer.api.events.JWPLAYER_PLAYER_STATE || evt.type == jwplayer.api.events.JWPLAYER_PLAYLIST_ITEM) && _error) { _error = false; _hide(_display.display_text); } if (_rotationInterval !== undefined) { clearInterval(_rotationInterval); _rotationInter... |
jwplayer.html5.utils.fadeTo(_logo, 0, 0.1, parseFloat(_logo.style.opacity), _settings.timeout); | if (_settings.hide) { fade(); } | function _stateHandler(obj) { switch (_api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: _logo.style.opacity = _settings.out; jwplayer.html5.utils.fadeTo(_logo, 0, 0.1, parseFloat(_logo.style.opacity), _settings.timeout); break; case jwplayer.api.events.state.PAUSED: break; case... |
setTimeout(jwplayer.html5.utils.fadeTo(_logo, 0, 0.1, _logo.style.opacity), _settings.timeout * 1000); | jwplayer.html5.utils.fadeTo(_logo, 0, 0.1, parseFloat(_logo.style.opacity), _settings.timeout); | function _stateHandler(obj) { switch (_api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: _logo.style.opacity = _settings.out; setTimeout(jwplayer.html5.utils.fadeTo(_logo, 0, 0.1, _logo.style.opacity), _settings.timeout * 1000); break; case jwplayer.api.events.state.PAUSED: break; ... |
_hide(_display.display_text); | if (typeof evt.newstate != "undefined" && _error) { _error = false; _hide(_display.display_text); } | function _stateHandler(evt) { _hide(_display.display_text); if (_rotationInterval !== undefined) { clearInterval(_rotationInterval); _rotationInterval = null; jwplayer.html5.utils.animations.rotate(_display.display_icon, 0); } switch (_api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: ... |
_show(_display.display_iconBackground); | function _stateHandler(evt) { _hide(_display.display_text); if (_rotationInterval !== undefined) { clearInterval(_rotationInterval); _rotationInterval = null; jwplayer.html5.utils.animations.rotate(_display.display_icon, 0); } switch (_api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: ... | |
_display.animate = false; | if (_rotationInterval !== undefined) { clearInterval(_rotationInterval); _rotationInterval = undefined; jwplayer.html5.utils.animations.rotate(_display.display_icon, 0); } | function _stateHandler(obj) { _display.animate = false; switch (api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: _show(_display.logo); setTimeout(function() { _hide(_display.logo); //.fadeOut(_logoDefaults.out * 1000); }, _logoDefaults.timeout * 1000); _display.display_ico... |
_show(_display.logo); setTimeout(function() { _hide(_display.logo); }, _logoDefaults.timeout * 1000); _display.display_icon.src = api.skin.getSkinElement("display", "bufferIcon").src; _css(_display.display_icon, { display: "block", top: (api.skin.getSkinElement("display", "background").height - api.skin.getSkinElement... | jwplayer.html5.utils.fadeTo(_display.logo, 0, _logoDefaults.timeout, 1); _setDisplayIcon("bufferIcon"); _degreesRotated = 0; _rotationInterval = setInterval(function() { _degreesRotated += _bufferRotation; jwplayer.html5.utils.animations.rotate(_display.display_icon, _degreesRotated % 360); }, _bufferInterval); _setDis... | function _stateHandler(obj) { _display.animate = false; switch (api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: _show(_display.logo); setTimeout(function() { _hide(_display.logo); //.fadeOut(_logoDefaults.out * 1000); }, _logoDefaults.timeout * 1000); _display.display_ico... |
_show(_display.logo); | jwplayer.html5.utils.fadeTo(_display.logo, 1, 0, 0); | function _stateHandler(obj) { _display.animate = false; switch (api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: _show(_display.logo); setTimeout(function() { _hide(_display.logo); //.fadeOut(_logoDefaults.out * 1000); }, _logoDefaults.timeout * 1000); _display.display_ico... |
_display.display_icon.src = api.skin.getSkinElement("display", "playIcon").src; _css(_display.display_icon, { display: "block", top: (api.skin.getSkinElement("display", "background").height - api.skin.getSkinElement("display", "playIcon").height) / 2 + "px", left: (api.skin.getSkinElement("display", "background").width... | _setDisplayIcon("playIcon"); | function _stateHandler(obj) { _display.animate = false; switch (api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: _show(_display.logo); setTimeout(function() { _hide(_display.logo); //.fadeOut(_logoDefaults.out * 1000); }, _logoDefaults.timeout * 1000); _display.display_ico... |
_hide(_display.logo); | _display.logo.style.display = "block"; var background = api.jwGetPlaylist()[api.jwGetItem()].image === "" ? config.screencolor : config.screencolor + " url('" + jwplayer.html5.utils.getAbsolutePath(api.jwGetPlaylist()[api.jwGetItem()].image) + "')"; | function _stateHandler(obj) { _display.animate = false; switch (api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: _show(_display.logo); setTimeout(function() { _hide(_display.logo); //.fadeOut(_logoDefaults.out * 1000); }, _logoDefaults.timeout * 1000); _display.display_ico... |
background: screencolor + " url('" + jwplayer.html5.utils.getAbsolutePath(api.jwGetPlaylist()[api.jwGetItem()].image) + "') no-repeat center center" | background: background + " no-repeat center center" | function _stateHandler(obj) { _display.animate = false; switch (api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: _show(_display.logo); setTimeout(function() { _hide(_display.logo); //.fadeOut(_logoDefaults.out * 1000); }, _logoDefaults.timeout * 1000); _display.display_ico... |
_display.display_icon.src = api.skin.getSkinElement("display", "muteIcon").src; _css(_display.display_icon, { display: "block", top: (api.skin.getSkinElement("display", "muteIcon").height - api.skin.getSkinElement("display", "muteIcon").height) / 2 + "px", left: (api.skin.getSkinElement("display", "background").width -... | _setDisplayIcon("muteIcon"); | function _stateHandler(obj) { _display.animate = false; switch (api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: _show(_display.logo); setTimeout(function() { _hide(_display.logo); //.fadeOut(_logoDefaults.out * 1000); }, _logoDefaults.timeout * 1000); _display.display_ico... |
_show(_display.logo); setTimeout(function() { _hide(_display.logo); }, _logoDefaults.timeout * 1000); | _display.logo.style.display = "block"; jwplayer.html5.utils.fadeTo(_display.logo, 0, _logoDefaults.timeout, 1); | function _stateHandler(obj) { _display.animate = false; switch (api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: _show(_display.logo); setTimeout(function() { _hide(_display.logo); //.fadeOut(_logoDefaults.out * 1000); }, _logoDefaults.timeout * 1000); _display.display_ico... |
function _stateHandler(evt) { if (typeof evt.newstate != "undefined" && _error) { _error = false; _hide(_display.display_text); | function _stateHandler(event) { if (event.newstate == jwplayer.api.events.state.BUFFERING || event.newstate == jwplayer.api.events.state.PLAYING) { _show(_elements.pauseButton); _hide(_elements.playButton); } else { _hide(_elements.pauseButton); _show(_elements.playButton); | function _stateHandler(evt) { if (typeof evt.newstate != "undefined" && _error) { _error = false; _hide(_display.display_text); } if (_rotationInterval !== undefined) { clearInterval(_rotationInterval); _rotationInterval = null; jwplayer.html5.utils.animations.rotate(_display.display_icon, 0); ... |
if (_rotationInterval !== undefined) { clearInterval(_rotationInterval); _rotationInterval = null; jwplayer.html5.utils.animations.rotate(_display.display_icon, 0); } switch (_api.jwGetState()) { case jwplayer.api.events.state.BUFFERING: _setDisplayIcon("bufferIcon"); _degreesRotated = 0; _rotationInterval = setInterva... | if (event.newstate == jwplayer.api.events.state.IDLE) { if (!_settings.idlehide && _settings.position.toUpperCase() == jwplayer.html5.view.positions.OVER) { _fadeIn(); } _hide(_elements.timeSliderBuffer); _hide(_elements.timeSliderProgress); _hide(_elements.timeSliderThumb); } else { _fadeOut(); _show(_elements.timeSli... | function _stateHandler(evt) { if (typeof evt.newstate != "undefined" && _error) { _error = false; _hide(_display.display_text); } if (_rotationInterval !== undefined) { clearInterval(_rotationInterval); _rotationInterval = null; jwplayer.html5.utils.animations.rotate(_display.display_icon, 0); ... |
if (this._threshold == "ERROR" && !exception._processed) { this._Impl.sendError(request, context, this._Impl.CLIENT_ERROR, exception.name, "MyFaces ERROR:" + this._Lang.createErrorMsg(sourceClass, func, exception)); | try { if (this._threshold == "ERROR" && !exception._processed) { this._Impl.sendError(request, context, this._Impl.CLIENT_ERROR, exception.name, "MyFaces ERROR:" + this._Lang.createErrorMsg(sourceClass, func, exception)); } } finally { this._q.cleanup(); exception._processed = true; throw exception; | _stdErrorHandler: function(request, context, sourceClass, func, exception) { this._loadImpl(); if (this._threshold == "ERROR" && !exception._processed) { this._Impl.sendError(request, context, this._Impl.CLIENT_ERROR, exception.name, "MyFaces ERROR:" + this._Lang.... |
this._q.cleanup(); exception._processed = true; throw exception; | _stdErrorHandler: function(request, context, sourceClass, func, exception) { this._loadImpl(); if (this._threshold == "ERROR" && !exception._processed) { this._Impl.sendError(request, context, this._Impl.CLIENT_ERROR, exception.name, "MyFaces ERROR:" + this._Lang.... | |
var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); | this._loadImpl(); | _stdErrorHandler: function(request, context, sourceClass, func, exception) { var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); if (this._threshold == "ERROR") { _Impl.sendError(request, context, _Impl._ERROR_CLIENT_ERROR, exception.name, ... |
_Impl.sendError(request, context, _Impl._ERROR_CLIENT_ERROR, exception.name, | this._Impl.sendError(request, context, this._Impl._ERROR_CLIENT_ERROR, exception.name, | _stdErrorHandler: function(request, context, sourceClass, func, exception) { var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); if (this._threshold == "ERROR") { _Impl.sendError(request, context, _Impl._ERROR_CLIENT_ERROR, exception.name, ... |
if (this._threshold == "ERROR" && !exception._processed) { | if (this._threshold == "ERROR" && !exProcessed) { | _stdErrorHandler: function(request, context, sourceClass, func, exception) { this._loadImpl(); try { if (this._threshold == "ERROR" && !exception._processed) { this._Impl.sendError(request, context, this._Impl.CLIENT_ERROR, exception.name, "MyFaces ERRO... |
exception._processed = true; | try { if(!exProcessed) { _Lang.setExceptionProcessed(exception); } } catch(e) { } | _stdErrorHandler: function(request, context, sourceClass, func, exception) { this._loadImpl(); try { if (this._threshold == "ERROR" && !exception._processed) { this._Impl.sendError(request, context, this._Impl.CLIENT_ERROR, exception.name, "MyFaces ERRO... |
var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); | this._loadImpl(); | _stdOnDone: function(request, context) { var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); _Impl.sendEvent(request, context, _Impl._AJAX_STAGE_COMPLETE); }, |
_Impl.sendEvent(request, context, _Impl._AJAX_STAGE_COMPLETE); | this._Impl.sendEvent(request, context, this._Impl._AJAX_STAGE_COMPLETE); | _stdOnDone: function(request, context) { var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); _Impl.sendEvent(request, context, _Impl._AJAX_STAGE_COMPLETE); }, |
var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); | this._loadImpl(); | _stdOnError: function(request, context) { var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); //_onError var errorText; try { errorText = "Request failed"; if (request.status) { errorText += "with s... |
_Impl.sendError(request, context, myfaces._impl.core.Impl._ERROR_HTTPERROR, | this._Impl.sendError(request, context, myfaces._impl.core.Impl._ERROR_HTTPERROR, | _stdOnError: function(request, context) { var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); //_onError var errorText; try { errorText = "Request failed"; if (request.status) { errorText += "with s... |
this._Impl.response(request, context); this._Impl.sendEvent(request, context, this._Impl.SUCCESS); this._q.processQueue(); | try { this._Impl.response(request, context); this._Impl.sendEvent(request, context, this._Impl.SUCCESS); } finally { this._q.processQueue(); } | _stdOnSuccess: function(request, context) { //_onSuccess this._loadImpl(); this._Impl.response(request, context); this._Impl.sendEvent(request, context, this._Impl.SUCCESS); this._q.processQueue(); }, |
var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); | this._loadImpl(); | _stdOnSuccess: function(request, context) { //_onSuccess var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); _Impl.response(request, context); _Impl.sendEvent(request, context, _Impl._AJAX_STAGE_SUCCESS); this._queue.processQueue(); ... |
_Impl.response(request, context); _Impl.sendEvent(request, context, _Impl._AJAX_STAGE_SUCCESS); | this._Impl.response(request, context); this._Impl.sendEvent(request, context, this._Impl._AJAX_STAGE_SUCCESS); | _stdOnSuccess: function(request, context) { //_onSuccess var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); _Impl.response(request, context); _Impl.sendEvent(request, context, _Impl._AJAX_STAGE_SUCCESS); this._queue.processQueue(); ... |
_stdOnTimeout: function() { this._q._curReq.abort(); | _stdOnTimeout: function(request, context) { this._loadImpl(); try { this._Impl.sendEvent(request, context, this._Impl.TIMEOUT_EVENT, this._Impl.TIMEOUT_EVENT); } finally { this._q.processQueue(); } | _stdOnTimeout: function() { this._q._curReq.abort(); }, |
var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); | this._loadImpl(); | _stdWarningsHandler: function(request, context, sourceClass, func, exception) { var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); if (this._threshold == "WARNING" || this._threshold == "ERROR") { _Impl.sendError(request, context, _Impl._ERROR_C... |
_Impl.sendError(request, context, _Impl._ERROR_CLIENT_ERROR, exception.name, | this._Impl.sendError(request, context, this._Impl._ERROR_CLIENT_ERROR, exception.name, | _stdWarningsHandler: function(request, context, sourceClass, func, exception) { var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); if (this._threshold == "WARNING" || this._threshold == "ERROR") { _Impl.sendError(request, context, _Impl._ERROR_C... |
} | }, | _stdWarningsHandler: function(request, context, sourceClass, func, exception) { var _Impl = myfaces._impl.core._Runtime.getGlobalConfig("jsfAjaxImpl", myfaces._impl.core.Impl); if (this._threshold == "WARNING" || this._threshold == "ERROR") { _Impl.sendError(request, context, _Impl._ERROR_C... |
_step: function() { var step = this.options.step; return step; }, | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | _step: function() { var step = this.options.step; return step; }, |
window.clearInterval(this.timer); | window.clearTimeout(this.timer); | _stop: function(event) { this.counter = 0; if (this.timer) { window.clearInterval(this.timer); } this.element[0].focus(); this.spinning = false; this._trigger('stop', event); }, |
_stop: function(event, index) { this._trigger("stop", event, this._uiHash(index)); }, | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | _stop: function(event, index) { this._trigger("stop", event, this._uiHash(index)); }, |
$(this).data("resizable-alsoresize", { width: parseInt($(this).width(), 10), height: parseInt($(this).height(), 10), left: parseInt($(this).css('left'), 10), top: parseInt($(this).css('top'), 10) | var el = $(this); el.data("resizable-alsoresize", { width: parseInt(el.width(), 10), height: parseInt(el.height(), 10), left: parseInt(el.css('left'), 10), top: parseInt(el.css('top'), 10), position: el.css('position') | var _store = function(exp) { $(exp).each(function() { $(this).data("resizable-alsoresize", { width: parseInt($(this).width(), 10), height: parseInt($(this).height(), 10), left: parseInt($(this).css('left'), 10), top: parseInt($(this).css('top'), 10) }); }); }; |
$.each( items, function( index, item ) { self._renderItem( ul, item ); }); | this._renderMenu( ul, items ); | _suggest: function( items ) { var self = this, ul = this.menu.element.empty(); $.each( items, function( index, item ) { self._renderItem( ul, item ); }); // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate this.menu.deactivate(); this.menu.refresh();... |
var self = this, ul = this.menu.element.empty(); | var ul = this.menu.element .empty() .zIndex( this.element.zIndex() + 1 ), menuWidth, textWidth; | _suggest: function( items ) { var self = this, ul = this.menu.element.empty(); this._renderMenu( ul, items ); // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate this.menu.deactivate(); this.menu.refresh(); this.menu.element.show().position({ my: "le... |
if ( ul.width() <= this.element.width() ) { ul.width( this.element.width() ); } | menuWidth = ul.width( "" ).width(); textWidth = this.element.width(); ul.width( Math.max( menuWidth, textWidth ) ); | _suggest: function( items ) { var self = this, ul = this.menu.element.empty(); this._renderMenu( ul, items ); // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate this.menu.deactivate(); this.menu.refresh(); this.menu.element.show().position({ my: "le... |
of: this.element | of: this.element, collision: "none" | _suggest: function( items ) { if (this.menu) { this.menu.element.remove(); } var self = this, ul = $( "<ul></ul>" ), parent = this.element.parent(); $.each( items, function( index, item ) { $( "<li></li>" ) .data( "item.autocomplete", item ) .append( "<a>" + item.label + "</a>" ) .appendTo( ul ); ... |
this.menu.element.empty(); var ul = this.menu.element; | var ul = this.menu.element.empty(); | _suggest: function( items ) { this.menu.element.empty(); var ul = this.menu.element; $.each( items, function( index, item ) { $( "<li></li>" ) .data( "item.autocomplete", item ) .append( "<a>" + item.label + "</a>" ) .appendTo( ul ); }); this.menu.refresh(); this.menu.element.show(); if ( ul.width() ... |
this.menu.element.show(); | this.menu.element.show().position({ my: "left top", at: "left bottom", of: this.element, collision: "none" }); | _suggest: function( items ) { var self = this, ul = this.menu.element.empty(); this._renderMenu( ul, items ); // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate this.menu.deactivate(); this.menu.refresh(); this.menu.element.show(); if ( ul.width() <=... |
this.menu.element.show().position({ my: "left top", at: "left bottom", of: this.element, collision: "none" }); | this.menu.element.show().position( $.extend({ of: this.element }, this.options.position )); | _suggest: function( items ) { var ul = this.menu.element .empty() .zIndex( this.element.zIndex() + 1 ), menuWidth, textWidth; this._renderMenu( ul, items ); // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate this.menu.deactivate(); this.menu.re... |
ul = this.menu.element.empty(); | ul = this.menu.element .empty() .zIndex( this.element.zIndex() + 1 ); | _suggest: function( items ) { var self = this, ul = this.menu.element.empty(); this._renderMenu( ul, items ); // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate this.menu.deactivate(); this.menu.refresh(); this.menu.element.show().position({ my: "le... |
menuWidth = ul.width( "" ).width(); textWidth = this.element.width(); ul.width( Math.max( menuWidth, textWidth ) ); | menuWidth = ul.width( "" ).outerWidth(); textWidth = this.element.outerWidth(); ul.width( Math.max( menuWidth, textWidth ) - ( parseFloat( ul.css("paddingLeft") ) || 0 ) - ( parseFloat( ul.css("paddingRight") ) || 0 ) - ( parseFloat( ul.css("borderLeftWidth") ) || 0 ) - ( parseFloat( ul.css("borderRightWidth") ) || 0 )... | _suggest: function( items ) { var ul = this.menu.element .empty() .zIndex( this.element.zIndex() + 1 ), menuWidth, textWidth; this._renderMenu( ul, items ); // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate this.menu.deactivate(); this.menu.re... |
if (this.menu) { this.menu.element.remove(); } var self = this, ul = $( "<ul></ul>" ), parent = this.element.parent(); | this.menu.element.empty(); var ul = this.menu.element; | _suggest: function( items ) { if (this.menu) { this.menu.element.remove(); } var self = this, ul = $( "<ul></ul>" ), parent = this.element.parent(); $.each( items, function( index, item ) { $( "<li></li>" ) .data( "item.autocomplete", item ) .append( "<a>" + item.label + "</a>" ) .appendTo( ul ); ... |
this.menu = ul .addClass( "ui-autocomplete-menu" ) .appendTo( parent ) .menu({ focus: function( event, ui ) { var item = ui.item.data( "item.autocomplete" ); if ( false !== self._trigger( "focus", null, { item: item } ) ) { self.element.val( item.value ); } }, selected: function( event, ui ) { var item = ui.item.data(... | this.menu.refresh(); this.menu.element.show(); | _suggest: function( items ) { if (this.menu) { this.menu.element.remove(); } var self = this, ul = $( "<ul></ul>" ), parent = this.element.parent(); $.each( items, function( index, item ) { $( "<li></li>" ) .data( "item.autocomplete", item ) .append( "<a>" + item.label + "</a>" ) .appendTo( ul ); ... |
if ( $.fn.bgiframe ) { ul.bgiframe(); } | _suggest: function( items ) { if (this.menu) { this.menu.element.remove(); } var self = this, ul = $( "<ul></ul>" ), parent = this.element.parent(); $.each( items, function( index, item ) { $( "<li></li>" ) .data( "item.autocomplete", item ) .append( "<a>" + item.label + "</a>" ) .appendTo( ul ); ... | |
this.menu.deactivate(); | _suggest: function( items ) { var self = this, ul = this.menu.element.empty(); $.each( items, function( index, item ) { self._renderItem( ul, item ); }); this.menu.refresh(); this.menu.element.show(); if ( ul.width() <= this.element.width() ) { ul.width( this.element.width() ); } }, | |
ul.width( Math.max( menuWidth, textWidth ) - ( parseFloat( ul.css("paddingLeft") ) || 0 ) - ( parseFloat( ul.css("paddingRight") ) || 0 ) - ( parseFloat( ul.css("borderLeftWidth") ) || 0 ) - ( parseFloat( ul.css("borderRightWidth") ) || 0 ) ); | ul.outerWidth( Math.max( menuWidth, textWidth ) ); | _suggest: function( items ) { var ul = this.menu.element .empty() .zIndex( this.element.zIndex() + 1 ), menuWidth, textWidth; this._renderMenu( ul, items ); // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate this.menu.deactivate(); this.menu.re... |
this.menu.element.show().position( $.extend({ | ul.show(); this._resizeMenu(); ul.position( $.extend({ | _suggest: function( items ) { var ul = this.menu.element .empty() .zIndex( this.element.zIndex() + 1 ); this._renderMenu( ul, items ); // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate this.menu.deactivate(); this.menu.refresh(); this.menu.element.... |
this._resizeMenu(); | _suggest: function( items ) { var ul = this.menu.element .empty() .zIndex( this.element.zIndex() + 1 ); this._renderMenu( ul, items ); // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate this.menu.deactivate(); this.menu.refresh(); this.menu.element.... | |
o.selected = o.selected || this.lis.length ? 0 : -1; | o.selected = o.selected || (this.lis.length ? 0 : -1); | _tabify: function(init) { this.list = this.element.find('ol,ul').eq(0); this.lis = $('li:has(a[href])', this.list); this.anchors = this.lis.map(function() { return $('a', this)[0]; }); this.panels = $([]); var self = this, o = this.options; var fragmentId = /^#.+/; // Safari 2 reports '#' for an empty hash this... |
if (!jwplayer.html5.utils.isNull(event.position)) { _settings.currentPosition = event.position; | if (!(event.position === null)) { _currentPosition = event.position; | function _timeHandler(event) { if (!jwplayer.html5.utils.isNull(event.position)) { _settings.currentPosition = event.position; } if (!jwplayer.html5.utils.isNull(event.duration)) { _settings.currentDuration = event.duration; } var progress = (_settings.currentPosition === _settings.currentDuration ===... |
if (!jwplayer.html5.utils.isNull(event.duration)) { _settings.currentDuration = event.duration; | if (!(event.duration === null)) { _currentDuration = event.duration; | function _timeHandler(event) { if (!jwplayer.html5.utils.isNull(event.position)) { _settings.currentPosition = event.position; } if (!jwplayer.html5.utils.isNull(event.duration)) { _settings.currentDuration = event.duration; } var progress = (_settings.currentPosition === _settings.currentDuration ===... |
var progress = (_settings.currentPosition === _settings.currentDuration === 0) ? 0 : _settings.currentPosition / _settings.currentDuration; var railRect = document.getElementById(_domelement.id + "_timeSliderRail").getBoundingClientRect(); | var progress = (_currentPosition === _currentDuration === 0) ? 0 : _currentPosition / _currentDuration; var railRect = _elements.timeSliderRail.getBoundingClientRect(); | function _timeHandler(event) { if (!jwplayer.html5.utils.isNull(event.position)) { _settings.currentPosition = event.position; } if (!jwplayer.html5.utils.isNull(event.duration)) { _settings.currentDuration = event.duration; } var progress = (_settings.currentPosition === _settings.currentDuration ===... |
var thumbPosition = railRect.left + progressWidth - _domelement.getBoundingClientRect().left; | var thumbPosition = progressWidth; | function _timeHandler(event) { if (!jwplayer.html5.utils.isNull(event.position)) { _settings.currentPosition = event.position; } if (!jwplayer.html5.utils.isNull(event.duration)) { _settings.currentDuration = event.duration; } var progress = (_settings.currentPosition === _settings.currentDuration ===... |
document.getElementById(_domelement.id + "_timeSliderProgress").style.width = progressWidth; if (!_settings.mousedown) { document.getElementById(_domelement.id + "_timeSliderThumb").style.left = thumbPosition; | _elements.timeSliderProgress.style.width = progressWidth; if (!_mousedown) { if (_elements.timeSliderThumb) { _elements.timeSliderThumb.style.left = thumbPosition; } | function _timeHandler(event) { if (!jwplayer.html5.utils.isNull(event.position)) { _settings.currentPosition = event.position; } if (!jwplayer.html5.utils.isNull(event.duration)) { _settings.currentDuration = event.duration; } var progress = (_settings.currentPosition === _settings.currentDuration ===... |
document.getElementById(_domelement.id + "_durationText").innerHTML = _timeFormat(_settings.currentDuration); document.getElementById(_domelement.id + "_elapsedText").innerHTML = _timeFormat(_settings.currentPosition); | if (_elements.durationText) { _elements.durationText.innerHTML = _timeFormat(_currentDuration); } if (_elements.elapsedText) { _elements.elapsedText.innerHTML = _timeFormat(_currentPosition); } | function _timeHandler(event) { if (!jwplayer.html5.utils.isNull(event.position)) { _settings.currentPosition = event.position; } if (!jwplayer.html5.utils.isNull(event.duration)) { _settings.currentDuration = event.duration; } var progress = (_settings.currentPosition === _settings.currentDuration ===... |
_toggle: function(toShow, toHide, data, clickedIsActive, down) { var o = this.options, self = this; this.toShow = toShow; this.toHide = toHide; this.data = data; var complete = function() { if(!self) return; return self._completed.apply(self, arguments); }; this._trigger("changestart", null, this.data); this.run... | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | _toggle: function(toShow, toHide, data, clickedIsActive, down) { var o = this.options, self = this; this.toShow = toShow; this.toHide = toHide; this.data = data; var complete = function() { if(!self) return; return self._completed.apply(self, arguments); }; // trigger changestart event this._trigger("changestar... |
_trigger: function(type, event, ui) { ui = ui || this._uiHash(); $.ui.plugin.call(this, type, [event, ui]); if(type == "drag") this.positionAbs = this._convertPositionTo("absolute"); return $.widget.prototype._trigger.call(this, type, event, ui); }, | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | _trigger: function(type, event, ui) { ui = ui || this._uiHash(); $.ui.plugin.call(this, type, [event, ui]); if(type == "drag") this.positionAbs = this._convertPositionTo("absolute"); //The absolute position has to be recalculated after plugins return $.widget.prototype._trigger.call(this, type, event, ui); }, |
if ( val < this._valueMin() ) { | if ( val <= this._valueMin() ) { | _trimAlignValue: function( val ) { if ( val < this._valueMin() ) { return this._valueMin(); } if ( val > this._valueMax() ) { return this._valueMax(); } var step = ( this.options.step > 0 ) ? this.options.step : 1, valModStep = val % step, alignValue = val - valModStep; if ( Math.abs(valModStep) * 2 >= s... |
if ( val > this._valueMax() ) { | if ( val >= this._valueMax() ) { | _trimAlignValue: function( val ) { if ( val < this._valueMin() ) { return this._valueMin(); } if ( val > this._valueMax() ) { return this._valueMax(); } var step = ( this.options.step > 0 ) ? this.options.step : 1, valModStep = val % step, alignValue = val - valModStep; if ( Math.abs(valModStep) * 2 >= s... |
valModStep = val % step, | valModStep = (val - this._valueMin()) % step; | _trimAlignValue: function( val ) { if ( val < this._valueMin() ) { return this._valueMin(); } if ( val > this._valueMax() ) { return this._valueMax(); } var step = ( this.options.step > 0 ) ? this.options.step : 1, valModStep = val % step, alignValue = val - valModStep; if ( Math.abs(valModStep) * 2 >= s... |
return parseInt(value); case "integer": | return parseInt(value, 10); case "float": | function _typeData(value, type) { if (type === null) { return value; } switch (type) { case "color": if (value.length > 0) { return _stringToColor(value); } return null; case "integer": return parseInt(value); case "integer": return parseFloat(value); case "boolean": if (value.toLo... |
_uiHash: function(index, value, values) { var multiple = this.options.values && this.options.values.length; return { handle: this.handles[index], value: value || (multiple ? this.values(index) : this.value()), values: values || (multiple && this.values()) }; } | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | _uiHash: function(index, value, values) { var multiple = this.options.values && this.options.values.length; return { handle: this.handles[index], value: value || (multiple ? this.values(index) : this.value()), values: values || (multiple && this.values()) }; } |
return '<div role="spinbutton" class="ui-spinner ui-state-default ui-widget ui-widget-content ui-corner-all"></div>'; | return '<span role="spinbutton" class="ui-spinner ui-state-default ui-widget ui-widget-content ui-corner-all"></span>'; | _uiSpinnerHtml: function() { return '<div role="spinbutton" class="ui-spinner ui-state-default ui-widget ui-widget-content ui-corner-all"></div>'; }, |
if (inst.input && inst.input[0].type != 'hidden' && inst == $.datepicker._curInst) | if (inst == $.datepicker._curInst && inst.input && inst.input.is(':visible') && !inst.input.is(':disabled')) | _updateDatepicker: function(inst) { var self = this; var borders = $.datepicker._getBorders(inst.dpDiv); inst.dpDiv.empty().append(this._generateHTML(inst)) .find('iframe.ui-datepicker-cover') // IE6- only .css({left: -borders[0], top: -borders[1], width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHe... |
inst.dpDiv.empty().append(this._generateHTML(inst)) .find('iframe.ui-datepicker-cover') .css({left: -borders[0], top: -borders[1], width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHeight()}) .end() .find('button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a') | inst.dpDiv.empty().append(this._generateHTML(inst)); var cover = inst.dpDiv.find('iframe.ui-datepicker-cover'); if( !!cover.length ){ cover.css({left: -borders[0], top: -borders[1], width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHeight()}) } inst.dpDiv.find('button, .ui-datepicker-prev, .ui-datepicker-next, .u... | _updateDatepicker: function(inst) { var self = this; var borders = $.datepicker._getBorders(inst.dpDiv); inst.dpDiv.empty().append(this._generateHTML(inst)) .find('iframe.ui-datepicker-cover') // IE6- only .css({left: -borders[0], top: -borders[1], width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHe... |
if( inst.yearshtml ){ var origyearshtml = inst.yearshtml; setTimeout(function(){ if( origyearshtml === inst.yearshtml ){ inst.dpDiv.find('select.ui-datepicker-year:first').replaceWith(inst.yearshtml); } origyearshtml = inst.yearshtml = null; }, 0); } | _updateDatepicker: function(inst) { var self = this; var borders = $.datepicker._getBorders(inst.dpDiv); inst.dpDiv.empty().append(this._generateHTML(inst)) .find('iframe.ui-datepicker-cover') // IE6- only .css({left: -borders[0], top: -borders[1], width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.