зеркало из https://github.com/mozilla/pjs.git
bug 381001 - Integrate Scriptaculous Test Suite, patch by John Resig <jresig@mozilla.com>, r+=me
This commit is contained in:
Родитель
88f091517f
Коммит
eff9690bd4
|
@ -46,6 +46,7 @@ DIRS = lib \
|
|||
prototype \
|
||||
offline \
|
||||
mochikit \
|
||||
scriptaculous \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -0,0 +1,60 @@
|
|||
#
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Mozilla Foundation.
|
||||
# Portions created by the Initial Developer are Copyright (C) 2007
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
DEPTH = ../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = dom/tests/mochitest/ajax/scriptaculous
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = \
|
||||
lib \
|
||||
src \
|
||||
test \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_TEST_FILES = \
|
||||
manifest.json \
|
||||
test_Scriptaculous.html \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_TEST_FILES)
|
||||
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
|
@ -0,0 +1,56 @@
|
|||
#
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Mozilla Foundation.
|
||||
# Portions created by the Initial Developer are Copyright (C) 2007
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
DEPTH = ../../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = dom/tests/mochitest/ajax/scriptaculous/lib
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_TEST_FILES = \
|
||||
prototype.js \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_TEST_FILES)
|
||||
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1 @@
|
|||
{testcases:["test/unit/ajax_inplaceeditor_test.html","test/unit/builder_test.html","test/unit/dragdrop_test.html","test/unit/effects_test.html","test/unit/element_test.html","test/unit/loading_test.html","test/unit/position_clone_test.html","test/unit/sortable_test.html","test/unit/string_test.html","test/unit/unit_test.html"]}
|
|
@ -0,0 +1,63 @@
|
|||
#
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Mozilla Foundation.
|
||||
# Portions created by the Initial Developer are Copyright (C) 2007
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
DEPTH = ../../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = dom/tests/mochitest/ajax/scriptaculous/src
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_TEST_FILES = \
|
||||
builder.js \
|
||||
controls.js \
|
||||
dragdrop.js \
|
||||
effects.js \
|
||||
scriptaculous.js \
|
||||
slider.js \
|
||||
sound.js \
|
||||
unittest.js \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_TEST_FILES)
|
||||
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
|
@ -0,0 +1,136 @@
|
|||
// script.aculo.us builder.js v1.7.1_beta2, Tue May 15 15:15:45 EDT 2007
|
||||
|
||||
// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
|
||||
//
|
||||
// script.aculo.us is freely distributable under the terms of an MIT-style license.
|
||||
// For details, see the script.aculo.us web site: http://script.aculo.us/
|
||||
|
||||
var Builder = {
|
||||
NODEMAP: {
|
||||
AREA: 'map',
|
||||
CAPTION: 'table',
|
||||
COL: 'table',
|
||||
COLGROUP: 'table',
|
||||
LEGEND: 'fieldset',
|
||||
OPTGROUP: 'select',
|
||||
OPTION: 'select',
|
||||
PARAM: 'object',
|
||||
TBODY: 'table',
|
||||
TD: 'table',
|
||||
TFOOT: 'table',
|
||||
TH: 'table',
|
||||
THEAD: 'table',
|
||||
TR: 'table'
|
||||
},
|
||||
// note: For Firefox < 1.5, OPTION and OPTGROUP tags are currently broken,
|
||||
// due to a Firefox bug
|
||||
node: function(elementName) {
|
||||
elementName = elementName.toUpperCase();
|
||||
|
||||
// try innerHTML approach
|
||||
var parentTag = this.NODEMAP[elementName] || 'div';
|
||||
var parentElement = document.createElement(parentTag);
|
||||
try { // prevent IE "feature": http://dev.rubyonrails.org/ticket/2707
|
||||
parentElement.innerHTML = "<" + elementName + "></" + elementName + ">";
|
||||
} catch(e) {}
|
||||
var element = parentElement.firstChild || null;
|
||||
|
||||
// see if browser added wrapping tags
|
||||
if(element && (element.tagName.toUpperCase() != elementName))
|
||||
element = element.getElementsByTagName(elementName)[0];
|
||||
|
||||
// fallback to createElement approach
|
||||
if(!element) element = document.createElement(elementName);
|
||||
|
||||
// abort if nothing could be created
|
||||
if(!element) return;
|
||||
|
||||
// attributes (or text)
|
||||
if(arguments[1])
|
||||
if(this._isStringOrNumber(arguments[1]) ||
|
||||
(arguments[1] instanceof Array) ||
|
||||
arguments[1].tagName) {
|
||||
this._children(element, arguments[1]);
|
||||
} else {
|
||||
var attrs = this._attributes(arguments[1]);
|
||||
if(attrs.length) {
|
||||
try { // prevent IE "feature": http://dev.rubyonrails.org/ticket/2707
|
||||
parentElement.innerHTML = "<" +elementName + " " +
|
||||
attrs + "></" + elementName + ">";
|
||||
} catch(e) {}
|
||||
element = parentElement.firstChild || null;
|
||||
// workaround firefox 1.0.X bug
|
||||
if(!element) {
|
||||
element = document.createElement(elementName);
|
||||
for(attr in arguments[1])
|
||||
element[attr == 'class' ? 'className' : attr] = arguments[1][attr];
|
||||
}
|
||||
if(element.tagName.toUpperCase() != elementName)
|
||||
element = parentElement.getElementsByTagName(elementName)[0];
|
||||
}
|
||||
}
|
||||
|
||||
// text, or array of children
|
||||
if(arguments[2])
|
||||
this._children(element, arguments[2]);
|
||||
|
||||
return element;
|
||||
},
|
||||
_text: function(text) {
|
||||
return document.createTextNode(text);
|
||||
},
|
||||
|
||||
ATTR_MAP: {
|
||||
'className': 'class',
|
||||
'htmlFor': 'for'
|
||||
},
|
||||
|
||||
_attributes: function(attributes) {
|
||||
var attrs = [];
|
||||
for(attribute in attributes)
|
||||
attrs.push((attribute in this.ATTR_MAP ? this.ATTR_MAP[attribute] : attribute) +
|
||||
'="' + attributes[attribute].toString().escapeHTML().gsub(/"/,'"') + '"');
|
||||
return attrs.join(" ");
|
||||
},
|
||||
_children: function(element, children) {
|
||||
if(children.tagName) {
|
||||
element.appendChild(children);
|
||||
return;
|
||||
}
|
||||
if(typeof children=='object') { // array can hold nodes and text
|
||||
children.flatten().each( function(e) {
|
||||
if(typeof e=='object')
|
||||
element.appendChild(e)
|
||||
else
|
||||
if(Builder._isStringOrNumber(e))
|
||||
element.appendChild(Builder._text(e));
|
||||
});
|
||||
} else
|
||||
if(Builder._isStringOrNumber(children))
|
||||
element.appendChild(Builder._text(children));
|
||||
},
|
||||
_isStringOrNumber: function(param) {
|
||||
return(typeof param=='string' || typeof param=='number');
|
||||
},
|
||||
build: function(html) {
|
||||
var element = this.node('div');
|
||||
$(element).update(html.strip());
|
||||
return element.down();
|
||||
},
|
||||
dump: function(scope) {
|
||||
if(typeof scope != 'object' && typeof scope != 'function') scope = window; //global scope
|
||||
|
||||
var tags = ("A ABBR ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BDO BIG BLOCKQUOTE BODY " +
|
||||
"BR BUTTON CAPTION CENTER CITE CODE COL COLGROUP DD DEL DFN DIR DIV DL DT EM FIELDSET " +
|
||||
"FONT FORM FRAME FRAMESET H1 H2 H3 H4 H5 H6 HEAD HR HTML I IFRAME IMG INPUT INS ISINDEX "+
|
||||
"KBD LABEL LEGEND LI LINK MAP MENU META NOFRAMES NOSCRIPT OBJECT OL OPTGROUP OPTION P "+
|
||||
"PARAM PRE Q S SAMP SCRIPT SELECT SMALL SPAN STRIKE STRONG STYLE SUB SUP TABLE TBODY TD "+
|
||||
"TEXTAREA TFOOT TH THEAD TITLE TR TT U UL VAR").split(/\s+/);
|
||||
|
||||
tags.each( function(tag){
|
||||
scope[tag] = function() {
|
||||
return Builder.node.apply(Builder, [tag].concat($A(arguments)));
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
|
@ -0,0 +1,875 @@
|
|||
// script.aculo.us controls.js v1.7.1_beta2, Tue May 15 15:15:45 EDT 2007
|
||||
|
||||
// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
|
||||
// (c) 2005-2007 Ivan Krstic (http://blogs.law.harvard.edu/ivan)
|
||||
// (c) 2005-2007 Jon Tirsen (http://www.tirsen.com)
|
||||
// Contributors:
|
||||
// Richard Livsey
|
||||
// Rahul Bhargava
|
||||
// Rob Wills
|
||||
//
|
||||
// script.aculo.us is freely distributable under the terms of an MIT-style license.
|
||||
// For details, see the script.aculo.us web site: http://script.aculo.us/
|
||||
|
||||
// Autocompleter.Base handles all the autocompletion functionality
|
||||
// that's independent of the data source for autocompletion. This
|
||||
// includes drawing the autocompletion menu, observing keyboard
|
||||
// and mouse events, and similar.
|
||||
//
|
||||
// Specific autocompleters need to provide, at the very least,
|
||||
// a getUpdatedChoices function that will be invoked every time
|
||||
// the text inside the monitored textbox changes. This method
|
||||
// should get the text for which to provide autocompletion by
|
||||
// invoking this.getToken(), NOT by directly accessing
|
||||
// this.element.value. This is to allow incremental tokenized
|
||||
// autocompletion. Specific auto-completion logic (AJAX, etc)
|
||||
// belongs in getUpdatedChoices.
|
||||
//
|
||||
// Tokenized incremental autocompletion is enabled automatically
|
||||
// when an autocompleter is instantiated with the 'tokens' option
|
||||
// in the options parameter, e.g.:
|
||||
// new Ajax.Autocompleter('id','upd', '/url/', { tokens: ',' });
|
||||
// will incrementally autocomplete with a comma as the token.
|
||||
// Additionally, ',' in the above example can be replaced with
|
||||
// a token array, e.g. { tokens: [',', '\n'] } which
|
||||
// enables autocompletion on multiple tokens. This is most
|
||||
// useful when one of the tokens is \n (a newline), as it
|
||||
// allows smart autocompletion after linebreaks.
|
||||
|
||||
if(typeof Effect == 'undefined')
|
||||
throw("controls.js requires including script.aculo.us' effects.js library");
|
||||
|
||||
var Autocompleter = {}
|
||||
Autocompleter.Base = function() {};
|
||||
Autocompleter.Base.prototype = {
|
||||
baseInitialize: function(element, update, options) {
|
||||
element = $(element)
|
||||
this.element = element;
|
||||
this.update = $(update);
|
||||
this.hasFocus = false;
|
||||
this.changed = false;
|
||||
this.active = false;
|
||||
this.index = 0;
|
||||
this.entryCount = 0;
|
||||
|
||||
if(this.setOptions)
|
||||
this.setOptions(options);
|
||||
else
|
||||
this.options = options || {};
|
||||
|
||||
this.options.paramName = this.options.paramName || this.element.name;
|
||||
this.options.tokens = this.options.tokens || [];
|
||||
this.options.frequency = this.options.frequency || 0.4;
|
||||
this.options.minChars = this.options.minChars || 1;
|
||||
this.options.onShow = this.options.onShow ||
|
||||
function(element, update){
|
||||
if(!update.style.position || update.style.position=='absolute') {
|
||||
update.style.position = 'absolute';
|
||||
Position.clone(element, update, {
|
||||
setHeight: false,
|
||||
offsetTop: element.offsetHeight
|
||||
});
|
||||
}
|
||||
Effect.Appear(update,{duration:0.15});
|
||||
};
|
||||
this.options.onHide = this.options.onHide ||
|
||||
function(element, update){ new Effect.Fade(update,{duration:0.15}) };
|
||||
|
||||
if(typeof(this.options.tokens) == 'string')
|
||||
this.options.tokens = new Array(this.options.tokens);
|
||||
|
||||
this.observer = null;
|
||||
|
||||
this.element.setAttribute('autocomplete','off');
|
||||
|
||||
Element.hide(this.update);
|
||||
|
||||
Event.observe(this.element, 'blur', this.onBlur.bindAsEventListener(this));
|
||||
Event.observe(this.element, 'keypress', this.onKeyPress.bindAsEventListener(this));
|
||||
|
||||
// Turn autocomplete back on when the user leaves the page, so that the
|
||||
// field's value will be remembered on Mozilla-based browsers.
|
||||
Event.observe(window, 'beforeunload', function(){
|
||||
element.setAttribute('autocomplete', 'on');
|
||||
});
|
||||
},
|
||||
|
||||
show: function() {
|
||||
if(Element.getStyle(this.update, 'display')=='none') this.options.onShow(this.element, this.update);
|
||||
if(!this.iefix &&
|
||||
(Prototype.Browser.IE) &&
|
||||
(Element.getStyle(this.update, 'position')=='absolute')) {
|
||||
new Insertion.After(this.update,
|
||||
'<iframe id="' + this.update.id + '_iefix" '+
|
||||
'style="display:none;position:absolute;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);" ' +
|
||||
'src="javascript:false;" frameborder="0" scrolling="no"></iframe>');
|
||||
this.iefix = $(this.update.id+'_iefix');
|
||||
}
|
||||
if(this.iefix) setTimeout(this.fixIEOverlapping.bind(this), 50);
|
||||
},
|
||||
|
||||
fixIEOverlapping: function() {
|
||||
Position.clone(this.update, this.iefix, {setTop:(!this.update.style.height)});
|
||||
this.iefix.style.zIndex = 1;
|
||||
this.update.style.zIndex = 2;
|
||||
Element.show(this.iefix);
|
||||
},
|
||||
|
||||
hide: function() {
|
||||
this.stopIndicator();
|
||||
if(Element.getStyle(this.update, 'display')!='none') this.options.onHide(this.element, this.update);
|
||||
if(this.iefix) Element.hide(this.iefix);
|
||||
},
|
||||
|
||||
startIndicator: function() {
|
||||
if(this.options.indicator) Element.show(this.options.indicator);
|
||||
},
|
||||
|
||||
stopIndicator: function() {
|
||||
if(this.options.indicator) Element.hide(this.options.indicator);
|
||||
},
|
||||
|
||||
onKeyPress: function(event) {
|
||||
if(this.active)
|
||||
switch(event.keyCode) {
|
||||
case Event.KEY_TAB:
|
||||
case Event.KEY_RETURN:
|
||||
this.selectEntry();
|
||||
Event.stop(event);
|
||||
case Event.KEY_ESC:
|
||||
this.hide();
|
||||
this.active = false;
|
||||
Event.stop(event);
|
||||
return;
|
||||
case Event.KEY_LEFT:
|
||||
case Event.KEY_RIGHT:
|
||||
return;
|
||||
case Event.KEY_UP:
|
||||
this.markPrevious();
|
||||
this.render();
|
||||
if(Prototype.Browser.WebKit) Event.stop(event);
|
||||
return;
|
||||
case Event.KEY_DOWN:
|
||||
this.markNext();
|
||||
this.render();
|
||||
if(Prototype.Browser.WebKit) Event.stop(event);
|
||||
return;
|
||||
}
|
||||
else
|
||||
if(event.keyCode==Event.KEY_TAB || event.keyCode==Event.KEY_RETURN ||
|
||||
(Prototype.Browser.WebKit > 0 && event.keyCode == 0)) return;
|
||||
|
||||
this.changed = true;
|
||||
this.hasFocus = true;
|
||||
|
||||
if(this.observer) clearTimeout(this.observer);
|
||||
this.observer =
|
||||
setTimeout(this.onObserverEvent.bind(this), this.options.frequency*1000);
|
||||
},
|
||||
|
||||
activate: function() {
|
||||
this.changed = false;
|
||||
this.hasFocus = true;
|
||||
this.getUpdatedChoices();
|
||||
},
|
||||
|
||||
onHover: function(event) {
|
||||
var element = Event.findElement(event, 'LI');
|
||||
if(this.index != element.autocompleteIndex)
|
||||
{
|
||||
this.index = element.autocompleteIndex;
|
||||
this.render();
|
||||
}
|
||||
Event.stop(event);
|
||||
},
|
||||
|
||||
onClick: function(event) {
|
||||
var element = Event.findElement(event, 'LI');
|
||||
this.index = element.autocompleteIndex;
|
||||
this.selectEntry();
|
||||
this.hide();
|
||||
},
|
||||
|
||||
onBlur: function(event) {
|
||||
// needed to make click events working
|
||||
setTimeout(this.hide.bind(this), 250);
|
||||
this.hasFocus = false;
|
||||
this.active = false;
|
||||
},
|
||||
|
||||
render: function() {
|
||||
if(this.entryCount > 0) {
|
||||
for (var i = 0; i < this.entryCount; i++)
|
||||
this.index==i ?
|
||||
Element.addClassName(this.getEntry(i),"selected") :
|
||||
Element.removeClassName(this.getEntry(i),"selected");
|
||||
if(this.hasFocus) {
|
||||
this.show();
|
||||
this.active = true;
|
||||
}
|
||||
} else {
|
||||
this.active = false;
|
||||
this.hide();
|
||||
}
|
||||
},
|
||||
|
||||
markPrevious: function() {
|
||||
if(this.index > 0) this.index--
|
||||
else this.index = this.entryCount-1;
|
||||
this.getEntry(this.index).scrollIntoView(true);
|
||||
},
|
||||
|
||||
markNext: function() {
|
||||
if(this.index < this.entryCount-1) this.index++
|
||||
else this.index = 0;
|
||||
this.getEntry(this.index).scrollIntoView(false);
|
||||
},
|
||||
|
||||
getEntry: function(index) {
|
||||
return this.update.firstChild.childNodes[index];
|
||||
},
|
||||
|
||||
getCurrentEntry: function() {
|
||||
return this.getEntry(this.index);
|
||||
},
|
||||
|
||||
selectEntry: function() {
|
||||
this.active = false;
|
||||
this.updateElement(this.getCurrentEntry());
|
||||
},
|
||||
|
||||
updateElement: function(selectedElement) {
|
||||
if (this.options.updateElement) {
|
||||
this.options.updateElement(selectedElement);
|
||||
return;
|
||||
}
|
||||
var value = '';
|
||||
if (this.options.select) {
|
||||
var nodes = document.getElementsByClassName(this.options.select, selectedElement) || [];
|
||||
if(nodes.length>0) value = Element.collectTextNodes(nodes[0], this.options.select);
|
||||
} else
|
||||
value = Element.collectTextNodesIgnoreClass(selectedElement, 'informal');
|
||||
|
||||
var lastTokenPos = this.findLastToken();
|
||||
if (lastTokenPos != -1) {
|
||||
var newValue = this.element.value.substr(0, lastTokenPos + 1);
|
||||
var whitespace = this.element.value.substr(lastTokenPos + 1).match(/^\s+/);
|
||||
if (whitespace)
|
||||
newValue += whitespace[0];
|
||||
this.element.value = newValue + value;
|
||||
} else {
|
||||
this.element.value = value;
|
||||
}
|
||||
this.element.focus();
|
||||
|
||||
if (this.options.afterUpdateElement)
|
||||
this.options.afterUpdateElement(this.element, selectedElement);
|
||||
},
|
||||
|
||||
updateChoices: function(choices) {
|
||||
if(!this.changed && this.hasFocus) {
|
||||
this.update.innerHTML = choices;
|
||||
Element.cleanWhitespace(this.update);
|
||||
Element.cleanWhitespace(this.update.down());
|
||||
|
||||
if(this.update.firstChild && this.update.down().childNodes) {
|
||||
this.entryCount =
|
||||
this.update.down().childNodes.length;
|
||||
for (var i = 0; i < this.entryCount; i++) {
|
||||
var entry = this.getEntry(i);
|
||||
entry.autocompleteIndex = i;
|
||||
this.addObservers(entry);
|
||||
}
|
||||
} else {
|
||||
this.entryCount = 0;
|
||||
}
|
||||
|
||||
this.stopIndicator();
|
||||
this.index = 0;
|
||||
|
||||
if(this.entryCount==1 && this.options.autoSelect) {
|
||||
this.selectEntry();
|
||||
this.hide();
|
||||
} else {
|
||||
this.render();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
addObservers: function(element) {
|
||||
Event.observe(element, "mouseover", this.onHover.bindAsEventListener(this));
|
||||
Event.observe(element, "click", this.onClick.bindAsEventListener(this));
|
||||
},
|
||||
|
||||
onObserverEvent: function() {
|
||||
this.changed = false;
|
||||
if(this.getToken().length>=this.options.minChars) {
|
||||
this.getUpdatedChoices();
|
||||
} else {
|
||||
this.active = false;
|
||||
this.hide();
|
||||
}
|
||||
},
|
||||
|
||||
getToken: function() {
|
||||
var tokenPos = this.findLastToken();
|
||||
if (tokenPos != -1)
|
||||
var ret = this.element.value.substr(tokenPos + 1).replace(/^\s+/,'').replace(/\s+$/,'');
|
||||
else
|
||||
var ret = this.element.value;
|
||||
|
||||
return /\n/.test(ret) ? '' : ret;
|
||||
},
|
||||
|
||||
findLastToken: function() {
|
||||
var lastTokenPos = -1;
|
||||
|
||||
for (var i=0; i<this.options.tokens.length; i++) {
|
||||
var thisTokenPos = this.element.value.lastIndexOf(this.options.tokens[i]);
|
||||
if (thisTokenPos > lastTokenPos)
|
||||
lastTokenPos = thisTokenPos;
|
||||
}
|
||||
return lastTokenPos;
|
||||
}
|
||||
}
|
||||
|
||||
Ajax.Autocompleter = Class.create();
|
||||
Object.extend(Object.extend(Ajax.Autocompleter.prototype, Autocompleter.Base.prototype), {
|
||||
initialize: function(element, update, url, options) {
|
||||
this.baseInitialize(element, update, options);
|
||||
this.options.asynchronous = true;
|
||||
this.options.onComplete = this.onComplete.bind(this);
|
||||
this.options.defaultParams = this.options.parameters || null;
|
||||
this.url = url;
|
||||
},
|
||||
|
||||
getUpdatedChoices: function() {
|
||||
this.startIndicator();
|
||||
|
||||
var entry = encodeURIComponent(this.options.paramName) + '=' +
|
||||
encodeURIComponent(this.getToken());
|
||||
|
||||
this.options.parameters = this.options.callback ?
|
||||
this.options.callback(this.element, entry) : entry;
|
||||
|
||||
if(this.options.defaultParams)
|
||||
this.options.parameters += '&' + this.options.defaultParams;
|
||||
|
||||
new Ajax.Request(this.url, this.options);
|
||||
},
|
||||
|
||||
onComplete: function(request) {
|
||||
this.updateChoices(request.responseText);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
// The local array autocompleter. Used when you'd prefer to
|
||||
// inject an array of autocompletion options into the page, rather
|
||||
// than sending out Ajax queries, which can be quite slow sometimes.
|
||||
//
|
||||
// The constructor takes four parameters. The first two are, as usual,
|
||||
// the id of the monitored textbox, and id of the autocompletion menu.
|
||||
// The third is the array you want to autocomplete from, and the fourth
|
||||
// is the options block.
|
||||
//
|
||||
// Extra local autocompletion options:
|
||||
// - choices - How many autocompletion choices to offer
|
||||
//
|
||||
// - partialSearch - If false, the autocompleter will match entered
|
||||
// text only at the beginning of strings in the
|
||||
// autocomplete array. Defaults to true, which will
|
||||
// match text at the beginning of any *word* in the
|
||||
// strings in the autocomplete array. If you want to
|
||||
// search anywhere in the string, additionally set
|
||||
// the option fullSearch to true (default: off).
|
||||
//
|
||||
// - fullSsearch - Search anywhere in autocomplete array strings.
|
||||
//
|
||||
// - partialChars - How many characters to enter before triggering
|
||||
// a partial match (unlike minChars, which defines
|
||||
// how many characters are required to do any match
|
||||
// at all). Defaults to 2.
|
||||
//
|
||||
// - ignoreCase - Whether to ignore case when autocompleting.
|
||||
// Defaults to true.
|
||||
//
|
||||
// It's possible to pass in a custom function as the 'selector'
|
||||
// option, if you prefer to write your own autocompletion logic.
|
||||
// In that case, the other options above will not apply unless
|
||||
// you support them.
|
||||
|
||||
Autocompleter.Local = Class.create();
|
||||
Autocompleter.Local.prototype = Object.extend(new Autocompleter.Base(), {
|
||||
initialize: function(element, update, array, options) {
|
||||
this.baseInitialize(element, update, options);
|
||||
this.options.array = array;
|
||||
},
|
||||
|
||||
getUpdatedChoices: function() {
|
||||
this.updateChoices(this.options.selector(this));
|
||||
},
|
||||
|
||||
setOptions: function(options) {
|
||||
this.options = Object.extend({
|
||||
choices: 10,
|
||||
partialSearch: true,
|
||||
partialChars: 2,
|
||||
ignoreCase: true,
|
||||
fullSearch: false,
|
||||
selector: function(instance) {
|
||||
var ret = []; // Beginning matches
|
||||
var partial = []; // Inside matches
|
||||
var entry = instance.getToken();
|
||||
var count = 0;
|
||||
|
||||
for (var i = 0; i < instance.options.array.length &&
|
||||
ret.length < instance.options.choices ; i++) {
|
||||
|
||||
var elem = instance.options.array[i];
|
||||
var foundPos = instance.options.ignoreCase ?
|
||||
elem.toLowerCase().indexOf(entry.toLowerCase()) :
|
||||
elem.indexOf(entry);
|
||||
|
||||
while (foundPos != -1) {
|
||||
if (foundPos == 0 && elem.length != entry.length) {
|
||||
ret.push("<li><strong>" + elem.substr(0, entry.length) + "</strong>" +
|
||||
elem.substr(entry.length) + "</li>");
|
||||
break;
|
||||
} else if (entry.length >= instance.options.partialChars &&
|
||||
instance.options.partialSearch && foundPos != -1) {
|
||||
if (instance.options.fullSearch || /\s/.test(elem.substr(foundPos-1,1))) {
|
||||
partial.push("<li>" + elem.substr(0, foundPos) + "<strong>" +
|
||||
elem.substr(foundPos, entry.length) + "</strong>" + elem.substr(
|
||||
foundPos + entry.length) + "</li>");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
foundPos = instance.options.ignoreCase ?
|
||||
elem.toLowerCase().indexOf(entry.toLowerCase(), foundPos + 1) :
|
||||
elem.indexOf(entry, foundPos + 1);
|
||||
|
||||
}
|
||||
}
|
||||
if (partial.length)
|
||||
ret = ret.concat(partial.slice(0, instance.options.choices - ret.length))
|
||||
return "<ul>" + ret.join('') + "</ul>";
|
||||
}
|
||||
}, options || {});
|
||||
}
|
||||
});
|
||||
|
||||
// AJAX in-place editor
|
||||
//
|
||||
// see documentation on http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor
|
||||
|
||||
// Use this if you notice weird scrolling problems on some browsers,
|
||||
// the DOM might be a bit confused when this gets called so do this
|
||||
// waits 1 ms (with setTimeout) until it does the activation
|
||||
Field.scrollFreeActivate = function(field) {
|
||||
setTimeout(function() {
|
||||
Field.activate(field);
|
||||
}, 1);
|
||||
}
|
||||
|
||||
Ajax.InPlaceEditor = Class.create();
|
||||
Ajax.InPlaceEditor.defaultHighlightColor = "#FFFF99";
|
||||
Ajax.InPlaceEditor.prototype = {
|
||||
initialize: function(element, url, options) {
|
||||
this.url = url;
|
||||
this.element = $(element);
|
||||
|
||||
this.options = Object.extend({
|
||||
paramName: "value",
|
||||
okButton: true,
|
||||
okLink: false,
|
||||
okText: "ok",
|
||||
cancelButton: false,
|
||||
cancelLink: true,
|
||||
cancelText: "cancel",
|
||||
textBeforeControls: '',
|
||||
textBetweenControls: '',
|
||||
textAfterControls: '',
|
||||
savingText: "Saving...",
|
||||
clickToEditText: "Click to edit",
|
||||
okText: "ok",
|
||||
rows: 1,
|
||||
onComplete: function(transport, element) {
|
||||
new Effect.Highlight(element, {startcolor: this.options.highlightcolor});
|
||||
},
|
||||
onFailure: function(transport) {
|
||||
alert("Error communicating with the server: " + transport.responseText.stripTags());
|
||||
},
|
||||
callback: function(form) {
|
||||
return Form.serialize(form);
|
||||
},
|
||||
handleLineBreaks: true,
|
||||
loadingText: 'Loading...',
|
||||
savingClassName: 'inplaceeditor-saving',
|
||||
loadingClassName: 'inplaceeditor-loading',
|
||||
formClassName: 'inplaceeditor-form',
|
||||
highlightcolor: Ajax.InPlaceEditor.defaultHighlightColor,
|
||||
highlightendcolor: "#FFFFFF",
|
||||
externalControl: null,
|
||||
submitOnBlur: false,
|
||||
ajaxOptions: {},
|
||||
evalScripts: false
|
||||
}, options || {});
|
||||
|
||||
if(!this.options.formId && this.element.id) {
|
||||
this.options.formId = this.element.id + "-inplaceeditor";
|
||||
if ($(this.options.formId)) {
|
||||
// there's already a form with that name, don't specify an id
|
||||
this.options.formId = null;
|
||||
}
|
||||
}
|
||||
|
||||
if (this.options.externalControl) {
|
||||
this.options.externalControl = $(this.options.externalControl);
|
||||
}
|
||||
|
||||
this.originalBackground = Element.getStyle(this.element, 'background-color');
|
||||
if (!this.originalBackground) {
|
||||
this.originalBackground = "transparent";
|
||||
}
|
||||
|
||||
this.element.title = this.options.clickToEditText;
|
||||
|
||||
this.onclickListener = this.enterEditMode.bindAsEventListener(this);
|
||||
this.mouseoverListener = this.enterHover.bindAsEventListener(this);
|
||||
this.mouseoutListener = this.leaveHover.bindAsEventListener(this);
|
||||
Event.observe(this.element, 'click', this.onclickListener);
|
||||
Event.observe(this.element, 'mouseover', this.mouseoverListener);
|
||||
Event.observe(this.element, 'mouseout', this.mouseoutListener);
|
||||
if (this.options.externalControl) {
|
||||
Event.observe(this.options.externalControl, 'click', this.onclickListener);
|
||||
Event.observe(this.options.externalControl, 'mouseover', this.mouseoverListener);
|
||||
Event.observe(this.options.externalControl, 'mouseout', this.mouseoutListener);
|
||||
}
|
||||
},
|
||||
enterEditMode: function(evt) {
|
||||
if (this.saving) return;
|
||||
if (this.editing) return;
|
||||
this.editing = true;
|
||||
this.onEnterEditMode();
|
||||
if (this.options.externalControl) {
|
||||
Element.hide(this.options.externalControl);
|
||||
}
|
||||
Element.hide(this.element);
|
||||
this.createForm();
|
||||
this.element.parentNode.insertBefore(this.form, this.element);
|
||||
if (!this.options.loadTextURL) Field.scrollFreeActivate(this.editField);
|
||||
// stop the event to avoid a page refresh in Safari
|
||||
if (evt) {
|
||||
Event.stop(evt);
|
||||
}
|
||||
return false;
|
||||
},
|
||||
createForm: function() {
|
||||
this.form = document.createElement("form");
|
||||
this.form.id = this.options.formId;
|
||||
Element.addClassName(this.form, this.options.formClassName)
|
||||
this.form.onsubmit = this.onSubmit.bind(this);
|
||||
|
||||
this.createEditField();
|
||||
|
||||
if (this.options.textarea) {
|
||||
var br = document.createElement("br");
|
||||
this.form.appendChild(br);
|
||||
}
|
||||
|
||||
if (this.options.textBeforeControls)
|
||||
this.form.appendChild(document.createTextNode(this.options.textBeforeControls));
|
||||
|
||||
if (this.options.okButton) {
|
||||
var okButton = document.createElement("input");
|
||||
okButton.type = "submit";
|
||||
okButton.value = this.options.okText;
|
||||
okButton.className = 'editor_ok_button';
|
||||
this.form.appendChild(okButton);
|
||||
}
|
||||
|
||||
if (this.options.okLink) {
|
||||
var okLink = document.createElement("a");
|
||||
okLink.href = "#";
|
||||
okLink.appendChild(document.createTextNode(this.options.okText));
|
||||
okLink.onclick = this.onSubmit.bind(this);
|
||||
okLink.className = 'editor_ok_link';
|
||||
this.form.appendChild(okLink);
|
||||
}
|
||||
|
||||
if (this.options.textBetweenControls &&
|
||||
(this.options.okLink || this.options.okButton) &&
|
||||
(this.options.cancelLink || this.options.cancelButton))
|
||||
this.form.appendChild(document.createTextNode(this.options.textBetweenControls));
|
||||
|
||||
if (this.options.cancelButton) {
|
||||
var cancelButton = document.createElement("input");
|
||||
cancelButton.type = "submit";
|
||||
cancelButton.value = this.options.cancelText;
|
||||
cancelButton.onclick = this.onclickCancel.bind(this);
|
||||
cancelButton.className = 'editor_cancel_button';
|
||||
this.form.appendChild(cancelButton);
|
||||
}
|
||||
|
||||
if (this.options.cancelLink) {
|
||||
var cancelLink = document.createElement("a");
|
||||
cancelLink.href = "#";
|
||||
cancelLink.appendChild(document.createTextNode(this.options.cancelText));
|
||||
cancelLink.onclick = this.onclickCancel.bind(this);
|
||||
cancelLink.className = 'editor_cancel editor_cancel_link';
|
||||
this.form.appendChild(cancelLink);
|
||||
}
|
||||
|
||||
if (this.options.textAfterControls)
|
||||
this.form.appendChild(document.createTextNode(this.options.textAfterControls));
|
||||
},
|
||||
hasHTMLLineBreaks: function(string) {
|
||||
if (!this.options.handleLineBreaks) return false;
|
||||
return string.match(/<br/i) || string.match(/<p>/i);
|
||||
},
|
||||
convertHTMLLineBreaks: function(string) {
|
||||
return string.replace(/<br>/gi, "\n").replace(/<br\/>/gi, "\n").replace(/<\/p>/gi, "\n").replace(/<p>/gi, "");
|
||||
},
|
||||
createEditField: function() {
|
||||
var text;
|
||||
if(this.options.loadTextURL) {
|
||||
text = this.options.loadingText;
|
||||
} else {
|
||||
text = this.getText();
|
||||
}
|
||||
|
||||
var obj = this;
|
||||
|
||||
if (this.options.rows == 1 && !this.hasHTMLLineBreaks(text)) {
|
||||
this.options.textarea = false;
|
||||
var textField = document.createElement("input");
|
||||
textField.obj = this;
|
||||
textField.type = "text";
|
||||
textField.name = this.options.paramName;
|
||||
textField.value = text;
|
||||
textField.style.backgroundColor = this.options.highlightcolor;
|
||||
textField.className = 'editor_field';
|
||||
var size = this.options.size || this.options.cols || 0;
|
||||
if (size != 0) textField.size = size;
|
||||
if (this.options.submitOnBlur)
|
||||
textField.onblur = this.onSubmit.bind(this);
|
||||
this.editField = textField;
|
||||
} else {
|
||||
this.options.textarea = true;
|
||||
var textArea = document.createElement("textarea");
|
||||
textArea.obj = this;
|
||||
textArea.name = this.options.paramName;
|
||||
textArea.value = this.convertHTMLLineBreaks(text);
|
||||
textArea.rows = this.options.rows;
|
||||
textArea.cols = this.options.cols || 40;
|
||||
textArea.className = 'editor_field';
|
||||
if (this.options.submitOnBlur)
|
||||
textArea.onblur = this.onSubmit.bind(this);
|
||||
this.editField = textArea;
|
||||
}
|
||||
|
||||
if(this.options.loadTextURL) {
|
||||
this.loadExternalText();
|
||||
}
|
||||
this.form.appendChild(this.editField);
|
||||
},
|
||||
getText: function() {
|
||||
return this.element.innerHTML;
|
||||
},
|
||||
loadExternalText: function() {
|
||||
Element.addClassName(this.form, this.options.loadingClassName);
|
||||
this.editField.disabled = true;
|
||||
new Ajax.Request(
|
||||
this.options.loadTextURL,
|
||||
Object.extend({
|
||||
asynchronous: true,
|
||||
onComplete: this.onLoadedExternalText.bind(this)
|
||||
}, this.options.ajaxOptions)
|
||||
);
|
||||
},
|
||||
onLoadedExternalText: function(transport) {
|
||||
Element.removeClassName(this.form, this.options.loadingClassName);
|
||||
this.editField.disabled = false;
|
||||
this.editField.value = transport.responseText.stripTags();
|
||||
Field.scrollFreeActivate(this.editField);
|
||||
},
|
||||
onclickCancel: function() {
|
||||
this.onComplete();
|
||||
this.leaveEditMode();
|
||||
return false;
|
||||
},
|
||||
onFailure: function(transport) {
|
||||
this.options.onFailure(transport);
|
||||
if (this.oldInnerHTML) {
|
||||
this.element.innerHTML = this.oldInnerHTML;
|
||||
this.oldInnerHTML = null;
|
||||
}
|
||||
return false;
|
||||
},
|
||||
onSubmit: function() {
|
||||
// onLoading resets these so we need to save them away for the Ajax call
|
||||
var form = this.form;
|
||||
var value = this.editField.value;
|
||||
|
||||
// do this first, sometimes the ajax call returns before we get a chance to switch on Saving...
|
||||
// which means this will actually switch on Saving... *after* we've left edit mode causing Saving...
|
||||
// to be displayed indefinitely
|
||||
this.onLoading();
|
||||
|
||||
if (this.options.evalScripts) {
|
||||
new Ajax.Request(
|
||||
this.url, Object.extend({
|
||||
parameters: this.options.callback(form, value),
|
||||
onComplete: this.onComplete.bind(this),
|
||||
onFailure: this.onFailure.bind(this),
|
||||
asynchronous:true,
|
||||
evalScripts:true
|
||||
}, this.options.ajaxOptions));
|
||||
} else {
|
||||
new Ajax.Updater(
|
||||
{ success: this.element,
|
||||
// don't update on failure (this could be an option)
|
||||
failure: null },
|
||||
this.url, Object.extend({
|
||||
parameters: this.options.callback(form, value),
|
||||
onComplete: this.onComplete.bind(this),
|
||||
onFailure: this.onFailure.bind(this)
|
||||
}, this.options.ajaxOptions));
|
||||
}
|
||||
// stop the event to avoid a page refresh in Safari
|
||||
if (arguments.length > 1) {
|
||||
Event.stop(arguments[0]);
|
||||
}
|
||||
return false;
|
||||
},
|
||||
onLoading: function() {
|
||||
this.saving = true;
|
||||
this.removeForm();
|
||||
this.leaveHover();
|
||||
this.showSaving();
|
||||
},
|
||||
showSaving: function() {
|
||||
this.oldInnerHTML = this.element.innerHTML;
|
||||
this.element.innerHTML = this.options.savingText;
|
||||
Element.addClassName(this.element, this.options.savingClassName);
|
||||
this.element.style.backgroundColor = this.originalBackground;
|
||||
Element.show(this.element);
|
||||
},
|
||||
removeForm: function() {
|
||||
if(this.form) {
|
||||
if (this.form.parentNode) Element.remove(this.form);
|
||||
this.form = null;
|
||||
}
|
||||
},
|
||||
enterHover: function() {
|
||||
if (this.saving) return;
|
||||
this.element.style.backgroundColor = this.options.highlightcolor;
|
||||
if (this.effect) {
|
||||
this.effect.cancel();
|
||||
}
|
||||
Element.addClassName(this.element, this.options.hoverClassName)
|
||||
},
|
||||
leaveHover: function() {
|
||||
if (this.options.backgroundColor) {
|
||||
this.element.style.backgroundColor = this.oldBackground;
|
||||
}
|
||||
Element.removeClassName(this.element, this.options.hoverClassName)
|
||||
if (this.saving) return;
|
||||
this.effect = new Effect.Highlight(this.element, {
|
||||
startcolor: this.options.highlightcolor,
|
||||
endcolor: this.options.highlightendcolor,
|
||||
restorecolor: this.originalBackground
|
||||
});
|
||||
},
|
||||
leaveEditMode: function() {
|
||||
Element.removeClassName(this.element, this.options.savingClassName);
|
||||
this.removeForm();
|
||||
this.leaveHover();
|
||||
this.element.style.backgroundColor = this.originalBackground;
|
||||
Element.show(this.element);
|
||||
if (this.options.externalControl) {
|
||||
Element.show(this.options.externalControl);
|
||||
}
|
||||
this.editing = false;
|
||||
this.saving = false;
|
||||
this.oldInnerHTML = null;
|
||||
this.onLeaveEditMode();
|
||||
},
|
||||
onComplete: function(transport) {
|
||||
this.leaveEditMode();
|
||||
this.options.onComplete.bind(this)(transport, this.element);
|
||||
},
|
||||
onEnterEditMode: function() {},
|
||||
onLeaveEditMode: function() {},
|
||||
dispose: function() {
|
||||
if (this.oldInnerHTML) {
|
||||
this.element.innerHTML = this.oldInnerHTML;
|
||||
}
|
||||
this.leaveEditMode();
|
||||
Event.stopObserving(this.element, 'click', this.onclickListener);
|
||||
Event.stopObserving(this.element, 'mouseover', this.mouseoverListener);
|
||||
Event.stopObserving(this.element, 'mouseout', this.mouseoutListener);
|
||||
if (this.options.externalControl) {
|
||||
Event.stopObserving(this.options.externalControl, 'click', this.onclickListener);
|
||||
Event.stopObserving(this.options.externalControl, 'mouseover', this.mouseoverListener);
|
||||
Event.stopObserving(this.options.externalControl, 'mouseout', this.mouseoutListener);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Ajax.InPlaceCollectionEditor = Class.create();
|
||||
Object.extend(Ajax.InPlaceCollectionEditor.prototype, Ajax.InPlaceEditor.prototype);
|
||||
Object.extend(Ajax.InPlaceCollectionEditor.prototype, {
|
||||
createEditField: function() {
|
||||
if (!this.cached_selectTag) {
|
||||
var selectTag = document.createElement("select");
|
||||
var collection = this.options.collection || [];
|
||||
var optionTag;
|
||||
collection.each(function(e,i) {
|
||||
optionTag = document.createElement("option");
|
||||
optionTag.value = (e instanceof Array) ? e[0] : e;
|
||||
if((typeof this.options.value == 'undefined') &&
|
||||
((e instanceof Array) ? this.element.innerHTML == e[1] : e == optionTag.value)) optionTag.selected = true;
|
||||
if(this.options.value==optionTag.value) optionTag.selected = true;
|
||||
optionTag.appendChild(document.createTextNode((e instanceof Array) ? e[1] : e));
|
||||
selectTag.appendChild(optionTag);
|
||||
}.bind(this));
|
||||
this.cached_selectTag = selectTag;
|
||||
}
|
||||
|
||||
this.editField = this.cached_selectTag;
|
||||
if(this.options.loadTextURL) this.loadExternalText();
|
||||
this.form.appendChild(this.editField);
|
||||
this.options.callback = function(form, value) {
|
||||
return "value=" + encodeURIComponent(value);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
// Delayed observer, like Form.Element.Observer,
|
||||
// but waits for delay after last key input
|
||||
// Ideal for live-search fields
|
||||
|
||||
Form.Element.DelayedObserver = Class.create();
|
||||
Form.Element.DelayedObserver.prototype = {
|
||||
initialize: function(element, delay, callback) {
|
||||
this.delay = delay || 0.5;
|
||||
this.element = $(element);
|
||||
this.callback = callback;
|
||||
this.timer = null;
|
||||
this.lastValue = $F(this.element);
|
||||
Event.observe(this.element,'keyup',this.delayedListener.bindAsEventListener(this));
|
||||
},
|
||||
delayedListener: function(event) {
|
||||
if(this.lastValue == $F(this.element)) return;
|
||||
if(this.timer) clearTimeout(this.timer);
|
||||
this.timer = setTimeout(this.onTimerEvent.bind(this), this.delay * 1000);
|
||||
this.lastValue = $F(this.element);
|
||||
},
|
||||
onTimerEvent: function() {
|
||||
this.timer = null;
|
||||
this.callback(this.element, $F(this.element));
|
||||
}
|
||||
};
|
|
@ -0,0 +1,970 @@
|
|||
// script.aculo.us dragdrop.js v1.7.1_beta2, Tue May 15 15:15:45 EDT 2007
|
||||
|
||||
// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
|
||||
// (c) 2005-2007 Sammi Williams (http://www.oriontransfer.co.nz, sammi@oriontransfer.co.nz)
|
||||
//
|
||||
// script.aculo.us is freely distributable under the terms of an MIT-style license.
|
||||
// For details, see the script.aculo.us web site: http://script.aculo.us/
|
||||
|
||||
if(typeof Effect == 'undefined')
|
||||
throw("dragdrop.js requires including script.aculo.us' effects.js library");
|
||||
|
||||
var Droppables = {
|
||||
drops: [],
|
||||
|
||||
remove: function(element) {
|
||||
this.drops = this.drops.reject(function(d) { return d.element==$(element) });
|
||||
},
|
||||
|
||||
add: function(element) {
|
||||
element = $(element);
|
||||
var options = Object.extend({
|
||||
greedy: true,
|
||||
hoverclass: null,
|
||||
tree: false
|
||||
}, arguments[1] || {});
|
||||
|
||||
// cache containers
|
||||
if(options.containment) {
|
||||
options._containers = [];
|
||||
var containment = options.containment;
|
||||
if((typeof containment == 'object') &&
|
||||
(containment.constructor == Array)) {
|
||||
containment.each( function(c) { options._containers.push($(c)) });
|
||||
} else {
|
||||
options._containers.push($(containment));
|
||||
}
|
||||
}
|
||||
|
||||
if(options.accept) options.accept = [options.accept].flatten();
|
||||
|
||||
Element.makePositioned(element); // fix IE
|
||||
options.element = element;
|
||||
|
||||
this.drops.push(options);
|
||||
},
|
||||
|
||||
findDeepestChild: function(drops) {
|
||||
deepest = drops[0];
|
||||
|
||||
for (i = 1; i < drops.length; ++i)
|
||||
if (Element.isParent(drops[i].element, deepest.element))
|
||||
deepest = drops[i];
|
||||
|
||||
return deepest;
|
||||
},
|
||||
|
||||
isContained: function(element, drop) {
|
||||
var containmentNode;
|
||||
if(drop.tree) {
|
||||
containmentNode = element.treeNode;
|
||||
} else {
|
||||
containmentNode = element.parentNode;
|
||||
}
|
||||
return drop._containers.detect(function(c) { return containmentNode == c });
|
||||
},
|
||||
|
||||
isAffected: function(point, element, drop) {
|
||||
return (
|
||||
(drop.element!=element) &&
|
||||
((!drop._containers) ||
|
||||
this.isContained(element, drop)) &&
|
||||
((!drop.accept) ||
|
||||
(Element.classNames(element).detect(
|
||||
function(v) { return drop.accept.include(v) } ) )) &&
|
||||
Position.within(drop.element, point[0], point[1]) );
|
||||
},
|
||||
|
||||
deactivate: function(drop) {
|
||||
if(drop.hoverclass)
|
||||
Element.removeClassName(drop.element, drop.hoverclass);
|
||||
this.last_active = null;
|
||||
},
|
||||
|
||||
activate: function(drop) {
|
||||
if(drop.hoverclass)
|
||||
Element.addClassName(drop.element, drop.hoverclass);
|
||||
this.last_active = drop;
|
||||
},
|
||||
|
||||
show: function(point, element) {
|
||||
if(!this.drops.length) return;
|
||||
var affected = [];
|
||||
|
||||
if(this.last_active) this.deactivate(this.last_active);
|
||||
this.drops.each( function(drop) {
|
||||
if(Droppables.isAffected(point, element, drop))
|
||||
affected.push(drop);
|
||||
});
|
||||
|
||||
if(affected.length>0) {
|
||||
drop = Droppables.findDeepestChild(affected);
|
||||
Position.within(drop.element, point[0], point[1]);
|
||||
if(drop.onHover)
|
||||
drop.onHover(element, drop.element, Position.overlap(drop.overlap, drop.element));
|
||||
|
||||
Droppables.activate(drop);
|
||||
}
|
||||
},
|
||||
|
||||
fire: function(event, element) {
|
||||
if(!this.last_active) return;
|
||||
Position.prepare();
|
||||
|
||||
if (this.isAffected([Event.pointerX(event), Event.pointerY(event)], element, this.last_active))
|
||||
if (this.last_active.onDrop) {
|
||||
this.last_active.onDrop(element, this.last_active.element, event);
|
||||
return true;
|
||||
}
|
||||
},
|
||||
|
||||
reset: function() {
|
||||
if(this.last_active)
|
||||
this.deactivate(this.last_active);
|
||||
}
|
||||
}
|
||||
|
||||
var Draggables = {
|
||||
drags: [],
|
||||
observers: [],
|
||||
|
||||
register: function(draggable) {
|
||||
if(this.drags.length == 0) {
|
||||
this.eventMouseUp = this.endDrag.bindAsEventListener(this);
|
||||
this.eventMouseMove = this.updateDrag.bindAsEventListener(this);
|
||||
this.eventKeypress = this.keyPress.bindAsEventListener(this);
|
||||
|
||||
Event.observe(document, "mouseup", this.eventMouseUp);
|
||||
Event.observe(document, "mousemove", this.eventMouseMove);
|
||||
Event.observe(document, "keypress", this.eventKeypress);
|
||||
}
|
||||
this.drags.push(draggable);
|
||||
},
|
||||
|
||||
unregister: function(draggable) {
|
||||
this.drags = this.drags.reject(function(d) { return d==draggable });
|
||||
if(this.drags.length == 0) {
|
||||
Event.stopObserving(document, "mouseup", this.eventMouseUp);
|
||||
Event.stopObserving(document, "mousemove", this.eventMouseMove);
|
||||
Event.stopObserving(document, "keypress", this.eventKeypress);
|
||||
}
|
||||
},
|
||||
|
||||
activate: function(draggable) {
|
||||
if(draggable.options.delay) {
|
||||
this._timeout = setTimeout(function() {
|
||||
Draggables._timeout = null;
|
||||
window.focus();
|
||||
Draggables.activeDraggable = draggable;
|
||||
}.bind(this), draggable.options.delay);
|
||||
} else {
|
||||
window.focus(); // allows keypress events if window isn't currently focused, fails for Safari
|
||||
this.activeDraggable = draggable;
|
||||
}
|
||||
},
|
||||
|
||||
deactivate: function() {
|
||||
this.activeDraggable = null;
|
||||
},
|
||||
|
||||
updateDrag: function(event) {
|
||||
if(!this.activeDraggable) return;
|
||||
var pointer = [Event.pointerX(event), Event.pointerY(event)];
|
||||
// Mozilla-based browsers fire successive mousemove events with
|
||||
// the same coordinates, prevent needless redrawing (moz bug?)
|
||||
if(this._lastPointer && (this._lastPointer.inspect() == pointer.inspect())) return;
|
||||
this._lastPointer = pointer;
|
||||
|
||||
this.activeDraggable.updateDrag(event, pointer);
|
||||
},
|
||||
|
||||
endDrag: function(event) {
|
||||
if(this._timeout) {
|
||||
clearTimeout(this._timeout);
|
||||
this._timeout = null;
|
||||
}
|
||||
if(!this.activeDraggable) return;
|
||||
this._lastPointer = null;
|
||||
this.activeDraggable.endDrag(event);
|
||||
this.activeDraggable = null;
|
||||
},
|
||||
|
||||
keyPress: function(event) {
|
||||
if(this.activeDraggable)
|
||||
this.activeDraggable.keyPress(event);
|
||||
},
|
||||
|
||||
addObserver: function(observer) {
|
||||
this.observers.push(observer);
|
||||
this._cacheObserverCallbacks();
|
||||
},
|
||||
|
||||
removeObserver: function(element) { // element instead of observer fixes mem leaks
|
||||
this.observers = this.observers.reject( function(o) { return o.element==element });
|
||||
this._cacheObserverCallbacks();
|
||||
},
|
||||
|
||||
notify: function(eventName, draggable, event) { // 'onStart', 'onEnd', 'onDrag'
|
||||
if(this[eventName+'Count'] > 0)
|
||||
this.observers.each( function(o) {
|
||||
if(o[eventName]) o[eventName](eventName, draggable, event);
|
||||
});
|
||||
if(draggable.options[eventName]) draggable.options[eventName](draggable, event);
|
||||
},
|
||||
|
||||
_cacheObserverCallbacks: function() {
|
||||
['onStart','onEnd','onDrag'].each( function(eventName) {
|
||||
Draggables[eventName+'Count'] = Draggables.observers.select(
|
||||
function(o) { return o[eventName]; }
|
||||
).length;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
var Draggable = Class.create();
|
||||
Draggable._dragging = {};
|
||||
|
||||
Draggable.prototype = {
|
||||
initialize: function(element) {
|
||||
var defaults = {
|
||||
handle: false,
|
||||
reverteffect: function(element, top_offset, left_offset) {
|
||||
var dur = Math.sqrt(Math.abs(top_offset^2)+Math.abs(left_offset^2))*0.02;
|
||||
new Effect.Move(element, { x: -left_offset, y: -top_offset, duration: dur,
|
||||
queue: {scope:'_draggable', position:'end'}
|
||||
});
|
||||
},
|
||||
endeffect: function(element) {
|
||||
var toOpacity = typeof element._opacity == 'number' ? element._opacity : 1.0;
|
||||
new Effect.Opacity(element, {duration:0.2, from:0.7, to:toOpacity,
|
||||
queue: {scope:'_draggable', position:'end'},
|
||||
afterFinish: function(){
|
||||
Draggable._dragging[element] = false
|
||||
}
|
||||
});
|
||||
},
|
||||
zindex: 1000,
|
||||
revert: false,
|
||||
quiet: false,
|
||||
scroll: false,
|
||||
scrollSensitivity: 20,
|
||||
scrollSpeed: 15,
|
||||
snap: false, // false, or xy or [x,y] or function(x,y){ return [x,y] }
|
||||
delay: 0
|
||||
};
|
||||
|
||||
if(!arguments[1] || typeof arguments[1].endeffect == 'undefined')
|
||||
Object.extend(defaults, {
|
||||
starteffect: function(element) {
|
||||
element._opacity = Element.getOpacity(element);
|
||||
Draggable._dragging[element] = true;
|
||||
new Effect.Opacity(element, {duration:0.2, from:element._opacity, to:0.7});
|
||||
}
|
||||
});
|
||||
|
||||
var options = Object.extend(defaults, arguments[1] || {});
|
||||
|
||||
this.element = $(element);
|
||||
|
||||
if(options.handle && (typeof options.handle == 'string'))
|
||||
this.handle = this.element.down('.'+options.handle, 0);
|
||||
|
||||
if(!this.handle) this.handle = $(options.handle);
|
||||
if(!this.handle) this.handle = this.element;
|
||||
|
||||
if(options.scroll && !options.scroll.scrollTo && !options.scroll.outerHTML) {
|
||||
options.scroll = $(options.scroll);
|
||||
this._isScrollChild = Element.childOf(this.element, options.scroll);
|
||||
}
|
||||
|
||||
Element.makePositioned(this.element); // fix IE
|
||||
|
||||
this.delta = this.currentDelta();
|
||||
this.options = options;
|
||||
this.dragging = false;
|
||||
|
||||
this.eventMouseDown = this.initDrag.bindAsEventListener(this);
|
||||
Event.observe(this.handle, "mousedown", this.eventMouseDown);
|
||||
|
||||
Draggables.register(this);
|
||||
},
|
||||
|
||||
destroy: function() {
|
||||
Event.stopObserving(this.handle, "mousedown", this.eventMouseDown);
|
||||
Draggables.unregister(this);
|
||||
},
|
||||
|
||||
currentDelta: function() {
|
||||
return([
|
||||
parseInt(Element.getStyle(this.element,'left') || '0'),
|
||||
parseInt(Element.getStyle(this.element,'top') || '0')]);
|
||||
},
|
||||
|
||||
initDrag: function(event) {
|
||||
if(typeof Draggable._dragging[this.element] != 'undefined' &&
|
||||
Draggable._dragging[this.element]) return;
|
||||
if(Event.isLeftClick(event)) {
|
||||
// abort on form elements, fixes a Firefox issue
|
||||
var src = Event.element(event);
|
||||
if((tag_name = src.tagName.toUpperCase()) && (
|
||||
tag_name=='INPUT' ||
|
||||
tag_name=='SELECT' ||
|
||||
tag_name=='OPTION' ||
|
||||
tag_name=='BUTTON' ||
|
||||
tag_name=='TEXTAREA')) return;
|
||||
|
||||
var pointer = [Event.pointerX(event), Event.pointerY(event)];
|
||||
var pos = Position.cumulativeOffset(this.element);
|
||||
this.offset = [0,1].map( function(i) { return (pointer[i] - pos[i]) });
|
||||
|
||||
Draggables.activate(this);
|
||||
Event.stop(event);
|
||||
}
|
||||
},
|
||||
|
||||
startDrag: function(event) {
|
||||
this.dragging = true;
|
||||
|
||||
if(this.options.zindex) {
|
||||
this.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0);
|
||||
this.element.style.zIndex = this.options.zindex;
|
||||
}
|
||||
|
||||
if(this.options.ghosting) {
|
||||
this._clone = this.element.cloneNode(true);
|
||||
Position.absolutize(this.element);
|
||||
this.element.parentNode.insertBefore(this._clone, this.element);
|
||||
}
|
||||
|
||||
if(this.options.scroll) {
|
||||
if (this.options.scroll == window) {
|
||||
var where = this._getWindowScroll(this.options.scroll);
|
||||
this.originalScrollLeft = where.left;
|
||||
this.originalScrollTop = where.top;
|
||||
} else {
|
||||
this.originalScrollLeft = this.options.scroll.scrollLeft;
|
||||
this.originalScrollTop = this.options.scroll.scrollTop;
|
||||
}
|
||||
}
|
||||
|
||||
Draggables.notify('onStart', this, event);
|
||||
|
||||
if(this.options.starteffect) this.options.starteffect(this.element);
|
||||
},
|
||||
|
||||
updateDrag: function(event, pointer) {
|
||||
if(!this.dragging) this.startDrag(event);
|
||||
|
||||
if(!this.options.quiet){
|
||||
Position.prepare();
|
||||
Droppables.show(pointer, this.element);
|
||||
}
|
||||
|
||||
Draggables.notify('onDrag', this, event);
|
||||
|
||||
this.draw(pointer);
|
||||
if(this.options.change) this.options.change(this);
|
||||
|
||||
if(this.options.scroll) {
|
||||
this.stopScrolling();
|
||||
|
||||
var p;
|
||||
if (this.options.scroll == window) {
|
||||
with(this._getWindowScroll(this.options.scroll)) { p = [ left, top, left+width, top+height ]; }
|
||||
} else {
|
||||
p = Position.page(this.options.scroll);
|
||||
p[0] += this.options.scroll.scrollLeft + Position.deltaX;
|
||||
p[1] += this.options.scroll.scrollTop + Position.deltaY;
|
||||
p.push(p[0]+this.options.scroll.offsetWidth);
|
||||
p.push(p[1]+this.options.scroll.offsetHeight);
|
||||
}
|
||||
var speed = [0,0];
|
||||
if(pointer[0] < (p[0]+this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[0]+this.options.scrollSensitivity);
|
||||
if(pointer[1] < (p[1]+this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[1]+this.options.scrollSensitivity);
|
||||
if(pointer[0] > (p[2]-this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[2]-this.options.scrollSensitivity);
|
||||
if(pointer[1] > (p[3]-this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[3]-this.options.scrollSensitivity);
|
||||
this.startScrolling(speed);
|
||||
}
|
||||
|
||||
// fix AppleWebKit rendering
|
||||
if(Prototype.Browser.WebKit) window.scrollBy(0,0);
|
||||
|
||||
Event.stop(event);
|
||||
},
|
||||
|
||||
finishDrag: function(event, success) {
|
||||
this.dragging = false;
|
||||
|
||||
if(this.options.quiet){
|
||||
Position.prepare();
|
||||
var pointer = [Event.pointerX(event), Event.pointerY(event)];
|
||||
Droppables.show(pointer, this.element);
|
||||
}
|
||||
|
||||
if(this.options.ghosting) {
|
||||
Position.relativize(this.element);
|
||||
Element.remove(this._clone);
|
||||
this._clone = null;
|
||||
}
|
||||
|
||||
var dropped = false;
|
||||
if(success) {
|
||||
dropped = Droppables.fire(event, this.element);
|
||||
if (!dropped) dropped = false;
|
||||
}
|
||||
if(dropped && this.options.onDropped) this.options.onDropped(this.element);
|
||||
Draggables.notify('onEnd', this, event);
|
||||
|
||||
var revert = this.options.revert;
|
||||
if(revert && typeof revert == 'function') revert = revert(this.element);
|
||||
|
||||
var d = this.currentDelta();
|
||||
if(revert && this.options.reverteffect) {
|
||||
if (dropped == 0 || revert != 'failure')
|
||||
this.options.reverteffect(this.element,
|
||||
d[1]-this.delta[1], d[0]-this.delta[0]);
|
||||
} else {
|
||||
this.delta = d;
|
||||
}
|
||||
|
||||
if(this.options.zindex)
|
||||
this.element.style.zIndex = this.originalZ;
|
||||
|
||||
if(this.options.endeffect)
|
||||
this.options.endeffect(this.element);
|
||||
|
||||
Draggables.deactivate(this);
|
||||
Droppables.reset();
|
||||
},
|
||||
|
||||
keyPress: function(event) {
|
||||
if(event.keyCode!=Event.KEY_ESC) return;
|
||||
this.finishDrag(event, false);
|
||||
Event.stop(event);
|
||||
},
|
||||
|
||||
endDrag: function(event) {
|
||||
if(!this.dragging) return;
|
||||
this.stopScrolling();
|
||||
this.finishDrag(event, true);
|
||||
Event.stop(event);
|
||||
},
|
||||
|
||||
draw: function(point) {
|
||||
var pos = Position.cumulativeOffset(this.element);
|
||||
if(this.options.ghosting) {
|
||||
var r = Position.realOffset(this.element);
|
||||
pos[0] += r[0] - Position.deltaX; pos[1] += r[1] - Position.deltaY;
|
||||
}
|
||||
|
||||
var d = this.currentDelta();
|
||||
pos[0] -= d[0]; pos[1] -= d[1];
|
||||
|
||||
if(this.options.scroll && (this.options.scroll != window && this._isScrollChild)) {
|
||||
pos[0] -= this.options.scroll.scrollLeft-this.originalScrollLeft;
|
||||
pos[1] -= this.options.scroll.scrollTop-this.originalScrollTop;
|
||||
}
|
||||
|
||||
var p = [0,1].map(function(i){
|
||||
return (point[i]-pos[i]-this.offset[i])
|
||||
}.bind(this));
|
||||
|
||||
if(this.options.snap) {
|
||||
if(typeof this.options.snap == 'function') {
|
||||
p = this.options.snap(p[0],p[1],this);
|
||||
} else {
|
||||
if(this.options.snap instanceof Array) {
|
||||
p = p.map( function(v, i) {
|
||||
return Math.round(v/this.options.snap[i])*this.options.snap[i] }.bind(this))
|
||||
} else {
|
||||
p = p.map( function(v) {
|
||||
return Math.round(v/this.options.snap)*this.options.snap }.bind(this))
|
||||
}
|
||||
}}
|
||||
|
||||
var style = this.element.style;
|
||||
if((!this.options.constraint) || (this.options.constraint=='horizontal'))
|
||||
style.left = p[0] + "px";
|
||||
if((!this.options.constraint) || (this.options.constraint=='vertical'))
|
||||
style.top = p[1] + "px";
|
||||
|
||||
if(style.visibility=="hidden") style.visibility = ""; // fix gecko rendering
|
||||
},
|
||||
|
||||
stopScrolling: function() {
|
||||
if(this.scrollInterval) {
|
||||
clearInterval(this.scrollInterval);
|
||||
this.scrollInterval = null;
|
||||
Draggables._lastScrollPointer = null;
|
||||
}
|
||||
},
|
||||
|
||||
startScrolling: function(speed) {
|
||||
if(!(speed[0] || speed[1])) return;
|
||||
this.scrollSpeed = [speed[0]*this.options.scrollSpeed,speed[1]*this.options.scrollSpeed];
|
||||
this.lastScrolled = new Date();
|
||||
this.scrollInterval = setInterval(this.scroll.bind(this), 10);
|
||||
},
|
||||
|
||||
scroll: function() {
|
||||
var current = new Date();
|
||||
var delta = current - this.lastScrolled;
|
||||
this.lastScrolled = current;
|
||||
if(this.options.scroll == window) {
|
||||
with (this._getWindowScroll(this.options.scroll)) {
|
||||
if (this.scrollSpeed[0] || this.scrollSpeed[1]) {
|
||||
var d = delta / 1000;
|
||||
this.options.scroll.scrollTo( left + d*this.scrollSpeed[0], top + d*this.scrollSpeed[1] );
|
||||
}
|
||||
}
|
||||
} else {
|
||||
this.options.scroll.scrollLeft += this.scrollSpeed[0] * delta / 1000;
|
||||
this.options.scroll.scrollTop += this.scrollSpeed[1] * delta / 1000;
|
||||
}
|
||||
|
||||
Position.prepare();
|
||||
Droppables.show(Draggables._lastPointer, this.element);
|
||||
Draggables.notify('onDrag', this);
|
||||
if (this._isScrollChild) {
|
||||
Draggables._lastScrollPointer = Draggables._lastScrollPointer || $A(Draggables._lastPointer);
|
||||
Draggables._lastScrollPointer[0] += this.scrollSpeed[0] * delta / 1000;
|
||||
Draggables._lastScrollPointer[1] += this.scrollSpeed[1] * delta / 1000;
|
||||
if (Draggables._lastScrollPointer[0] < 0)
|
||||
Draggables._lastScrollPointer[0] = 0;
|
||||
if (Draggables._lastScrollPointer[1] < 0)
|
||||
Draggables._lastScrollPointer[1] = 0;
|
||||
this.draw(Draggables._lastScrollPointer);
|
||||
}
|
||||
|
||||
if(this.options.change) this.options.change(this);
|
||||
},
|
||||
|
||||
_getWindowScroll: function(w) {
|
||||
var T, L, W, H;
|
||||
with (w.document) {
|
||||
if (w.document.documentElement && documentElement.scrollTop) {
|
||||
T = documentElement.scrollTop;
|
||||
L = documentElement.scrollLeft;
|
||||
} else if (w.document.body) {
|
||||
T = body.scrollTop;
|
||||
L = body.scrollLeft;
|
||||
}
|
||||
if (w.innerWidth) {
|
||||
W = w.innerWidth;
|
||||
H = w.innerHeight;
|
||||
} else if (w.document.documentElement && documentElement.clientWidth) {
|
||||
W = documentElement.clientWidth;
|
||||
H = documentElement.clientHeight;
|
||||
} else {
|
||||
W = body.offsetWidth;
|
||||
H = body.offsetHeight
|
||||
}
|
||||
}
|
||||
return { top: T, left: L, width: W, height: H };
|
||||
}
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
var SortableObserver = Class.create();
|
||||
SortableObserver.prototype = {
|
||||
initialize: function(element, observer) {
|
||||
this.element = $(element);
|
||||
this.observer = observer;
|
||||
this.lastValue = Sortable.serialize(this.element);
|
||||
},
|
||||
|
||||
onStart: function() {
|
||||
this.lastValue = Sortable.serialize(this.element);
|
||||
},
|
||||
|
||||
onEnd: function() {
|
||||
Sortable.unmark();
|
||||
if(this.lastValue != Sortable.serialize(this.element))
|
||||
this.observer(this.element)
|
||||
}
|
||||
}
|
||||
|
||||
var Sortable = {
|
||||
SERIALIZE_RULE: /^[^_\-](?:[A-Za-z0-9\-\_]*)[_](.*)$/,
|
||||
|
||||
sortables: {},
|
||||
|
||||
_findRootElement: function(element) {
|
||||
while (element.tagName.toUpperCase() != "BODY") {
|
||||
if(element.id && Sortable.sortables[element.id]) return element;
|
||||
element = element.parentNode;
|
||||
}
|
||||
},
|
||||
|
||||
options: function(element) {
|
||||
element = Sortable._findRootElement($(element));
|
||||
if(!element) return;
|
||||
return Sortable.sortables[element.id];
|
||||
},
|
||||
|
||||
destroy: function(element){
|
||||
var s = Sortable.options(element);
|
||||
|
||||
if(s) {
|
||||
Draggables.removeObserver(s.element);
|
||||
s.droppables.each(function(d){ Droppables.remove(d) });
|
||||
s.draggables.invoke('destroy');
|
||||
|
||||
delete Sortable.sortables[s.element.id];
|
||||
}
|
||||
},
|
||||
|
||||
create: function(element) {
|
||||
element = $(element);
|
||||
var options = Object.extend({
|
||||
element: element,
|
||||
tag: 'li', // assumes li children, override with tag: 'tagname'
|
||||
dropOnEmpty: false,
|
||||
tree: false,
|
||||
treeTag: 'ul',
|
||||
overlap: 'vertical', // one of 'vertical', 'horizontal'
|
||||
constraint: 'vertical', // one of 'vertical', 'horizontal', false
|
||||
containment: element, // also takes array of elements (or id's); or false
|
||||
handle: false, // or a CSS class
|
||||
only: false,
|
||||
delay: 0,
|
||||
hoverclass: null,
|
||||
ghosting: false,
|
||||
quiet: false,
|
||||
scroll: false,
|
||||
scrollSensitivity: 20,
|
||||
scrollSpeed: 15,
|
||||
format: this.SERIALIZE_RULE,
|
||||
|
||||
// these take arrays of elements or ids and can be
|
||||
// used for better initialization performance
|
||||
elements: false,
|
||||
handles: false,
|
||||
|
||||
onChange: Prototype.emptyFunction,
|
||||
onUpdate: Prototype.emptyFunction
|
||||
}, arguments[1] || {});
|
||||
|
||||
// clear any old sortable with same element
|
||||
this.destroy(element);
|
||||
|
||||
// build options for the draggables
|
||||
var options_for_draggable = {
|
||||
revert: true,
|
||||
quiet: options.quiet,
|
||||
scroll: options.scroll,
|
||||
scrollSpeed: options.scrollSpeed,
|
||||
scrollSensitivity: options.scrollSensitivity,
|
||||
delay: options.delay,
|
||||
ghosting: options.ghosting,
|
||||
constraint: options.constraint,
|
||||
handle: options.handle };
|
||||
|
||||
if(options.starteffect)
|
||||
options_for_draggable.starteffect = options.starteffect;
|
||||
|
||||
if(options.reverteffect)
|
||||
options_for_draggable.reverteffect = options.reverteffect;
|
||||
else
|
||||
if(options.ghosting) options_for_draggable.reverteffect = function(element) {
|
||||
element.style.top = 0;
|
||||
element.style.left = 0;
|
||||
};
|
||||
|
||||
if(options.endeffect)
|
||||
options_for_draggable.endeffect = options.endeffect;
|
||||
|
||||
if(options.zindex)
|
||||
options_for_draggable.zindex = options.zindex;
|
||||
|
||||
// build options for the droppables
|
||||
var options_for_droppable = {
|
||||
overlap: options.overlap,
|
||||
containment: options.containment,
|
||||
tree: options.tree,
|
||||
hoverclass: options.hoverclass,
|
||||
onHover: Sortable.onHover
|
||||
}
|
||||
|
||||
var options_for_tree = {
|
||||
onHover: Sortable.onEmptyHover,
|
||||
overlap: options.overlap,
|
||||
containment: options.containment,
|
||||
hoverclass: options.hoverclass
|
||||
}
|
||||
|
||||
// fix for gecko engine
|
||||
Element.cleanWhitespace(element);
|
||||
|
||||
options.draggables = [];
|
||||
options.droppables = [];
|
||||
|
||||
// drop on empty handling
|
||||
if(options.dropOnEmpty || options.tree) {
|
||||
Droppables.add(element, options_for_tree);
|
||||
options.droppables.push(element);
|
||||
}
|
||||
|
||||
(options.elements || this.findElements(element, options) || []).each( function(e,i) {
|
||||
var handle = options.handles ? $(options.handles[i]) :
|
||||
(options.handle ? $(e).getElementsByClassName(options.handle)[0] : e);
|
||||
options.draggables.push(
|
||||
new Draggable(e, Object.extend(options_for_draggable, { handle: handle })));
|
||||
Droppables.add(e, options_for_droppable);
|
||||
if(options.tree) e.treeNode = element;
|
||||
options.droppables.push(e);
|
||||
});
|
||||
|
||||
if(options.tree) {
|
||||
(Sortable.findTreeElements(element, options) || []).each( function(e) {
|
||||
Droppables.add(e, options_for_tree);
|
||||
e.treeNode = element;
|
||||
options.droppables.push(e);
|
||||
});
|
||||
}
|
||||
|
||||
// keep reference
|
||||
this.sortables[element.id] = options;
|
||||
|
||||
// for onupdate
|
||||
Draggables.addObserver(new SortableObserver(element, options.onUpdate));
|
||||
|
||||
},
|
||||
|
||||
// return all suitable-for-sortable elements in a guaranteed order
|
||||
findElements: function(element, options) {
|
||||
return Element.findChildren(
|
||||
element, options.only, options.tree ? true : false, options.tag);
|
||||
},
|
||||
|
||||
findTreeElements: function(element, options) {
|
||||
return Element.findChildren(
|
||||
element, options.only, options.tree ? true : false, options.treeTag);
|
||||
},
|
||||
|
||||
onHover: function(element, dropon, overlap) {
|
||||
if(Element.isParent(dropon, element)) return;
|
||||
|
||||
if(overlap > .33 && overlap < .66 && Sortable.options(dropon).tree) {
|
||||
return;
|
||||
} else if(overlap>0.5) {
|
||||
Sortable.mark(dropon, 'before');
|
||||
if(dropon.previousSibling != element) {
|
||||
var oldParentNode = element.parentNode;
|
||||
element.style.visibility = "hidden"; // fix gecko rendering
|
||||
dropon.parentNode.insertBefore(element, dropon);
|
||||
if(dropon.parentNode!=oldParentNode)
|
||||
Sortable.options(oldParentNode).onChange(element);
|
||||
Sortable.options(dropon.parentNode).onChange(element);
|
||||
}
|
||||
} else {
|
||||
Sortable.mark(dropon, 'after');
|
||||
var nextElement = dropon.nextSibling || null;
|
||||
if(nextElement != element) {
|
||||
var oldParentNode = element.parentNode;
|
||||
element.style.visibility = "hidden"; // fix gecko rendering
|
||||
dropon.parentNode.insertBefore(element, nextElement);
|
||||
if(dropon.parentNode!=oldParentNode)
|
||||
Sortable.options(oldParentNode).onChange(element);
|
||||
Sortable.options(dropon.parentNode).onChange(element);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
onEmptyHover: function(element, dropon, overlap) {
|
||||
var oldParentNode = element.parentNode;
|
||||
var droponOptions = Sortable.options(dropon);
|
||||
|
||||
if(!Element.isParent(dropon, element)) {
|
||||
var index;
|
||||
|
||||
var children = Sortable.findElements(dropon, {tag: droponOptions.tag, only: droponOptions.only});
|
||||
var child = null;
|
||||
|
||||
if(children) {
|
||||
var offset = Element.offsetSize(dropon, droponOptions.overlap) * (1.0 - overlap);
|
||||
|
||||
for (index = 0; index < children.length; index += 1) {
|
||||
if (offset - Element.offsetSize (children[index], droponOptions.overlap) >= 0) {
|
||||
offset -= Element.offsetSize (children[index], droponOptions.overlap);
|
||||
} else if (offset - (Element.offsetSize (children[index], droponOptions.overlap) / 2) >= 0) {
|
||||
child = index + 1 < children.length ? children[index + 1] : null;
|
||||
break;
|
||||
} else {
|
||||
child = children[index];
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dropon.insertBefore(element, child);
|
||||
|
||||
Sortable.options(oldParentNode).onChange(element);
|
||||
droponOptions.onChange(element);
|
||||
}
|
||||
},
|
||||
|
||||
unmark: function() {
|
||||
if(Sortable._marker) Sortable._marker.hide();
|
||||
},
|
||||
|
||||
mark: function(dropon, position) {
|
||||
// mark on ghosting only
|
||||
var sortable = Sortable.options(dropon.parentNode);
|
||||
if(sortable && !sortable.ghosting) return;
|
||||
|
||||
if(!Sortable._marker) {
|
||||
Sortable._marker =
|
||||
($('dropmarker') || Element.extend(document.createElement('DIV'))).
|
||||
hide().addClassName('dropmarker').setStyle({position:'absolute'});
|
||||
document.getElementsByTagName("body").item(0).appendChild(Sortable._marker);
|
||||
}
|
||||
var offsets = Position.cumulativeOffset(dropon);
|
||||
Sortable._marker.setStyle({left: offsets[0]+'px', top: offsets[1] + 'px'});
|
||||
|
||||
if(position=='after')
|
||||
if(sortable.overlap == 'horizontal')
|
||||
Sortable._marker.setStyle({left: (offsets[0]+dropon.clientWidth) + 'px'});
|
||||
else
|
||||
Sortable._marker.setStyle({top: (offsets[1]+dropon.clientHeight) + 'px'});
|
||||
|
||||
Sortable._marker.show();
|
||||
},
|
||||
|
||||
_tree: function(element, options, parent) {
|
||||
var children = Sortable.findElements(element, options) || [];
|
||||
|
||||
for (var i = 0; i < children.length; ++i) {
|
||||
var match = children[i].id.match(options.format);
|
||||
|
||||
if (!match) continue;
|
||||
|
||||
var child = {
|
||||
id: encodeURIComponent(match ? match[1] : null),
|
||||
element: element,
|
||||
parent: parent,
|
||||
children: [],
|
||||
position: parent.children.length,
|
||||
container: $(children[i]).down(options.treeTag)
|
||||
}
|
||||
|
||||
/* Get the element containing the children and recurse over it */
|
||||
if (child.container)
|
||||
this._tree(child.container, options, child)
|
||||
|
||||
parent.children.push (child);
|
||||
}
|
||||
|
||||
return parent;
|
||||
},
|
||||
|
||||
tree: function(element) {
|
||||
element = $(element);
|
||||
var sortableOptions = this.options(element);
|
||||
var options = Object.extend({
|
||||
tag: sortableOptions.tag,
|
||||
treeTag: sortableOptions.treeTag,
|
||||
only: sortableOptions.only,
|
||||
name: element.id,
|
||||
format: sortableOptions.format
|
||||
}, arguments[1] || {});
|
||||
|
||||
var root = {
|
||||
id: null,
|
||||
parent: null,
|
||||
children: [],
|
||||
container: element,
|
||||
position: 0
|
||||
}
|
||||
|
||||
return Sortable._tree(element, options, root);
|
||||
},
|
||||
|
||||
/* Construct a [i] index for a particular node */
|
||||
_constructIndex: function(node) {
|
||||
var index = '';
|
||||
do {
|
||||
if (node.id) index = '[' + node.position + ']' + index;
|
||||
} while ((node = node.parent) != null);
|
||||
return index;
|
||||
},
|
||||
|
||||
sequence: function(element) {
|
||||
element = $(element);
|
||||
var options = Object.extend(this.options(element), arguments[1] || {});
|
||||
|
||||
return $(this.findElements(element, options) || []).map( function(item) {
|
||||
return item.id.match(options.format) ? item.id.match(options.format)[1] : '';
|
||||
});
|
||||
},
|
||||
|
||||
setSequence: function(element, new_sequence) {
|
||||
element = $(element);
|
||||
var options = Object.extend(this.options(element), arguments[2] || {});
|
||||
|
||||
var nodeMap = {};
|
||||
this.findElements(element, options).each( function(n) {
|
||||
if (n.id.match(options.format))
|
||||
nodeMap[n.id.match(options.format)[1]] = [n, n.parentNode];
|
||||
n.parentNode.removeChild(n);
|
||||
});
|
||||
|
||||
new_sequence.each(function(ident) {
|
||||
var n = nodeMap[ident];
|
||||
if (n) {
|
||||
n[1].appendChild(n[0]);
|
||||
delete nodeMap[ident];
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
serialize: function(element) {
|
||||
element = $(element);
|
||||
var options = Object.extend(Sortable.options(element), arguments[1] || {});
|
||||
var name = encodeURIComponent(
|
||||
(arguments[1] && arguments[1].name) ? arguments[1].name : element.id);
|
||||
|
||||
if (options.tree) {
|
||||
return Sortable.tree(element, arguments[1]).children.map( function (item) {
|
||||
return [name + Sortable._constructIndex(item) + "[id]=" +
|
||||
encodeURIComponent(item.id)].concat(item.children.map(arguments.callee));
|
||||
}).flatten().join('&');
|
||||
} else {
|
||||
return Sortable.sequence(element, arguments[1]).map( function(item) {
|
||||
return name + "[]=" + encodeURIComponent(item);
|
||||
}).join('&');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Returns true if child is contained within element
|
||||
Element.isParent = function(child, element) {
|
||||
if (!child.parentNode || child == element) return false;
|
||||
if (child.parentNode == element) return true;
|
||||
return Element.isParent(child.parentNode, element);
|
||||
}
|
||||
|
||||
Element.findChildren = function(element, only, recursive, tagName) {
|
||||
if(!element.hasChildNodes()) return null;
|
||||
tagName = tagName.toUpperCase();
|
||||
if(only) only = [only].flatten();
|
||||
var elements = [];
|
||||
$A(element.childNodes).each( function(e) {
|
||||
if(e.tagName && e.tagName.toUpperCase()==tagName &&
|
||||
(!only || (Element.classNames(e).detect(function(v) { return only.include(v) }))))
|
||||
elements.push(e);
|
||||
if(recursive) {
|
||||
var grandchildren = Element.findChildren(e, only, recursive, tagName);
|
||||
if(grandchildren) elements.push(grandchildren);
|
||||
}
|
||||
});
|
||||
|
||||
return (elements.length>0 ? elements.flatten() : []);
|
||||
}
|
||||
|
||||
Element.offsetSize = function (element, type) {
|
||||
return element['offset' + ((type=='vertical' || type=='height') ? 'Height' : 'Width')];
|
||||
}
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,58 @@
|
|||
// script.aculo.us scriptaculous.js v1.7.1_beta2, Tue May 15 15:15:45 EDT 2007
|
||||
|
||||
// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining
|
||||
// a copy of this software and associated documentation files (the
|
||||
// "Software"), to deal in the Software without restriction, including
|
||||
// without limitation the rights to use, copy, modify, merge, publish,
|
||||
// distribute, sublicense, and/or sell copies of the Software, and to
|
||||
// permit persons to whom the Software is furnished to do so, subject to
|
||||
// the following conditions:
|
||||
//
|
||||
// The above copyright notice and this permission notice shall be
|
||||
// included in all copies or substantial portions of the Software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
// For details, see the script.aculo.us web site: http://script.aculo.us/
|
||||
|
||||
var Scriptaculous = {
|
||||
Version: '1.7.1_beta2',
|
||||
require: function(libraryName) {
|
||||
// inserting via DOM fails in Safari 2.0, so brute force approach
|
||||
document.write('<script type="text/javascript" src="'+libraryName+'"></script>');
|
||||
},
|
||||
REQUIRED_PROTOTYPE: '1.5.1',
|
||||
load: function() {
|
||||
function convertVersionString(versionString){
|
||||
var r = versionString.split('.');
|
||||
return parseInt(r[0])*100000 + parseInt(r[1])*1000 + parseInt(r[2]);
|
||||
}
|
||||
|
||||
if((typeof Prototype=='undefined') ||
|
||||
(typeof Element == 'undefined') ||
|
||||
(typeof Element.Methods=='undefined') ||
|
||||
(convertVersionString(Prototype.Version) <
|
||||
convertVersionString(Scriptaculous.REQUIRED_PROTOTYPE)))
|
||||
throw("script.aculo.us requires the Prototype JavaScript framework >= " +
|
||||
Scriptaculous.REQUIRED_PROTOTYPE);
|
||||
|
||||
$A(document.getElementsByTagName("script")).findAll( function(s) {
|
||||
return (s.src && s.src.match(/scriptaculous\.js(\?.*)?$/))
|
||||
}).each( function(s) {
|
||||
var path = s.src.replace(/scriptaculous\.js(\?.*)?$/,'');
|
||||
var includes = s.src.match(/\?.*load=([a-z,]*)/);
|
||||
(includes ? includes[1] : 'builder,effects,dragdrop,controls,slider,sound').split(',').each(
|
||||
function(include) { Scriptaculous.require(path+include+'.js') });
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Scriptaculous.load();
|
|
@ -0,0 +1,277 @@
|
|||
// script.aculo.us slider.js v1.7.1_beta2, Tue May 15 15:15:45 EDT 2007
|
||||
|
||||
// Copyright (c) 2005-2007 Marty Haught, Thomas Fuchs
|
||||
//
|
||||
// script.aculo.us is freely distributable under the terms of an MIT-style license.
|
||||
// For details, see the script.aculo.us web site: http://script.aculo.us/
|
||||
|
||||
if(!Control) var Control = {};
|
||||
Control.Slider = Class.create();
|
||||
|
||||
// options:
|
||||
// axis: 'vertical', or 'horizontal' (default)
|
||||
//
|
||||
// callbacks:
|
||||
// onChange(value)
|
||||
// onSlide(value)
|
||||
Control.Slider.prototype = {
|
||||
initialize: function(handle, track, options) {
|
||||
var slider = this;
|
||||
|
||||
if(handle instanceof Array) {
|
||||
this.handles = handle.collect( function(e) { return $(e) });
|
||||
} else {
|
||||
this.handles = [$(handle)];
|
||||
}
|
||||
|
||||
this.track = $(track);
|
||||
this.options = options || {};
|
||||
|
||||
this.axis = this.options.axis || 'horizontal';
|
||||
this.increment = this.options.increment || 1;
|
||||
this.step = parseInt(this.options.step || '1');
|
||||
this.range = this.options.range || $R(0,1);
|
||||
|
||||
this.value = 0; // assure backwards compat
|
||||
this.values = this.handles.map( function() { return 0 });
|
||||
this.spans = this.options.spans ? this.options.spans.map(function(s){ return $(s) }) : false;
|
||||
this.options.startSpan = $(this.options.startSpan || null);
|
||||
this.options.endSpan = $(this.options.endSpan || null);
|
||||
|
||||
this.restricted = this.options.restricted || false;
|
||||
|
||||
this.maximum = this.options.maximum || this.range.end;
|
||||
this.minimum = this.options.minimum || this.range.start;
|
||||
|
||||
// Will be used to align the handle onto the track, if necessary
|
||||
this.alignX = parseInt(this.options.alignX || '0');
|
||||
this.alignY = parseInt(this.options.alignY || '0');
|
||||
|
||||
this.trackLength = this.maximumOffset() - this.minimumOffset();
|
||||
|
||||
this.handleLength = this.isVertical() ?
|
||||
(this.handles[0].offsetHeight != 0 ?
|
||||
this.handles[0].offsetHeight : this.handles[0].style.height.replace(/px$/,"")) :
|
||||
(this.handles[0].offsetWidth != 0 ? this.handles[0].offsetWidth :
|
||||
this.handles[0].style.width.replace(/px$/,""));
|
||||
|
||||
this.active = false;
|
||||
this.dragging = false;
|
||||
this.disabled = false;
|
||||
|
||||
if(this.options.disabled) this.setDisabled();
|
||||
|
||||
// Allowed values array
|
||||
this.allowedValues = this.options.values ? this.options.values.sortBy(Prototype.K) : false;
|
||||
if(this.allowedValues) {
|
||||
this.minimum = this.allowedValues.min();
|
||||
this.maximum = this.allowedValues.max();
|
||||
}
|
||||
|
||||
this.eventMouseDown = this.startDrag.bindAsEventListener(this);
|
||||
this.eventMouseUp = this.endDrag.bindAsEventListener(this);
|
||||
this.eventMouseMove = this.update.bindAsEventListener(this);
|
||||
|
||||
// Initialize handles in reverse (make sure first handle is active)
|
||||
this.handles.each( function(h,i) {
|
||||
i = slider.handles.length-1-i;
|
||||
slider.setValue(parseFloat(
|
||||
(slider.options.sliderValue instanceof Array ?
|
||||
slider.options.sliderValue[i] : slider.options.sliderValue) ||
|
||||
slider.range.start), i);
|
||||
Element.makePositioned(h); // fix IE
|
||||
Event.observe(h, "mousedown", slider.eventMouseDown);
|
||||
});
|
||||
|
||||
Event.observe(this.track, "mousedown", this.eventMouseDown);
|
||||
Event.observe(document, "mouseup", this.eventMouseUp);
|
||||
Event.observe(document, "mousemove", this.eventMouseMove);
|
||||
|
||||
this.initialized = true;
|
||||
},
|
||||
dispose: function() {
|
||||
var slider = this;
|
||||
Event.stopObserving(this.track, "mousedown", this.eventMouseDown);
|
||||
Event.stopObserving(document, "mouseup", this.eventMouseUp);
|
||||
Event.stopObserving(document, "mousemove", this.eventMouseMove);
|
||||
this.handles.each( function(h) {
|
||||
Event.stopObserving(h, "mousedown", slider.eventMouseDown);
|
||||
});
|
||||
},
|
||||
setDisabled: function(){
|
||||
this.disabled = true;
|
||||
},
|
||||
setEnabled: function(){
|
||||
this.disabled = false;
|
||||
},
|
||||
getNearestValue: function(value){
|
||||
if(this.allowedValues){
|
||||
if(value >= this.allowedValues.max()) return(this.allowedValues.max());
|
||||
if(value <= this.allowedValues.min()) return(this.allowedValues.min());
|
||||
|
||||
var offset = Math.abs(this.allowedValues[0] - value);
|
||||
var newValue = this.allowedValues[0];
|
||||
this.allowedValues.each( function(v) {
|
||||
var currentOffset = Math.abs(v - value);
|
||||
if(currentOffset <= offset){
|
||||
newValue = v;
|
||||
offset = currentOffset;
|
||||
}
|
||||
});
|
||||
return newValue;
|
||||
}
|
||||
if(value > this.range.end) return this.range.end;
|
||||
if(value < this.range.start) return this.range.start;
|
||||
return value;
|
||||
},
|
||||
setValue: function(sliderValue, handleIdx){
|
||||
if(!this.active) {
|
||||
this.activeHandleIdx = handleIdx || 0;
|
||||
this.activeHandle = this.handles[this.activeHandleIdx];
|
||||
this.updateStyles();
|
||||
}
|
||||
handleIdx = handleIdx || this.activeHandleIdx || 0;
|
||||
if(this.initialized && this.restricted) {
|
||||
if((handleIdx>0) && (sliderValue<this.values[handleIdx-1]))
|
||||
sliderValue = this.values[handleIdx-1];
|
||||
if((handleIdx < (this.handles.length-1)) && (sliderValue>this.values[handleIdx+1]))
|
||||
sliderValue = this.values[handleIdx+1];
|
||||
}
|
||||
sliderValue = this.getNearestValue(sliderValue);
|
||||
this.values[handleIdx] = sliderValue;
|
||||
this.value = this.values[0]; // assure backwards compat
|
||||
|
||||
this.handles[handleIdx].style[this.isVertical() ? 'top' : 'left'] =
|
||||
this.translateToPx(sliderValue);
|
||||
|
||||
this.drawSpans();
|
||||
if(!this.dragging || !this.event) this.updateFinished();
|
||||
},
|
||||
setValueBy: function(delta, handleIdx) {
|
||||
this.setValue(this.values[handleIdx || this.activeHandleIdx || 0] + delta,
|
||||
handleIdx || this.activeHandleIdx || 0);
|
||||
},
|
||||
translateToPx: function(value) {
|
||||
return Math.round(
|
||||
((this.trackLength-this.handleLength)/(this.range.end-this.range.start)) *
|
||||
(value - this.range.start)) + "px";
|
||||
},
|
||||
translateToValue: function(offset) {
|
||||
return ((offset/(this.trackLength-this.handleLength) *
|
||||
(this.range.end-this.range.start)) + this.range.start);
|
||||
},
|
||||
getRange: function(range) {
|
||||
var v = this.values.sortBy(Prototype.K);
|
||||
range = range || 0;
|
||||
return $R(v[range],v[range+1]);
|
||||
},
|
||||
minimumOffset: function(){
|
||||
return(this.isVertical() ? this.alignY : this.alignX);
|
||||
},
|
||||
maximumOffset: function(){
|
||||
return(this.isVertical() ?
|
||||
(this.track.offsetHeight != 0 ? this.track.offsetHeight :
|
||||
this.track.style.height.replace(/px$/,"")) - this.alignY :
|
||||
(this.track.offsetWidth != 0 ? this.track.offsetWidth :
|
||||
this.track.style.width.replace(/px$/,"")) - this.alignY);
|
||||
},
|
||||
isVertical: function(){
|
||||
return (this.axis == 'vertical');
|
||||
},
|
||||
drawSpans: function() {
|
||||
var slider = this;
|
||||
if(this.spans)
|
||||
$R(0, this.spans.length-1).each(function(r) { slider.setSpan(slider.spans[r], slider.getRange(r)) });
|
||||
if(this.options.startSpan)
|
||||
this.setSpan(this.options.startSpan,
|
||||
$R(0, this.values.length>1 ? this.getRange(0).min() : this.value ));
|
||||
if(this.options.endSpan)
|
||||
this.setSpan(this.options.endSpan,
|
||||
$R(this.values.length>1 ? this.getRange(this.spans.length-1).max() : this.value, this.maximum));
|
||||
},
|
||||
setSpan: function(span, range) {
|
||||
if(this.isVertical()) {
|
||||
span.style.top = this.translateToPx(range.start);
|
||||
span.style.height = this.translateToPx(range.end - range.start + this.range.start);
|
||||
} else {
|
||||
span.style.left = this.translateToPx(range.start);
|
||||
span.style.width = this.translateToPx(range.end - range.start + this.range.start);
|
||||
}
|
||||
},
|
||||
updateStyles: function() {
|
||||
this.handles.each( function(h){ Element.removeClassName(h, 'selected') });
|
||||
Element.addClassName(this.activeHandle, 'selected');
|
||||
},
|
||||
startDrag: function(event) {
|
||||
if(Event.isLeftClick(event)) {
|
||||
if(!this.disabled){
|
||||
this.active = true;
|
||||
|
||||
var handle = Event.element(event);
|
||||
var pointer = [Event.pointerX(event), Event.pointerY(event)];
|
||||
var track = handle;
|
||||
if(track==this.track) {
|
||||
var offsets = Position.cumulativeOffset(this.track);
|
||||
this.event = event;
|
||||
this.setValue(this.translateToValue(
|
||||
(this.isVertical() ? pointer[1]-offsets[1] : pointer[0]-offsets[0])-(this.handleLength/2)
|
||||
));
|
||||
var offsets = Position.cumulativeOffset(this.activeHandle);
|
||||
this.offsetX = (pointer[0] - offsets[0]);
|
||||
this.offsetY = (pointer[1] - offsets[1]);
|
||||
} else {
|
||||
// find the handle (prevents issues with Safari)
|
||||
while((this.handles.indexOf(handle) == -1) && handle.parentNode)
|
||||
handle = handle.parentNode;
|
||||
|
||||
if(this.handles.indexOf(handle)!=-1) {
|
||||
this.activeHandle = handle;
|
||||
this.activeHandleIdx = this.handles.indexOf(this.activeHandle);
|
||||
this.updateStyles();
|
||||
|
||||
var offsets = Position.cumulativeOffset(this.activeHandle);
|
||||
this.offsetX = (pointer[0] - offsets[0]);
|
||||
this.offsetY = (pointer[1] - offsets[1]);
|
||||
}
|
||||
}
|
||||
}
|
||||
Event.stop(event);
|
||||
}
|
||||
},
|
||||
update: function(event) {
|
||||
if(this.active) {
|
||||
if(!this.dragging) this.dragging = true;
|
||||
this.draw(event);
|
||||
if(Prototype.Browser.WebKit) window.scrollBy(0,0);
|
||||
Event.stop(event);
|
||||
}
|
||||
},
|
||||
draw: function(event) {
|
||||
var pointer = [Event.pointerX(event), Event.pointerY(event)];
|
||||
var offsets = Position.cumulativeOffset(this.track);
|
||||
pointer[0] -= this.offsetX + offsets[0];
|
||||
pointer[1] -= this.offsetY + offsets[1];
|
||||
this.event = event;
|
||||
this.setValue(this.translateToValue( this.isVertical() ? pointer[1] : pointer[0] ));
|
||||
if(this.initialized && this.options.onSlide)
|
||||
this.options.onSlide(this.values.length>1 ? this.values : this.value, this);
|
||||
},
|
||||
endDrag: function(event) {
|
||||
if(this.active && this.dragging) {
|
||||
this.finishDrag(event, true);
|
||||
Event.stop(event);
|
||||
}
|
||||
this.active = false;
|
||||
this.dragging = false;
|
||||
},
|
||||
finishDrag: function(event, success) {
|
||||
this.active = false;
|
||||
this.dragging = false;
|
||||
this.updateFinished();
|
||||
},
|
||||
updateFinished: function() {
|
||||
if(this.initialized && this.options.onChange)
|
||||
this.options.onChange(this.values.length>1 ? this.values : this.value, this);
|
||||
this.event = null;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,60 @@
|
|||
// script.aculo.us sound.js v1.7.1_beta2, Tue May 15 15:15:45 EDT 2007
|
||||
|
||||
// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
|
||||
//
|
||||
// Based on code created by Jules Gravinese (http://www.webveteran.com/)
|
||||
//
|
||||
// script.aculo.us is freely distributable under the terms of an MIT-style license.
|
||||
// For details, see the script.aculo.us web site: http://script.aculo.us/
|
||||
|
||||
Sound = {
|
||||
tracks: {},
|
||||
_enabled: true,
|
||||
template:
|
||||
new Template('<embed style="height:0" id="sound_#{track}_#{id}" src="#{url}" loop="false" autostart="true" hidden="true"/>'),
|
||||
enable: function(){
|
||||
Sound._enabled = true;
|
||||
},
|
||||
disable: function(){
|
||||
Sound._enabled = false;
|
||||
},
|
||||
play: function(url){
|
||||
if(!Sound._enabled) return;
|
||||
var options = Object.extend({
|
||||
track: 'global', url: url, replace: false
|
||||
}, arguments[1] || {});
|
||||
|
||||
if(options.replace && this.tracks[options.track]) {
|
||||
$R(0, this.tracks[options.track].id).each(function(id){
|
||||
var sound = $('sound_'+options.track+'_'+id);
|
||||
sound.Stop && sound.Stop();
|
||||
sound.remove();
|
||||
})
|
||||
this.tracks[options.track] = null;
|
||||
}
|
||||
|
||||
if(!this.tracks[options.track])
|
||||
this.tracks[options.track] = { id: 0 }
|
||||
else
|
||||
this.tracks[options.track].id++;
|
||||
|
||||
options.id = this.tracks[options.track].id;
|
||||
if (Prototype.Browser.IE) {
|
||||
var sound = document.createElement('bgsound');
|
||||
sound.setAttribute('id','sound_'+options.track+'_'+options.id);
|
||||
sound.setAttribute('src',options.url);
|
||||
sound.setAttribute('loop','1');
|
||||
sound.setAttribute('autostart','true');
|
||||
$$('body')[0].appendChild(sound);
|
||||
}
|
||||
else
|
||||
new Insertion.Bottom($$('body')[0], Sound.template.evaluate(options));
|
||||
}
|
||||
};
|
||||
|
||||
if(Prototype.Browser.Gecko && navigator.userAgent.indexOf("Win") > 0){
|
||||
if(navigator.plugins && $A(navigator.plugins).detect(function(p){ return p.name.indexOf('QuickTime') != -1 }))
|
||||
Sound.template = new Template('<object id="sound_#{track}_#{id}" width="0" height="0" type="audio/mpeg" data="#{url}"/>')
|
||||
else
|
||||
Sound.play = function(){}
|
||||
}
|
|
@ -0,0 +1,586 @@
|
|||
// script.aculo.us unittest.js v1.7.1_beta2, Tue May 15 15:15:45 EDT 2007
|
||||
|
||||
// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
|
||||
// (c) 2005-2007 Jon Tirsen (http://www.tirsen.com)
|
||||
// (c) 2005-2007 Michael Schuerig (http://www.schuerig.de/michael/)
|
||||
//
|
||||
// script.aculo.us is freely distributable under the terms of an MIT-style license.
|
||||
// For details, see the script.aculo.us web site: http://script.aculo.us/
|
||||
|
||||
// experimental, Firefox-only
|
||||
Event.simulateMouse = function(element, eventName) {
|
||||
var options = Object.extend({
|
||||
pointerX: 0,
|
||||
pointerY: 0,
|
||||
buttons: 0,
|
||||
ctrlKey: false,
|
||||
altKey: false,
|
||||
shiftKey: false,
|
||||
metaKey: false
|
||||
}, arguments[2] || {});
|
||||
var oEvent = document.createEvent("MouseEvents");
|
||||
oEvent.initMouseEvent(eventName, true, true, document.defaultView,
|
||||
options.buttons, options.pointerX, options.pointerY, options.pointerX, options.pointerY,
|
||||
options.ctrlKey, options.altKey, options.shiftKey, options.metaKey, 0, $(element));
|
||||
|
||||
if(this.mark) Element.remove(this.mark);
|
||||
this.mark = document.createElement('div');
|
||||
this.mark.appendChild(document.createTextNode(" "));
|
||||
document.body.appendChild(this.mark);
|
||||
this.mark.style.position = 'absolute';
|
||||
this.mark.style.top = options.pointerY + "px";
|
||||
this.mark.style.left = options.pointerX + "px";
|
||||
this.mark.style.width = "5px";
|
||||
this.mark.style.height = "5px;";
|
||||
this.mark.style.borderTop = "1px solid red;"
|
||||
this.mark.style.borderLeft = "1px solid red;"
|
||||
|
||||
if(this.step)
|
||||
alert('['+new Date().getTime().toString()+'] '+eventName+'/'+Test.Unit.inspect(options));
|
||||
|
||||
$(element).dispatchEvent(oEvent);
|
||||
};
|
||||
|
||||
// Note: Due to a fix in Firefox 1.0.5/6 that probably fixed "too much", this doesn't work in 1.0.6 or DP2.
|
||||
// You need to downgrade to 1.0.4 for now to get this working
|
||||
// See https://bugzilla.mozilla.org/show_bug.cgi?id=289940 for the fix that fixed too much
|
||||
Event.simulateKey = function(element, eventName) {
|
||||
var options = Object.extend({
|
||||
ctrlKey: false,
|
||||
altKey: false,
|
||||
shiftKey: false,
|
||||
metaKey: false,
|
||||
keyCode: 0,
|
||||
charCode: 0
|
||||
}, arguments[2] || {});
|
||||
|
||||
var oEvent = document.createEvent("KeyEvents");
|
||||
oEvent.initKeyEvent(eventName, true, true, window,
|
||||
options.ctrlKey, options.altKey, options.shiftKey, options.metaKey,
|
||||
options.keyCode, options.charCode );
|
||||
$(element).dispatchEvent(oEvent);
|
||||
};
|
||||
|
||||
Event.simulateKeys = function(element, command) {
|
||||
for(var i=0; i<command.length; i++) {
|
||||
Event.simulateKey(element,'keypress',{charCode:command.charCodeAt(i)});
|
||||
}
|
||||
};
|
||||
|
||||
var Test = {}
|
||||
Test.Unit = {};
|
||||
|
||||
// security exception workaround
|
||||
Test.Unit.inspect = Object.inspect;
|
||||
|
||||
Test.Unit.Logger = Class.create();
|
||||
Test.Unit.Logger.prototype = {
|
||||
initialize: function(log) {
|
||||
this.log = $(log);
|
||||
if (this.log) {
|
||||
this._createLogTable();
|
||||
}
|
||||
},
|
||||
start: function(testName) {
|
||||
if (!this.log) return;
|
||||
this.testName = testName;
|
||||
this.lastLogLine = document.createElement('tr');
|
||||
this.statusCell = document.createElement('td');
|
||||
this.nameCell = document.createElement('td');
|
||||
this.nameCell.className = "nameCell";
|
||||
this.nameCell.appendChild(document.createTextNode(testName));
|
||||
this.messageCell = document.createElement('td');
|
||||
this.lastLogLine.appendChild(this.statusCell);
|
||||
this.lastLogLine.appendChild(this.nameCell);
|
||||
this.lastLogLine.appendChild(this.messageCell);
|
||||
this.loglines.appendChild(this.lastLogLine);
|
||||
},
|
||||
finish: function(status, summary) {
|
||||
if (!this.log) return;
|
||||
this.lastLogLine.className = status;
|
||||
this.statusCell.innerHTML = status;
|
||||
this.messageCell.innerHTML = this._toHTML(summary);
|
||||
this.addLinksToResults();
|
||||
},
|
||||
message: function(message) {
|
||||
if (!this.log) return;
|
||||
this.messageCell.innerHTML = this._toHTML(message);
|
||||
},
|
||||
summary: function(summary) {
|
||||
if (!this.log) return;
|
||||
this.logsummary.innerHTML = this._toHTML(summary);
|
||||
},
|
||||
_createLogTable: function() {
|
||||
this.log.innerHTML =
|
||||
'<div id="logsummary"></div>' +
|
||||
'<table id="logtable">' +
|
||||
'<thead><tr><th>Status</th><th>Test</th><th>Message</th></tr></thead>' +
|
||||
'<tbody id="loglines"></tbody>' +
|
||||
'</table>';
|
||||
this.logsummary = $('logsummary')
|
||||
this.loglines = $('loglines');
|
||||
},
|
||||
_toHTML: function(txt) {
|
||||
return txt.escapeHTML().replace(/\n/g,"<br/>");
|
||||
},
|
||||
addLinksToResults: function(){
|
||||
$$("tr.failed .nameCell").each( function(td){ // todo: limit to children of this.log
|
||||
td.title = "Run only this test"
|
||||
Event.observe(td, 'click', function(){ window.location.search = "?tests=" + td.innerHTML;});
|
||||
});
|
||||
$$("tr.passed .nameCell").each( function(td){ // todo: limit to children of this.log
|
||||
td.title = "Run all tests"
|
||||
Event.observe(td, 'click', function(){ window.location.search = "";});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Test.Unit.Runner = Class.create();
|
||||
Test.Unit.Runner.prototype = {
|
||||
initialize: function(testcases) {
|
||||
this.options = Object.extend({
|
||||
testLog: 'testlog'
|
||||
}, arguments[1] || {});
|
||||
this.options.resultsURL = this.parseResultsURLQueryParameter();
|
||||
this.options.tests = this.parseTestsQueryParameter();
|
||||
if (this.options.testLog) {
|
||||
this.options.testLog = $(this.options.testLog) || null;
|
||||
}
|
||||
if(this.options.tests) {
|
||||
this.tests = [];
|
||||
for(var i = 0; i < this.options.tests.length; i++) {
|
||||
if(/^test/.test(this.options.tests[i])) {
|
||||
this.tests.push(new Test.Unit.Testcase(this.options.tests[i], testcases[this.options.tests[i]], testcases["setup"], testcases["teardown"]));
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (this.options.test) {
|
||||
this.tests = [new Test.Unit.Testcase(this.options.test, testcases[this.options.test], testcases["setup"], testcases["teardown"])];
|
||||
} else {
|
||||
this.tests = [];
|
||||
for(var testcase in testcases) {
|
||||
if(/^test/.test(testcase)) {
|
||||
this.tests.push(
|
||||
new Test.Unit.Testcase(
|
||||
this.options.context ? ' -> ' + this.options.titles[testcase] : testcase,
|
||||
testcases[testcase], testcases["setup"], testcases["teardown"]
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
this.currentTest = 0;
|
||||
this.logger = new Test.Unit.Logger(this.options.testLog);
|
||||
setTimeout(this.runTests.bind(this), 1000);
|
||||
},
|
||||
parseResultsURLQueryParameter: function() {
|
||||
return window.location.search.parseQuery()["resultsURL"];
|
||||
},
|
||||
parseTestsQueryParameter: function(){
|
||||
if (window.location.search.parseQuery()["tests"]){
|
||||
return window.location.search.parseQuery()["tests"].split(',');
|
||||
};
|
||||
},
|
||||
// Returns:
|
||||
// "ERROR" if there was an error,
|
||||
// "FAILURE" if there was a failure, or
|
||||
// "SUCCESS" if there was neither
|
||||
getResult: function() {
|
||||
var hasFailure = false;
|
||||
for(var i=0;i<this.tests.length;i++) {
|
||||
if (this.tests[i].errors > 0) {
|
||||
return "ERROR";
|
||||
}
|
||||
if (this.tests[i].failures > 0) {
|
||||
hasFailure = true;
|
||||
}
|
||||
}
|
||||
if (hasFailure) {
|
||||
return "FAILURE";
|
||||
} else {
|
||||
return "SUCCESS";
|
||||
}
|
||||
},
|
||||
postResults: function() {
|
||||
if (this.options.resultsURL) {
|
||||
new Ajax.Request(this.options.resultsURL,
|
||||
{ method: 'get', parameters: 'result=' + this.getResult(), asynchronous: false });
|
||||
}
|
||||
},
|
||||
runTests: function() {
|
||||
var test = this.tests[this.currentTest];
|
||||
if (!test) {
|
||||
// finished!
|
||||
this.postResults();
|
||||
this.logger.summary(this.summary());
|
||||
return;
|
||||
}
|
||||
if(!test.isWaiting) {
|
||||
this.logger.start(test.name);
|
||||
}
|
||||
test.run();
|
||||
if(test.isWaiting) {
|
||||
this.logger.message("Waiting for " + test.timeToWait + "ms");
|
||||
setTimeout(this.runTests.bind(this), test.timeToWait || 1000);
|
||||
} else {
|
||||
this.logger.finish(test.status(), test.summary());
|
||||
this.currentTest++;
|
||||
// tail recursive, hopefully the browser will skip the stackframe
|
||||
this.runTests();
|
||||
}
|
||||
},
|
||||
summary: function() {
|
||||
var assertions = 0;
|
||||
var failures = 0;
|
||||
var errors = 0;
|
||||
var messages = [];
|
||||
for(var i=0;i<this.tests.length;i++) {
|
||||
assertions += this.tests[i].assertions;
|
||||
failures += this.tests[i].failures;
|
||||
errors += this.tests[i].errors;
|
||||
}
|
||||
return (
|
||||
(this.options.context ? this.options.context + ': ': '') +
|
||||
this.tests.length + " tests, " +
|
||||
assertions + " assertions, " +
|
||||
failures + " failures, " +
|
||||
errors + " errors");
|
||||
}
|
||||
}
|
||||
|
||||
Test.Unit.Assertions = Class.create();
|
||||
Test.Unit.Assertions.prototype = {
|
||||
initialize: function() {
|
||||
this.assertions = 0;
|
||||
this.failures = 0;
|
||||
this.errors = 0;
|
||||
this.messages = [];
|
||||
},
|
||||
summary: function() {
|
||||
return (
|
||||
this.assertions + " assertions, " +
|
||||
this.failures + " failures, " +
|
||||
this.errors + " errors" + "\n" +
|
||||
this.messages.join("\n"));
|
||||
},
|
||||
pass: function() {
|
||||
this.assertions++;
|
||||
},
|
||||
fail: function(message) {
|
||||
this.failures++;
|
||||
this.messages.push("Failure: " + message);
|
||||
},
|
||||
info: function(message) {
|
||||
this.messages.push("Info: " + message);
|
||||
},
|
||||
error: function(error) {
|
||||
this.errors++;
|
||||
this.messages.push(error.name + ": "+ error.message + "(" + Test.Unit.inspect(error) +")");
|
||||
},
|
||||
status: function() {
|
||||
if (this.failures > 0) return 'failed';
|
||||
if (this.errors > 0) return 'error';
|
||||
return 'passed';
|
||||
},
|
||||
assert: function(expression) {
|
||||
var message = arguments[1] || 'assert: got "' + Test.Unit.inspect(expression) + '"';
|
||||
try { expression ? this.pass() :
|
||||
this.fail(message); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertEqual: function(expected, actual) {
|
||||
var message = arguments[2] || "assertEqual";
|
||||
try { (expected == actual) ? this.pass() :
|
||||
this.fail(message + ': expected "' + Test.Unit.inspect(expected) +
|
||||
'", actual "' + Test.Unit.inspect(actual) + '"'); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertInspect: function(expected, actual) {
|
||||
var message = arguments[2] || "assertInspect";
|
||||
try { (expected == actual.inspect()) ? this.pass() :
|
||||
this.fail(message + ': expected "' + Test.Unit.inspect(expected) +
|
||||
'", actual "' + Test.Unit.inspect(actual) + '"'); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertEnumEqual: function(expected, actual) {
|
||||
var message = arguments[2] || "assertEnumEqual";
|
||||
try { $A(expected).length == $A(actual).length &&
|
||||
expected.zip(actual).all(function(pair) { return pair[0] == pair[1] }) ?
|
||||
this.pass() : this.fail(message + ': expected ' + Test.Unit.inspect(expected) +
|
||||
', actual ' + Test.Unit.inspect(actual)); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertNotEqual: function(expected, actual) {
|
||||
var message = arguments[2] || "assertNotEqual";
|
||||
try { (expected != actual) ? this.pass() :
|
||||
this.fail(message + ': got "' + Test.Unit.inspect(actual) + '"'); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertIdentical: function(expected, actual) {
|
||||
var message = arguments[2] || "assertIdentical";
|
||||
try { (expected === actual) ? this.pass() :
|
||||
this.fail(message + ': expected "' + Test.Unit.inspect(expected) +
|
||||
'", actual "' + Test.Unit.inspect(actual) + '"'); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertNotIdentical: function(expected, actual) {
|
||||
var message = arguments[2] || "assertNotIdentical";
|
||||
try { !(expected === actual) ? this.pass() :
|
||||
this.fail(message + ': expected "' + Test.Unit.inspect(expected) +
|
||||
'", actual "' + Test.Unit.inspect(actual) + '"'); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertNull: function(obj) {
|
||||
var message = arguments[1] || 'assertNull'
|
||||
try { (obj==null) ? this.pass() :
|
||||
this.fail(message + ': got "' + Test.Unit.inspect(obj) + '"'); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertMatch: function(expected, actual) {
|
||||
var message = arguments[2] || 'assertMatch';
|
||||
var regex = new RegExp(expected);
|
||||
try { (regex.exec(actual)) ? this.pass() :
|
||||
this.fail(message + ' : regex: "' + Test.Unit.inspect(expected) + ' did not match: ' + Test.Unit.inspect(actual) + '"'); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertHidden: function(element) {
|
||||
var message = arguments[1] || 'assertHidden';
|
||||
this.assertEqual("none", element.style.display, message);
|
||||
},
|
||||
assertNotNull: function(object) {
|
||||
var message = arguments[1] || 'assertNotNull';
|
||||
this.assert(object != null, message);
|
||||
},
|
||||
assertType: function(expected, actual) {
|
||||
var message = arguments[2] || 'assertType';
|
||||
try {
|
||||
(actual.constructor == expected) ? this.pass() :
|
||||
this.fail(message + ': expected "' + Test.Unit.inspect(expected) +
|
||||
'", actual "' + (actual.constructor) + '"'); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertNotOfType: function(expected, actual) {
|
||||
var message = arguments[2] || 'assertNotOfType';
|
||||
try {
|
||||
(actual.constructor != expected) ? this.pass() :
|
||||
this.fail(message + ': expected "' + Test.Unit.inspect(expected) +
|
||||
'", actual "' + (actual.constructor) + '"'); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertInstanceOf: function(expected, actual) {
|
||||
var message = arguments[2] || 'assertInstanceOf';
|
||||
try {
|
||||
(actual instanceof expected) ? this.pass() :
|
||||
this.fail(message + ": object was not an instance of the expected type"); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertNotInstanceOf: function(expected, actual) {
|
||||
var message = arguments[2] || 'assertNotInstanceOf';
|
||||
try {
|
||||
!(actual instanceof expected) ? this.pass() :
|
||||
this.fail(message + ": object was an instance of the not expected type"); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertRespondsTo: function(method, obj) {
|
||||
var message = arguments[2] || 'assertRespondsTo';
|
||||
try {
|
||||
(obj[method] && typeof obj[method] == 'function') ? this.pass() :
|
||||
this.fail(message + ": object doesn't respond to [" + method + "]"); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertReturnsTrue: function(method, obj) {
|
||||
var message = arguments[2] || 'assertReturnsTrue';
|
||||
try {
|
||||
var m = obj[method];
|
||||
if(!m) m = obj['is'+method.charAt(0).toUpperCase()+method.slice(1)];
|
||||
m() ? this.pass() :
|
||||
this.fail(message + ": method returned false"); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertReturnsFalse: function(method, obj) {
|
||||
var message = arguments[2] || 'assertReturnsFalse';
|
||||
try {
|
||||
var m = obj[method];
|
||||
if(!m) m = obj['is'+method.charAt(0).toUpperCase()+method.slice(1)];
|
||||
!m() ? this.pass() :
|
||||
this.fail(message + ": method returned true"); }
|
||||
catch(e) { this.error(e); }
|
||||
},
|
||||
assertRaise: function(exceptionName, method) {
|
||||
var message = arguments[2] || 'assertRaise';
|
||||
try {
|
||||
method();
|
||||
this.fail(message + ": exception expected but none was raised"); }
|
||||
catch(e) {
|
||||
((exceptionName == null) || (e.name==exceptionName)) ? this.pass() : this.error(e);
|
||||
}
|
||||
},
|
||||
assertElementsMatch: function() {
|
||||
var expressions = $A(arguments), elements = $A(expressions.shift());
|
||||
if (elements.length != expressions.length) {
|
||||
this.fail('assertElementsMatch: size mismatch: ' + elements.length + ' elements, ' + expressions.length + ' expressions');
|
||||
return false;
|
||||
}
|
||||
elements.zip(expressions).all(function(pair, index) {
|
||||
var element = $(pair.first()), expression = pair.last();
|
||||
if (element.match(expression)) return true;
|
||||
this.fail('assertElementsMatch: (in index ' + index + ') expected ' + expression.inspect() + ' but got ' + element.inspect());
|
||||
}.bind(this)) && this.pass();
|
||||
},
|
||||
assertElementMatches: function(element, expression) {
|
||||
this.assertElementsMatch([element], expression);
|
||||
},
|
||||
benchmark: function(operation, iterations) {
|
||||
var startAt = new Date();
|
||||
(iterations || 1).times(operation);
|
||||
var timeTaken = ((new Date())-startAt);
|
||||
this.info((arguments[2] || 'Operation') + ' finished ' +
|
||||
iterations + ' iterations in ' + (timeTaken/1000)+'s' );
|
||||
return timeTaken;
|
||||
},
|
||||
_isVisible: function(element) {
|
||||
element = $(element);
|
||||
if(!element.parentNode) return true;
|
||||
this.assertNotNull(element);
|
||||
if(element.style && Element.getStyle(element, 'display') == 'none')
|
||||
return false;
|
||||
|
||||
return this._isVisible(element.parentNode);
|
||||
},
|
||||
assertNotVisible: function(element) {
|
||||
this.assert(!this._isVisible(element), Test.Unit.inspect(element) + " was not hidden and didn't have a hidden parent either. " + ("" || arguments[1]));
|
||||
},
|
||||
assertVisible: function(element) {
|
||||
this.assert(this._isVisible(element), Test.Unit.inspect(element) + " was not visible. " + ("" || arguments[1]));
|
||||
},
|
||||
benchmark: function(operation, iterations) {
|
||||
var startAt = new Date();
|
||||
(iterations || 1).times(operation);
|
||||
var timeTaken = ((new Date())-startAt);
|
||||
this.info((arguments[2] || 'Operation') + ' finished ' +
|
||||
iterations + ' iterations in ' + (timeTaken/1000)+'s' );
|
||||
return timeTaken;
|
||||
}
|
||||
}
|
||||
|
||||
Test.Unit.Testcase = Class.create();
|
||||
Object.extend(Object.extend(Test.Unit.Testcase.prototype, Test.Unit.Assertions.prototype), {
|
||||
initialize: function(name, test, setup, teardown) {
|
||||
Test.Unit.Assertions.prototype.initialize.bind(this)();
|
||||
this.name = name;
|
||||
|
||||
if(typeof test == 'string') {
|
||||
test = test.gsub(/(\.should[^\(]+\()/,'#{0}this,');
|
||||
test = test.gsub(/(\.should[^\(]+)\(this,\)/,'#{1}(this)');
|
||||
this.test = function() {
|
||||
eval('with(this){'+test+'}');
|
||||
}
|
||||
} else {
|
||||
this.test = test || function() {};
|
||||
}
|
||||
|
||||
this.setup = setup || function() {};
|
||||
this.teardown = teardown || function() {};
|
||||
this.isWaiting = false;
|
||||
this.timeToWait = 1000;
|
||||
},
|
||||
wait: function(time, nextPart) {
|
||||
this.isWaiting = true;
|
||||
this.test = nextPart;
|
||||
this.timeToWait = time;
|
||||
},
|
||||
run: function() {
|
||||
try {
|
||||
try {
|
||||
if (!this.isWaiting) this.setup.bind(this)();
|
||||
this.isWaiting = false;
|
||||
this.test.bind(this)();
|
||||
} finally {
|
||||
if(!this.isWaiting) {
|
||||
this.teardown.bind(this)();
|
||||
}
|
||||
}
|
||||
}
|
||||
catch(e) { this.error(e); }
|
||||
}
|
||||
});
|
||||
|
||||
// *EXPERIMENTAL* BDD-style testing to please non-technical folk
|
||||
// This draws many ideas from RSpec http://rspec.rubyforge.org/
|
||||
|
||||
Test.setupBDDExtensionMethods = function(){
|
||||
var METHODMAP = {
|
||||
shouldEqual: 'assertEqual',
|
||||
shouldNotEqual: 'assertNotEqual',
|
||||
shouldEqualEnum: 'assertEnumEqual',
|
||||
shouldBeA: 'assertType',
|
||||
shouldNotBeA: 'assertNotOfType',
|
||||
shouldBeAn: 'assertType',
|
||||
shouldNotBeAn: 'assertNotOfType',
|
||||
shouldBeNull: 'assertNull',
|
||||
shouldNotBeNull: 'assertNotNull',
|
||||
|
||||
shouldBe: 'assertReturnsTrue',
|
||||
shouldNotBe: 'assertReturnsFalse',
|
||||
shouldRespondTo: 'assertRespondsTo'
|
||||
};
|
||||
Test.BDDMethods = {};
|
||||
for(m in METHODMAP) {
|
||||
Test.BDDMethods[m] = eval(
|
||||
'function(){'+
|
||||
'var args = $A(arguments);'+
|
||||
'var scope = args.shift();'+
|
||||
'scope.'+METHODMAP[m]+'.apply(scope,(args || []).concat([this])); }');
|
||||
}
|
||||
[Array.prototype, String.prototype, Number.prototype].each(
|
||||
function(p){ Object.extend(p, Test.BDDMethods) }
|
||||
);
|
||||
}
|
||||
|
||||
Test.context = function(name, spec, log){
|
||||
Test.setupBDDExtensionMethods();
|
||||
|
||||
var compiledSpec = {};
|
||||
var titles = {};
|
||||
for(specName in spec) {
|
||||
switch(specName){
|
||||
case "setup":
|
||||
case "teardown":
|
||||
compiledSpec[specName] = spec[specName];
|
||||
break;
|
||||
default:
|
||||
var testName = 'test'+specName.gsub(/\s+/,'-').camelize();
|
||||
var body = spec[specName].toString().split('\n').slice(1);
|
||||
if(/^\{/.test(body[0])) body = body.slice(1);
|
||||
body.pop();
|
||||
body = body.map(function(statement){
|
||||
return statement.strip()
|
||||
});
|
||||
compiledSpec[testName] = body.join('\n');
|
||||
titles[testName] = specName;
|
||||
}
|
||||
}
|
||||
new Test.Unit.Runner(compiledSpec, { titles: titles, testLog: log || 'testlog', context: name });
|
||||
};
|
||||
|
||||
if ( parent.SimpleTest && parent.runAJAXTest ) (function(){
|
||||
var finish = Test.Unit.Logger.prototype.finish;
|
||||
Test.Unit.Logger.prototype.finish = function(status,summary){
|
||||
var match = summary.match(/(\d+).*(\d+).*(\d+)/)
|
||||
var fail = parseInt(match[2]) + parseInt(match[3]);
|
||||
var pass = match[1] - fail;
|
||||
|
||||
for ( var i = 0; i < pass; i++ )
|
||||
parent.SimpleTest.ok( true, this.testName, summary );
|
||||
|
||||
for ( var i = 0; i < fail; i++ )
|
||||
parent.SimpleTest.ok( false, this.testName, summary );
|
||||
|
||||
return finish.apply( this, arguments );
|
||||
};
|
||||
|
||||
// Intentionally overwrite (to stop the Ajax request)
|
||||
Test.Unit.Runner.prototype.postResults = parent.runAJAXTest;
|
||||
|
||||
Ajax.InPlaceEditor.prototype.onFailure = function(){};
|
||||
})();
|
|
@ -0,0 +1,50 @@
|
|||
#
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Mozilla Foundation.
|
||||
# Portions created by the Initial Developer are Copyright (C) 2007
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
DEPTH = ../../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = dom/tests/mochitest/ajax/scriptaculous/test
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
|
@ -0,0 +1,74 @@
|
|||
#
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Mozilla Foundation.
|
||||
# Portions created by the Initial Developer are Copyright (C) 2007
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
DEPTH = ../../../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = dom/tests/mochitest/ajax/scriptaculous/test/unit
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_TEST_FILES = \
|
||||
_ajax_inplaceeditor_result.html \
|
||||
_ajax_inplaceeditor_text.html \
|
||||
_ajax_updater_result.html \
|
||||
_autocomplete_result.html \
|
||||
_autocomplete_result_nobr.html \
|
||||
ajax_autocompleter_test.html \
|
||||
ajax_inplaceeditor_test.html \
|
||||
bdd_test.html \
|
||||
builder_test.html \
|
||||
dragdrop_test.html \
|
||||
effects_test.html \
|
||||
element_test.html \
|
||||
icon.png \
|
||||
loading_test.html \
|
||||
position_clone_test.html \
|
||||
slider_test.html \
|
||||
sortable_test.html \
|
||||
string_test.html \
|
||||
unit_test.html \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_TEST_FILES)
|
||||
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
|
@ -0,0 +1 @@
|
|||
Server received: To be edited
|
|
@ -0,0 +1 @@
|
|||
Text from server
|
|
@ -0,0 +1,20 @@
|
|||
Test text
|
||||
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
alert('fragment1 hit!');
|
||||
// ]]>
|
||||
</script>
|
||||
|
||||
more test text
|
||||
|
||||
|
||||
<script>alert('fragment2 hit!')</script>
|
||||
|
||||
|
||||
even more test text
|
||||
|
||||
<script type="text/javascript">
|
||||
alert('fragment3 hit!');
|
||||
</script> some other test text
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
<ul>
|
||||
<li>test1</li><li>test2</li>
|
||||
<li>test3</li>
|
||||
<li><b>BOLD</b></li>
|
||||
|
||||
<li><span class="informal">(GET ME NOT)</span>(GET <ME> INSTEAD)</li>
|
||||
|
||||
<li>Here we have <a href="_autocomplete_result.html">a link</a> which should work</li>
|
||||
|
||||
<li>Here we have some international ©∏Á®Äç†∑rß</li>
|
||||
</ul>
|
|
@ -0,0 +1 @@
|
|||
<ul><li>test1</li><li>test2</li><li>test3</li><li><b>BOLD</b></li><li><span class="informal">(GET ME NOT)</span>(GET <ME> INSTEAD)</li><li>Here we have <a href="_autocomplete_result.html">a link</a> which should work</li><li>Here we have some international ©∏Á®Äç†∑rß</li></ul>
|
|
@ -0,0 +1,232 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
<style>
|
||||
.selected { background-color: #888; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
<p>
|
||||
Tests for Ajax.Autocompleter in controls.js.
|
||||
</p>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
<input id="ac_input" type="text" autocomplete="off" />
|
||||
<div id="ac_update" style="display:none;border:1px solid black;background-color:white;position:relative;"></div>
|
||||
|
||||
<input id="ac_input_br" type="text" autocomplete="off" />
|
||||
<div id="ac_update_br" style="display:none;border:1px solid black;background-color:white;position:relative;"></div>
|
||||
|
||||
<input id="ac2_input" type="text" autocomplete="off" />
|
||||
<div id="ac2_update" style="display:none;border:1px solid black;background-color:white;position:relative;"></div>
|
||||
|
||||
<input id="actoken_input" type="text" autocomplete="off" />
|
||||
<div id="actoken_update" style="display:none;border:1px solid black;background-color:white;position:relative;"></div>
|
||||
|
||||
<input id="dummy_element" type="text" autocomplete="off" />
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
|
||||
|
||||
new Test.Unit.Runner({
|
||||
|
||||
// Integration test, tests the entire cycle
|
||||
testAjaxAutocompleter: function() { with(this) {
|
||||
var ac = new Ajax.Autocompleter('ac_input','ac_update','_autocomplete_result.html',
|
||||
{ method: 'get' }); //override so we can use a static for the result
|
||||
assertInstanceOf(Ajax.Autocompleter, ac);
|
||||
|
||||
// box not visible
|
||||
assertNotVisible('ac_update');
|
||||
|
||||
// focus, but box not visible
|
||||
Event.simulateMouse('ac_input', 'click');
|
||||
assertNotVisible('ac_update');
|
||||
|
||||
Event.simulateKeys('ac_input','abcdefg');
|
||||
assertEqual('abcdefg', $('ac_input').value);
|
||||
|
||||
// check box popping up on input
|
||||
wait(1000, function() { with(this) {
|
||||
assertVisible('ac_update');
|
||||
assertEqual('test1', $('ac_update').firstChild.firstChild.innerHTML);
|
||||
assertEqual('test2', $('ac_update').firstChild.firstChild.nextSibling.innerHTML);
|
||||
|
||||
// intl. characters return (UTF-8)
|
||||
assertEqual('Here we have some international ©∏Á®Äç†∑rß', $('ac_update').firstChild.lastChild.innerHTML);
|
||||
|
||||
// first entry should be selected
|
||||
assert(Element.hasClassName($('ac_update').firstChild.firstChild, 'selected'),'Selected item should have a className of: selected');
|
||||
|
||||
Event.simulateKey('ac_input','keypress',{keyCode:Event.KEY_DOWN});
|
||||
|
||||
// second entry should be selected
|
||||
assert(!Element.hasClassName($('ac_update').firstChild.firstChild),'Item shouldn\'t have a className of: selected');
|
||||
assert(Element.hasClassName($('ac_update').firstChild.firstChild.nextSibling, 'selected'),'Second entry should have a className of: selected');
|
||||
|
||||
// check selecting with <TAB>
|
||||
Event.simulateKey('ac_input','keypress',{keyCode:Event.KEY_TAB});
|
||||
assertEqual('test2',$('ac_input').value);
|
||||
|
||||
// check box going away
|
||||
wait(500, function() { with(this) {
|
||||
assertNotVisible('ac_update');
|
||||
|
||||
// check selecting with mouse click
|
||||
Event.simulateKeys('ac_input','3');
|
||||
assertEqual('test23', $('ac_input').value);
|
||||
wait(1000, function() { with(this) {
|
||||
assertVisible('ac_update');
|
||||
Event.simulateMouse($('ac_update').firstChild.childNodes[4],'click');
|
||||
|
||||
wait(1000, function() { with(this) {
|
||||
// tests if removal of 'informal' nodes and HTML escaping works
|
||||
assertEqual('(GET <ME> INSTEAD)',$('ac_input').value);
|
||||
assertNotVisible('ac_update');
|
||||
|
||||
// check cancelling with <ESC>
|
||||
Event.simulateKeys('ac_input','abcdefg');
|
||||
|
||||
wait(1000, function() { with(this) {
|
||||
assertVisible('ac_update');
|
||||
assertEqual('(GET <ME> INSTEAD)abcdefg', $('ac_input').value);
|
||||
|
||||
Event.simulateKey('ac_input','keypress',{keyCode:Event.KEY_DOWN});
|
||||
Event.simulateKey('ac_input','keypress',{keyCode:Event.KEY_ESC});
|
||||
|
||||
assertEqual('(GET <ME> INSTEAD)abcdefg', $('ac_input').value);
|
||||
}});
|
||||
}});
|
||||
}});
|
||||
}});
|
||||
}});
|
||||
}},
|
||||
|
||||
testAfterUpdateElement: function() { with(this) {
|
||||
var ac = new Ajax.Autocompleter('ac2_input','ac2_update','_autocomplete_result.html',
|
||||
{ method: 'get',
|
||||
afterUpdateElement: function(element,selectedElement) {
|
||||
element.value = 'afterupdate:' + selectedElement.tagName;
|
||||
}
|
||||
});
|
||||
assertInstanceOf(Ajax.Autocompleter, ac);
|
||||
|
||||
Event.simulateMouse('ac2_input', 'click');
|
||||
Event.simulateKeys('ac2_input','abcdefg');
|
||||
|
||||
wait(1000, function() { with(this) {
|
||||
assertVisible('ac2_update');
|
||||
Event.simulateKey('ac2_input','keypress',{keyCode:Event.KEY_TAB});
|
||||
|
||||
assertEqual('afterupdate:LI',$('ac2_input').value);
|
||||
}});
|
||||
}},
|
||||
|
||||
testTokenizing: function() { with(this) {
|
||||
var actoken = new Ajax.Autocompleter('actoken_input','ac_update','_autocomplete_result.html',
|
||||
{ tokens:',', method: 'get' });
|
||||
assertInstanceOf(Ajax.Autocompleter, actoken);
|
||||
|
||||
Event.simulateKeys('actoken_input','abc');
|
||||
|
||||
wait(1000, function() { with(this) {
|
||||
Event.simulateKey('actoken_input','keypress',{keyCode:Event.KEY_TAB});
|
||||
assertEqual('test1',$('actoken_input').value);
|
||||
Event.simulateKeys('actoken_input',',abc');
|
||||
wait(1000, function() { with(this) {
|
||||
Event.simulateKey('actoken_input','keypress',{keyCode:Event.KEY_DOWN});
|
||||
Event.simulateKey('actoken_input','keypress',{keyCode:Event.KEY_TAB});
|
||||
assertEqual('test1,test2',$('actoken_input').value);
|
||||
}});
|
||||
}});
|
||||
}},
|
||||
|
||||
// Same integration test, results has no linebreaks
|
||||
testAjaxAutocompleterNoLinebreaksInResult: function() { with(this) {
|
||||
var ac = new Ajax.Autocompleter('ac_input_br','ac_update_br','_autocomplete_result_nobr.html',
|
||||
{ method: 'get' }); //override so we can use a static for the result
|
||||
assertInstanceOf(Ajax.Autocompleter, ac);
|
||||
|
||||
// box not visible
|
||||
assertNotVisible('ac_update_br');
|
||||
|
||||
// focus, but box not visible
|
||||
Event.simulateMouse('ac_input_br', 'click');
|
||||
assertNotVisible('ac_update_br');
|
||||
|
||||
Event.simulateKeys('ac_input_br','abcdefg');
|
||||
assertEqual('abcdefg', $('ac_input_br').value);
|
||||
|
||||
// check box popping up on input
|
||||
wait(1000, function() { with(this) {
|
||||
assertVisible('ac_update_br');
|
||||
assertEqual('test1', $('ac_update_br').firstChild.firstChild.innerHTML);
|
||||
assertEqual('test2', $('ac_update_br').firstChild.firstChild.nextSibling.innerHTML);
|
||||
|
||||
// intl. characters return (UTF-8)
|
||||
assertEqual('Here we have some international ©∏Á®Äç†∑rß', $('ac_update_br').firstChild.lastChild.innerHTML);
|
||||
|
||||
// first entry should be selected
|
||||
assert(Element.hasClassName($('ac_update_br').firstChild.firstChild, 'selected'),'Selected item should have a className of: selected');
|
||||
|
||||
Event.simulateKey('ac_input_br','keypress',{keyCode:Event.KEY_DOWN});
|
||||
|
||||
// second entry should be selected
|
||||
assert(!Element.hasClassName($('ac_update_br').firstChild.firstChild),'Item shouldn\'t have a className of: selected');
|
||||
assert(Element.hasClassName($('ac_update_br').firstChild.firstChild.nextSibling, 'selected'),'Second entry should have a className of: selected');
|
||||
|
||||
// check selecting with <TAB>
|
||||
Event.simulateKey('ac_input_br','keypress',{keyCode:Event.KEY_TAB});
|
||||
assertEqual('test2',$('ac_input_br').value);
|
||||
|
||||
// check box going away
|
||||
wait(500, function() { with(this) {
|
||||
assertNotVisible('ac_update_br');
|
||||
|
||||
// check selecting with mouse click
|
||||
Event.simulateKeys('ac_input_br','3');
|
||||
assertEqual('test23', $('ac_input_br').value);
|
||||
wait(1000, function() { with(this) {
|
||||
assertVisible('ac_update_br');
|
||||
Event.simulateMouse($('ac_update_br').firstChild.childNodes[4],'click');
|
||||
|
||||
wait(1000, function() { with(this) {
|
||||
// tests if removal of 'informal' nodes and HTML escaping works
|
||||
assertEqual('(GET <ME> INSTEAD)',$('ac_input_br').value);
|
||||
assertNotVisible('ac_update_br');
|
||||
|
||||
// check cancelling with <ESC>
|
||||
Event.simulateKeys('ac_input_br','abcdefg');
|
||||
|
||||
wait(1000, function() { with(this) {
|
||||
assertVisible('ac_update_br');
|
||||
assertEqual('(GET <ME> INSTEAD)abcdefg', $('ac_input_br').value);
|
||||
|
||||
Event.simulateKey('ac_input_br','keypress',{keyCode:Event.KEY_DOWN});
|
||||
Event.simulateKey('ac_input_br','keypress',{keyCode:Event.KEY_ESC});
|
||||
|
||||
assertEqual('(GET <ME> INSTEAD)abcdefg', $('ac_input_br').value);
|
||||
}});
|
||||
}});
|
||||
}});
|
||||
}});
|
||||
}});
|
||||
}}
|
||||
|
||||
});
|
||||
// ]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,217 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
<p>
|
||||
Tests for Ajax.InPlaceEditor in controls.js
|
||||
</p>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
<h1 id="tobeedited">To be edited</h1>
|
||||
<a id="tobeeditedEditControl" href="#">edit</a>
|
||||
|
||||
<div id="tobeeditedMultiLine">First line<br/>Second line<br/>Third line</div>
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
|
||||
new Test.Unit.Runner({
|
||||
|
||||
setup: function() { with(this) {
|
||||
inPlaceEditor = new Ajax.InPlaceEditor($('tobeedited'), '_ajax_inplaceeditor_result.html', {
|
||||
externalControl: $('tobeeditedEditControl'),
|
||||
ajaxOptions: {method: 'get'} //override so we can use a static for the result
|
||||
});
|
||||
inPlaceEditorMultiLine = new Ajax.InPlaceEditor($('tobeeditedMultiLine'), '_ajax_inplaceeditor_result.html', {
|
||||
ajaxOptions: {method: 'get'} //override so we can use a static for the result
|
||||
});
|
||||
}},
|
||||
|
||||
teardown: function() { with(this) {
|
||||
inPlaceEditor.dispose();
|
||||
}},
|
||||
|
||||
// Integration test, tests the entire cycle
|
||||
testInPlaceEditor: function() { with(this) {
|
||||
Event.simulateMouse('tobeedited','click');
|
||||
assertHidden($('tobeedited'));
|
||||
assertNotNull(document.forms[0]);
|
||||
assertEqual("cancel", document.forms[0].lastChild.innerHTML);
|
||||
assertVisible(document.forms[0]);
|
||||
|
||||
Event.simulateMouse(document.forms[0].lastChild,'click');
|
||||
assertNull(document.forms[0]);
|
||||
assertVisible($('tobeedited'));
|
||||
assertEqual("transparent", Element.getStyle('tobeedited','background-color'));
|
||||
|
||||
Event.simulateMouse('tobeedited','mouseover');
|
||||
Event.simulateMouse('tobeedited','click');
|
||||
|
||||
assertEqual("INPUT", document.forms[0].firstChild.tagName);
|
||||
assertEqual("To be edited", document.forms[0].firstChild.value);
|
||||
assertEqual("INPUT", document.forms[0].childNodes[1].tagName);
|
||||
assertEqual("submit", document.forms[0].childNodes[1].type);
|
||||
assertEqual("To be edited", document.forms[0].firstChild.value);
|
||||
assert(Element.hasClassName(document.forms[0], 'inplaceeditor-form'),
|
||||
"form doesn't have proper class: " + document.forms[0].className);
|
||||
|
||||
Event.simulateMouse(document.forms[0].childNodes[1],'click');
|
||||
|
||||
assertVisible($('tobeedited'));
|
||||
assertEqual("Saving...", $('tobeedited').innerHTML);
|
||||
assertEqual("transparent", Element.getStyle('tobeedited','background-color'));
|
||||
assert(Element.hasClassName($('tobeedited'), 'inplaceeditor-saving'),
|
||||
"doesn't have saving class");
|
||||
|
||||
wait(1000, function() {
|
||||
assertEqual("Server received: To be edited", $('tobeedited').innerHTML);
|
||||
assertNull(document.forms[0]);
|
||||
assertVisible($('tobeedited'));
|
||||
assert(!Element.hasClassName($('tobeedited'), 'inplaceeditor-saving'));
|
||||
});
|
||||
}},
|
||||
|
||||
testHovering: function() { with(this) {
|
||||
Event.simulateMouse('tobeedited','mouseover');
|
||||
assertEqual("rgb(255, 255, 153)", Element.getStyle('tobeedited','background-color'));
|
||||
|
||||
Event.simulateMouse('tobeedited','mouseout');
|
||||
wait(1100, function() {
|
||||
assertEqual("transparent", Element.getStyle('tobeedited','background-color'),
|
||||
"should be transparent after mouse leaves element");
|
||||
|
||||
Event.simulateMouse('tobeedited','click');
|
||||
})
|
||||
}},
|
||||
|
||||
testLoadsTextFromServer: function() { with(this) {
|
||||
inPlaceEditor.options.loadTextURL = '_ajax_inplaceeditor_text.html';
|
||||
inPlaceEditor.enterEditMode();
|
||||
assertEqual('Loading...', inPlaceEditor.form.value.value);
|
||||
assert(inPlaceEditor.form.value.disabled);
|
||||
assert(Element.hasClassName(inPlaceEditor.form, 'inplaceeditor-loading'));
|
||||
wait(1000, function() {
|
||||
assertEqual('Text from server', inPlaceEditor.form.value.value);
|
||||
assert(!inPlaceEditor.form.value.disabled);
|
||||
});
|
||||
}},
|
||||
|
||||
testDisposesProperly: function() { with(this) {
|
||||
assertEqual("transparent", Element.getStyle('tobeedited','background-color'));
|
||||
inPlaceEditor.dispose();
|
||||
assertEqual("transparent", Element.getStyle('tobeedited','background-color'));
|
||||
assertVisible($('tobeedited'));
|
||||
Event.simulateMouse('tobeedited','click');
|
||||
assertVisible($('tobeedited'));
|
||||
}},
|
||||
|
||||
testUsesTextAreaWhenMoreThanOneRows: function() { with(this) {
|
||||
inPlaceEditor.options.rows = 5;
|
||||
inPlaceEditor.enterEditMode();
|
||||
assertEqual("TEXTAREA", document.forms[0].firstChild.tagName);
|
||||
assertEqual("BR", document.forms[0].childNodes[1].tagName);
|
||||
}},
|
||||
|
||||
testCanSpecifyAllTextsThroughOptions: function() { with(this) {
|
||||
// swedish translation ;-)
|
||||
inPlaceEditor.options.okText = "spara";
|
||||
inPlaceEditor.options.cancelText = "avbryt";
|
||||
inPlaceEditor.options.savingText = "Sparar...";
|
||||
inPlaceEditor.enterEditMode();
|
||||
assertEqual("spara", document.forms[0].lastChild.previousSibling.value);
|
||||
assertEqual("avbryt", document.forms[0].lastChild.innerHTML);
|
||||
inPlaceEditor.showSaving();
|
||||
assertEqual("Sparar...", $('tobeedited').innerHTML);
|
||||
}},
|
||||
|
||||
testCanSpecifyFormIdThroughOptions: function() { with(this) {
|
||||
inPlaceEditor.enterEditMode();
|
||||
// default form id
|
||||
assertEqual("tobeedited-inplaceeditor", document.forms[0].id);
|
||||
inPlaceEditor.leaveEditMode();
|
||||
inPlaceEditor.options.formId = "myFormId";
|
||||
inPlaceEditor.enterEditMode();
|
||||
assertEqual("myFormId", document.forms[0].id);
|
||||
}},
|
||||
|
||||
testCantEditWhileSaving: function() { with(this) {
|
||||
inPlaceEditor.onLoading();
|
||||
Event.simulateMouse('tobeedited','mouseover');
|
||||
assertEqual("transparent", Element.getStyle('tobeedited','background-color'));
|
||||
Event.simulateMouse('tobeedited','click');
|
||||
assertVisible($('tobeedited'));
|
||||
}},
|
||||
|
||||
testCallbackFunctionGetsCalled: function() { with(this) {
|
||||
called = false;
|
||||
inPlaceEditor.options.callback = function(form) {
|
||||
called = true;
|
||||
}
|
||||
Event.simulateMouse('tobeedited','click');
|
||||
Event.simulateMouse(document.forms[0].childNodes[1],'click');
|
||||
assert(called, "callback was not called");
|
||||
}},
|
||||
|
||||
testCanUseExternalElementToGoIntoEditMode: function() { with(this) {
|
||||
Event.simulateMouse('tobeeditedEditControl','click');
|
||||
assertNotNull(document.forms[0], "external control didn't work");
|
||||
// doesn't work if you click it again while in edit mode
|
||||
Event.simulateMouse('tobeeditedEditControl','click');
|
||||
assertNull(document.forms[1], "external control created two forms");
|
||||
assertNotVisible($('tobeeditedEditControl'));
|
||||
Event.simulateMouse(document.forms[0].childNodes[2],'click');
|
||||
assertVisible($('tobeeditedEditControl'));
|
||||
}},
|
||||
|
||||
testHasLineBreaksDetectsHTMLLineBreaks: function() { with(this) {
|
||||
assert(inPlaceEditorMultiLine.hasHTMLLineBreaks("Line 1<br/>Line 2"));
|
||||
assert(inPlaceEditorMultiLine.hasHTMLLineBreaks("Line 1<br>Line 2"));
|
||||
assert(inPlaceEditorMultiLine.hasHTMLLineBreaks("<p>Line 1</p>Line 2"));
|
||||
assert(inPlaceEditorMultiLine.hasHTMLLineBreaks("Line 1<BR/>Line 2"));
|
||||
assert(inPlaceEditorMultiLine.hasHTMLLineBreaks("Line 1<BR>Line 2"));
|
||||
assert(inPlaceEditorMultiLine.hasHTMLLineBreaks("<P>Line 1</P>Line 2"));
|
||||
assert(inPlaceEditorMultiLine.hasHTMLLineBreaks("<P>Line 1<P>Line 2"));
|
||||
assert(!inPlaceEditorMultiLine.hasHTMLLineBreaks("One line"));
|
||||
}},
|
||||
|
||||
testConvertsHTMLLineBreaksIntoNewLines: function() { with(this) {
|
||||
assertEqual("Line 1\nLine 2", inPlaceEditorMultiLine.convertHTMLLineBreaks("Line 1<br/>Line 2"));
|
||||
assertEqual("Line 1\nLine 2", inPlaceEditorMultiLine.convertHTMLLineBreaks("Line 1<br>Line 2"));
|
||||
// <p> not supported (too hard)
|
||||
//assertEqual("Line 1\nLine 2", inPlaceEditorMultiLine.convertHTMLLineBreaks("<p>Line 1</p>Line 2"));
|
||||
assertEqual("Line 1\nLine 2", inPlaceEditorMultiLine.convertHTMLLineBreaks("Line 1<BR/>Line 2"));
|
||||
assertEqual("Line 1\nLine 2", inPlaceEditorMultiLine.convertHTMLLineBreaks("Line 1<BR>Line 2"));
|
||||
// <p> not supported (too hard)
|
||||
//assertEqual("Line 1\nLine 2", inPlaceEditorMultiLine.convertHTMLLineBreaks("<P>Line 1</P>Line 2"));
|
||||
// unclosed <P>s not supported yet
|
||||
//assertEqual("Line 1\nLine 2", inPlaceEditorMultiLine.convertHTMLLineBreaks("<P>Line 1<P>Line 2"));
|
||||
// <p> not supported (too hard)
|
||||
//assertEqual("Line 1\nLine 2\nLine 3\nLine 4", inPlaceEditorMultiLine.convertHTMLLineBreaks("<P>Line 1</P>Line 2<br>Line 3<p>Line 4</P>"));
|
||||
assertEqual("One line", inPlaceEditorMultiLine.convertHTMLLineBreaks("One line"));
|
||||
}},
|
||||
|
||||
testConvertsParagraphsAndBRsIntoLineBreaks: function() { with(this) {
|
||||
inPlaceEditorMultiLine.enterEditMode();
|
||||
assertEqual("TEXTAREA", document.forms[0].firstChild.tagName);
|
||||
assertEqual("First line\nSecond line\nThird line", document.forms[0].firstChild.value)
|
||||
// doesn't automatically determine size yet
|
||||
//assertEqual(3, document.forms[0].firstChild.rows);
|
||||
}}
|
||||
|
||||
});
|
||||
// ]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,138 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
<div id="d">initial</div>
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
var moo = 0;
|
||||
|
||||
var assertMethods = [];
|
||||
for(method in Test.Unit.Assertions.prototype) {
|
||||
if(/^assert/.test(method)) assertMethods.push(method);
|
||||
}
|
||||
|
||||
var testObj = {
|
||||
isNice: function(){
|
||||
return true;
|
||||
},
|
||||
isBroken: function(){
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Test.context("BDD-style testing",{
|
||||
|
||||
setup: function() {
|
||||
$('d').update('setup!');
|
||||
moo++;
|
||||
},
|
||||
|
||||
teardown: function() {
|
||||
moo--;
|
||||
},
|
||||
|
||||
'should run setup before each specification': function(){
|
||||
assert($('d').innerHTML == 'setup!');
|
||||
assert(moo == 1);
|
||||
},
|
||||
|
||||
'should run teardown after each specification': function(){
|
||||
assert(moo == 1);
|
||||
},
|
||||
|
||||
'should provide extensions to tie in isSomething and respondsTo object methods': function(){
|
||||
Object.extend(testObj, Test.BDDMethods);
|
||||
|
||||
testObj.shouldBe('nice');
|
||||
testObj.shouldNotBe('broken');
|
||||
|
||||
testObj.shouldRespondTo('isNice');
|
||||
testObj.shouldRespondTo('isBroken');
|
||||
},
|
||||
|
||||
'should automatically add extensions to strings': function(){
|
||||
'a'.shouldEqual('a');
|
||||
'a'.shouldNotEqual('b');
|
||||
'a'.shouldNotBeNull();
|
||||
'a'.shouldBeA(String);
|
||||
|
||||
var aString = 'boo!';
|
||||
aString.shouldEqual('boo!');
|
||||
aString.shouldBeA(String);
|
||||
aString.shouldNotBeA(Number);
|
||||
},
|
||||
|
||||
'should automatically add extensions to numbers': function(){
|
||||
var n = 123;
|
||||
n.shouldEqual(123);
|
||||
n.shouldNotEqual(4);
|
||||
|
||||
n.shouldBeA(Number);
|
||||
n.shouldNotBeA(Test);
|
||||
},
|
||||
|
||||
'should automatically add extensions to arrays': function(){
|
||||
['a'].shouldNotBeA(String);
|
||||
[1,2,3].shouldBeAn(Array);
|
||||
[1,2,3].shouldEqualEnum([1,2,3]);
|
||||
},
|
||||
|
||||
'should support the eval() method': function(){
|
||||
eval('2*2').shouldEqual(4);
|
||||
},
|
||||
|
||||
'should support equality assertion': function(){
|
||||
assertEqual(1, 1);
|
||||
assertEqual('a', 'a');
|
||||
assertEqual(1, '1');
|
||||
|
||||
var x = 1;
|
||||
var y = 1;
|
||||
assertEqual(1, x)
|
||||
assertEqual(x, y);
|
||||
},
|
||||
|
||||
'should provide all assertions': function(){
|
||||
assertMethods.each(function(m){
|
||||
assert(typeof this[m] == 'function');
|
||||
}.bind(this));
|
||||
},
|
||||
|
||||
'should support deferred execution': function(){
|
||||
wait(10,function(){
|
||||
'a'.shouldEqual('a');
|
||||
});
|
||||
|
||||
wait(10,function(){
|
||||
'a'.shouldEqual('a');
|
||||
wait(10,function(){
|
||||
'a'.shouldEqual('a');
|
||||
wait(10,function(){
|
||||
'a'.shouldEqual('a');
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
// ]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,258 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
<p>
|
||||
Tests for builder.js
|
||||
</p>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
<div id="result"></div>
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
|
||||
// Serializes a node and it's contents to plain old HTML
|
||||
// IMPORTANT: style attributes can't be correctly serialized cross-browser wise,
|
||||
// so the contents of style attributes must match what IE thinks is correct
|
||||
function serializeNode(node){
|
||||
if(node.nodeType == 3) return node.nodeValue;
|
||||
node = $(node);
|
||||
var tag = node.tagName.toLowerCase();
|
||||
return '<' + ([tag].concat($A(node.attributes).map(function(attr){
|
||||
// Filter out stuff that we don't need
|
||||
if(attr.nodeName == '_extended' || attr.nodeName == '_counted' ||
|
||||
typeof attr.nodeValue == 'function' ||!Element.hasAttribute(node, attr.nodeName)) return;
|
||||
// remove trailing ; in style attributes on Firefox
|
||||
var value = node.readAttribute(attr.nodeName);
|
||||
if(attr.nodeName == 'style' && value.endsWith(';'))
|
||||
value = value.substr(0, value.length-1);
|
||||
return attr.nodeName + '="' + value + '"'
|
||||
}).compact().sort())).join(' ') + '>' + $A(node.childNodes).map(serializeNode).join('') +
|
||||
'</' + tag + '>';
|
||||
}
|
||||
|
||||
new Test.Unit.Runner({
|
||||
|
||||
setup: function() {
|
||||
$('result').innerHTML = '';
|
||||
},
|
||||
|
||||
testBuilderBasics: function() { with(this) {
|
||||
var element = Builder.node('div');
|
||||
assertEqual('DIV', element.nodeName);
|
||||
|
||||
var element = Builder.node('div',{id:'mydiv'})
|
||||
assertEqual('mydiv', element.id);
|
||||
|
||||
var element = Builder.node('div',{id:'mydiv',className:'one two'})
|
||||
assertEqual('mydiv', element.id);
|
||||
assertEqual('one two', element.className);
|
||||
|
||||
var element = Builder.node('span','text 123 <blah>');
|
||||
assertEqual('SPAN', element.nodeName);
|
||||
assertEqual('text 123 <blah>', element.innerHTML);
|
||||
|
||||
var element = Builder.node('span',123);
|
||||
assertEqual('SPAN', element.nodeName);
|
||||
assertEqual('123', element.innerHTML);
|
||||
|
||||
var element = Builder.node('span',['test']);
|
||||
assertEqual('SPAN', element.nodeName);
|
||||
assertEqual('test', element.innerHTML);
|
||||
|
||||
var element = Builder.node('span',['test',123]);
|
||||
assertEqual('SPAN', element.nodeName);
|
||||
assertEqual('test123', element.innerHTML);
|
||||
|
||||
var element = Builder.node('span',{},['test',123]);
|
||||
assertEqual('SPAN', element.nodeName);
|
||||
assertEqual('test123', element.innerHTML);
|
||||
|
||||
var element = Builder.node('span',{id:'myspan'},['test',123]);
|
||||
assertEqual('SPAN', element.nodeName);
|
||||
assertEqual('myspan', element.id);
|
||||
assertEqual('test123', element.innerHTML);
|
||||
|
||||
var element = Builder.node('div',[1,2,[3],[[[4],5],6],7,8,[[[[9]]],0]]);
|
||||
assertEqual('1234567890',element.innerHTML);
|
||||
|
||||
var element = Builder.node('div',[1,'2',['3'],[[[4],'5'],6],7,'8',[[[['9']]],0]]);
|
||||
assertEqual('1234567890',element.innerHTML);
|
||||
|
||||
var element = Builder.node('div',{id:'mydiv'},[1,2,[3],[[[4],5],6],7,8,[[[[9]]],0]]);
|
||||
assertEqual('1234567890',element.innerHTML);
|
||||
|
||||
var element = Builder.node('div',{id:'mydiv'},[1,'2',['3'],[[[4],'5'],6],7,'8',[[[['9']]],0]]);
|
||||
assertEqual('1234567890',element.innerHTML);
|
||||
assertEqual(10, element.childNodes.length);
|
||||
|
||||
var element = Builder.node('div', Builder.node('span'));
|
||||
assertEqual(1, element.childNodes.length);
|
||||
assertEqual('SPAN', element.childNodes[0].tagName);
|
||||
|
||||
var element = Builder.node('div', {id:'mydiv'}, Builder.node('span'));
|
||||
assertEqual(1, element.childNodes.length);
|
||||
assertEqual('mydiv', element.id);
|
||||
assertEqual('SPAN', element.childNodes[0].tagName);
|
||||
}},
|
||||
|
||||
testBuilderClassAndFor: function() { with(this) {
|
||||
var elt = Builder.node('div', { className: 'demoClass' });
|
||||
assertEqual('demoClass', elt.className);
|
||||
var elt = Builder.node('label', { htmlFor: 'mydiv' });
|
||||
assertEqual('mydiv', elt.htmlFor);
|
||||
}},
|
||||
|
||||
testBuilderAllXHTMLTags: function() { with(this) {
|
||||
var XHTML_TAGS = [
|
||||
'a','abbr','acronym','address','applet','area',
|
||||
'b','bdo','big','blockquote','br','button',
|
||||
'caption','cite','code','col','colgroup',
|
||||
'dd','del','dfn','div','dl','dt',
|
||||
'em',
|
||||
'fieldset','form',
|
||||
'h1','h2','h3','h4','h5','h6','hr',
|
||||
'i','iframe','img','input','ins',
|
||||
'kbd',
|
||||
'label','legend','li',
|
||||
'map',
|
||||
'object','ol','optgroup','option',
|
||||
'p','param','pre',
|
||||
'q',
|
||||
'samp','script','select','small','span','strong','style','sub','sup',
|
||||
'table','tbody','td','textarea','tfoot','th','thead','tr','tt',
|
||||
'ul','var']
|
||||
|
||||
XHTML_TAGS.each(function(tag) {
|
||||
try {
|
||||
var element = Builder.node(tag);
|
||||
assertNotNull(element, 'Tag "'+tag+'" expected, but was null.');
|
||||
assertEqual(tag.toUpperCase(), element.nodeName);
|
||||
|
||||
var element = Builder.node(tag,{id:'tag_'+tag+'_test_id'});
|
||||
assertEqual(tag.toUpperCase(), element.nodeName);
|
||||
assertEqual('tag_'+tag+'_test_id', element.id, 'Setting id attribute for "'+tag+'" failed!');
|
||||
} catch(e) {
|
||||
assert(false, 'Error while creating node of type '+tag+'. Note: Firefox bug in 1.0.X on option and optgroup, fixed in 1.5b1. Internet Explorer 6 doesn\'t support the ABBR tag and has no standard DOM implementation for tables.');
|
||||
}
|
||||
});
|
||||
}},
|
||||
|
||||
// special case, because requires workarounds on IE and Firefox < 1.5
|
||||
testBuilderOptionTag: function() { with(this) {
|
||||
assertEqual('', Builder.node('option').innerHTML);
|
||||
assertEqual('test', Builder.node('option','test').innerHTML);
|
||||
assertEqual('', Builder.node('option',{className:'test'}).innerHTML);
|
||||
assertEqual('test', Builder.node('option',{className:'test'},'test').innerHTML);
|
||||
assertEqual('test', Builder.node('option',{},'test').innerHTML);
|
||||
|
||||
var selectElement = Builder.node('select');
|
||||
var optionElement = Builder.node('option',{className:'test',id:'option_123'},123);
|
||||
selectElement.appendChild(optionElement);
|
||||
document.body.appendChild(selectElement);
|
||||
assertEqual('123', $('option_123').innerHTML);
|
||||
}},
|
||||
|
||||
testBuilderContatenation: function() { with(this) {
|
||||
var element = Builder.node('div', [Builder.node('span')]);
|
||||
assertEqual('DIV', element.nodeName);
|
||||
assertEqual(1, element.childNodes.length);
|
||||
assertEqual('SPAN', element.firstChild.nodeName);
|
||||
|
||||
var element = Builder.node('div', [Builder.node('span'),'text']);
|
||||
assertEqual(2, element.childNodes.length);
|
||||
assertEqual(0, element.firstChild.childNodes.length);
|
||||
assertEqual('DIV', element.nodeName);
|
||||
assertEqual('SPAN', element.firstChild.nodeName);
|
||||
assertEqual(3, element.firstChild.nextSibling.nodeType);
|
||||
|
||||
var element = Builder.node('div', [Builder.node('span',[Builder.node('strong','blah')]),'text']);
|
||||
assertEqual(2, element.childNodes.length);
|
||||
assertEqual(1, element.firstChild.childNodes.length);
|
||||
assertEqual('DIV', element.nodeName);
|
||||
assertEqual('SPAN', element.firstChild.nodeName);
|
||||
assertEqual('STRONG', element.firstChild.firstChild.nodeName);
|
||||
assertEqual('blah', element.firstChild.firstChild.innerHTML);
|
||||
assertEqual(3, element.firstChild.nextSibling.nodeType);
|
||||
}},
|
||||
|
||||
testBuilderComplexExample: function() { with(this) {
|
||||
var element = Builder.node('div',{id:'ghosttrain'},[
|
||||
Builder.node('div',{style:'font-weight: bold; font-size: 11px'},[
|
||||
Builder.node('h1','Ghost Train'),
|
||||
"testtext", 2, 3, 4,
|
||||
Builder.node('ul',[
|
||||
Builder.node('li',{onclick:'alert(\'test\')'},'click me')
|
||||
]),
|
||||
]),
|
||||
]);
|
||||
assertEqual('DIV', element.nodeName);
|
||||
|
||||
$('result').appendChild(element);
|
||||
|
||||
// browsers aren't sure about upper and lower case on elements
|
||||
assertEqual(
|
||||
'<div id="ghosttrain"><div style="font-weight: bold; font-size: 11px">' +
|
||||
'<h1>Ghost Train</h1>testtext234<ul><li onclick="alert(\'test\')">click me</li></ul></div></div>',
|
||||
serializeNode($('result').childNodes[0]));
|
||||
}},
|
||||
|
||||
testBuilderShortcuts: function() { with(this) {
|
||||
Builder.dump();
|
||||
|
||||
var element = DIV(SPAN());
|
||||
assertEqual('SPAN', element.childNodes[0].tagName);
|
||||
|
||||
var element = DIV({id:'test'},SPAN());
|
||||
assertEqual('SPAN', element.childNodes[0].tagName);
|
||||
|
||||
var element = DIV({id:'ghosttrain'},[
|
||||
DIV({style:'font-weight: bold; font-size: 11px'},[
|
||||
H1('Ghost Train'),
|
||||
"testtext", 2, 3, 4,
|
||||
UL([
|
||||
LI({onclick:'alert(\'test\')'},'click me')
|
||||
]),
|
||||
]),
|
||||
]);
|
||||
assertEqual('DIV', element.nodeName);
|
||||
|
||||
$('result').appendChild(element);
|
||||
|
||||
assertEqual(
|
||||
'<div id="ghosttrain"><div style="font-weight: bold; font-size: 11px">' +
|
||||
'<h1>Ghost Train</h1>testtext234<ul><li onclick="alert(\'test\')">click me</li></ul></div></div>',
|
||||
serializeNode($('result').childNodes[0]));
|
||||
}},
|
||||
|
||||
testBuilderBuild: function() { with(this) {
|
||||
['<span>this is <b>neat!</b></span>',' \n<span>this is <b>neat!</b></span>\n '].each(
|
||||
function(html){
|
||||
var node = Builder.build(html);
|
||||
assertEqual('<span>this is <b>neat!</b></span>', serializeNode(node));
|
||||
});
|
||||
}},
|
||||
|
||||
testBuilderAttributeEscaping: function() { with(this) {
|
||||
var element = Builder.node('div',{blah:"<foo'bar&baz\"bat>"});
|
||||
assertEqual("<foo'bar&baz\"bat>", $(element).readAttribute('blah'));
|
||||
}}
|
||||
|
||||
});
|
||||
// ]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,131 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
<style type="text/css" media="screen">
|
||||
/* <![CDATA[ */
|
||||
#div_absolute_test { position: absolute }
|
||||
/* ]]> */
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
<p>
|
||||
Test of drag & drop functions in dragdrop.js
|
||||
</p>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
<p id="p_test">p_test</p>
|
||||
<p id="p_test2">p_test2</p>
|
||||
<p id="p_test3">p_test3</p>
|
||||
<img id="img_test" src="icon.png" alt="img_text"/>
|
||||
<div id="droppable_test">droppable_test</div>
|
||||
|
||||
<div id="div_test">div_test</div>
|
||||
<div id="div_absolute_test">div_absolute_test</div>
|
||||
<div id="div_absolute_inline_test" style="position:absolute">div_absolute_inline_test</div>
|
||||
|
||||
<div id="droppable_container">
|
||||
<div id="d1">droppable_test</div>
|
||||
<div id="d2">droppable_test</div>
|
||||
</div>
|
||||
|
||||
<div id="droppable_container_2">
|
||||
<div id="d3">droppable_test</div>
|
||||
</div>
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
|
||||
new Test.Unit.Runner({
|
||||
|
||||
testDraggableBasics: function() { with(this) {
|
||||
var d = new Draggable('p_test');
|
||||
assertInstanceOf(Draggable, d);
|
||||
}},
|
||||
|
||||
testDraggableStartEffect: function() { with(this) {
|
||||
var d = new Draggable('p_test2');
|
||||
assert(d.options.starteffect, 'There should be a default start effect.');
|
||||
d = new Draggable('p_test3', { endeffect: Prototype.EmptyFunction });
|
||||
assert(undefined === d.options.startEffect, 'There should be no default start effect.');
|
||||
}},
|
||||
|
||||
testAutoPositioning: function() { with(this) {
|
||||
assertEqual('static', Element.getStyle('div_test','position'));
|
||||
new Draggable('div_test');
|
||||
new Draggable('div_absolute_test');
|
||||
new Draggable('div_absolute_inline_test');
|
||||
assertEqual('relative', Element.getStyle('div_test','position'));
|
||||
assertEqual('absolute', Element.getStyle('div_absolute_test','position'));
|
||||
assertEqual('absolute', Element.getStyle('div_absolute_inline_test','position'));
|
||||
}},
|
||||
|
||||
testDroppbalesBasics: function() { with(this) {
|
||||
assertEqual(0, Droppables.drops.length);
|
||||
assertEqual('static', Element.getStyle('droppable_test','position'));
|
||||
|
||||
Droppables.add('droppable_test');
|
||||
assertEqual(1, Droppables.drops.length);
|
||||
assertEqual('relative', Element.getStyle('droppable_test','position'));
|
||||
|
||||
Droppables.remove('droppable_test');
|
||||
assertEqual(0, Droppables.drops.length);
|
||||
|
||||
// accept option should take strings or array of strings
|
||||
Droppables.add('droppable_test',{accept:'document'});
|
||||
assertEqual(['document'].inspect(), Droppables.drops[0].accept.inspect());
|
||||
Droppables.remove('droppable_test');
|
||||
|
||||
Droppables.add('droppable_test',{accept:['document','image']});
|
||||
assertEqual(['document','image'].inspect(), Droppables.drops[0].accept.inspect());
|
||||
Droppables.remove('droppable_test');
|
||||
}},
|
||||
|
||||
testDroppableContainment: function() { with(this) {
|
||||
// Droppable containers should be cached
|
||||
Droppables.add('droppable_test', {
|
||||
containment:'droppable_container' });
|
||||
assertEqual(1, Droppables.drops[0]._containers.length);
|
||||
assertEqual($('droppable_container'), Droppables.drops[0]._containers[0]);
|
||||
assert(Droppables.isContained($('d1'), Droppables.drops[0]));
|
||||
assert(Droppables.isContained($('d2'), Droppables.drops[0]));
|
||||
assert(!Droppables.isContained($('d3'), Droppables.drops[0]));
|
||||
Droppables.remove('droppable_test');
|
||||
|
||||
Droppables.add('droppable_test', {
|
||||
containment:['droppable_container','droppable_container_2'] });
|
||||
assertEqual(2, Droppables.drops[0]._containers.length);
|
||||
assertEqual($('droppable_container'), Droppables.drops[0]._containers[0]);
|
||||
assertEqual($('droppable_container_2'), Droppables.drops[0]._containers[1]);
|
||||
assert(Droppables.isContained($('d1'), Droppables.drops[0]));
|
||||
assert(Droppables.isContained($('d2'), Droppables.drops[0]));
|
||||
assert(Droppables.isContained($('d3'), Droppables.drops[0]));
|
||||
Droppables.remove('droppable_test');
|
||||
}},
|
||||
|
||||
testDroppablesIsAffected: function() { with(this) {
|
||||
Droppables.add('droppable_test');
|
||||
|
||||
Position.prepare();
|
||||
assert(!Droppables.isAffected([-10, -10], null, Droppables.drops[0]));
|
||||
|
||||
var p = Position.page($('droppable_test'));
|
||||
assert(Droppables.isAffected(p, null, Droppables.drops[0]));
|
||||
}}
|
||||
|
||||
}, "testlog");
|
||||
// ]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,509 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
<style type="text/css" media="screen">
|
||||
#rotfl {
|
||||
color: red;
|
||||
font-family: serif;
|
||||
font-style: italic;
|
||||
font-size: 40px;
|
||||
background: #fed;
|
||||
padding: 1em;
|
||||
width: 400px;
|
||||
}
|
||||
.final {
|
||||
color: #fff;
|
||||
font-style: italic;
|
||||
font-size: 20px;
|
||||
background: #000;
|
||||
opacity: 0.5;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
<p>
|
||||
Tests for effects.js
|
||||
</p>
|
||||
|
||||
<!-- generated elements go in here -->
|
||||
<div id="sandbox"></div>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
<div class="morphing blub" style="font-size:25px;color:#f00">Well</div>
|
||||
<div class="morphing">You know</div>
|
||||
<div id="blah" style="border:1px solid black;width:100px">Whoo-hoo!</div>
|
||||
|
||||
<div id="error_message">ERROR MESSAGE</div>
|
||||
<div id="error_message_2">SECOND ERROR MESSAGE</div>
|
||||
<div id="error_message_3" style="border:1px solid red; width:100px; color: #f00">THIRD ERROR MESSAGE</div>
|
||||
|
||||
<ul class="error-list" id="error_test_ul">
|
||||
<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit,</li>
|
||||
<li>sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</li>
|
||||
<li>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris</li>
|
||||
<li>nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in</li>
|
||||
<li>reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</li>
|
||||
</ul>
|
||||
|
||||
<div id="rotfl">ROTFL</div>
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
|
||||
var TAGS =
|
||||
['div','span','ol','ul','table','p','h1','h2','h3','h4','h5','h6'];
|
||||
|
||||
var COMBINED_EFFECTS =
|
||||
['Fade','Appear','BlindUp','BlindDown','Puff','SwitchOff','DropOut','Shake',
|
||||
'SlideUp','SlideDown','Pulsate','Squish','Fold','Grow','Shrink'];
|
||||
|
||||
var COMBINED_RJS_EFFECTS = $w('fade appear blind_up blind_down puff switch_off '+
|
||||
'drop_out shake slide_up slide_down pulsate squish fold grow shrink');
|
||||
|
||||
var tmp, tmp2;
|
||||
|
||||
new Test.Unit.Runner({
|
||||
|
||||
setup: function() { with (this) {
|
||||
$('sandbox').innerHTML = "";
|
||||
}},
|
||||
|
||||
teardown: function() { with(this) {
|
||||
// remove all queued effects
|
||||
Effect.Queue.each(function(e) { e.cancel() });
|
||||
}},
|
||||
|
||||
testBackwardsCompat: function() { with(this) {
|
||||
assertInstanceOf(Effect.Opacity, new Effect2.Fade('sandbox'));
|
||||
}},
|
||||
|
||||
testExceptionOnNonExistingElement: function() { with(this) {
|
||||
assertRaise('ElementDoesNotExistError',
|
||||
function(){new Effect.Opacity('nothing-to-see-here')});
|
||||
assertRaise('ElementDoesNotExistError',
|
||||
function(){new Effect.Move('nothing-to-see-here')});
|
||||
assertRaise('ElementDoesNotExistError',
|
||||
function(){new Effect.Scale('nothing-to-see-here')});
|
||||
assertRaise('ElementDoesNotExistError',
|
||||
function(){new Effect.Highlight('nothing-to-see-here')});
|
||||
}},
|
||||
|
||||
testCallbacks: function() { with(this) {
|
||||
tmp = tmp2 = 0;
|
||||
var e1 = new Effect.Opacity('sandbox',{from:1.0,to:0.5,duration:0.5,
|
||||
beforeStart: function() { tmp++ },
|
||||
beforeStartInternal: function() { tmp++ },
|
||||
beforeSetup: function() { tmp++ },
|
||||
beforeSetupInternal: function() { tmp++ },
|
||||
afterSetup: function() { tmp++ },
|
||||
afterSetupInternal: function() { tmp++ },
|
||||
beforeUpdate: function() { tmp2++ },
|
||||
beforeUpdateInternal: function() { tmp2++ },
|
||||
beforeFinish: function() { tmp++ },
|
||||
beforeFinishInternal: function() { tmp++ },
|
||||
afterFinish: function() { tmp++ },
|
||||
afterFinishInternal: function() { tmp++ }
|
||||
});
|
||||
wait(1000, function() {
|
||||
assertEqual(10, tmp);
|
||||
assert(tmp2 > 0);
|
||||
});
|
||||
}},
|
||||
|
||||
testEvent: function() { with(this) {
|
||||
tmp = 0;
|
||||
new Effect.Event({ afterFinish:function(){ tmp++ }, position:'end'});
|
||||
wait(100, function() {
|
||||
assertEqual(1, tmp);
|
||||
});
|
||||
}},
|
||||
|
||||
testTransition: function() { with(this) {
|
||||
// false implies linear
|
||||
var e = new Effect.Opacity('sandbox',{transition:false,from:0.0,to:0.25,duration:0.5});
|
||||
assert(e.options.transition == Effect.Transitions.linear);
|
||||
|
||||
wait(1000, function() {
|
||||
assertEqual(0.25, $('sandbox').getStyle('opacity'));
|
||||
// default to sinoidal
|
||||
var e = new Effect.Opacity('sandbox',{from:0.0,to:0.25,duration:0.5});
|
||||
assert(e.options.transition == Effect.Transitions.sinoidal);
|
||||
wait(1000, function() {
|
||||
assertEqual(0.25, $('sandbox').getStyle('opacity'));
|
||||
|
||||
var transitions = [
|
||||
{ transition: Effect.Transitions.linear, expected: 1 },
|
||||
{ transition: Effect.Transitions.sinoidal, expected: 1 },
|
||||
{ transition: Effect.Transitions.reverse, expected: 0 },
|
||||
{ transition: Effect.Transitions.flicker, expected: 1 },
|
||||
{ transition: Effect.Transitions.wobble, expected: 1 },
|
||||
{ transition: Effect.Transitions.pulse, expected: 1 },
|
||||
{ transition: Effect.Transitions.none, expected: 0 }
|
||||
];
|
||||
|
||||
transitions.each(function(t){
|
||||
var e = new Effect.Opacity('sandbox',{sync:true, from:0, to: 1, transition:t.transition});
|
||||
assert(e.options.transition == t.transition);
|
||||
e.render(1.0);
|
||||
assertEqual(t.expected, e.position, t.transition);
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
}},
|
||||
|
||||
testInspect: function() { with(this) {
|
||||
var e1 = new Effect.Opacity('sandbox',{from:1.0,to:0.5,duration:0.5});
|
||||
info( e1.inspect() );
|
||||
assertEqual(0, e1.inspect().indexOf('#<Effect:'));
|
||||
assert(e1.inspect().indexOf('idle')>0);
|
||||
wait(1000, function() {
|
||||
assert(e1.inspect().indexOf('finished')>0);
|
||||
});
|
||||
}},
|
||||
|
||||
testDefaultOptions: function() { with(this) {
|
||||
var oldDefaultOptions = Object.extend({},Effect.DefaultOptions);
|
||||
|
||||
assertEqual(1.0, Effect.DefaultOptions.duration);
|
||||
Effect.DefaultOptions.duration = 0.5;
|
||||
var e1 = new Effect.Opacity('sandbox');
|
||||
assertEqual(0.5, e1.options.duration);
|
||||
|
||||
wait(750, function() {
|
||||
assertEqual('finished', e1.state);
|
||||
Effect.DefaultOptions = oldDefaultOptions;
|
||||
});
|
||||
}},
|
||||
|
||||
testEffectsQueue: function() { with(this) {
|
||||
var e1 = new Effect.Highlight('sandbox');
|
||||
var e2 = new Effect.Appear('sandbox');
|
||||
|
||||
assertEqual(2, Effect.Queue.effects.length);
|
||||
|
||||
tmp = 0;
|
||||
Effect.Queue.each(function(e) { tmp++ });
|
||||
assertEqual(2, tmp);
|
||||
|
||||
// the internal interval timer should be active
|
||||
assertNotNull(Effect.Queue.interval);
|
||||
e1.cancel();
|
||||
e2.cancel();
|
||||
assertEqual(0, Effect.Queue.effects.length);
|
||||
|
||||
// should be inactive after all effects are removed from queue
|
||||
assertNull(Effect.Queue.interval);
|
||||
|
||||
// should be in e3,e1,e2 order
|
||||
var e1 = new Effect.Highlight('sandbox');
|
||||
var e2 = new Effect.Appear('sandbox',{queue:'end'});
|
||||
var e3 = new Effect.Fade('sandbox',{queue:'front'});
|
||||
assert(e2.startOn > e1.startOn);
|
||||
assert(e3.startOn < e1.startOn);
|
||||
assert(e3.startOn < e2.startOn);
|
||||
assertEqual(3, Effect.Queue.effects.length);
|
||||
|
||||
Effect.Queue.each(function(e) { e.cancel() });
|
||||
assertEqual(0, Effect.Queue.effects.length);
|
||||
}},
|
||||
|
||||
testScopedEffectsQueue: function() { with(this) {
|
||||
var e1 = new Effect.Highlight('sandbox', {queue: {scope:'myscope'} } );
|
||||
var e2 = new Effect.Appear('sandbox', {queue: {scope:'myscope'} } );
|
||||
var e3 = new Effect.Highlight('sandbox', {queue: {scope:'secondscope'} } );
|
||||
var e4 = new Effect.Appear('sandbox');
|
||||
|
||||
assertEqual(2, Effect.Queues.get('myscope').effects.length);
|
||||
assertEqual(1, Effect.Queues.get('secondscope').effects.length);
|
||||
assertEqual(1, Effect.Queues.get('global').effects.length);
|
||||
assertEqual(Effect.Queue.effects.length, Effect.Queues.get('global').effects.length);
|
||||
|
||||
var tmp = 0;
|
||||
Effect.Queues.get('myscope').effects.each(function(e) { tmp++ });
|
||||
assertEqual(2, tmp);
|
||||
|
||||
// the internal interval timer should be active
|
||||
assertNotNull(Effect.Queues.get('myscope').interval);
|
||||
assertNotNull(Effect.Queues.get('secondscope').interval);
|
||||
assertNotNull(Effect.Queues.get('global').interval);
|
||||
|
||||
e1.cancel(); e2.cancel(); e3.cancel(); e4.cancel();
|
||||
|
||||
assertEqual(0, Effect.Queues.get('myscope').effects.length);
|
||||
assertEqual(0, Effect.Queues.get('secondscope').effects.length);
|
||||
assertEqual(0, Effect.Queues.get('global').effects.length);
|
||||
|
||||
// should be inactive after all effects are removed from queues
|
||||
assertNull(Effect.Queues.get('myscope').interval);
|
||||
assertNull(Effect.Queues.get('secondscope').interval);
|
||||
assertNull(Effect.Queues.get('global').interval);
|
||||
|
||||
// should be in e3 and e4 together and then e1,e2 order
|
||||
var e1 = new Effect.Highlight('sandbox', {queue: {scope:'myscope'} } );
|
||||
var e2 = new Effect.Appear('sandbox', {queue: {position: 'end', scope:'myscope'} } );
|
||||
var e3 = new Effect.Fade('sandbox', {queue: {position: 'front', scope:'myscope'} } );
|
||||
var e4 = new Effect.Appear('sandbox');
|
||||
assert(e2.startOn > e1.startOn);
|
||||
assert(e3.startOn < e1.startOn);
|
||||
assert(e3.startOn < e2.startOn);
|
||||
assert(e3.startOn = e4.startOn);
|
||||
assertEqual(3, Effect.Queues.get('myscope').effects.length);
|
||||
|
||||
Effect.Queues.get('myscope').each(function(e) { e.cancel() });
|
||||
assertEqual(0, Effect.Queues.get('myscope').effects.length);
|
||||
|
||||
Effect.Queues.get('global').each(function(e) { e.cancel() });
|
||||
assertEqual(0, Effect.Queues.get('global').effects.length);
|
||||
|
||||
// should only allow the first two effects and ignore the third
|
||||
var e1 = new Effect.Highlight('sandbox', {queue: {scope:'myscope', limit: 2} } );
|
||||
var e2 = new Effect.Appear('sandbox', {queue: {position: 'end', scope:'myscope', limit: 2} } );
|
||||
var e3 = new Effect.Fade('sandbox', {queue: {position: 'front', scope:'myscope', limit: 2} } );
|
||||
|
||||
assertEqual(2, Effect.Queues.get('myscope').effects.length);
|
||||
}},
|
||||
|
||||
testEffectMultiple: function() { with(this) {
|
||||
$('sandbox').appendChild(Builder.node('div',{id:'test_1'}));
|
||||
$('sandbox').appendChild(Builder.node('div',{id:'test_2'},[Builder.node('div',{id:'test_2a'})]));
|
||||
$('sandbox').appendChild(Builder.node('div',{id:'test_3'}));
|
||||
|
||||
// only direct child elements
|
||||
Effect.multiple('sandbox',Effect.Fade);
|
||||
assertEqual(3, Effect.Queue.effects.length);
|
||||
|
||||
Effect.Queue.each(function(e) { e.cancel() });
|
||||
assertEqual(0, Effect.Queue.effects.length);
|
||||
|
||||
// call with array
|
||||
Effect.multiple(['test_1','test_3'],Effect.Puff);
|
||||
assertEqual(2, Effect.Queue.effects.length);
|
||||
}},
|
||||
|
||||
testEffectTagifyText: function() { with(this) {
|
||||
$('sandbox').innerHTML = "Blah<strong>bleb</strong> Blub";
|
||||
assertEqual(3, $('sandbox').childNodes.length);
|
||||
Effect.tagifyText('sandbox');
|
||||
assertEqual(10, $('sandbox').childNodes.length);
|
||||
|
||||
Effect.multiple('sandbox', Effect.Fade);
|
||||
assertEqual(10, Effect.Queue.effects.length);
|
||||
}},
|
||||
|
||||
// test if all combined effects correctly initialize themselves
|
||||
testCombinedEffectsInitialize: function() { with(this) {
|
||||
COMBINED_EFFECTS.each(function(fx,idx){
|
||||
info('Effect.'+fx);
|
||||
$('sandbox').innerHTML = "";
|
||||
$('sandbox').appendChild(
|
||||
Builder.node('div',{id:'test_element'},
|
||||
Builder.node('span','test'))); //some effects require a child element
|
||||
|
||||
// should work with new Effect.Blah syntax
|
||||
var effect = new Effect[fx]('test_element');
|
||||
assertEqual(0, effect.currentFrame);
|
||||
|
||||
// and without the 'new'
|
||||
var effect = Effect[fx]('test_element');
|
||||
assertEqual(0, effect.currentFrame);
|
||||
|
||||
// and, for visualEffect
|
||||
assert($('test_element') == $('test_element').visualEffect(COMBINED_RJS_EFFECTS[idx]));
|
||||
|
||||
// options parsing (shake, squish and grow are special here)
|
||||
if(!['Shake','Squish','Grow'].include(fx)) {
|
||||
var effect = Effect[fx]('test_element',{duration:2.0});
|
||||
assertEqual(2.0, effect.options.duration, fx);
|
||||
}
|
||||
});
|
||||
}},
|
||||
|
||||
testSynchronizedEffects: function() { with(this) {
|
||||
var e1 = new Effect.Fade('sandbox',{sync:true});
|
||||
wait(250, function() {
|
||||
// effect should still be at frame 0
|
||||
assertEqual(0, e1.currentFrame);
|
||||
assertEqual('idle', e1.state);
|
||||
e1.render(0.01);
|
||||
|
||||
// no frame count for sync effects
|
||||
assertEqual(0, e1.currentFrame);
|
||||
assertEqual('running', e1.state);
|
||||
});
|
||||
}},
|
||||
|
||||
testEffectPosition: function() { with(this) {
|
||||
var testeffect = new Effect.Opacity('sandbox',{
|
||||
afterSetup: function(effect) { effect.frames = 0; },
|
||||
afterUpdate: function(effect) { effect.frames++; $('sandbox').update(effect.position); },
|
||||
duration: 0.5, from: 1.0, to: 0.5
|
||||
});
|
||||
assertNull(testeffect.position);
|
||||
assertEqual('idle', testeffect.state);
|
||||
wait(1000, function() {
|
||||
info('Rendered ' + testeffect.frames + ' frames in .5 seconds ' +
|
||||
'(~' + (testeffect.frames/0.5) + 'fps of a possible 60fps, ' +
|
||||
'note that this can exceed 60fps because of additional last frame rendering)');
|
||||
assertEqual('0.5', $('sandbox').innerHTML);
|
||||
assertEqual(0.5, testeffect.position);
|
||||
assertEqual('finished', testeffect.state);
|
||||
});
|
||||
}},
|
||||
|
||||
testRenderPerformance: function() { with(this) {
|
||||
info('The render() method is generated on a per-effect basis')
|
||||
var e = new Effect.Opacity('sandbox',{sync:true});
|
||||
benchmark(function(){
|
||||
e.render(0.5);
|
||||
},1000, 'Without events');
|
||||
var e = new Effect.Opacity('sandbox',{sync:true,afterUpdate:function(){return}});
|
||||
benchmark(function(){
|
||||
e.render(0.5);
|
||||
},1000, 'With afterUpdate event');
|
||||
}},
|
||||
|
||||
testElementMorph: function() { with(this) {
|
||||
$('error_test_ul').morph('font-size:40px', {duration: 0.5}).setStyle({marginRight:'17px'});
|
||||
$('error_message_2').morph({
|
||||
fontSize: '20px',
|
||||
color: '#f00',
|
||||
backgroundColor: '#ffffff'
|
||||
},
|
||||
{
|
||||
duration:0.5
|
||||
});
|
||||
$('error_message_3').morph('final', {duration:0.5});
|
||||
wait(1000,function(){
|
||||
assertEqual('17px', $('error_test_ul').getStyle('margin-right'));
|
||||
assertEqual('40px', $('error_test_ul').getStyle('font-size'));
|
||||
assertEqual('#ffffff', $('error_message_2').getStyle('background-color').parseColor());
|
||||
assertEqual('20px', $('error_message_2').getStyle('font-size'));
|
||||
assertEqual('italic', $('error_message_3').getStyle('font-style'));
|
||||
assertEqual('20px', $('error_message_3').getStyle('font-size'));
|
||||
assertEqual(.5, $('error_message_3').getStyle('opacity'));
|
||||
assertEqual('', $('error_message_3').style.fontSize);
|
||||
});
|
||||
}},
|
||||
|
||||
testElementMorphChaining: function() { with(this) {
|
||||
$('error_message').morph('font-size:17px').morph('opacity:0',{delay:3});
|
||||
wait(4100,function(){ // 3000ms delay + 1000ms default duration
|
||||
assertEqual(0, $('error_message').getOpacity());
|
||||
});
|
||||
}},
|
||||
|
||||
testTransformBySelector: function() { with(this) {
|
||||
new Effect.Transform([
|
||||
{ 'ul.error-list li': 'font-size:20px;text-indent:40pt' }
|
||||
],{ duration: 0.5 }).play();
|
||||
|
||||
wait(700,function(){
|
||||
var idx = 0;
|
||||
$A($('error_test_ul').cleanWhitespace().childNodes).each(function(node){
|
||||
assertEqual('20px', $(node).getStyle('font-size'));
|
||||
assertEqual('40pt', $(node).getStyle('text-indent'));
|
||||
idx++;
|
||||
});
|
||||
assertEqual(5, idx);
|
||||
});
|
||||
}},
|
||||
|
||||
testTransformUsesCSSClassPresets: function() { with(this) {
|
||||
assertEqual('40px', $('rotfl').getStyle('font-size'));
|
||||
|
||||
// Render the effect at half-way through, font-size should be
|
||||
// exactly half-way between original and target
|
||||
new Effect.Transform([
|
||||
{ 'rotfl': 'font-size:20px;text-indent:40pt;background-color:#888' }
|
||||
],{ sync:true }).play().render(0.5);
|
||||
|
||||
wait(1100,function(){
|
||||
// shoould be 30px = 40px + (20px-40px)/2
|
||||
assertEqual('30px', $('rotfl').getStyle('font-size'));
|
||||
});
|
||||
}},
|
||||
|
||||
testTransformMultiple: function() { with(this) {
|
||||
var transformation = new Effect.Transform([
|
||||
{ 'div.morphing': 'font-size:20px;padding-left:40em;opacity:0.5' },
|
||||
{ 'blah' :
|
||||
'width:480px;border-width:10px;border-right-width:20px;' +
|
||||
'margin:20px;margin-bottom:-20px;font-size:30px;' +
|
||||
'background:#954' }
|
||||
],{ duration: 0.5 });
|
||||
|
||||
var generatedEffect = transformation.play();
|
||||
|
||||
assertEqual(3, generatedEffect.effects.length);
|
||||
|
||||
wait(700, function(){
|
||||
// have a look at the generated color transforms for the 3rd found element
|
||||
// which is the "blah" div
|
||||
assertEqual('blah', generatedEffect.effects[2].element.id);
|
||||
assertEnumEqual([255,255,255],
|
||||
generatedEffect.effects[2].transforms.detect( function(transform){
|
||||
return (transform.style == 'backgroundColor')
|
||||
}).originalValue);
|
||||
assertEnumEqual([153,85,68],
|
||||
generatedEffect.effects[2].transforms.detect( function(transform){
|
||||
return (transform.style == 'backgroundColor')
|
||||
}).targetValue);
|
||||
|
||||
assertEqual('20px', $$('div.morphing').first().getStyle('font-size'));
|
||||
assertEqual('20px', $$('div.morphing').last().getStyle('font-size'));
|
||||
assertEqual('30px', $('blah').getStyle('font-size'));
|
||||
|
||||
// border-width/border-right-width should be set independently
|
||||
assertEqual('10px', $('blah').getStyle('border-top-width'));
|
||||
assertEqual('10px', $('blah').getStyle('border-bottom-width'));
|
||||
assertEqual('10px', $('blah').getStyle('border-left-width'));
|
||||
assertEqual('20px', $('blah').getStyle('border-right-width'));
|
||||
|
||||
// colors should assume transition from
|
||||
// #ffffff (white) if original was transparent
|
||||
// we now should have arrived at the given color
|
||||
assertEqual('#995544', $('blah').getStyle('background-color').parseColor());
|
||||
|
||||
// play again = should have same values
|
||||
transformation.play();
|
||||
wait(700, function(){
|
||||
assertEqual('20px', $$('div.morphing').first().getStyle('font-size'));
|
||||
assertEqual('20px', $$('div.morphing').last().getStyle('font-size'));
|
||||
assertEqual('30px', $('blah').getStyle('font-size'));
|
||||
|
||||
$('blah').setStyle({'font-size':'100px'});
|
||||
assertEqual('100px', $('blah').getStyle('font-size'));
|
||||
transformation.play();
|
||||
wait(700, function(){
|
||||
assertEqual('30px', $('blah').getStyle('font-size'));
|
||||
|
||||
new Effect.Transform([
|
||||
{ 'blah': 'color: #80d980; background: #208020' }
|
||||
],{ duration: 1.1 }).play();
|
||||
wait(1500, function(){
|
||||
assertEqual('#80d980', $('blah').getStyle('color').parseColor());
|
||||
assertEqual('#208020', $('blah').getStyle('background-color').parseColor());
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
}}
|
||||
|
||||
});
|
||||
|
||||
// ]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,104 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
<style type="text/css" media="screen">
|
||||
#style_test_1 { color:rgb(0, 0, 255); background-color: rgb(0, 0, 255); }
|
||||
blah { color:rgb(0, 255, 0); }
|
||||
#op2 { opacity:0.5;filter:alpha(opacity=50)progid:DXImageTransform.Microsoft.Blur(strength=10);}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
<p>
|
||||
Tests for Element extensions in effects.js
|
||||
</p>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
<!-- Test elements follow -->
|
||||
<div id="test_1" class="a bbbbbbbbbbbb cccccccccc dddd"> </div>
|
||||
|
||||
<div id="test_2" class="classA-foobar classB-foobar"> </div> <span> </span>
|
||||
|
||||
<div id="style_test_1" style="display:none;"></div>
|
||||
<div id="style_test_2" class="blah" style="font-size:11px;"></div>
|
||||
|
||||
<div id="style_test_3">blah</div>
|
||||
|
||||
<div id="test_whitespace"> <span> </span>
|
||||
|
||||
|
||||
|
||||
<div><div></div> </div><span> </span>
|
||||
</div>
|
||||
|
||||
<!-- Test Element opacity functions -->
|
||||
<img id="op1" alt="op2" src="icon.png" style="opacity:0.5;filter:alpha(opacity=50)" />
|
||||
<img id="op2" alt="op2" src="icon.png"/>
|
||||
<img id="op3" alt="op3" src="icon.png"/>
|
||||
<img id="op4-ie" alt="op3" src="icon.png" style="filter:alpha(opacity=30)" />
|
||||
|
||||
<!-- Test Element.childrenWithClassName -->
|
||||
<div id="Container" class="moo hoo">
|
||||
<span id="1" class="firstClass">First class</span>
|
||||
<span id="2" class="secondClass">Second class</span>
|
||||
<span id="3" class="firstClass secondClass">First and Second class</span>
|
||||
<span id="4" class="thirdClass">Third class <span id="5" class="firstClass">Nested First class</span></span>
|
||||
|
||||
<div id="collect">1<span class="ignore"><span class="someclass">2</span>3</span><ul><li class="ignore">4</li></ul></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="perftest1"><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span></div>
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
|
||||
new Test.Unit.Runner({
|
||||
|
||||
testElementCollectTextNodes: function() { with(this) {
|
||||
assertEqual('1234', Element.collectTextNodes('collect'));
|
||||
assert(benchmark(function(){
|
||||
Element.collectTextNodes('collect')
|
||||
},50) < 1000);
|
||||
|
||||
benchmark(function(){
|
||||
Element.collectTextNodes('collect')
|
||||
},10,'Element.collectTextNodes');
|
||||
|
||||
assertEqual('1234', Element.collectTextNodesIgnoreClass('collect', 'somethingcompletelydifferent'));
|
||||
assertEqual('1', $('collect').collectTextNodesIgnoreClass('ignore'));
|
||||
benchmark(function(){
|
||||
Element.collectTextNodesIgnoreClass('collect','ignore')
|
||||
},10,'Element.collectTextNodesIgnoreClass');
|
||||
|
||||
assertEqual('134', Element.collectTextNodesIgnoreClass('collect', 'someclass'));
|
||||
}},
|
||||
|
||||
testVisualEffect: function() { with(this) {
|
||||
assert($('style_test_3') == $('style_test_3').visualEffect('fade'));
|
||||
wait(1500,function(){
|
||||
assert(!$('style_test_3').visible())
|
||||
});
|
||||
}},
|
||||
|
||||
testParseStylePerformance: function() { with(this) {
|
||||
benchmark(function(){
|
||||
"font:12px/15pt Verdana;opacity:0.4;border:4px dotted red".parseStyle();
|
||||
},100);
|
||||
}}
|
||||
|
||||
}, "testlog");
|
||||
// ]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 281 B |
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js?load=effects,dragdrop" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
<p>
|
||||
Test dynamic loading in scriptaculous.js
|
||||
</p>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
|
||||
new Test.Unit.Runner({
|
||||
|
||||
testDynamicLoading: function() { with(this) {
|
||||
|
||||
// not loaded: controls
|
||||
assertNull(Ajax.Autocompleter || null);
|
||||
assertNull(Form.Element.DelayedObserver || null);
|
||||
|
||||
// we loading dragdrop
|
||||
assertNotNull(Draggable || null);
|
||||
}}
|
||||
|
||||
}, "testlog");
|
||||
// ]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,312 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
<p>
|
||||
Tests for Postion.clone (to be moved to Prototype)
|
||||
</p>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
|
||||
function prepareTarget(contained, position1, position2) {
|
||||
var target;
|
||||
if($('target_div')) Element.remove('target_div');
|
||||
if($('container_div')) Element.remove('container_div');
|
||||
if(contained) {
|
||||
target = Builder.node('div',
|
||||
{id: 'container_div', style: 'position:' + position1},
|
||||
[Builder.node('div', {id: 'target_div', style: 'position: ' +position2})]);
|
||||
} else {
|
||||
target = Builder.node('div',
|
||||
{id: 'target_div', style: 'position:' + position1}, '456');
|
||||
}
|
||||
document.body.appendChild(target);
|
||||
Position.clone($('source_div'),$('target_div'));
|
||||
}
|
||||
|
||||
function prepareTargetHidden(contained, position1, position2) {
|
||||
var target;
|
||||
if($('target_div')) Element.remove('target_div');
|
||||
if($('container_div')) Element.remove('container_div');
|
||||
if(contained) {
|
||||
target = Builder.node('div',
|
||||
{id: 'container_div', style: 'position:' + position1},
|
||||
[Builder.node('div', {id: 'target_div', style: 'display:none; position: ' +position2})]);
|
||||
} else {
|
||||
target = Builder.node('div',
|
||||
{id: 'target_div', style: 'display:none; position:' + position1}, '456');
|
||||
}
|
||||
document.body.appendChild(target);
|
||||
Position.clone($('source_div'),$('target_div'));
|
||||
Element.show($('target_div'));
|
||||
}
|
||||
|
||||
new Test.Unit.Runner({
|
||||
|
||||
teardown: function() {
|
||||
Element.remove($('source_div'));
|
||||
},
|
||||
|
||||
testPositionCloneFromAbsolute: function() { with(this) {
|
||||
var source = Builder.node('div',
|
||||
{id: 'source_div', style: 'position:absolute; top:20px; left:120px; width:100px; height:50px;'}, '123');
|
||||
document.body.appendChild(source);
|
||||
var expected = Object.inspect([120, 20]);
|
||||
assertEqual(expected, Object.inspect(Position.page($('source_div'))));
|
||||
|
||||
prepareTarget(false, 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute BODY child");
|
||||
|
||||
prepareTarget(false, 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed BODY child");
|
||||
|
||||
prepareTarget(true, 'absolute', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of absolute BODY child");
|
||||
|
||||
prepareTarget(true, 'absolute', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of absolute BODY child");
|
||||
|
||||
prepareTarget(true, 'relative', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of relative BODY child");
|
||||
|
||||
prepareTarget(true, 'relative', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of relative BODY child");
|
||||
|
||||
prepareTarget(true, 'static', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of static BODY child");
|
||||
|
||||
prepareTarget(true, 'static', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of static BODY child");
|
||||
}},
|
||||
|
||||
testPositionCloneFromRelative: function() { with(this) {
|
||||
var source = Builder.node('div',
|
||||
{id: 'source_div', style: 'position:relative; top:20px; left:120px; width:100px; height:50px;'}, '123');
|
||||
document.body.appendChild(source);
|
||||
var expected = Object.inspect(Position.page($('source_div')));
|
||||
assertEqual(expected, Object.inspect(Position.page($('source_div'))));
|
||||
|
||||
prepareTarget(false, 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute BODY child");
|
||||
|
||||
prepareTarget(false, 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed BODY child");
|
||||
|
||||
prepareTarget(true, 'absolute', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of absolute BODY child");
|
||||
|
||||
prepareTarget(true, 'absolute', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of absolute BODY child");
|
||||
|
||||
prepareTarget(true, 'relative', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of relative BODY child");
|
||||
|
||||
prepareTarget(true, 'relative', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of relative BODY child");
|
||||
|
||||
prepareTarget(true, 'static', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of static BODY child");
|
||||
|
||||
prepareTarget(true, 'static', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of static BODY child");
|
||||
}},
|
||||
|
||||
testPositionCloneFromStatic: function() { with(this) {
|
||||
var source = Builder.node('div',
|
||||
{id: 'source_div', style: 'top:20px; left:120px; width:100px; height:50px;'}, '123');
|
||||
document.body.appendChild(source);
|
||||
var expected = Object.inspect(Position.page($('source_div')));
|
||||
assertEqual(expected, Object.inspect(Position.page($('source_div'))));
|
||||
|
||||
prepareTarget(false, 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute BODY child");
|
||||
|
||||
prepareTarget(false, 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed BODY child");
|
||||
|
||||
prepareTarget(true, 'absolute', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of absolute BODY child");
|
||||
|
||||
prepareTarget(true, 'absolute', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of absolute BODY child");
|
||||
|
||||
prepareTarget(true, 'relative', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of relative BODY child");
|
||||
|
||||
prepareTarget(true, 'relative', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of relative BODY child");
|
||||
|
||||
prepareTarget(true, 'static', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of static BODY child");
|
||||
|
||||
prepareTarget(true, 'static', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of static BODY child");
|
||||
}},
|
||||
|
||||
testPositionCloneFromAbsoluteWithHiddenTarget: function() { with(this) {
|
||||
var source = Builder.node('div',
|
||||
{id: 'source_div', style: 'position:absolute; top:20px; left:120px; width:100px; height:50px;'}, '123');
|
||||
document.body.appendChild(source);
|
||||
var expected = Object.inspect([120, 20]);
|
||||
assertEqual(expected, Object.inspect(Position.page($('source_div'))));
|
||||
|
||||
prepareTargetHidden(false, 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute BODY child");
|
||||
|
||||
prepareTargetHidden(false, 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'absolute', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of absolute BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'absolute', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of absolute BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'relative', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of relative BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'relative', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of relative BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'static', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of static BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'static', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of static BODY child");
|
||||
}},
|
||||
|
||||
testPositionCloneFromRelativeWithHiddenTarget: function() { with(this) {
|
||||
var source = Builder.node('div',
|
||||
{id: 'source_div', style: 'position:relative; top:20px; left:120px; width:100px; height:50px;'}, '123');
|
||||
document.body.appendChild(source);
|
||||
var expected = Object.inspect(Position.page($('source_div')));
|
||||
assertEqual(expected, Object.inspect(Position.page($('source_div'))));
|
||||
|
||||
prepareTargetHidden(false, 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute BODY child");
|
||||
|
||||
prepareTargetHidden(false, 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'absolute', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of absolute BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'absolute', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of absolute BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'relative', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of relative BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'relative', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of relative BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'static', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of static BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'static', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of static BODY child");
|
||||
}},
|
||||
|
||||
testPositionCloneFromStaticWithHiddenTarget: function() { with(this) {
|
||||
var source = Builder.node('div',
|
||||
{id: 'source_div', style: 'top:20px; left:120px; width:100px; height:50px;'}, '123');
|
||||
document.body.appendChild(source);
|
||||
var expected = Object.inspect(Position.page($('source_div')));
|
||||
assertEqual(expected, Object.inspect(Position.page($('source_div'))));
|
||||
|
||||
prepareTargetHidden(false, 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute BODY child");
|
||||
|
||||
prepareTargetHidden(false, 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'absolute', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of absolute BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'absolute', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of absolute BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'relative', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of relative BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'relative', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of relative BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'static', 'absolute');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to absolute child of static BODY child");
|
||||
|
||||
prepareTargetHidden(true, 'static', 'fixed');
|
||||
assertEqual(expected, Object.inspect(Position.page($('target_div'))),
|
||||
"Clone to fixed child of static BODY child");
|
||||
}}
|
||||
|
||||
});
|
||||
|
||||
// ]]>
|
||||
</script>
|
||||
|
||||
<!-- Test elements will be inserted after this -->
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,438 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
<p>
|
||||
Tests for slider.js
|
||||
</p>
|
||||
|
||||
<div id="track1" style="width:200px;background-color:#aaa;height:5px;">
|
||||
<div id="handle1" style="width:15px;height:25px;background-color:#f00;"> </div>
|
||||
</div>
|
||||
|
||||
<div id="track2-vertical" style="height:100px;background-color:#aaa;width:5px;">
|
||||
<div id="handle2-vertical" style="width:25px;height:10px;background-color:#f00;"> </div>
|
||||
</div>
|
||||
|
||||
<div id="track2-horizontal" style="height:5px;background-color:#aaa;width:100px;">
|
||||
<div id="handle2-horizontal" style="width:10px;height:25px;background-color:#f00;"> </div>
|
||||
</div>
|
||||
|
||||
<div id="track3" style="width:300px;background-color:#cfb;height:30px;">
|
||||
<span id="handle3-1">1</span>
|
||||
<span id="handle3-2">2</span>
|
||||
<span id="handle3-3">3</span>
|
||||
</div>
|
||||
|
||||
<div id="track4" style="width:300px;position:relative;background-color:#cbf;height:30px;">
|
||||
<span id="handle4-1" style="top:0;left:0;position:absolute;background-color:#f00;">1</span>
|
||||
<span id="handle4-2" style="top:0;left:0;position:absolute;background-color:#0f0;">2</span>
|
||||
<span id="handle4-3" style="top:0;left:0;position:absolute;background-color:#00f;">3</span>
|
||||
</div>
|
||||
|
||||
<div id="track5" style="width:300px;background-color:#cbf;height:30px;position:relative;z-index:0;">
|
||||
<div id="handle5-1" style="top:0;left:0;position:absolute;background-color:#f00;z-index:2">1</div>
|
||||
<div id="handle5-2" style="top:0;left:0;position:absolute;background-color:#0f0;z-index:2">2</div>
|
||||
<div id="handle5-3" style="top:0;left:0;position:absolute;background-color:#00f;z-index:2">3</div>
|
||||
|
||||
<div id="span5-1" style="top:0;left:0;position:absolute;background-color:#000;height:20px;z-index:1;"> </div>
|
||||
<div id="span5-2" style="top:0;left:0;position:absolute;background-color:#444;height:20px;z-index:1;"> </div>
|
||||
</div>
|
||||
|
||||
<div id="track6" style="width:20px;background-color:#cbf;height:100px;position:relative;z-index:0;">
|
||||
<div id="handle6-1" style="top:0;left:0;height:13px;position:absolute;background-color:#f00;z-index:2">1</div>
|
||||
<div id="handle6-2" style="top:0;left:0;height:13px;position:absolute;background-color:#0f0;z-index:2">2</div>
|
||||
<div id="handle6-3" style="top:0;left:0;height:13px;position:absolute;background-color:#00f;z-index:2">3</div>
|
||||
|
||||
<div id="span6-1" style="top:0;left:0;position:absolute;background-color:#000;width:20px;z-index:1;"> </div>
|
||||
<div id="span6-2" style="top:0;left:0;position:absolute;background-color:#444;width:20px;z-index:1;"> </div>
|
||||
</div>
|
||||
|
||||
<div id="track7" style="width:200px;background-color:#cbf;height:30px;position:relative;z-index:0;">
|
||||
<div id="handle7-1" style="top:0;left:0;position:absolute;background-color:#f88;z-index:2">1</div>
|
||||
<div id="handle7-2" style="top:0;left:0;position:absolute;background-color:#8f8;z-index:2">2</div>
|
||||
<div id="handle7-3" style="top:0;left:0;position:absolute;background-color:#88f;z-index:2">3</div>
|
||||
|
||||
<div id="span7-1" style="top:0;left:0;position:absolute;background-color:#000;height:20px;z-index:1;"> </div>
|
||||
<div id="span7-2" style="top:0;left:0;position:absolute;background-color:#444;height:20px;z-index:1;"> </div>
|
||||
|
||||
<div id="span7-start" style="top:0;left:0;position:absolute;background-color:#f00;height:20px;z-index:1;"> </div>
|
||||
<div id="span7-end" style="top:0;left:0;position:absolute;background-color:#00f;height:20px;z-index:1;"> </div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="debug"> </div>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
var globalValue;
|
||||
|
||||
new Test.Unit.Runner({
|
||||
|
||||
testSliderBasics: function() { with(this) {
|
||||
var slider = new Control.Slider('handle1', 'track1');
|
||||
assertInstanceOf(Control.Slider, slider);
|
||||
assertEqual(Prototype.Browser.IE ? 5 : 4, Event.observers.length);
|
||||
|
||||
assertEqual('horizontal', slider.axis);
|
||||
assertEqual(false, slider.disabled);
|
||||
assertEqual(0, slider.value);
|
||||
|
||||
slider.dispose();
|
||||
}},
|
||||
|
||||
testSliderValues: function() { with(this) {
|
||||
['horizontal', 'vertical'].each( function(axis) {
|
||||
var slider = new Control.Slider('handle2-'+axis, 'track2-'+axis, {values:[0.2,0.4,0.6,0.8,1],axis:axis});
|
||||
assertEqual(axis, slider.axis);
|
||||
assertEqual(0.2, slider.value);
|
||||
|
||||
slider.setValue(0.35);
|
||||
assertEqual(0.4, slider.value);
|
||||
|
||||
slider.setValueBy(0.1);
|
||||
assertEqual(0.6, slider.value);
|
||||
slider.setValueBy(-0.6);
|
||||
assertEqual(0.2, slider.value);
|
||||
|
||||
slider.setValue(1);
|
||||
assertEqual(1, slider.value);
|
||||
|
||||
slider.setValue(-2);
|
||||
assertEqual(0.2, slider.value);
|
||||
|
||||
slider.setValue(55555);
|
||||
assertEqual(1, slider.value);
|
||||
|
||||
// leave active to be able to play around with the sliders
|
||||
// slider.dispose();
|
||||
});
|
||||
assertEqual("90px", $('handle2-horizontal').style.left);
|
||||
assertEqual("90px", $('handle2-vertical').style.top);
|
||||
}},
|
||||
|
||||
testSliderInitialValues: function() { with(this) {
|
||||
var slider = new Control.Slider('handle1', 'track1',{sliderValue:0.5});
|
||||
assertEqual(0.5, slider.value);
|
||||
|
||||
var slider = new Control.Slider(['handle4-1','handle4-2','handle4-3'], 'track4', {
|
||||
sliderValue:[50,145,170],
|
||||
values:[50,150,160,170,180],
|
||||
range:$R(50,180)
|
||||
});
|
||||
assertEqual(50, slider.value);
|
||||
assertEqual(50, slider.values[0]);
|
||||
assertEqual(150, slider.values[1]);
|
||||
assertEqual(170, slider.values[2]);
|
||||
slider.dispose();
|
||||
|
||||
var slider = new Control.Slider(['handle4-1','handle4-2','handle4-3'], 'track4', {
|
||||
sliderValue:[50,145,170],
|
||||
values:[50,150,160,170,180]
|
||||
});
|
||||
assertEqual(50, slider.value);
|
||||
assertEqual(50, slider.values[0]);
|
||||
assertEqual(150, slider.values[1]);
|
||||
assertEqual(170, slider.values[2]);
|
||||
slider.dispose();
|
||||
|
||||
var slider = new Control.Slider(['handle4-1','handle4-2','handle4-3'], 'track4', {
|
||||
restricted:true,
|
||||
sliderValue:[50,145,170],
|
||||
values:[50,150,160,170,180]
|
||||
});
|
||||
assertEqual(50, slider.value);
|
||||
assertEqual(50, slider.values[0]);
|
||||
assertEqual(150, slider.values[1]);
|
||||
assertEqual(170, slider.values[2]);
|
||||
slider.dispose();
|
||||
}},
|
||||
|
||||
testSliderOnChange: function() { with(this) {
|
||||
var slider = new Control.Slider('handle1', 'track1', { onChange:function(v){ globalValue = v; } });
|
||||
slider.setValue(1);
|
||||
assert(1, globalValue);
|
||||
assert(1, slider.value);
|
||||
|
||||
slider.setDisabled();
|
||||
slider.setValue(0.5);
|
||||
assert(1, globalValue);
|
||||
assert(1, slider.value);
|
||||
|
||||
slider.setEnabled();
|
||||
slider.setValue(0.2);
|
||||
assert(0.2, globalValue);
|
||||
assert(0.2, slider.value);
|
||||
|
||||
// s.event should be null if setValue is called from script
|
||||
var slider = new Control.Slider(['handle3-1','handle3-2','handle3-3'], 'track3', {
|
||||
onChange:function(v, s){ if(!s.event) globalValue = v; } });
|
||||
|
||||
slider.setValue(0.5,1);
|
||||
assertEqual([0,0.5,0].inspect(), globalValue.inspect());
|
||||
assert(!slider.event);
|
||||
|
||||
slider.dispose();
|
||||
}},
|
||||
|
||||
testMultipleHandles: function() { with(this) {
|
||||
var slider = new Control.Slider(['handle3-1','handle3-2','handle3-3'], 'track3', {range:$R(0,300)});
|
||||
assertInstanceOf(Control.Slider, slider);
|
||||
|
||||
slider.setValue(20, 0);
|
||||
slider.setValue(50, 1);
|
||||
slider.setValue(70, 2);
|
||||
assertEqual(20, slider.values[0]);
|
||||
assertEqual(50, slider.values[1]);
|
||||
assertEqual(70, slider.values[2]);
|
||||
assertEqual("20px", slider.handles[0].style.left);
|
||||
assertEqual("49px", slider.handles[1].style.left);
|
||||
assertEqual("68px", slider.handles[2].style.left);
|
||||
|
||||
// should change last manipulated handled by -10,
|
||||
// so check for handle with idx 2
|
||||
slider.setValueBy(-10);
|
||||
assertEqual(60, slider.values[2]);
|
||||
|
||||
slider.setValueBy(10, 0);
|
||||
assertEqual(20, slider.values[0]);
|
||||
slider.setValueBy(10, 1);
|
||||
assertEqual(60, slider.values[1]);
|
||||
slider.setValueBy(20, slider.activeHandleIdx);
|
||||
assertEqual(80, slider.values[1]);
|
||||
}},
|
||||
|
||||
testMultipleHandlesValues: function() { with(this) {
|
||||
var slider = new Control.Slider(['handle4-1','handle4-2','handle4-3'], 'track4', {values:[50,150,160,170,180],range:$R(50,180)});
|
||||
assertInstanceOf(Control.Slider, slider);
|
||||
|
||||
slider.setValue(20, 0);
|
||||
slider.setValue(150, 2);
|
||||
slider.setValue(179, 1);
|
||||
|
||||
assertEqual(50, slider.values[0]);
|
||||
assertEqual(150, slider.values[2]);
|
||||
assertEqual(180, slider.values[1]);
|
||||
|
||||
assertEqual("0px", slider.handles[0].style.left);
|
||||
assertEqual("225px", slider.handles[2].style.left);
|
||||
assertEqual("293px", slider.handles[1].style.left);
|
||||
|
||||
assertEqual($R(50,150).inspect(), slider.getRange().inspect());
|
||||
assertEqual(30, slider.getRange(1).end-slider.getRange(1).start);
|
||||
}},
|
||||
|
||||
testMultipleHandlesSpans: function() { with(this) {
|
||||
var slider = new Control.Slider(['handle5-1','handle5-2','handle5-3'], 'track5',
|
||||
{spans:['span5-1','span5-2'],range:$R(0,300)});
|
||||
assertInstanceOf(Control.Slider, slider);
|
||||
|
||||
slider.setValue(20, 0);
|
||||
slider.setValue(100, 1);
|
||||
slider.setValue(150, 2);
|
||||
|
||||
assertEqual("20px", $('span5-1').style.left);
|
||||
assertEqual("78px", $('span5-1').style.width);
|
||||
assertEqual("98px", $('span5-2').style.left);
|
||||
assertEqual("49px", $('span5-2').style.width);
|
||||
|
||||
slider.setValue(30, 0);
|
||||
slider.setValue(110, 1);
|
||||
slider.setValue(90, 2);
|
||||
|
||||
assertEqual("29px", $('span5-1').style.left);
|
||||
assertEqual("59px", $('span5-1').style.width);
|
||||
assertEqual("88px", $('span5-2').style.left);
|
||||
assertEqual("20px", $('span5-2').style.width);
|
||||
|
||||
slider.dispose();
|
||||
}},
|
||||
|
||||
testMultipleHandlesSpansStartEnd: function() { with(this) {
|
||||
var slider = new Control.Slider(['handle7-1','handle7-2','handle7-3'], 'track7',
|
||||
{ spans:['span7-1','span7-2'],
|
||||
startSpan:'span7-start',
|
||||
endSpan:'span7-end',
|
||||
range:$R(0,200) });
|
||||
assertInstanceOf(Control.Slider, slider);
|
||||
|
||||
slider.setValue(20, 0);
|
||||
slider.setValue(100, 1);
|
||||
slider.setValue(150, 2);
|
||||
assertEqual("0px", $('span7-start').style.left);
|
||||
assertEqual("19px", $('span7-start').style.width);
|
||||
assertEqual("145px", $('span7-end').style.left);
|
||||
assertEqual("48px", $('span7-end').style.width);
|
||||
|
||||
slider.dispose();
|
||||
}},
|
||||
|
||||
testSingleHandleSpansStartEnd: function() { with(this) {
|
||||
var slider = new Control.Slider('handle7-1', 'track7',
|
||||
{ spans:['span7-1','span7-2'],
|
||||
startSpan:'span7-start',
|
||||
endSpan:'span7-end',
|
||||
range:$R(0,200) });
|
||||
assertInstanceOf(Control.Slider, slider);
|
||||
|
||||
slider.setValue(20, 0);
|
||||
assertEqual("0px", $('span7-start').style.left);
|
||||
assertEqual("19px", $('span7-start').style.width);
|
||||
assertEqual("19px", $('span7-end').style.left);
|
||||
assertEqual("174px", $('span7-end').style.width);
|
||||
|
||||
slider.dispose();
|
||||
}},
|
||||
|
||||
testMultipleHandlesStyles: function() { with(this) {
|
||||
var slider = new Control.Slider(['handle7-1','handle7-2','handle7-3'], 'track7',
|
||||
{ spans:['span7-1','span7-2'],
|
||||
startSpan:'span7-start',
|
||||
endSpan:'span7-end',
|
||||
range:$R(0,200) });
|
||||
assertInstanceOf(Control.Slider, slider);
|
||||
assert(Element.hasClassName('handle7-1','selected'));
|
||||
assert(!Element.hasClassName('handle7-2','selected'));
|
||||
assert(!Element.hasClassName('handle7-3','selected'));
|
||||
|
||||
slider.setValue(20, 0);
|
||||
assert(Element.hasClassName('handle7-1','selected'));
|
||||
assert(!Element.hasClassName('handle7-2','selected'));
|
||||
assert(!Element.hasClassName('handle7-3','selected'));
|
||||
|
||||
slider.setValue(100, 1);
|
||||
assert(!Element.hasClassName('handle7-1','selected'));
|
||||
assert(Element.hasClassName('handle7-2','selected'));
|
||||
assert(!Element.hasClassName('handle7-3','selected'));
|
||||
|
||||
slider.setValue(150, 2);
|
||||
assert(!Element.hasClassName('handle7-1','selected'));
|
||||
assert(!Element.hasClassName('handle7-2','selected'));
|
||||
assert(Element.hasClassName('handle7-3','selected'));
|
||||
|
||||
slider.dispose();
|
||||
}},
|
||||
|
||||
testMultipleHandlesSpansRestricted: function() { with(this) {
|
||||
var slider = new Control.Slider(['handle5-1','handle5-2','handle5-3'], 'track5',
|
||||
{restricted:true,spans:['span5-1','span5-2'],range:$R(0,300)});
|
||||
assertInstanceOf(Control.Slider, slider);
|
||||
|
||||
slider.setValue(20, 0);
|
||||
slider.setValue(100, 1);
|
||||
slider.setValue(150, 2);
|
||||
assertEqual(0, slider.values[0]);
|
||||
assertEqual(0, slider.values[1]);
|
||||
assertEqual(150, slider.values[2]);
|
||||
|
||||
slider.setValue(150, 2);
|
||||
slider.setValue(100, 1);
|
||||
slider.setValue(20, 0);
|
||||
assertEqual(20, slider.values[0]);
|
||||
assertEqual(100, slider.values[1]);
|
||||
assertEqual(150, slider.values[2]);
|
||||
assertEqual("20px", $('span5-1').style.left);
|
||||
assertEqual("78px", $('span5-1').style.width);
|
||||
assertEqual("98px", $('span5-2').style.left);
|
||||
assertEqual("49px", $('span5-2').style.width);
|
||||
|
||||
slider.setValue(30, 0);
|
||||
slider.setValue(110, 1);
|
||||
slider.setValue(90, 2);
|
||||
assertEqual(30, slider.values[0]);
|
||||
assertEqual(110, slider.values[1]);
|
||||
assertEqual(110, slider.values[2], '???');
|
||||
|
||||
assertEqual("29px", $('span5-1').style.left);
|
||||
assertEqual("78px", $('span5-1').style.width);
|
||||
assertEqual("107px", $('span5-2').style.left);
|
||||
assertEqual("0px", $('span5-2').style.width);
|
||||
|
||||
slider.dispose();
|
||||
}},
|
||||
|
||||
testMultipleHandlesSpansVertical: function() { with(this) {
|
||||
var slider = new Control.Slider(['handle6-1','handle6-2','handle6-3'], 'track6', {axis:'vertical',spans:['span6-1','span6-2'],range:$R(0,100)});
|
||||
assertInstanceOf(Control.Slider, slider);
|
||||
|
||||
slider.setValue(20, 0);
|
||||
slider.setValue(80, 1);
|
||||
slider.setValue(90, 2);
|
||||
|
||||
assertEqual("17px", $('span6-1').style.top);
|
||||
assertEqual("52px", $('span6-1').style.height);
|
||||
assertEqual("70px", $('span6-2').style.top);
|
||||
assertEqual("9px", $('span6-2').style.height);
|
||||
|
||||
slider.setValue(30, 0);
|
||||
slider.setValue(20, 1);
|
||||
slider.setValue(95, 2);
|
||||
|
||||
assertEqual("17px", $('span6-1').style.top);
|
||||
assertEqual("9px", $('span6-1').style.height);
|
||||
assertEqual("26px", $('span6-2').style.top);
|
||||
assertEqual("57px", $('span6-2').style.height);
|
||||
}},
|
||||
|
||||
testRange: function() { with(this) {
|
||||
var slider = new Control.Slider('handle1','track1');
|
||||
assertEqual(0, slider.value);
|
||||
slider.setValue(1);
|
||||
assertEqual("185px", $('handle1').style.left);
|
||||
slider.dispose();
|
||||
|
||||
var slider = new Control.Slider('handle1','track1',{range:$R(10,20)});
|
||||
assertEqual(10, slider.value);
|
||||
assertEqual("0px", $('handle1').style.left);
|
||||
slider.setValue(15);
|
||||
assertEqual("93px", $('handle1').style.left);
|
||||
slider.setValue(20);
|
||||
assertEqual("185px", $('handle1').style.left);
|
||||
slider.dispose();
|
||||
}},
|
||||
|
||||
// test for #3732
|
||||
testRangeValues: function() { with(this) {
|
||||
// test for non-zero starting range
|
||||
var slider = new Control.Slider('handle1','track1',{
|
||||
range:$R(1,3), values:[1,2,3]
|
||||
});
|
||||
assertEqual(1, slider.value);
|
||||
assertEqual("0px", $('handle1').style.left);
|
||||
slider.setValue(2);
|
||||
assertEqual("93px", $('handle1').style.left);
|
||||
slider.setValue(3);
|
||||
assertEqual("185px", $('handle1').style.left);
|
||||
slider.dispose();
|
||||
|
||||
// test zero-starting range
|
||||
var slider = new Control.Slider('handle1','track1',{
|
||||
range:$R(0,2), values:[0,1,2]
|
||||
});
|
||||
assertEqual(0, slider.value);
|
||||
assertEqual("0px", $('handle1').style.left);
|
||||
slider.setValue(1);
|
||||
assertEqual("93px", $('handle1').style.left);
|
||||
slider.setValue(2);
|
||||
assertEqual("185px", $('handle1').style.left);
|
||||
slider.dispose();
|
||||
}}
|
||||
|
||||
}, "testlog");
|
||||
// ]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,205 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
<p>
|
||||
Test of sortable functions in dragdrop.js
|
||||
</p>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
|
||||
<ul id="sortable1">
|
||||
<li id="item_1" class="a">item 1</li>
|
||||
<li id="item_2" class="c b">item 1<ul><li id="item_99">!!!</li></ul></li>
|
||||
<li id="item_3" class="b">item 1</li>
|
||||
<li id="item_xy" class="x y">item 1</li>
|
||||
<!-- a comment -->
|
||||
</ul>
|
||||
|
||||
<div id="sortable2">
|
||||
<div id="item_4">item 4</div> <div id="item_5">item 5</div>
|
||||
<img src="icon.png" alt="img"/>
|
||||
<!-- a comment -->
|
||||
</div>
|
||||
|
||||
<div id="sortable3">
|
||||
|
||||
</div>
|
||||
|
||||
<!--
|
||||
By default, _ is the only valid seperator
|
||||
for the DOM ids. Complex element ids as in
|
||||
the form of "some_element_id_1" should also
|
||||
be parsed correctly (only the last part should
|
||||
be serialized)
|
||||
-->
|
||||
<ul id="sortable_complex">
|
||||
<li id="a_b_item_1" class="a">item 1</li>
|
||||
<li id="ab_item_2" class="c b">item 1
|
||||
<ul>
|
||||
<li id="item_99">!!!</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="a-b-item_3z_33" class="b">item 1</li>
|
||||
<li id="a-item-xy" class="x y">item 1</li>
|
||||
<!-- a comment -->
|
||||
</ul>
|
||||
|
||||
|
||||
<ul id="sortable_specialcreate">
|
||||
<li id="y1item">item 1</li>
|
||||
<li id="y2item">item 1<ul><li id="yyyy9928282hjhd">!!!</li></ul></li>
|
||||
</ul>
|
||||
|
||||
<ul id="sortable_specialformat">
|
||||
<li id="x1item">item 1</li>
|
||||
<li id="x2item">item 1<ul><li id="xxxxx88888item">!!!</li></ul></li>
|
||||
</ul>
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
|
||||
new Test.Unit.Runner({
|
||||
|
||||
setup: function() { with(this) {
|
||||
Sortable.create('sortable1',{only:['a','b']});
|
||||
Sortable.create('sortable2',{tag:'div'});
|
||||
Sortable.create('sortable3');
|
||||
Sortable.create('sortable_specialcreate',{ format:/(\d+)/ });
|
||||
Sortable.create('sortable_specialformat');
|
||||
Sortable.create('sortable_complex');
|
||||
}},
|
||||
|
||||
teardown: function() { with(this) {
|
||||
Sortable.destroy('sortable1');
|
||||
Sortable.destroy('sortable2');
|
||||
Sortable.destroy('sortable3');
|
||||
Sortable.destroy('sortable_specialformat');
|
||||
Sortable.destroy('sortable_specialcreate');
|
||||
Sortable.destroy('sortable_complex');
|
||||
}},
|
||||
|
||||
testSortableSerializeSequenceBasics: function() { with(this) {
|
||||
assertEqual('sortable1[]=1&sortable1[]=2&sortable1[]=3', Sortable.serialize('sortable1'));
|
||||
|
||||
// test empty sortable
|
||||
assertEqual('', Sortable.serialize('sortable3'));
|
||||
assertEnumEqual([], Sortable.sequence('sortable3'));
|
||||
|
||||
Element.remove('item_4');
|
||||
assertEqual('sortable2[]=5', Sortable.serialize('sortable2'));
|
||||
assertEnumEqual(['5'], Sortable.sequence('sortable2'));
|
||||
}},
|
||||
|
||||
testSortableSerializeFormat: function() { with(this) {
|
||||
// should correctly serialize from option given to Sortable.create()
|
||||
assertEqual('sortable_specialcreate[]=1&sortable_specialcreate[]=2',
|
||||
Sortable.serialize('sortable_specialcreate'));
|
||||
|
||||
benchmark(function(){
|
||||
Sortable.serialize('sortable_specialcreate')
|
||||
},1,'Sortable.serialize');
|
||||
|
||||
// test special format given explicitly
|
||||
assertEqual('sortable_specialformat[]=1&sortable_specialformat[]=2',
|
||||
Sortable.serialize('sortable_specialformat', {format:/(\d+)/}));
|
||||
|
||||
// return full id
|
||||
assertEqual('sortable_specialformat[]=x1item&sortable_specialformat[]=x2item',
|
||||
Sortable.serialize('sortable_specialformat', {format:/(.*)/}));
|
||||
|
||||
// test default format given explicitly
|
||||
assertEqual('sortable1[]=1&sortable1[]=2&sortable1[]=3',
|
||||
Sortable.serialize('sortable1',{format:/^[^_]*_(.*)$/}));
|
||||
|
||||
// Ensure default options.format handles longer, more complex list
|
||||
// item IDs
|
||||
assertEqual('sortable_complex[]=1&sortable_complex[]=2&sortable_complex[]=33&sortable_complex[]=',
|
||||
Sortable.serialize('sortable_complex'));
|
||||
}},
|
||||
|
||||
testSortableSerializeRule: function() { with(this) {
|
||||
var ids = ['x','x-y','test_test','x_y_z','x_y-x_z'];
|
||||
ids.each(function(id){
|
||||
assertEqual('1',
|
||||
(id+'_1').match(Sortable.SERIALIZE_RULE)[1]);
|
||||
});
|
||||
|
||||
assertNull('x'.match(Sortable.SERIALIZE_RULE));
|
||||
}},
|
||||
|
||||
testSortableSerializeName: function() { with(this) {
|
||||
assertEqual('dumdidu[]=1&dumdidu[]=2',
|
||||
Sortable.serialize('sortable_specialcreate',{name:'dumdidu'}));
|
||||
}},
|
||||
|
||||
testSortableSequenceFormat: function() { with(this) {
|
||||
// shauld correctly serialize from option given to Sortable.create()
|
||||
assertEnumEqual(['1','2'],
|
||||
Sortable.sequence('sortable_specialcreate'));
|
||||
|
||||
// test special format given explicitly
|
||||
assertEnumEqual(['1','2'],
|
||||
Sortable.sequence('sortable_specialformat', {format:/(\d+)/}));
|
||||
|
||||
// return full id
|
||||
assertEnumEqual(['x1item','x2item'],
|
||||
Sortable.sequence('sortable_specialformat', {format:/(.*)/}));
|
||||
|
||||
// test default format given explicitly
|
||||
assertEnumEqual(['1','2','3'],
|
||||
Sortable.sequence('sortable1',{format:/^[^_]*_(.*)$/}));
|
||||
}},
|
||||
|
||||
testSortableFindElements: function() { with(this) {
|
||||
assertEqual(3, Sortable.findElements($('sortable1'),{tag:'li',only:['a','b']}).length);
|
||||
benchmark(function(){
|
||||
Sortable.findElements($('sortable1'),{tag:'li',only:['a','b']})
|
||||
},1,'Sortable.findElements/1');
|
||||
|
||||
assertEqual(1, Sortable.findElements($('sortable1'),{tag:'li',only:['x']}).length);
|
||||
assertEqual(1, Sortable.findElements($('sortable1'),{tag:'li',only:'a'}).length);
|
||||
assertEqual(2, Sortable.findElements($('sortable1'),{tag:'li',only:'b'}).length);
|
||||
assertEqual(4, Sortable.findElements($('sortable1'),{tag:'li',only:['a','b','x']}).length);
|
||||
}},
|
||||
|
||||
testSortableSetSequence: function() { with(this) {
|
||||
// make sure assigning current sequence is a no-op
|
||||
var o = Sortable.sequence('sortable1');
|
||||
Sortable.setSequence('sortable1', ['1','2','3']);
|
||||
assertEnumEqual(o, Sortable.sequence('sortable1'));
|
||||
|
||||
// check new sequence
|
||||
Sortable.setSequence('sortable1', ['3','2','1']);
|
||||
assertEnumEqual(['3','2','1'], Sortable.sequence('sortable1'));
|
||||
|
||||
// non-default format
|
||||
Sortable.setSequence('sortable_specialformat', ['2','1'], { format:/(\d+)/ });
|
||||
assertEnumEqual(['2','1'], Sortable.sequence('sortable_specialformat'));
|
||||
|
||||
// invalid sequence ids should be ignored
|
||||
Sortable.setSequence('sortable1', ['x', '1', 'y', '2', '3', 'z']);
|
||||
assertEnumEqual(['1', '2', '3'], Sortable.sequence('sortable1'));
|
||||
|
||||
// elements omitted in new sequence should be cropped
|
||||
Sortable.setSequence('sortable1', ['1', '3']);
|
||||
assertEnumEqual(['1', '3'], Sortable.sequence('sortable1'));
|
||||
}}
|
||||
|
||||
}, "testlog");
|
||||
// ]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,67 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
<p>
|
||||
Tests for String.prototype extensions in effects.js
|
||||
</p>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
|
||||
new Test.Unit.Runner({
|
||||
|
||||
testStringParseColor: function() { with(this) {
|
||||
assertEqual('#000000', "#000000".parseColor());
|
||||
assertEqual('#000000', "rgb(0,0,0)".parseColor());
|
||||
assertEqual('#000000', "rgb(0, 0, 0)".parseColor());
|
||||
assertEqual('#000000', "#000".parseColor());
|
||||
|
||||
assertEqual('#1', "#1".parseColor());
|
||||
assertEqual('#12', "#12".parseColor());
|
||||
assertEqual('#112233', "#123".parseColor());
|
||||
assertEqual('#1234', "#1234".parseColor());
|
||||
assertEqual('#12345', "#12345".parseColor());
|
||||
assertEqual('#123456', "#123456".parseColor());
|
||||
|
||||
assertEqual('#abcdef', "#aBcDeF".parseColor());
|
||||
assertEqual('#aabbcc', "#aBc".parseColor());
|
||||
|
||||
assertEqual('white', "white".parseColor());
|
||||
assertEqual('#123456', "#123456".parseColor('#000000')); // default to #000000 if not parseable
|
||||
assertEqual('#000000', "white".parseColor('#000000')); // default to #000000 if not parseable
|
||||
|
||||
assertEqual('#ffffff', "rgb(255,255,255)".parseColor());
|
||||
assertEqual('#ff0000', "rgb(255,0,0)".parseColor());
|
||||
assertEqual('#00ff00', "rgb(0,255,0)".parseColor());
|
||||
assertEqual('#0000ff', "rgb(0,0,255)".parseColor());
|
||||
}},
|
||||
|
||||
testStringParseStyle: function() { with(this) {
|
||||
var expected = "#<Hash:{'fontSize': '11px'}>";
|
||||
|
||||
assertInspect(expected, "font-size:11px".parseStyle());
|
||||
assertInspect(expected, "font-SIZE: 11px".parseStyle());
|
||||
assertInspect(expected, "font-size:11px ".parseStyle());
|
||||
assertInspect(expected, " Font-size: 11px ".parseStyle());
|
||||
}}
|
||||
|
||||
});
|
||||
|
||||
// ]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Unit test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../test.css" type="text/css" />
|
||||
<style type="text/css" media="screen">
|
||||
/* <![CDATA[ */
|
||||
#testcss1 { font-size:11px; color: #f00; }
|
||||
#testcss2 { font-size:12px; color: #0f0; display: none; }
|
||||
/* ]]> */
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Unit test file</h1>
|
||||
<p>
|
||||
This is a preliminary version mostly for testing the unittest library.
|
||||
</p>
|
||||
|
||||
<!-- Log output -->
|
||||
<div id="testlog"> </div>
|
||||
|
||||
<!-- Test elements follow -->
|
||||
<div id="test_1" class="a bbbbbbbbbbbb cccccccccc dddd"> </div>
|
||||
|
||||
<div id="test_2"> <span> </span>
|
||||
|
||||
|
||||
|
||||
<div><div></div> </div><span> </span>
|
||||
</div>
|
||||
|
||||
<ul id="tlist"><li id="tlist_1">x1</li><li id="tlist_2">x2</li></ul>
|
||||
<ul id="tlist2"><li class="a" id="tlist2_1">x1</li><li id="tlist2_2">x2</li></ul>
|
||||
|
||||
<div id="testmoveby" style="background-color:#333;width:100px;">XXXX</div>
|
||||
|
||||
<div id="testcss1">testcss1<span id="testcss1_span" style="display:none;">blah</span></div><div id="testcss2">testcss1</div>
|
||||
|
||||
<!-- Tests follow -->
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
|
||||
var testObj = {
|
||||
isNice: function(){
|
||||
return true;
|
||||
},
|
||||
isBroken: function(){
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
new Test.Unit.Runner({
|
||||
|
||||
testAssertEqual: function() { with(this) {
|
||||
assertEqual(0, 0);
|
||||
assertEqual(0, 0, "test");
|
||||
|
||||
assertEqual(0,'0');
|
||||
assertEqual(65.0, 65);
|
||||
|
||||
assertEqual("a", "a");
|
||||
assertEqual("a", "a", "test");
|
||||
|
||||
assertNotEqual(0, 1);
|
||||
assertNotEqual("a","b");
|
||||
assertNotEqual({},{});
|
||||
assertNotEqual([],[]);
|
||||
assertNotEqual([],{});
|
||||
}},
|
||||
|
||||
testAssertRespondsTo: function() { with(this) {
|
||||
assertRespondsTo('isNice', testObj);
|
||||
assertRespondsTo('isBroken', testObj);
|
||||
}},
|
||||
|
||||
testAssertIndentical: function() { with(this) {
|
||||
assertIdentical(0, 0);
|
||||
assertIdentical(0, 0, "test");
|
||||
assertIdentical(1, 1);
|
||||
assertIdentical('a', 'a');
|
||||
assertIdentical('a', 'a', "test");
|
||||
assertIdentical('', '');
|
||||
assertIdentical(undefined, undefined);
|
||||
assertIdentical(null, null);
|
||||
assertIdentical(true, true);
|
||||
assertIdentical(false, false);
|
||||
|
||||
var obj = {a:'b'};
|
||||
assertIdentical(obj, obj);
|
||||
|
||||
assertNotIdentical({1:2,3:4},{1:2,3:4});
|
||||
|
||||
assertIdentical(1, 1.0); // both are typeof == 'number'
|
||||
|
||||
assertNotIdentical(1, '1');
|
||||
assertNotIdentical(1, '1.0');
|
||||
}},
|
||||
|
||||
testAssertMatch: function() { with(this) {
|
||||
assertMatch(/knowmad.jpg$/, 'http://script.aculo.us/images/knowmad.jpg');
|
||||
assertMatch(/Fuc/, 'Thomas Fuchs');
|
||||
assertMatch(/^\$(\d{1,3}(\,\d{3})*|(\d+))(\.\d{2})?$/, '$19.95');
|
||||
assertMatch(/(\d{3}\) ?)|(\d{3}[- \.])?\d{3}[- \.]\d{4}(\s(x\d+)?){0,1}$/, '704-343-9330');
|
||||
assertMatch(/^(?:(?:(?:(?:(?:1[6-9]|[2-9]\d)?(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00)))(\/|-|\.)(?:0?2\1(?:29)))|(?:(?:(?:1[6-9]|[2-9]\d)?\d{2})(\/|-|\.)(?:(?:(?:0?[13578]|1[02])\2(?:31))|(?:(?:0?[1,3-9]|1[0-2])\2(29|30))|(?:(?:0?[1-9])|(?:1[0-2]))\2(?:0?[1-9]|1\d|2[0-8]))))$/, '2001-06-16');
|
||||
assertMatch(/^((0?[123456789])|(1[012]))\s*:\s*([012345]\d)(\s*:\s*([012345]\d))?\s*[ap]m\s*-\s*((0?[123456789])|(1[012]))\s*:\s*([012345]\d)(\s*:\s*([012345]\d))?\s*[ap]m$/i, '2:00PM-2:15PM');
|
||||
|
||||
}},
|
||||
|
||||
testAssertInstanceOf: function() { with(this) {
|
||||
assertInstanceOf(Effect.Opacity, new Effect.Opacity('testcss1',{sync:true}));
|
||||
assertNotInstanceOf(String, new Effect.Opacity('testcss1',{sync:true}));
|
||||
|
||||
// note: fails with firefox 1.0.X (bug, fixed in Deer Park)
|
||||
assertNotInstanceOf(Effect.Parallel, new Effect.Opacity('testcss1',{sync:true}), "(note: fails with firefox 1.0.X, fixed in Deer Park)");
|
||||
}},
|
||||
|
||||
testAssertReturns: function() { with(this) {
|
||||
|
||||
assertReturnsTrue('isNice',testObj);
|
||||
assertReturnsFalse('isBroken',testObj);
|
||||
|
||||
assertReturnsTrue('nice',testObj);
|
||||
assertReturnsFalse('broken',testObj);
|
||||
|
||||
}},
|
||||
|
||||
testAssertVisible: function() { with(this) {
|
||||
assertVisible('testcss1');
|
||||
assertNotVisible('testcss1_span');
|
||||
assertNotVisible('testcss2', "Due to a Safari bug, this test fails in Safari.");
|
||||
|
||||
Element.hide('testcss1');
|
||||
assertNotVisible('testcss1');
|
||||
assertNotVisible('testcss1_span');
|
||||
Element.show('testcss1');
|
||||
assertVisible('testcss1');
|
||||
assertNotVisible('testcss1_span');
|
||||
|
||||
Element.show('testcss1_span');
|
||||
assertVisible('testcss1_span');
|
||||
Element.hide('testcss1');
|
||||
assertNotVisible('testcss1_span'); // hidden by parent
|
||||
}}
|
||||
|
||||
}, "testlog");
|
||||
// ]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Test for Scriptaculous</title>
|
||||
<script type="text/javascript" src="../lib/MochiKit_packed.js"></script>
|
||||
<script type="text/javascript" src="../lib/SimpleTest.js"></script>
|
||||
<script type="text/javascript" src="../lib/AJAX_setup.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="../lib/test.css" />
|
||||
</head>
|
||||
<body>
|
||||
<iframe width="100%" height="500" id="testframe" src=""></iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
Загрузка…
Ссылка в новой задаче