rem
stringlengths
0
126k
add
stringlengths
0
441k
context
stringlengths
15
136k
function() {
(function() {
function() { var keys = []; for (var i = 0; i < 255; ++i) keys[i] = false; var unused = []; for (var i = 0; i < 255; ++i) unused[i] = true; function key(k) { unused[k] = false; if (keys[k]) return true; } window.onkeydown = function(e) { keys[e.which] = true; return unused[e.which]; } window.o...
var keys = []; for (var i = 0; i < 255; ++i) keys[i] = false;
var keyState = []; for (var i = 0; i < 255; ++i) keyState[i] = false;
function() { var keys = []; for (var i = 0; i < 255; ++i) keys[i] = false; var unused = []; for (var i = 0; i < 255; ++i) unused[i] = true; function key(k) { unused[k] = false; if (keys[k]) return true; } window.onkeydown = function(e) { keys[e.which] = true; return unused[e.which]; } window.o...
function key(k) {
key = function(k) {
function() { var keys = []; for (var i = 0; i < 255; ++i) keys[i] = false; var unused = []; for (var i = 0; i < 255; ++i) unused[i] = true; function key(k) { unused[k] = false; if (keys[k]) return true; } window.onkeydown = function(e) { keys[e.which] = true; return unused[e.which]; } window.o...
if (keys[k])
if (keyState[k])
function() { var keys = []; for (var i = 0; i < 255; ++i) keys[i] = false; var unused = []; for (var i = 0; i < 255; ++i) unused[i] = true; function key(k) { unused[k] = false; if (keys[k]) return true; } window.onkeydown = function(e) { keys[e.which] = true; return unused[e.which]; } window.o...
keys[e.which] = true;
keyState[e.which] = true;
function() { var keys = []; for (var i = 0; i < 255; ++i) keys[i] = false; var unused = []; for (var i = 0; i < 255; ++i) unused[i] = true; function key(k) { unused[k] = false; if (keys[k]) return true; } window.onkeydown = function(e) { keys[e.which] = true; return unused[e.which]; } window.o...
keys[e.which] = false;
keyState[e.which] = false;
function() { var keys = []; for (var i = 0; i < 255; ++i) keys[i] = false; var unused = []; for (var i = 0; i < 255; ++i) unused[i] = true; function key(k) { unused[k] = false; if (keys[k]) return true; } window.onkeydown = function(e) { keys[e.which] = true; return unused[e.which]; } window.o...
}();
})();
function() { var keys = []; for (var i = 0; i < 255; ++i) keys[i] = false; var unused = []; for (var i = 0; i < 255; ++i) unused[i] = true; function key(k) { unused[k] = false; if (keys[k]) return true; } window.onkeydown = function(e) { keys[e.which] = true; return unused[e.which]; } window.o...
window.addEventListener("load", function(e) { sipgateffx_fax.onLoad(e); }, false);
type.forEach(function(singletype, index) { try { type[index] = sipgateffxfaxstrings.getString('sipgateffxContact' + singletype); } catch(e) { type[index] = singletype; } });
window.addEventListener("load", function(e) { sipgateffx_fax.onLoad(e); }, false);
$('input[type=text], input[type=password], input[type=file], select').addClass('ui-widget');
$('input[type=text], input[type=password], input[type=file]').addClass('ui-widget'); $('select').selectmenu({ style:'popup' });
$(function() { // Apply jQuery UI button styles on EVERYTHING $('button, input:submit, input:reset, .input').button(); $('.radioset').buttonset(); $('.checkset').buttonset(); $('input[type=text], input[type=password], input[type=file], select').addClass('ui-widget'); // Keep forms from submitting more than once $('inpu...
url: 'database.php?action=refresh_locks&' + Database.server,
data: {server: Database.server, database: Database.dbname, action: 'refresh_locks'}, url: 'database.php',
$(document).ready(function() { var timeid = query = null; var controlLink = $('#control'); var errmsg = $('<p class="errmsg">'+Database.errmsg+'</p>') .insertBefore(controlLink) .hide(); var loading = $('<img class="loading" alt="[loading]" src="'+ Database.load_icon +'" />') .insertAfter(controlLink) .hide(); func...
dojo.addOnLoad(getJSONAccessList);
dojo.addOnLoad(function() { dojo.require("dojo._base.xhr"); dojo.require("dojo.rpc.JsonService"); dojo.addOnLoad(populateUserInfo); dojo.addOnLoad(initServices); dojo.addOnLoad(initGallery); });
$(document).ready(function(){ $('.slideshow').cycle({ fx: 'fade', timeout: 7000, pager: "#pager" }); $('a').click(function(){ $(this).blur(); }); if ($.url.segment(0)) { $('.nav li.'+$.url.segment(0)).addClass('active'); } else { $('.nav .home').addClass('active'); } });
(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){v...
$(document).ready(function(){ $('.slideshow').cycle({ fx: 'fade', timeout: 7000, pager: "#pager" }); $('a').click(function(){ $(this).blur(); }); if ($.url.segment(0)) { $('.nav li.'+$.url.segment(0)).addClass('active'); } else { $('.nav .home').addClass('active'); }});
uploadUrl:"Upload",
uploadUrl:"upload",
dojo.addOnLoad( function(){ var fileUploaderConfig = { isDebug:false, hoverClass:"uploadHover", activeClass:"uploadPress", disabledClass:"uploadDisabled", uploadUrl:"Upload", fileMask:[ ["Jpeg File", "*.jpg;*.jpeg"], ["GIF File", "*.gif"], ["PNG File", "*.png"], ["All Images", ...
this.fireEvent('error', ['Could not apply the behavior ' + behavior.name, e]);
this.fireEvent('error', ['Could not apply the behavior ' + filter.name, e]);
(function(){ this.Behavior = new Class({ Implements: [Options, Events], options: { //by default, errors thrown by filters are caught; the onError event is fired. //set this to *true* to NOT catch these errors to allow them to be handled by the browser. // breakOnErrors: false, //default error behavior when a ...
width: (fWidth - 20) + 'px', height: (fHeight - 50) + 'px',
width: fWidth + 'px', height: (fHeight - 30) + 'px',
Ext.ux.Lightbox = (function(){ var els = {}, urls = [], activeUrl, urlIsSet, initialized = false, selectors = [], width = 400, height = 300, closeOnSubmit = false; return { overlayOpacity: 0.5, animate: true, resizeSpeed: 8, borderSize: 10, init: function() { this.resizeDuration = this.animate ? ((11 - t...
wrapper = window.frames['ux-lightbox-shim'].document.getElementsByClassName('formsOnPageWrapper')[0]; if (Ext.get(wrapper)) { Ext.get(wrapper).setHeight(this.shimHeight - 75); }
Ext.ux.Lightbox = (function(){ var els = {}, urls = [], activeUrl, urlIsSet, initialized = false, selectors = [], width = 400, height = 300, closeOnSubmit = false; return { overlayOpacity: 0.5, animate: true, resizeSpeed: 8, borderSize: 10, init: function() { this.resizeDuration = this.animate ? ((11 - t...
$().ready( function(){
$(document).ready( function(){
$().ready( function(){ var options = { success: function(a,b){$('.admin #action_status').html($.i18n._('changes saved'));}, dataType:'json', timeout:5000, url: scriptUrl + $.i18n._('moderate-user/') + viewUserID + '/' }; v...
alert("Try after logging in again");
dojo.addOnLoad( function(){ var fileUploaderConfig = { isDebug:false, hoverClass:"uploadHover", activeClass:"uploadPress", disabledClass:"uploadDisabled", uploadUrl:"upload", fileMask:[ ["Jpeg File", "*.jpg;*.jpeg"], ["GIF File", "*.gif"], ["PNG File", "*.png"], ["All Images", ...
$A(arguments).each(function(button) { if (button.domObj.hasClass(button.options.toggleClass)) { button.domObj.removeClass(button.options.toggleClass); button.domObj.addClass(button.options.toggleClass+'Set'); } button.addEvent('down',this.buttonChanged); button.setActive = function(active) { if (button.options.active &...
this.buttons.each(function(b){ b.removeEvent('down', this.buttonChanged); b.setActive = null; },this);
$A(arguments).each(function(button) { if (button.domObj.hasClass(button.options.toggleClass)) { button.domObj.removeClass(button.options.toggleClass); button.domObj.addClass(button.options.toggleClass+'Set'); } button.addEvent('down',this.buttonChan...
GeneSetController.getUsersGeneGroups(false, function(records) {
GeneSetController.getUsersGeneGroups(false, this.taxon.id, function(records) {
this.on('focus', function() { GeneSetController.getUsersGeneGroups(false, function(records) { this.store.loadData(records); }.createDelegate(this)); }.createDelegate(this), this, {
this.fill.get('tween', {property: 'width', onComplete: (function () { if (total === progress) { this.complete = true; this.domObj.removeClass('jxProgressWorking').addClass('jxProgressFinished'); this.fireEvent('complete'); } else { this.fireEvent('update'); } }).bind(this)}).start(newWidth);
window.addEventListener("AlertActive", function() { window.removeEventListener("AlertActive", arguments.callee, true); notification = msg.getNotificationWithValue("restart-app"); done(notification); }, true);
this.fill.get('tween', {property: 'width', onComplete: (function () { if (total === progress) { this.complete = true; this.domObj.removeClass('jxProgressWorking').addClass('jxProgressFinished'); this.fireEvent('complete'); } else { ...
gallery.getAlbums().addCallback( function(albums, exception) { if(exception) {
gallery.getAlbumsToUser(SECURITY_TOKEN).addCallback(function(albums, exception) { if (exception) {
gallery.getAlbums().addCallback( function(albums, exception) { if(exception) { alert(exception.msg); return; } this.albums=albums; var selectAlbum = dojo.byId("selectAlbum"); selectAlbum.options.length=0; selectAlbum.options[selectAlbum.options.length]...
selectAlbum.options.length=0; selectAlbum.options[selectAlbum.options.length] = new Option("New Album", "New Album", true, false); for(var pos = 0; pos<albums.length; pos++) { selectAlbum.options[selectAlbum.options.length] = new Option(albums[pos].name, albums[pos].name, false, false);
selectAlbum.options.length = 0; if (permissions.indexOf("|createAlbum|") != -1) { selectAlbum.options[selectAlbum.options.length] = new Option("New Album", "New Album", true, false);
gallery.getAlbums().addCallback( function(albums, exception) { if(exception) { alert(exception.msg); return; } this.albums=albums; var selectAlbum = dojo.byId("selectAlbum"); selectAlbum.options.length=0; selectAlbum.options[selectAlbum.options.length]...
dojo.byId("selectAlbum").value=albumName;
for (var pos = 0; pos < albums.length; pos++) { selectAlbum.options[selectAlbum.options.length] = new Option(albums[pos].name, albums[pos].name, false, false); } dojo.byId("selectAlbum").value = albumName;
gallery.getAlbums().addCallback( function(albums, exception) { if(exception) { alert(exception.msg); return; } this.albums=albums; var selectAlbum = dojo.byId("selectAlbum"); selectAlbum.options.length=0; selectAlbum.options[selectAlbum.options.length]...
this.grid = new Gemma.BioMaterialGrid(config); this.grid.init = this.init.createDelegate(this); this.loadMask.hide(); }.createDelegate(this));
this.grid = new Gemma.BioMaterialGrid(config); this.grid.init = this.init.createDelegate(this); this.add(this.grid); this.loadMask.hide(); this.doLayout(false, true); this.firstInitDone = true; }.createDelegate(this));
ExperimentalDesignController.getExperimentalFactors(this.expressionExperiment, function(factorData) { config = { factors : factorData, bioMaterials : data }; Ext.apply(config, this.originalConfig); this.grid = new Gemma.BioMaterialGrid(config); this.grid.init = this.init.createDe...
$('input[type=text], input[type=password], input[type=file]').addClass('ui-widget');
$('input[type=text], input[type=password], input[type=file], select').addClass('ui-widget');
$(function() { // Apply jQuery UI button styles on EVERYTHING $('button, input:submit, input:reset, .input').button(); $('.radioset').buttonset(); $('.checkset').buttonset(); $('input[type=text], input[type=password], input[type=file]').addClass('ui-widget'); // Keep forms from submitting more than once $('input[type=s...
var k = new Gemma.WaitHandler(); k.handleWait(data, 'updated', false);
Ext.getCmp('update-button-region').hide(); var k = Ext.getCmp('shortname'); k.setValue(data.shortName); k = Ext.getCmp('name'); k.setValue(data.name); k = Ext.getCmp('description'); k.setValue(data.description);
ExpressionExperimentController.updateBasics(entity, function(data) { var k = new Gemma.WaitHandler(); k.handleWait(data, 'updated', false); }.createDelegate(this));
input.style.color = default_color; if (input.value == placeholder) { input.value = ''; }
input.style.color = default_color; if (input.getAttribute('data-placeholder-visible')) { input.setAttribute('data-placeholder-visible', ''); input.value = ''; }
input[add_event](/*@cc_on'on'+@*/'focus', function(){ input.style.color = default_color; if (input.value == placeholder) { input.value = ''; } }, false);
validator.addEvent('fieldValidationFailed', function(field, validator) { console.log('Logged from grid.editor validator event'); console.log(field, validator); });
this.popup.domObj.addEvent('mouseenter', function() { clearTimeout(self.activeCell.timeoutId); });
validator.addEvent('fieldValidationFailed', function(field, validator) { console.log('Logged from grid.editor validator event'); console.log(field, validator); });
var current = $.url.segment(0); console.log(current); if (current) { $('.nav li.'+current).addClass('active'); }else{
if ($.url.segment(0)) { $('.nav li.'+$.url.segment(0)).addClass('active'); } else {
$(document).ready(function(){ $('.slideshow').cycle({ fx: 'fade', timeout: 7000, pager: "#pager" }); $('a').click(function(){ $(this).blur(); }); var current = $.url.segment(0); console.log(current); if (current) { $('.nav li.'+current).addClass('active'); }else{ $('.nav .home').addClass('activ...
return this.getFirst().getContentBoxSize();
return { content: this.getFirst().getContentBoxSize(), cell: this.getFirst().getMarginBoxSize() }
var s = d.measure(function () { //if not rowHeader, get size of innner span if (!rowHeader) { return this.getFirst().getContentBoxSize(); } else { return this.getMarginBoxSize(); } });
return this.getMarginBoxSize();
return { content: this.getMarginBoxSize(), cell: this.getMarginBoxSize() }
var s = d.measure(function () { //if not rowHeader, get size of innner span if (!rowHeader) { return this.getFirst().getContentBoxSize(); } else { return this.getMarginBoxSize(); } });
els.lightbox.hide(); els.overlay.fadeOut({ duration: this.overlayDuration }); els.shim.hide();
response = window.frames['ux-lightbox-shim'].response; if(!response.url) { els.lightbox.hide(); els.overlay.fadeOut({ duration: this.overlayDuration }); els.shim.hide(); }
Ext.ux.Lightbox = (function(){ var els = {}, urls = [], activeUrl, urlIsSet, initialized = false, selectors = [], width = 400, height = 300, closeOnSubmit = false; return { overlayOpacity: 0.5, animate: true, resizeSpeed: 8, borderSize: 10, init: function() { this.resizeDuration = this.animate ? ((11 - t...
if (!this.mapID) {
if (!this.fromLayer && !this.mapID) {
this.on("ready", function(){ if (!this.mapID) { this.showCapabilitiesGrid(); } }, this);
XPCOMUtils.defineLazyGetter(this, "PopupNotifications", function () { let tmp = {}; Cu.import("resource: return new tmp.PopupNotifications(gBrowser, document.getElementById("notification-popup"), document.getElementById("notification-popup-box")); });
yield aArray.reduce(function (aPrev, aCurr, aIndex) { if (num & 1 << aIndex) aPrev.push(aCurr); return aPrev; }, []);
XPCOMUtils.defineLazyGetter(this, "PopupNotifications", function () { let tmp = {}; Cu.import("resource://gre/modules/PopupNotifications.jsm", tmp); return new tmp.PopupNotifications(gBrowser, document.getElementById("notification-popup"), documen...
this.on("ready", function(){ if (!this.fromLayer && !this.mapID) { this.showCapabilitiesGrid(); } }, this);
var index = store.findBy(function(r) { return r.get("layer") === node.layer; });
this.on("ready", function(){ if (!this.fromLayer && !this.mapID) { this.showCapabilitiesGrid(); } }, this);
this.listWrapper.bind("mouseover mouseout click", function(e) { if ( "LI" == e.target.nodeName.toUpperCase() ) { if(self.setActiveTimeout) { clearTimeout(self.setActiveTimeout); self.setActiveTimeout == null; } if ("mouseout" == e.type) { $(e.target).removeClass(css.liActive); self.setActiveTimeout = setTimeout(functio...
this.listScroll.bind("DOMMouseScroll mousewheel", function(e) { self.stopEvent(e); e = e ? e : window.event; var normal = e.detail ? e.detail * -1 : e.wheelDelta / 40; var curST = self.listScroll.scrollTop(); var newScroll = curST + ((normal > 0) ? -1 * self.itemHeight : 1 * self.itemHeight); self.listScroll.scrollTo...
this.listWrapper.bind("mouseover mouseout click", function(e) { if ( "LI" == e.target.nodeName.toUpperCase() ) { if(self.setActiveTimeout) { //cancel pending selectLI -> active clearTimeout(self.setActiveTimeout); self.setActiveTimeout == null; } if ("mouseout" == e.type) { $(e.target).removeCl...
$("#btn_searchmine").click(function(e){ $("#searchmine_progress").show(); searchTerm = jQuery($("#searchmine")).val(); $.ajax({ url: "/search", type: "POST", data: { "term": searchTerm, "whose": 'mine' }, success: function(books){ $("#searchmine_progress").hide(); myBooks.render(books); showOwnedTab();}, error: on_ajax...
$("#searchmine").keypress(function(e){ onEnterDo(e, searchMine, jQuery(this).val());
$("#btn_searchmine").click(function(e){ $("#searchmine_progress").show(); searchTerm = jQuery($("#searchmine")).val(); $.ajax({ url: "/search", type: "POST", data: { "term": searchTerm, "whose": 'mine' ...
$('#help_valid_until_link').click(function() { $('#help_valid_until').lightbox_me({centered: true}); });
$('#help_share_type_link').click(function() { $('#help_share_type').lightbox_me({centered: true}); });
$('#help_valid_until_link').click(function() { $('#help_valid_until').lightbox_me({centered: true}); });
var seen = {}, fvids = []; for (var i = 0; i < edited.length; ++i) { }
this.getTopToolbar().on("save", function() { var edited = this.getEditedRecords(); var seen = {}, fvids = []; for (var i = 0; i < edited.length; ++i) { // ?? } var callback = function() { this.factorValuesChanged(edited); }.createDelegate(this); ExperimentalDesignContro...
var hClasses = h.get('class').split(' ').filter(function (cls) {
headers.each(function (h) { i++; var hClasses = h.get('class').split(' ').filter(function (cls) {
var hClasses = h.get('class').split(' ').filter(function (cls) { if(self.options.useHeaders) return cls.test('jxColHead-'); else return cls.test('jxCol-'); });
hClasses.each(function (cls) { if (cls.test(name)) { c = i; } }); }, this);
var hClasses = h.get('class').split(' ').filter(function (cls) { if(self.options.useHeaders) return cls.test('jxColHead-'); else return cls.test('jxCol-'); });
hClasses.each(function (cls) { if (cls.test(name)) { c = i; }
var hClasses = h.get('class').split(' ').filter(function (cls) { return cls.test('jxColHead-');
hClasses.each(function (cls) { if (cls.test(name)) { c = i; } });
jq('#tabbedview-menu a.actionicon').click(function(event) {
tabbedview.view_container.bind('gridRendered', function() { jq('a.rollover-breadcrumb').tooltip({ showURL: false, track: true, fade: 250 }); jQuery(document).mousedown(actionMenuDocumentMouseDown); jQuery('dl.plone-contentmenu-tabbedview-actions').removeClass('activated').addClass('deactivated'); jQuery('dl#pl...
jq('#tabbedview-menu a.actionicon').click(function(event) { event.preventDefault(); jq(this).parents('form').append(jq(document.createElement('input')).attr({ 'type' : 'hidden', 'name' : jq(this).attr('href'), 'value' : '1' })).submit...
});
jq('#tabbedview-menu a.actionicon').click(function(event) { event.preventDefault(); jq(this).parents('form').append(jq(document.createElement('input')).attr({ 'type' : 'hidden', 'name' : jq(this).attr('href'), 'value' : '1' })).submit...
imce.vars.op && $('input:first', imce.ops[imce.vars.op].div).focus();
if (imce.vars.op) { var $inputs = $('input', imce.ops[imce.vars.op].div); $inputs.eq(0).focus(); $('html').is('.ie') && $inputs.addClass('dummyie').removeClass('dummyie'); }
setTimeout(function() { imce.vars.op && $('input:first', imce.ops[imce.vars.op].div).focus(); });
this.getStore().on('load', function(store, records) { var i = this.findExact('description', factor.description); this.getAt(i).set('type', 'Continuous'); this.commitChanges(); }, this.getStore(), {
Ext.getCmp('factor-create-form').on('clientvalidation', function(form, valid) { if (valid) { Ext.getCmp('factor-create-button').enable(); } else { Ext.getCmp('factor-create-button').disable(); } });
this.getStore().on('load', function(store, records) { var i = this.findExact('description', factor.description); this.getAt(i).set('type', 'Continuous'); this.commitChanges(); }, this.getStore(), {
$("#collection-tree-tree").dynatree("getRoot").visit(function(dtnode){ dtnode.expand(false); });
function (data, status) { if (status != "success") $('#optimize-message').text('Error during optimize!'); else $('#optimize-dialog').dialog("close"); });
$("#collection-tree-tree").dynatree("getRoot").visit(function(dtnode){ dtnode.expand(false); });
w.on('done', function(object) { this.fireEvent('create', object); }.createDelegate(this));
this.getStore().on('load', function(store, records) { var i = this.findExact('description', factor.description); this.getAt(i).set('type', 'Continuous'); this.commitChanges(); }, this.getStore(), {
w.on('done', function(object) { this.fireEvent('create', object); }.createDelegate(this));
$("#collection-tree-tree").dynatree("getRoot").visit(function(dtnode){
$('#collection-collapse-all').click(function () { $("#collection-tree-tree").dynatree("getRoot").visit(function(dtnode){
$("#collection-tree-tree").dynatree("getRoot").visit(function(dtnode){ dtnode.expand(false); });
return false; });
$("#collection-tree-tree").dynatree("getRoot").visit(function(dtnode){ dtnode.expand(false); });
if (onSuccessFn) onSuccessFn(r.getResult().Index);
if (onSuccessFn) onSuccessFn(r.Index);
function(r) { if (onSuccessFn) onSuccessFn(r.getResult().Index); },
equals(console.dir(foo), foo.toString()); equals(console.dir(new Function('return 2*3')), new Function('return 2*3'));
var func = console.dir(foo); var funcString = foo.toString(); equals(func.slice(0, func.indexOf("\n")), funcString.slice(0, funcString.indexOf("\n")));
test('Functions', function(){ function foo(/*bar*/) { //buz } equals(console.dir(foo), foo.toString()); equals(console.dir(new Function('return 2*3')), new Function('return 2*3'));});
else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getDa...
else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getDa...
jq('.sortable').bind('click', function(e, o) {
tabbedview.view_container.bind('reload', function() { jq('.sortable').bind('click', function(e, o) {
jq('.sortable').bind('click', function(e, o) { var selected = jq(this); var current = jq('#'+tabbedview.prop('view_name')+'_overview .sort-selected'); var sort_order = 'asc'; if ( selected.attr('id') == current.attr('id')) { sort_order = current.hasClass('so...
jq('.listingBar span a, .listingBar a').click(function(e,o) { e.preventDefault(); e.stopPropagation(); var obj = jq(this); var pagenumber = jq.find_param(this.href).pagenumber; tabbedview.param('pagenumber:int', pagenumber); tabbedview.reload_view(); }); jq('#tabbedview-body .listing').selectable({ filter:'tr:gt(0)',...
jq('.sortable').bind('click', function(e, o) { var selected = jq(this); var current = jq('#'+tabbedview.prop('view_name')+'_overview .sort-selected'); var sort_order = 'asc'; if ( selected.attr('id') == current.attr('id')) { sort_order = current.hasClass('so...
jq('td.event a, td.todayevent a').click(function(e, o) { arbeitsraum.searchbox.val(this.id); arbeitsraum.prop('searchable_text', this.id); arbeitsraum.param('view_name', 'events');
jq('a.#calendar-previous, a.#calendar-next').click(function(e, o) { var month = jq.find_param(this.href)['amp;month:int']; var year = jq.find_param(this.href)['year:int']; arbeitsraum.param('month:int', month); arbeitsraum.param('year:int', year);
jq('td.event a, td.todayevent a').click(function(e, o) { arbeitsraum.searchbox.val(this.id); arbeitsraum.prop('searchable_text', this.id); arbeitsraum.param('view_name', 'events'); arbeitsraum.reload_view(); e.preventDefault(); e.stopPropagation...
this.getTopToolbar().on("save", function() { var edited = this.getEditedRecords(); var callback = function() { this.factorValuesChanged(edited); }.createDelegate(this); ExperimentalDesignController.updateFactorValueCharacteristics(edited, callback); }, this);
function(but) { if (but == 'yes') { Ext.getCmp('factor-value-delete-button').disable(); var ef = this.experimentalFactor; var callback = function() { this.factorValuesDeleted(selected); }.createDelegate(this); ExperimentalDesignController.deleteFactorValues(ef, selected, callback); } }.createDelegate(this));
this.getTopToolbar().on("save", function() { var edited = this.getEditedRecords(); var callback = function() { this.factorValuesChanged(edited); }.createDelegate(this); ExperimentalDesignController.updateFactorValueCharacteristics(edited, callback); }, this);
return cls.test('jxColHead-');
if(self.options.useHeaders) return cls.test('jxColHead-'); else return cls.test('jxCol-');
var hClasses = h.get('class').split(' ').filter(function (cls) { return cls.test('jxColHead-'); });
b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),f=0,g={},h={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(pa...
(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery);
b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),f=0,g={},h={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(pa...
if (onSuccessFn) onSuccessFn(r.getResult().Items);
if (onSuccessFn) onSuccessFn(r.Items);
function(r) { if (onSuccessFn) onSuccessFn(r.getResult().Items); },
this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,...
c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[...
this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,...
if (onSuccessFn) onSuccessFn(r.getResult().Item);
if (onSuccessFn) onSuccessFn(r.Item);
function(r) { if (onSuccessFn) onSuccessFn(r.getResult().Item); },
this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,...
function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&...
this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,...
if (onSuccessFn) onSuccessFn(r.getResult().Values);
if (onSuccessFn) onSuccessFn(r.Values);
function(r) { if (onSuccessFn) onSuccessFn(r.getResult().Values); },
c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[...
function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&...
c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[...
if (onSuccessFn) onSuccessFn(RedisClient.convertItemWithScoresToMap(r.getResult().KeyGroups));
if (onSuccessFn) onSuccessFn(RedisClient.convertItemWithScoresToMap(r.KeyGroups));
function(r) { if (onSuccessFn) onSuccessFn(RedisClient.convertItemWithScoresToMap(r.getResult().KeyGroups)); },
this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentS...
function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&...
if (onSuccessFn) onSuccessFn(RedisClient.convertKeyValuePairsToMap(r.getResult().KeyTypes));
if (onSuccessFn) onSuccessFn(RedisClient.convertKeyValuePairsToMap(r.KeyTypes));
function(r) { if (onSuccessFn) onSuccessFn(RedisClient.convertKeyValuePairsToMap(r.getResult().KeyTypes)); },
function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&...
this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentS...
function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&...
function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&...
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null...
function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&...
this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentS...
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null...
this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentS...
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"...
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null...
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"...
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null...
self.setActiveTimeout = setTimeout(function() {
this.listWrapper.bind("mouseover mouseout click", function(e) { if ( "LI" == e.target.nodeName.toUpperCase() ) { if(self.setActiveTimeout) { clearTimeout(self.setActiveTimeout); self.setActiveTimeout == null; } if ("mouseout" == e.type) { $(e.target).removeClass(css.liActive); self.setActiveTimeout = setTimeout(functio...
self.setActiveTimeout = setTimeout(function() { $(self.selectedLi).addClass(css.liActive); }, self.options.delayYield);
} else if ("mouseover" == e.type) { if (self.selectedLi != e.target) { $(self.selectedLi).removeClass(css.liActive); } $(e.target).addClass(css.liActive); } else { self.stopEvent(e); var value = $.trim($(e.target).text()); self.input.val(value); self.setActive(e.target); if(self.tryToSetMaster() ) { self.hideList(); s...
self.setActiveTimeout = setTimeout(function() { $(self.selectedLi).addClass(css.liActive); }, self.options.delayYield);
return function (plainText) { var out = null; var pos = 0; for (var i = 0, n = plainText.length; i < n; ++i) { var ch = plainText.charAt(i); switch (ch) { case '\t': if (!out) {out = [];} out.push(plainText.substring(pos, i)); var nSpaces = tabWidth - (charInLine % tabWidth); charInLine += nSpaces; for (; nSpac...
window['_pr_isIE6'] = function () {return isIE6;};
return function (plainText) { // walk over each character looking for tabs and newlines. // On tabs, expand them. On newlines, reset charInLine. // Otherwise increment charInLine var out = null; var pos = 0; for (var i = 0, n = plainText.length; i < n; ++i) { var ch = plainText...
$(':radio[name=valid_until_select]').change(function() { if ($(this).val() == "for_now") { $('select.listing_date_select').attr('disabled', 'disabled'); $('selector2').addClass('disabled'); $("label[for='for_now_radio_button']").removeClass('disabled_grey'); } else { $('select.listing_date_select').removeAttr('disabled...
$('#help_valid_until_link').click(function() { $('#help_valid_until').lightbox_me({centered: true}); });
$(':radio[name=valid_until_select]').change(function() { if ($(this).val() == "for_now") { $('select.listing_date_select').attr('disabled', 'disabled'); $('selector2').addClass('disabled'); $("label[for='for_now_radio_button']").removeClass('disabled_grey'); } else { $('select.listing_date_select').removeAtt...
hClasses.each(function (cls) { if (cls.test(name)) { c = i; }
var hClasses = h.get('class').split(' ').filter(function (cls) { if(self.options.useHeaders) return cls.test('jxColHead-'); else return cls.test('jxCol-');
hClasses.each(function (cls) { if (cls.test(name)) { c = i; } });
this.on("ready", function() { var disabled = this.toolbar.items.filterBy(function(item) { return item.initialConfig && item.initialConfig.disabled; }); this.toolbar.enable(); disabled.each(function(item) { item.disable(); }); }, this);
var index = store.findBy(function(r) { return r.get("layer") === node.layer; });
this.on("ready", function() { // enable only those items that were not specifically disabled var disabled = this.toolbar.items.filterBy(function(item) { return item.initialConfig && item.initialConfig.disabled; }); this.toolbar.enable(); disa...
cursor_ok();
$(document).ready(function(){ $("#nick_text").hide(); $("#manual").hide(); $("#lookup_progress").hide(); $("#search_progress").hide(); $("#searchmine_progress").hide(); $("#searchMineBar").hide(); $("#show_manual").click(function(){ $("#show_manual_span").hide(); $("#manual").show(); ...
this.listWrapper.bind("mouseover mouseout click", function(e) {
this.listScroll.bind("mouseover mouseout click", function(e) {
this.listWrapper.bind("mouseover mouseout click", function(e) { if ( "LI" == e.target.nodeName.toUpperCase() ) { if(self.setActiveTimeout) { //cancel pending selectLI -> active clearTimeout(self.setActiveTimeout); self.setActiveTimeout == null; } if ("mouseout" == e.type) { $(e.target).removeCl...
Ext.getCmp('factor-create-form').on('clientvalidation', function(form, valid) { if (valid) { Ext.getCmp('factor-create-button').enable(); } else { Ext.getCmp('factor-create-button').disable(); } });
w.on('done', function(object) { this.fireEvent('create', object); }.createDelegate(this));
Ext.getCmp('factor-create-form').on('clientvalidation', function(form, valid) { if (valid) { Ext.getCmp('factor-create-button').enable(); } else { Ext.getCmp('factor-create-button').disable(); } });
$('#collection-reload').click(function () { $("#collection-tree-tree").dynatree("getRoot").reload(); return false;
$('#keywords-result').load("filters.xql?type=keywords&prefix=" + input.val(), function () { if ($('#keywords-result ul').hasClass('complete')) $('#keyword-form').css('display', 'none');
$('#collection-reload').click(function () { $("#collection-tree-tree").dynatree("getRoot").reload(); return false; });
function(but) { if (but == 'yes') { this.deleteButton.disable(); this.fireEvent("delete"); } }.createDelegate(this));
Ext.getCmp('factor-create-form').on('clientvalidation', function(form, valid) { if (valid) { Ext.getCmp('factor-create-button').enable(); } else { Ext.getCmp('factor-create-button').disable(); } });
function(but) { if (but == 'yes') { this.deleteButton.disable(); this.fireEvent("delete"); } }.createDelegate(this));
$('#collection-reload').click(function () { $("#collection-tree-tree").dynatree("getRoot").reload(); return false; });
$("#collection-tree-tree").dynatree("getRoot").visit(function(dtnode){ dtnode.expand(false); });
$('#collection-reload').click(function () { $("#collection-tree-tree").dynatree("getRoot").reload(); return false; });
if (onSuccessFn) onSuccessFn(RedisClient.convertItemWithScoresToMap(r.getResult().ItemsWithScores));
if (onSuccessFn) onSuccessFn(RedisClient.convertItemWithScoresToMap(r.ItemsWithScores));
function(r) { if (onSuccessFn) onSuccessFn(RedisClient.convertItemWithScoresToMap(r.getResult().ItemsWithScores)); },
test('Elements', function(){ equals(console.dir(document.body).toUpperCase(), '<BODY ID="QUNIT-WRAPPER">'); equals(console.dir(document.getElementById('qunit-header')), '<H1 id="qunit-header">'); equals(console.dir(document.createElement('IMG')), '<IMG/>');
test('RegExps', function(){ var regexp = console.dir(/.+/); regexp = regexp.slice(0, regexp.indexOf("\n")); equals(regexp, "RegExp /.+/ {");
test('Elements', function(){ equals(console.dir(document.body).toUpperCase(), '<BODY ID="QUNIT-WRAPPER">'); equals(console.dir(document.getElementById('qunit-header')), '<H1 id="qunit-header">'); equals(console.dir(document.createElement('IMG')), '<IMG/>');});
a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if...
w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(...
a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if...
jq('.listingBar span a, .listingBar a').click(function(e,o) { e.preventDefault(); e.stopPropagation(); var obj = jq(this); var pagenumber = jq.find_param(this.href).pagenumber; tabbedview.param('pagenumber:int', pagenumber); tabbedview.reload_view();
jq('.sortable').bind('click', function(e, o) { var selected = jq(this); var current = jq('#'+tabbedview.prop('view_name')+'_overview .sort-selected'); var sort_order = 'asc'; if ( selected.attr('id') == current.attr('id')) { sort_order = current.hasClass('sort-reverse') ? 'asc': 'reverse'; } tabbedview.flush_params(); ...
jq('.listingBar span a, .listingBar a').click(function(e,o) { e.preventDefault(); e.stopPropagation(); var obj = jq(this); //console.log(obj); var pagenumber = jq.find_param(this.href).pagenumber; tabbedview.param('pagenumber:int', pagenumber); ...
jq('.sortable').bind('click', function(e, o) { var selected = jq(this); var current = jq('#'+arbeitsraum.prop('view_name')+'_overview .sort-selected'); var sort_order = 'asc'; if ( selected.attr('id') == current.attr('id')) { sort_order = current.hasClass('sort-reverse') ? 'asc': 'reverse'; } arbeitsraum.flush_params()...
jq('td.event a, td.todayevent a').click(function(e, o) { arbeitsraum.searchbox.val(this.id); arbeitsraum.prop('searchable_text', this.id); arbeitsraum.param('view_name', 'events'); arbeitsraum.reload_view(); e.preventDefault(); e.stopPropagation();
jq('.sortable').bind('click', function(e, o) { var selected = jq(this); var current = jq('#'+arbeitsraum.prop('view_name')+'_overview .sort-selected'); var sort_order = 'asc'; if ( selected.attr('id') == current.attr('id')) { sort_order = current.hasClass('s...
this.getTopToolbar().on("toggleExpand", function() { this.getView().toggleAllGroups(); }.createDelegate(this), this);
this.getTopToolbar().on("save", function() { var edited = this.getEditedRecords(); var callback = function() { this.factorValuesChanged(edited); }.createDelegate(this); ExperimentalDesignController.updateFactorValueCharacteristics(edited, callback); }, this);
this.getTopToolbar().on("toggleExpand", function() { this.getView().toggleAllGroups(); }.createDelegate(this), this);
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null...
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null...
e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"...
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null...
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null...
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"...
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null...
e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"...
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"...
e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"...
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"...
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"...
jQuery.url=function(){var segments={};var parsed={};var options={url:window.location,strictMode:false,key:["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],q:{name:"queryKey",parser:/(?:^|&)([^&=]*)=?([^&]*)/g},parser:{strict:/^(?:([^:\/?#...
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"...
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"...
(function($){var ver="2.86";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.sele...
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"...
(function($){var ver="2.86";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.sele...
(function($){var ver="2.86";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.sele...
(function($){var ver="2.86";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.sele...