PK mMnls/PK mMsrc/PK mMsrc/animation/PK mMsrc/cal/PK mM src/charting/PK mMsrc/charting/svg/PK mMsrc/charting/vml/PK mMsrc/collections/PK mM src/crypto/PK mM src/data/PK mMsrc/data/core/PK mM src/data/csv/PK mM src/data/old/PK mMsrc/data/old/format/PK mMsrc/data/old/provider/PK mM src/date/PK mM src/debug/PK mMsrc/dnd/PK mM src/event/PK mM src/flash/PK mMsrc/flash/flash6/PK mMsrc/flash/flash8/PK mMsrc/fx/PK mMsrc/gfx/PK mMsrc/gfx/color/PK mM src/graphics/PK mMsrc/graphics/color/PK mM src/html/PK mMsrc/html/images/PK mM src/i18n/PK mMsrc/i18n/calendar/PK mMsrc/i18n/calendar/nls/PK mMsrc/i18n/calendar/nls/de/PK mMsrc/i18n/calendar/nls/en/PK mMsrc/i18n/calendar/nls/es/PK mMsrc/i18n/calendar/nls/fi/PK mMsrc/i18n/calendar/nls/fr/PK mMsrc/i18n/calendar/nls/hu/PK mMsrc/i18n/calendar/nls/it/PK mMsrc/i18n/calendar/nls/ja/PK mMsrc/i18n/calendar/nls/ko/PK mMsrc/i18n/calendar/nls/nl/PK mMsrc/i18n/calendar/nls/pt/PK mMsrc/i18n/calendar/nls/pt-br/PK mMsrc/i18n/calendar/nls/sv/PK mMsrc/i18n/calendar/nls/zh/PK mMsrc/i18n/calendar/nls/zh-cn/PK mMsrc/i18n/calendar/nls/zh-hk/PK mMsrc/i18n/calendar/nls/zh-tw/PK mMsrc/i18n/currency/PK mMsrc/i18n/currency/nls/PK mMsrc/i18n/currency/nls/en/PK mMsrc/i18n/currency/nls/en-us/PK mMsrc/i18n/currency/nls/hi/PK mMsrc/i18n/currency/nls/ja/PK mMsrc/io/PK mM src/lang/PK mMsrc/lang/timing/PK mMsrc/lfx/PK mM src/logging/PK mM src/math/PK mMsrc/namespaces/PK mMsrc/rpc/PK mMsrc/selection/PK mM src/storage/PK mM src/string/PK mM src/text/PK mM src/undo/PK mMsrc/uri/PK mM src/uuid/PK mM src/validate/PK mM src/widget/PK mMsrc/widget/demoEngine/PK mM src/widget/demoEngine/templates/PK mM'src/widget/demoEngine/templates/images/PK mMsrc/widget/Editor2Plugin/PK mMsrc/widget/html/PK mMsrc/widget/nls/PK mMsrc/widget/nls/fr/PK mMsrc/widget/nls/ja/PK mMsrc/widget/nls/zh-cn/PK mMsrc/widget/svg/PK mMsrc/widget/templates/PK mMsrc/widget/templates/buttons/PK mMsrc/widget/templates/Editor2/PK mM$src/widget/templates/Editor2/Dialog/PK mMsrc/widget/templates/images/PK mM!src/widget/templates/images/Tree/PK mM#src/widget/templates/images/TreeV3/PK mMsrc/widget/vml/PK mMsrc/xml/PK mMstruts/PK mMstruts/widget/PK mM<flash6_gateway.swfCWS xVKsE}H[~E6VobK&!H5p ƫ%U#@U U9rDHV3ӯ.&W{0g9Y`y߆O%" {"@')ﻂ7 0%8QZɣrm@~½ ~.՞ 0R}y#_IA;isz K/{aÃBD=ԙ:l_;" Depending on the edition that you have downloaded, this base dojo.js file may or may not include the modules you wish to use in your application. The files which have been "baked in" to the dojo.js that is part of your distribution are listed in the file build.txt that is part of the top-level directory that is created when you unpack the archive. To ensure modules you wish to use are available, use dojo.require() to request them. A very rich application might include: Note that only those modules which are *not* already "baked in" to dojo.js by the edition's build process are requested by dojo.require(). This helps make your application faster without forcing you to use a build tool while in development. See "Building Dojo" and "Working From Source" for more details. Compatibility ------------- In addition to it's suite of unit-tests for core system components, Dojo has been tested on almost every modern browser, including: - IE 5.5+ - Mozilla 1.5+, Firefox 1.0+ - Safari 1.3.9+ - Konqueror 3.4+ - Opera 8.5+ Note that some widgets and features may not perform exactly the same on every browser due to browser implementation differences. For those looking to use Dojo in non-browser environments, please see "Working From Source". Documentation and Getting Help ------------------------------ Articles outlining major Dojo systems are linked from: http://dojotoolkit.org/docs/ Toolkit APIs are listed in outline form at: http://dojotoolkit.org/docs/apis/ And documented in full at: http://manual.dojotoolkit.org/ The project also maintains a JotSpot Wiki at: http://dojo.jot.com/ A FAQ has been extracted from mailing list traffic: http://dojo.jot.com/FAQ And the main Dojo user mailing list is archived and made searchable at: http://news.gmane.org/gmane.comp.web.dojo.user/ You can sign up for this list, which is a great place to ask questions, at: http://dojotoolkit.org/mailman/listinfo/dojo-interest The Dojo developers also tend to hang out in IRC and help people with Dojo problems. You're most likely to find them at: irc.freenode.net #dojo Note that 3PM Wed PST in #dojo-meeting is reserved for a weekly meeting between project developers, although anyone is welcome to participate. Working From Source ------------------- The core of Dojo is a powerful package system that allows developers to optimize Dojo for deployment while using *exactly the same* application code in development. Therefore, working from source is almost exactly like working from a pre-built edition. Pre-built editions are significantly faster to load than working from source, but are not as flexible when in development. There are multiple ways to get the source. Nightly snapshots of the Dojo source repository are available at: http://archive.dojotoolkit.org/nightly.tgz Anonymous Subversion access is also available: %> svn co http://svn.dojotoolkit.org/dojo/trunk/ dojo Each of these sources will include some extra directories not included in the pre-packaged editions, including command-line tests and build tools for constructing your own packages. Running the command-line unit test suite requires Ant 1.6. If it is installed and in your path, you can run the tests using: %> cd buildscripts %> ant test The command-line test harness makes use of Rhino, a JavaScript interpreter written in Java. Once you have a copy of Dojo's source tree, you have a copy of Rhino. From the root directory, you can use Rhino interactively to load Dojo: %> java -jar buildscripts/lib/js.jar Rhino 1.5 release 3 2002 01 27 js> load("dojo.js"); js> print(dojo); [object Object] js> quit(); This environment is wonderful for testing raw JavaScript functionality in, or even for scripting your system. Since Rhino has full access to anything in Java's classpath, the sky is the limit! Building Dojo ------------- Dojo requires Ant 1.6.x in order to build correctly. While using Dojo from source does *NOT* require that you make a build, speeding up your application by constructing a custom profile build does. Once you have Ant and a source snapshot of Dojo, you can make your own profile build ("edition") which includes only those modules your application uses by customizing one of the files in: [dojo]/buildscripts/profiles/ These files are named *.profile.js and each one contains a list of modules to include in a build. If we created a new profile called "test.profile.js", we could then make a profile build using it by doing: %> cd buildscripts %> ant -Dprofile=test -Ddocless=true release intern-strings If the build is successful, your newly minted and compressed profile build will be placed in [dojo]/release/dojo/ ------------------------------------------------------------------------------- Copyright (c) 2004-2006, The Dojo Foundation, All Rights Reserved vim:ts=4:et:tw=80:shiftwidth=4: PK mMmsrc/animation/Animation.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.animation.Animation"); dojo.require("dojo.animation.AnimationEvent"); dojo.require("dojo.lang.func"); dojo.require("dojo.math"); dojo.require("dojo.math.curves"); dojo.deprecated("dojo.animation.Animation is slated for removal in 0.5; use dojo.lfx.* instead.", "0.5"); dojo.animation.Animation = function (curve, duration, accel, repeatCount, rate) { if (dojo.lang.isArray(curve)) { curve = new dojo.math.curves.Line(curve[0], curve[1]); } this.curve = curve; this.duration = duration; this.repeatCount = repeatCount || 0; this.rate = rate || 25; if (accel) { if (dojo.lang.isFunction(accel.getValue)) { this.accel = accel; } else { var i = 0.35 * accel + 0.5; this.accel = new dojo.math.curves.CatmullRom([[0], [i], [1]], 0.45); } } }; dojo.lang.extend(dojo.animation.Animation, {curve:null, duration:0, repeatCount:0, accel:null, onBegin:null, onAnimate:null, onEnd:null, onPlay:null, onPause:null, onStop:null, handler:null, _animSequence:null, _startTime:null, _endTime:null, _lastFrame:null, _timer:null, _percent:0, _active:false, _paused:false, _startRepeatCount:0, play:function (gotoStart) { if (gotoStart) { clearTimeout(this._timer); this._active = false; this._paused = false; this._percent = 0; } else { if (this._active && !this._paused) { return; } } this._startTime = new Date().valueOf(); if (this._paused) { this._startTime -= (this.duration * this._percent / 100); } this._endTime = this._startTime + this.duration; this._lastFrame = this._startTime; var e = new dojo.animation.AnimationEvent(this, null, this.curve.getValue(this._percent), this._startTime, this._startTime, this._endTime, this.duration, this._percent, 0); this._active = true; this._paused = false; if (this._percent == 0) { if (!this._startRepeatCount) { this._startRepeatCount = this.repeatCount; } e.type = "begin"; if (typeof this.handler == "function") { this.handler(e); } if (typeof this.onBegin == "function") { this.onBegin(e); } } e.type = "play"; if (typeof this.handler == "function") { this.handler(e); } if (typeof this.onPlay == "function") { this.onPlay(e); } if (this._animSequence) { this._animSequence._setCurrent(this); } this._cycle(); }, pause:function () { clearTimeout(this._timer); if (!this._active) { return; } this._paused = true; var e = new dojo.animation.AnimationEvent(this, "pause", this.curve.getValue(this._percent), this._startTime, new Date().valueOf(), this._endTime, this.duration, this._percent, 0); if (typeof this.handler == "function") { this.handler(e); } if (typeof this.onPause == "function") { this.onPause(e); } }, playPause:function () { if (!this._active || this._paused) { this.play(); } else { this.pause(); } }, gotoPercent:function (pct, andPlay) { clearTimeout(this._timer); this._active = true; this._paused = true; this._percent = pct; if (andPlay) { this.play(); } }, stop:function (gotoEnd) { clearTimeout(this._timer); var step = this._percent / 100; if (gotoEnd) { step = 1; } var e = new dojo.animation.AnimationEvent(this, "stop", this.curve.getValue(step), this._startTime, new Date().valueOf(), this._endTime, this.duration, this._percent); if (typeof this.handler == "function") { this.handler(e); } if (typeof this.onStop == "function") { this.onStop(e); } this._active = false; this._paused = false; }, status:function () { if (this._active) { return this._paused ? "paused" : "playing"; } else { return "stopped"; } }, _cycle:function () { clearTimeout(this._timer); if (this._active) { var curr = new Date().valueOf(); var step = (curr - this._startTime) / (this._endTime - this._startTime); var fps = 1000 / (curr - this._lastFrame); this._lastFrame = curr; if (step >= 1) { step = 1; this._percent = 100; } else { this._percent = step * 100; } if (this.accel && this.accel.getValue) { step = this.accel.getValue(step); } var e = new dojo.animation.AnimationEvent(this, "animate", this.curve.getValue(step), this._startTime, curr, this._endTime, this.duration, this._percent, Math.round(fps)); if (typeof this.handler == "function") { this.handler(e); } if (typeof this.onAnimate == "function") { this.onAnimate(e); } if (step < 1) { this._timer = setTimeout(dojo.lang.hitch(this, "_cycle"), this.rate); } else { e.type = "end"; this._active = false; if (typeof this.handler == "function") { this.handler(e); } if (typeof this.onEnd == "function") { this.onEnd(e); } if (this.repeatCount > 0) { this.repeatCount--; this.play(true); } else { if (this.repeatCount == -1) { this.play(true); } else { if (this._startRepeatCount) { this.repeatCount = this._startRepeatCount; this._startRepeatCount = 0; } if (this._animSequence) { this._animSequence._playNext(); } } } } } }}); PK mM src/animation/Timer.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.animation.Timer"); dojo.require("dojo.lang.timing.Timer"); dojo.deprecated("dojo.animation.Timer is now dojo.lang.timing.Timer", "0.5"); dojo.animation.Timer = dojo.lang.timing.Timer; PK mMvttsrc/behavior.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.behavior"); dojo.require("dojo.event.*"); dojo.require("dojo.experimental"); dojo.experimental("dojo.behavior"); dojo.behavior = new function () { function arrIn(obj, name) { if (!obj[name]) { obj[name] = []; } return obj[name]; } function forIn(obj, scope, func) { var tmpObj = {}; for (var x in obj) { if (typeof tmpObj[x] == "undefined") { if (!func) { scope(obj[x], x); } else { func.call(scope, obj[x], x); } } } } this.behaviors = {}; this.add = function (behaviorObj) { var tmpObj = {}; forIn(behaviorObj, this, function (behavior, name) { var tBehavior = arrIn(this.behaviors, name); if ((dojo.lang.isString(behavior)) || (dojo.lang.isFunction(behavior))) { behavior = {found:behavior}; } forIn(behavior, function (rule, ruleName) { arrIn(tBehavior, ruleName).push(rule); }); }); }; this.apply = function () { dojo.profile.start("dojo.behavior.apply"); var r = dojo.render.html; var safariGoodEnough = (!r.safari); if (r.safari) { var uas = r.UA.split("AppleWebKit/")[1]; if (parseInt(uas.match(/[0-9.]{3,}/)) >= 420) { safariGoodEnough = true; } } if ((dj_undef("behaviorFastParse", djConfig) ? (safariGoodEnough) : djConfig["behaviorFastParse"])) { this.applyFast(); } else { this.applySlow(); } dojo.profile.end("dojo.behavior.apply"); }; this.matchCache = {}; this.elementsById = function (id, handleRemoved) { var removed = []; var added = []; arrIn(this.matchCache, id); if (handleRemoved) { var nodes = this.matchCache[id]; for (var x = 0; x < nodes.length; x++) { if (nodes[x].id != "") { removed.push(nodes[x]); nodes.splice(x, 1); x--; } } } var tElem = dojo.byId(id); while (tElem) { if (!tElem["idcached"]) { added.push(tElem); } tElem.id = ""; tElem = dojo.byId(id); } this.matchCache[id] = this.matchCache[id].concat(added); dojo.lang.forEach(this.matchCache[id], function (node) { node.id = id; node.idcached = true; }); return {"removed":removed, "added":added, "match":this.matchCache[id]}; }; this.applyToNode = function (node, action, ruleSetName) { if (typeof action == "string") { dojo.event.topic.registerPublisher(action, node, ruleSetName); } else { if (typeof action == "function") { if (ruleSetName == "found") { action(node); } else { dojo.event.connect(node, ruleSetName, action); } } else { action.srcObj = node; action.srcFunc = ruleSetName; dojo.event.kwConnect(action); } } }; this.applyFast = function () { dojo.profile.start("dojo.behavior.applyFast"); forIn(this.behaviors, function (tBehavior, id) { var elems = dojo.behavior.elementsById(id); dojo.lang.forEach(elems.added, function (elem) { forIn(tBehavior, function (ruleSet, ruleSetName) { if (dojo.lang.isArray(ruleSet)) { dojo.lang.forEach(ruleSet, function (action) { dojo.behavior.applyToNode(elem, action, ruleSetName); }); } }); }); }); dojo.profile.end("dojo.behavior.applyFast"); }; this.applySlow = function () { dojo.profile.start("dojo.behavior.applySlow"); var all = document.getElementsByTagName("*"); var allLen = all.length; for (var x = 0; x < allLen; x++) { var elem = all[x]; if ((elem.id) && (!elem["behaviorAdded"]) && (this.behaviors[elem.id])) { elem["behaviorAdded"] = true; forIn(this.behaviors[elem.id], function (ruleSet, ruleSetName) { if (dojo.lang.isArray(ruleSet)) { dojo.lang.forEach(ruleSet, function (action) { dojo.behavior.applyToNode(elem, action, ruleSetName); }); } }); } } dojo.profile.end("dojo.behavior.applySlow"); }; }; dojo.addOnLoad(dojo.behavior, "apply"); PK mMK 3src/browser_debug.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.browser_debug"); dojo.hostenv.loadedUris.push("../src/bootstrap1.js"); dojo.hostenv.loadedUris.push("../src/loader.js"); dojo.hostenv.loadedUris.push("../src/hostenv_browser.js"); dojo.hostenv._loadedUrisListStart = dojo.hostenv.loadedUris.length; function removeComments(contents) { contents = new String((!contents) ? "" : contents); contents = contents.replace(/^(.*?)\/\/(.*)$/mg, "$1"); contents = contents.replace(/(\n)/mg, "__DOJONEWLINE"); contents = contents.replace(/\/\*(.*?)\*\//g, ""); return contents.replace(/__DOJONEWLINE/mg, "\n"); } dojo.hostenv.getRequiresAndProvides = function (contents) { if (!contents) { return []; } var deps = []; var tmp; RegExp.lastIndex = 0; var testExp = /dojo.(hostenv.loadModule|hostenv.require|require|requireIf|kwCompoundRequire|hostenv.conditionalLoadModule|hostenv.startPackage|provide)\([\w\W]*?\)/mg; while ((tmp = testExp.exec(contents)) != null) { deps.push(tmp[0]); } return deps; }; dojo.hostenv.getDelayRequiresAndProvides = function (contents) { if (!contents) { return []; } var deps = []; var tmp; RegExp.lastIndex = 0; var testExp = /dojo.(requireAfterIf)\([\w\W]*?\)/mg; while ((tmp = testExp.exec(contents)) != null) { deps.push(tmp[0]); } return deps; }; dojo.clobberLastObject = function (objpath) { if (objpath.indexOf(".") == -1) { if (!dj_undef(objpath, dj_global)) { delete dj_global[objpath]; } return true; } var syms = objpath.split(/\./); var base = dojo.evalObjPath(syms.slice(0, -1).join("."), false); var child = syms[syms.length - 1]; if (!dj_undef(child, base)) { delete base[child]; return true; } return false; }; var removals = []; function zip(arr) { var ret = []; var seen = {}; for (var x = 0; x < arr.length; x++) { if (!seen[arr[x]]) { ret.push(arr[x]); seen[arr[x]] = true; } } return ret; } var old_dj_eval = dj_eval; dj_eval = function () { return true; }; dojo.hostenv.oldLoadUri = dojo.hostenv.loadUri; dojo.hostenv.loadUri = function (uri, cb) { if (dojo.hostenv.loadedUris[uri]) { return true; } try { var text = this.getText(uri, null, true); if (!text) { return false; } if (cb) { var expr = old_dj_eval("(" + text + ")"); cb(expr); } else { var requires = dojo.hostenv.getRequiresAndProvides(text); eval(requires.join(";")); dojo.hostenv.loadedUris.push(uri); dojo.hostenv.loadedUris[uri] = true; var delayRequires = dojo.hostenv.getDelayRequiresAndProvides(text); eval(delayRequires.join(";")); } } catch (e) { alert(e); } return true; }; dojo.hostenv._writtenIncludes = {}; dojo.hostenv.writeIncludes = function (willCallAgain) { for (var x = removals.length - 1; x >= 0; x--) { dojo.clobberLastObject(removals[x]); } var depList = []; var seen = dojo.hostenv._writtenIncludes; for (var x = 0; x < dojo.hostenv.loadedUris.length; x++) { var curi = dojo.hostenv.loadedUris[x]; if (!seen[curi]) { seen[curi] = true; depList.push(curi); } } dojo.hostenv._global_omit_module_check = true; for (var x = dojo.hostenv._loadedUrisListStart; x < depList.length; x++) { document.write(""); } document.write(""); dojo.hostenv._loadedUrisListStart = 0; if (!willCallAgain) { dj_eval = old_dj_eval; dojo.hostenv.loadUri = dojo.hostenv.oldLoadUri; } }; PK mMF"src/cal/textDirectory.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.cal.textDirectory"); dojo.require("dojo.string"); dojo.cal.textDirectory.Property = function (line) { var left = dojo.string.trim(line.substring(0, line.indexOf(":"))); var right = dojo.string.trim(line.substr(line.indexOf(":") + 1)); var parameters = dojo.string.splitEscaped(left, ";"); this.name = parameters[0]; parameters.splice(0, 1); this.params = []; var arr; for (var i = 0; i < parameters.length; i++) { arr = parameters[i].split("="); var key = dojo.string.trim(arr[0].toUpperCase()); if (arr.length == 1) { this.params.push([key]); continue; } var values = dojo.string.splitEscaped(arr[1], ","); for (var j = 0; j < values.length; j++) { if (dojo.string.trim(values[j]) != "") { this.params.push([key, dojo.string.trim(values[j])]); } } } if (this.name.indexOf(".") > 0) { arr = this.name.split("."); this.group = arr[0]; this.name = arr[1]; } this.value = right; }; dojo.cal.textDirectory.tokenise = function (text) { var nText = dojo.string.normalizeNewlines(text, "\n").replace(/\n[ \t]/g, "").replace(/\x00/g, ""); var lines = nText.split("\n"); var properties = []; for (var i = 0; i < lines.length; i++) { if (dojo.string.trim(lines[i]) == "") { continue; } var prop = new dojo.cal.textDirectory.Property(lines[i]); properties.push(prop); } return properties; }; PK mM)src/charting/Axis.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.charting.Axis"); dojo.require("dojo.lang.common"); dojo.charting.Axis = function (label, scale, labels) { var id = "dojo-charting-axis-" + dojo.charting.Axis.count++; this.getId = function () { return id; }; this.setId = function (key) { id = key; }; this.scale = scale || "linear"; this.label = label || ""; this.showLabel = true; this.showLabels = true; this.showLines = false; this.showTicks = false; this.range = {upper:100, lower:0}; this.origin = "min"; this._origin = null; this.labels = labels || []; this._labels = []; this.nodes = {main:null, axis:null, label:null, labels:null, lines:null, ticks:null}; this._rerender = false; }; dojo.charting.Axis.count = 0; dojo.extend(dojo.charting.Axis, {getCoord:function (val, plotArea, plot) { val = parseFloat(val, 10); var area = plotArea.getArea(); if (plot.axisX == this) { var offset = 0 - this.range.lower; var min = this.range.lower + offset; var max = this.range.upper + offset; val += offset; return (val * ((area.right - area.left) / max)) + area.left; } else { var max = this.range.upper; var min = this.range.lower; var offset = 0; if (min < 0) { offset += Math.abs(min); } max += offset; min += offset; val += offset; var pmin = area.bottom; var pmax = area.top; return (((pmin - pmax) / (max - min)) * (max - val)) + pmax; } }, initializeOrigin:function (drawAgainst, plane) { if (this._origin == null) { this._origin = this.origin; } if (isNaN(this._origin)) { if (this._origin.toLowerCase() == "max") { this.origin = drawAgainst.range[(plane == "y") ? "upper" : "lower"]; } else { if (this._origin.toLowerCase() == "min") { this.origin = drawAgainst.range[(plane == "y") ? "lower" : "upper"]; } else { this.origin = 0; } } } }, initializeLabels:function () { this._labels = []; if (this.labels.length == 0) { this.showLabels = false; this.showLines = false; this.showTicks = false; } else { if (this.labels[0].label && this.labels[0].value != null) { for (var i = 0; i < this.labels.length; i++) { this._labels.push(this.labels[i]); } } else { if (!isNaN(this.labels[0])) { for (var i = 0; i < this.labels.length; i++) { this._labels.push({label:this.labels[i], value:this.labels[i]}); } } else { var a = []; for (var i = 0; i < this.labels.length; i++) { a.push(this.labels[i]); } var s = a.shift(); this._labels.push({label:s, value:this.range.lower}); if (a.length > 0) { var s = a.pop(); this._labels.push({label:s, value:this.range.upper}); } if (a.length > 0) { var range = this.range.upper - this.range.lower; var step = range / (this.labels.length - 1); for (var i = 1; i <= a.length; i++) { this._labels.push({label:a[i - 1], value:this.range.lower + (step * i)}); } } } } } }, initialize:function (plotArea, plot, drawAgainst, plane) { this.destroy(); this.initializeOrigin(drawAgainst, plane); this.initializeLabels(); var node = this.render(plotArea, plot, drawAgainst, plane); return node; }, destroy:function () { for (var p in this.nodes) { while (this.nodes[p] && this.nodes[p].childNodes.length > 0) { this.nodes[p].removeChild(this.nodes[p].childNodes[0]); } if (this.nodes[p] && this.nodes[p].parentNode) { this.nodes[p].parentNode.removeChild(this.nodes[p]); } this.nodes[p] = null; } }}); dojo.requireIf(dojo.render.svg.capable, "dojo.charting.svg.Axis"); dojo.requireIf(dojo.render.vml.capable, "dojo.charting.vml.Axis"); PK mM   src/charting/Plot.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.charting.Plot"); dojo.require("dojo.lang.common"); dojo.require("dojo.charting.Axis"); dojo.require("dojo.charting.Series"); dojo.charting.RenderPlotSeries = {Singly:"single", Grouped:"grouped"}; dojo.charting.Plot = function (xaxis, yaxis, series) { var id = "dojo-charting-plot-" + dojo.charting.Plot.count++; this.getId = function () { return id; }; this.setId = function (key) { id = key; }; this.axisX = null; this.axisY = null; this.series = []; this.dataNode = null; this.renderType = dojo.charting.RenderPlotSeries.Singly; if (xaxis) { this.setAxis(xaxis, "x"); } if (yaxis) { this.setAxis(yaxis, "y"); } if (series) { for (var i = 0; i < series.length; i++) { this.addSeries(series[i]); } } }; dojo.charting.Plot.count = 0; dojo.extend(dojo.charting.Plot, {addSeries:function (series, plotter) { if (series.plotter) { this.series.push(series); } else { this.series.push({data:series, plotter:plotter || dojo.charting.Plotters["Default"]}); } }, setAxis:function (axis, which) { if (which.toLowerCase() == "x") { this.axisX = axis; } else { if (which.toLowerCase() == "y") { this.axisY = axis; } } }, getRanges:function () { var xmin, xmax, ymin, ymax; xmin = ymin = Number.MAX_VALUE; xmax = ymax = Number.MIN_VALUE; for (var i = 0; i < this.series.length; i++) { var values = this.series[i].data.evaluate(); for (var j = 0; j < values.length; j++) { var comp = values[j]; xmin = Math.min(comp.x, xmin); ymin = Math.min(comp.y, ymin); xmax = Math.max(comp.x, xmax); ymax = Math.max(comp.y, ymax); } } return {x:{upper:xmax, lower:xmin}, y:{upper:ymax, lower:ymin}, toString:function () { return "[ x:" + xmax + " - " + xmin + ", y:" + ymax + " - " + ymin + "]"; }}; }, destroy:function () { var node = this.dataNode; while (node && node.childNodes && node.childNodes.length > 0) { node.removeChild(node.childNodes[0]); } this.dataNode = null; }}); PK mM~isrc/charting/PlotArea.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.charting.PlotArea"); dojo.require("dojo.lang.common"); dojo.require("dojo.gfx.color"); dojo.require("dojo.gfx.color.hsl"); dojo.require("dojo.charting.Plot"); dojo.charting.PlotArea = function () { var id = "dojo-charting-plotarea-" + dojo.charting.PlotArea.count++; this.getId = function () { return id; }; this.setId = function (key) { id = key; }; this.areaType = "standard"; this.plots = []; this.size = {width:600, height:400}; this.padding = {top:10, right:10, bottom:20, left:20}; this.nodes = {main:null, area:null, background:null, axes:null, plots:null}; this._color = {h:140, s:120, l:120, step:27}; }; dojo.charting.PlotArea.count = 0; dojo.extend(dojo.charting.PlotArea, {nextColor:function () { var rgb = dojo.gfx.color.hsl2rgb(this._color.h, this._color.s, this._color.l); this._color.h = (this._color.h + this._color.step) % 360; while (this._color.h < 140) { this._color.h += this._color.step; } return dojo.gfx.color.rgb2hex(rgb[0], rgb[1], rgb[2]); }, getArea:function () { return {left:this.padding.left, right:this.size.width - this.padding.right, top:this.padding.top, bottom:this.size.height - this.padding.bottom, toString:function () { var a = [this.top, this.right, this.bottom, this.left]; return "[" + a.join() + "]"; }}; }, getAxes:function () { var axes = {}; for (var i = 0; i < this.plots.length; i++) { var plot = this.plots[i]; axes[plot.axisX.getId()] = {axis:plot.axisX, drawAgainst:plot.axisY, plot:plot, plane:"x"}; axes[plot.axisY.getId()] = {axis:plot.axisY, drawAgainst:plot.axisX, plot:plot, plane:"y"}; } return axes; }, getLegendInfo:function () { var a = []; for (var i = 0; i < this.plots.length; i++) { for (var j = 0; j < this.plots[i].series.length; j++) { var data = this.plots[i].series[j].data; a.push({label:data.label, color:data.color}); } } return a; }, setAxesRanges:function () { var ranges = {}; var axes = {}; for (var i = 0; i < this.plots.length; i++) { var plot = this.plots[i]; var ranges = plot.getRanges(); var x = ranges.x; var y = ranges.y; var ax, ay; if (!axes[plot.axisX.getId()]) { axes[plot.axisX.getId()] = plot.axisX; ranges[plot.axisX.getId()] = {upper:x.upper, lower:x.lower}; } ax = ranges[plot.axisX.getId()]; ax.upper = Math.max(ax.upper, x.upper); ax.lower = Math.min(ax.lower, x.lower); if (!axes[plot.axisY.getId()]) { axes[plot.axisY.getId()] = plot.axisY; ranges[plot.axisY.getId()] = {upper:y.upper, lower:y.lower}; } ay = ranges[plot.axisY.getId()]; ay.upper = Math.max(ay.upper, y.upper); ay.lower = Math.min(ay.lower, y.lower); } for (var p in axes) { axes[p].range = ranges[p]; } }, render:function (kwArgs, applyToData) { if (!this.nodes.main || !this.nodes.area || !this.nodes.background || !this.nodes.plots || !this.nodes.axes) { this.initialize(); } this.resize(); for (var i = 0; i < this.plots.length; i++) { var plot = this.plots[i]; if (plot.dataNode) { this.nodes.plots.removeChild(plot.dataNode); } var target = this.initializePlot(plot); switch (plot.renderType) { case dojo.charting.RenderPlotSeries.Grouped: if (plot.series[0]) { target.appendChild(plot.series[0].plotter(this, plot, kwArgs, applyToData)); } break; case dojo.charting.RenderPlotSeries.Singly: default: for (var j = 0; j < plot.series.length; j++) { var series = plot.series[j]; var data = series.data.evaluate(kwArgs); target.appendChild(series.plotter(data, this, plot, applyToData)); } } this.nodes.plots.appendChild(target); } }, destroy:function () { for (var i = 0; i < this.plots.length; i++) { this.plots[i].destroy(); } for (var p in this.nodes) { var node = this.nodes[p]; if (!node) { continue; } if (!node.childNodes) { continue; } while (node.childNodes.length > 0) { node.removeChild(node.childNodes[0]); } this.nodes[p] = null; } }}); dojo.requireIf(dojo.render.svg.capable, "dojo.charting.svg.PlotArea"); dojo.requireIf(dojo.render.vml.capable, "dojo.charting.vml.PlotArea"); PK mM PR src/charting/README.txtDojo Charting Engine ========================================================================= The Dojo Charting Engine is a (fairly) complex object structure, designed to provide as much flexibility as possible in terms of chart construction. To this end, the engine details the following structure: Chart ---PlotArea[] ------Plot[] ---------Axis (axisX) ---------Axis (axisY) ---------Series[] A Chart object is the main entity; it is the entire graphic. A Chart may have any number of PlotArea objects, which are the basic canvas against which data is plotted. A PlotArea may have any number of Plot objects, which is a container representing up to 2 axes and any number of series to be plotted against those axes; a Series represents a binding against two fields from a data source (initial rev, this data source is always of type dojo.collections.Store but this will probably change once dojo.data is in production). The point of this structure is to allow for as much flexibility as possible in terms of what kinds of charts can be represented by the engine. The current plan is to accomodate up to analytical financial charts, which tend to have 3 plot areas and any number of different types of axes on each one. The main exception to this is the pie chart, which will have it's own custom codebase. Also, 3D charts are not accounted for at this time, although the only thing that will probably need to be altered to make that work would be Plot and Series (to accomodate the additional Z axis). Finally, a Plot will render its series[] through the use of Plotters, which are custom methods to render specific types of charts. ------------------------------------------------------------------------- In terms of widgets, the basic concept is that there is a central, super- flexible Chart widget (Chart, oddly enough), and then any number of preset chart type widgets, that are basically built to serve a simple, easy purpose. For instance, if someone just needs to plot a series of lines, they would be better off using the LineChart widget; but if someone needed to plot a combo chart, that has 2 Y Axes (one linear, one log) against the same X Axis, using lines and areas, then they will want to use a Chart widget. Note also that unlike other widgets, the Charting engine *can* be called directly from script *without* the need for the actual widget engine to be loaded; the Chart widgets are thin wrappers around the charting engine.PK mMJQ Q src/charting/svg/PlotArea.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.charting.svg.PlotArea"); dojo.require("dojo.lang.common"); if (dojo.render.svg.capable) { dojo.require("dojo.svg"); dojo.extend(dojo.charting.PlotArea, {resize:function () { var area = this.getArea(); this.nodes.area.setAttribute("width", this.size.width); this.nodes.area.setAttribute("height", this.size.height); var rect = this.nodes.area.getElementsByTagName("rect")[0]; rect.setAttribute("x", area.left); rect.setAttribute("y", area.top); rect.setAttribute("width", area.right - area.left); rect.setAttribute("height", area.bottom - area.top); this.nodes.background.setAttribute("width", this.size.width); this.nodes.background.setAttribute("height", this.size.height); if (this.nodes.plots) { this.nodes.area.removeChild(this.nodes.plots); this.nodes.plots = null; } this.nodes.plots = document.createElementNS(dojo.svg.xmlns.svg, "g"); this.nodes.plots.setAttribute("id", this.getId() + "-plots"); this.nodes.plots.setAttribute("style", "clip-path:url(#" + this.getId() + "-clip);"); this.nodes.area.appendChild(this.nodes.plots); for (var i = 0; i < this.plots.length; i++) { this.nodes.plots.appendChild(this.initializePlot(this.plots[i])); } if (this.nodes.axes) { this.nodes.area.removeChild(this.nodes.axes); this.nodes.axes = null; } this.nodes.axes = document.createElementNS(dojo.svg.xmlns.svg, "g"); this.nodes.axes.setAttribute("id", this.getId() + "-axes"); this.nodes.area.appendChild(this.nodes.axes); var axes = this.getAxes(); for (var p in axes) { var obj = axes[p]; this.nodes.axes.appendChild(obj.axis.initialize(this, obj.plot, obj.drawAgainst, obj.plane)); } }, initializePlot:function (plot) { plot.destroy(); plot.dataNode = document.createElementNS(dojo.svg.xmlns.svg, "g"); plot.dataNode.setAttribute("id", plot.getId()); return plot.dataNode; }, initialize:function () { this.destroy(); this.nodes.main = document.createElement("div"); this.nodes.area = document.createElementNS(dojo.svg.xmlns.svg, "svg"); this.nodes.area.setAttribute("id", this.getId()); this.nodes.main.appendChild(this.nodes.area); var defs = document.createElementNS(dojo.svg.xmlns.svg, "defs"); var clip = document.createElementNS(dojo.svg.xmlns.svg, "clipPath"); clip.setAttribute("id", this.getId() + "-clip"); var rect = document.createElementNS(dojo.svg.xmlns.svg, "rect"); clip.appendChild(rect); defs.appendChild(clip); this.nodes.area.appendChild(defs); this.nodes.background = document.createElementNS(dojo.svg.xmlns.svg, "rect"); this.nodes.background.setAttribute("id", this.getId() + "-background"); this.nodes.background.setAttribute("fill", "#fff"); this.nodes.area.appendChild(this.nodes.background); this.resize(); return this.nodes.main; }}); } PK mMGt t src/charting/vml/PlotArea.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.charting.vml.PlotArea"); dojo.require("dojo.lang.common"); if (dojo.render.vml.capable) { dojo.extend(dojo.charting.PlotArea, {resize:function () { var a = this.getArea(); this.nodes.area.style.width = this.size.width + "px"; this.nodes.area.style.height = this.size.height + "px"; this.nodes.background.style.width = this.size.width + "px"; this.nodes.background.style.height = this.size.height + "px"; this.nodes.plots.width = this.size.width + "px"; this.nodes.plots.height = this.size.height + "px"; this.nodes.plots.style.clip = "rect(" + a.top + " " + a.right + " " + a.bottom + " " + a.left + ")"; if (this.nodes.axes) { this.nodes.area.removeChild(this.nodes.axes); } var axes = this.nodes.axes = document.createElement("div"); axes.id = this.getId() + "-axes"; this.nodes.area.appendChild(axes); var ax = this.getAxes(); for (var p in ax) { var obj = ax[p]; axes.appendChild(obj.axis.initialize(this, obj.plot, obj.drawAgainst, obj.plane)); } }, initializePlot:function (plot) { plot.destroy(); plot.dataNode = document.createElement("div"); plot.dataNode.id = plot.getId(); return plot.dataNode; }, initialize:function () { this.destroy(); var main = this.nodes.main = document.createElement("div"); var area = this.nodes.area = document.createElement("div"); area.id = this.getId(); area.style.position = "absolute"; main.appendChild(area); var bg = this.nodes.background = document.createElement("div"); bg.id = this.getId() + "-background"; bg.style.position = "absolute"; bg.style.top = "0px"; bg.style.left = "0px"; bg.style.backgroundColor = "#fff"; area.appendChild(bg); var a = this.getArea(); var plots = this.nodes.plots = document.createElement("div"); plots.id = this.getId() + "-plots"; plots.style.position = "absolute"; plots.style.top = "0px"; plots.style.left = "0px"; area.appendChild(plots); for (var i = 0; i < this.plots.length; i++) { plots.appendChild(this.initializePlot(this.plots[i])); } this.resize(); return main; }}); } PK mM~;Ƿ src/collections/ArrayList.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.collections.ArrayList"); dojo.require("dojo.collections.Collections"); dojo.collections.ArrayList = function (arr) { var items = []; if (arr) { items = items.concat(arr); } this.count = items.length; this.add = function (obj) { items.push(obj); this.count = items.length; }; this.addRange = function (a) { if (a.getIterator) { var e = a.getIterator(); while (!e.atEnd()) { this.add(e.get()); } this.count = items.length; } else { for (var i = 0; i < a.length; i++) { items.push(a[i]); } this.count = items.length; } }; this.clear = function () { items.splice(0, items.length); this.count = 0; }; this.clone = function () { return new dojo.collections.ArrayList(items); }; this.contains = function (obj) { for (var i = 0; i < items.length; i++) { if (items[i] == obj) { return true; } } return false; }; this.forEach = function (fn, scope) { var s = scope || dj_global; if (Array.forEach) { Array.forEach(items, fn, s); } else { for (var i = 0; i < items.length; i++) { fn.call(s, items[i], i, items); } } }; this.getIterator = function () { return new dojo.collections.Iterator(items); }; this.indexOf = function (obj) { for (var i = 0; i < items.length; i++) { if (items[i] == obj) { return i; } } return -1; }; this.insert = function (i, obj) { items.splice(i, 0, obj); this.count = items.length; }; this.item = function (i) { return items[i]; }; this.remove = function (obj) { var i = this.indexOf(obj); if (i >= 0) { items.splice(i, 1); } this.count = items.length; }; this.removeAt = function (i) { items.splice(i, 1); this.count = items.length; }; this.reverse = function () { items.reverse(); }; this.sort = function (fn) { if (fn) { items.sort(fn); } else { items.sort(); } }; this.setByIndex = function (i, obj) { items[i] = obj; this.count = items.length; }; this.toArray = function () { return [].concat(items); }; this.toString = function (delim) { return items.join((delim || ",")); }; }; PK mM Sq44src/collections/Graph.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.collections.Graph"); dojo.require("dojo.collections.Collections"); dojo.experimental("dojo.collections.Graph"); dojo.collections.Graph = function (nodes) { function node(key, data, neighbors) { this.key = key; this.data = data; this.neighbors = neighbors || new adjacencyList(); this.addDirected = function () { if (arguments[0].constructor == edgeToNeighbor) { this.neighbors.add(arguments[0]); } else { var n = arguments[0]; var cost = arguments[1] || 0; this.neighbors.add(new edgeToNeighbor(n, cost)); } }; } function nodeList() { var d = new dojo.collections.Dictionary(); function nodelistiterator() { var o = []; var e = d.getIterator(); while (e.get()) { o[o.length] = e.element; } var position = 0; this.element = o[position] || null; this.atEnd = function () { return (position >= o.length); }; this.get = function () { if (this.atEnd()) { return null; } this.element = o[position++]; return this.element; }; this.map = function (fn, scope) { var s = scope || dj_global; if (Array.map) { return Array.map(o, fn, s); } else { var arr = []; for (var i = 0; i < o.length; i++) { arr.push(fn.call(s, o[i])); } return arr; } }; this.reset = function () { position = 0; this.element = o[position]; }; } this.add = function (node) { d.add(node.key, node); }; this.clear = function () { d.clear(); }; this.containsKey = function (key) { return d.containsKey(key); }; this.getIterator = function () { return new nodelistiterator(this); }; this.item = function (key) { return d.item(key); }; this.remove = function (node) { d.remove(node.key); }; } function edgeToNeighbor(node, cost) { this.neighbor = node; this.cost = cost; } function adjacencyList() { var d = []; this.add = function (o) { d.push(o); }; this.item = function (i) { return d[i]; }; this.getIterator = function () { return new dojo.collections.Iterator([].concat(d)); }; } this.nodes = nodes || new nodeList(); this.count = this.nodes.count; this.clear = function () { this.nodes.clear(); this.count = 0; }; this.addNode = function () { var n = arguments[0]; if (arguments.length > 1) { n = new node(arguments[0], arguments[1]); } if (!this.nodes.containsKey(n.key)) { this.nodes.add(n); this.count++; } }; this.addDirectedEdge = function (uKey, vKey, cost) { var uNode, vNode; if (uKey.constructor != node) { uNode = this.nodes.item(uKey); vNode = this.nodes.item(vKey); } else { uNode = uKey; vNode = vKey; } var c = cost || 0; uNode.addDirected(vNode, c); }; this.addUndirectedEdge = function (uKey, vKey, cost) { var uNode, vNode; if (uKey.constructor != node) { uNode = this.nodes.item(uKey); vNode = this.nodes.item(vKey); } else { uNode = uKey; vNode = vKey; } var c = cost || 0; uNode.addDirected(vNode, c); vNode.addDirected(uNode, c); }; this.contains = function (n) { return this.nodes.containsKey(n.key); }; this.containsKey = function (k) { return this.nodes.containsKey(k); }; }; PK mMH88src/collections/SortedList.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.collections.SortedList"); dojo.require("dojo.collections.Collections"); dojo.collections.SortedList = function (dictionary) { var _this = this; var items = {}; var q = []; var sorter = function (a, b) { if (a.key > b.key) { return 1; } if (a.key < b.key) { return -1; } return 0; }; var build = function () { q = []; var e = _this.getIterator(); while (!e.atEnd()) { q.push(e.get()); } q.sort(sorter); }; var testObject = {}; this.count = q.length; this.add = function (k, v) { if (!items[k]) { items[k] = new dojo.collections.DictionaryEntry(k, v); this.count = q.push(items[k]); q.sort(sorter); } }; this.clear = function () { items = {}; q = []; this.count = q.length; }; this.clone = function () { return new dojo.collections.SortedList(this); }; this.contains = this.containsKey = function (k) { if (testObject[k]) { return false; } return (items[k] != null); }; this.containsValue = function (o) { var e = this.getIterator(); while (!e.atEnd()) { var item = e.get(); if (item.value == o) { return true; } } return false; }; this.copyTo = function (arr, i) { var e = this.getIterator(); var idx = i; while (!e.atEnd()) { arr.splice(idx, 0, e.get()); idx++; } }; this.entry = function (k) { return items[k]; }; this.forEach = function (fn, scope) { var s = scope || dj_global; if (Array.forEach) { Array.forEach(q, fn, s); } else { for (var i = 0; i < q.length; i++) { fn.call(s, q[i], i, q); } } }; this.getByIndex = function (i) { return q[i].valueOf(); }; this.getIterator = function () { return new dojo.collections.DictionaryIterator(items); }; this.getKey = function (i) { return q[i].key; }; this.getKeyList = function () { var arr = []; var e = this.getIterator(); while (!e.atEnd()) { arr.push(e.get().key); } return arr; }; this.getValueList = function () { var arr = []; var e = this.getIterator(); while (!e.atEnd()) { arr.push(e.get().value); } return arr; }; this.indexOfKey = function (k) { for (var i = 0; i < q.length; i++) { if (q[i].key == k) { return i; } } return -1; }; this.indexOfValue = function (o) { for (var i = 0; i < q.length; i++) { if (q[i].value == o) { return i; } } return -1; }; this.item = function (k) { if (k in items && !testObject[k]) { return items[k].valueOf(); } return undefined; }; this.remove = function (k) { delete items[k]; build(); this.count = q.length; }; this.removeAt = function (i) { delete items[q[i].key]; build(); this.count = q.length; }; this.replace = function (k, v) { if (!items[k]) { this.add(k, v); return false; } else { items[k] = new dojo.collections.DictionaryEntry(k, v); q.sort(sorter); return true; } }; this.setByIndex = function (i, o) { items[q[i].key].value = o; build(); this.count = q.length; }; if (dictionary) { var e = dictionary.getIterator(); while (!e.atEnd()) { var item = e.get(); q[q.length] = items[item.key] = new dojo.collections.DictionaryEntry(item.key, item.value); } q.sort(sorter); } }; PK mM"YYsrc/crypto/Blowfish.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.crypto"); dojo.provide("dojo.crypto.Blowfish"); dojo.crypto.Blowfish = new function () { var POW2 = Math.pow(2, 2); var POW3 = Math.pow(2, 3); var POW4 = Math.pow(2, 4); var POW8 = Math.pow(2, 8); var POW16 = Math.pow(2, 16); var POW24 = Math.pow(2, 24); var iv = null; var boxes = {p:[608135816, 2242054355, 320440878, 57701188, 2752067618, 698298832, 137296536, 3964562569, 1160258022, 953160567, 3193202383, 887688300, 3232508343, 3380367581, 1065670069, 3041331479, 2450970073, 2306472731], s0:[3509652390, 2564797868, 805139163, 3491422135, 3101798381, 1780907670, 3128725573, 4046225305, 614570311, 3012652279, 134345442, 2240740374, 1667834072, 1901547113, 2757295779, 4103290238, 227898511, 1921955416, 1904987480, 2182433518, 2069144605, 3260701109, 2620446009, 720527379, 3318853667, 677414384, 3393288472, 3101374703, 2390351024, 1614419982, 1822297739, 2954791486, 3608508353, 3174124327, 2024746970, 1432378464, 3864339955, 2857741204, 1464375394, 1676153920, 1439316330, 715854006, 3033291828, 289532110, 2706671279, 2087905683, 3018724369, 1668267050, 732546397, 1947742710, 3462151702, 2609353502, 2950085171, 1814351708, 2050118529, 680887927, 999245976, 1800124847, 3300911131, 1713906067, 1641548236, 4213287313, 1216130144, 1575780402, 4018429277, 3917837745, 3693486850, 3949271944, 596196993, 3549867205, 258830323, 2213823033, 772490370, 2760122372, 1774776394, 2652871518, 566650946, 4142492826, 1728879713, 2882767088, 1783734482, 3629395816, 2517608232, 2874225571, 1861159788, 326777828, 3124490320, 2130389656, 2716951837, 967770486, 1724537150, 2185432712, 2364442137, 1164943284, 2105845187, 998989502, 3765401048, 2244026483, 1075463327, 1455516326, 1322494562, 910128902, 469688178, 1117454909, 936433444, 3490320968, 3675253459, 1240580251, 122909385, 2157517691, 634681816, 4142456567, 3825094682, 3061402683, 2540495037, 79693498, 3249098678, 1084186820, 1583128258, 426386531, 1761308591, 1047286709, 322548459, 995290223, 1845252383, 2603652396, 3431023940, 2942221577, 3202600964, 3727903485, 1712269319, 422464435, 3234572375, 1170764815, 3523960633, 3117677531, 1434042557, 442511882, 3600875718, 1076654713, 1738483198, 4213154764, 2393238008, 3677496056, 1014306527, 4251020053, 793779912, 2902807211, 842905082, 4246964064, 1395751752, 1040244610, 2656851899, 3396308128, 445077038, 3742853595, 3577915638, 679411651, 2892444358, 2354009459, 1767581616, 3150600392, 3791627101, 3102740896, 284835224, 4246832056, 1258075500, 768725851, 2589189241, 3069724005, 3532540348, 1274779536, 3789419226, 2764799539, 1660621633, 3471099624, 4011903706, 913787905, 3497959166, 737222580, 2514213453, 2928710040, 3937242737, 1804850592, 3499020752, 2949064160, 2386320175, 2390070455, 2415321851, 4061277028, 2290661394, 2416832540, 1336762016, 1754252060, 3520065937, 3014181293, 791618072, 3188594551, 3933548030, 2332172193, 3852520463, 3043980520, 413987798, 3465142937, 3030929376, 4245938359, 2093235073, 3534596313, 375366246, 2157278981, 2479649556, 555357303, 3870105701, 2008414854, 3344188149, 4221384143, 3956125452, 2067696032, 3594591187, 2921233993, 2428461, 544322398, 577241275, 1471733935, 610547355, 4027169054, 1432588573, 1507829418, 2025931657, 3646575487, 545086370, 48609733, 2200306550, 1653985193, 298326376, 1316178497, 3007786442, 2064951626, 458293330, 2589141269, 3591329599, 3164325604, 727753846, 2179363840, 146436021, 1461446943, 4069977195, 705550613, 3059967265, 3887724982, 4281599278, 3313849956, 1404054877, 2845806497, 146425753, 1854211946], s1:[1266315497, 3048417604, 3681880366, 3289982499, 2909710000, 1235738493, 2632868024, 2414719590, 3970600049, 1771706367, 1449415276, 3266420449, 422970021, 1963543593, 2690192192, 3826793022, 1062508698, 1531092325, 1804592342, 2583117782, 2714934279, 4024971509, 1294809318, 4028980673, 1289560198, 2221992742, 1669523910, 35572830, 157838143, 1052438473, 1016535060, 1802137761, 1753167236, 1386275462, 3080475397, 2857371447, 1040679964, 2145300060, 2390574316, 1461121720, 2956646967, 4031777805, 4028374788, 33600511, 2920084762, 1018524850, 629373528, 3691585981, 3515945977, 2091462646, 2486323059, 586499841, 988145025, 935516892, 3367335476, 2599673255, 2839830854, 265290510, 3972581182, 2759138881, 3795373465, 1005194799, 847297441, 406762289, 1314163512, 1332590856, 1866599683, 4127851711, 750260880, 613907577, 1450815602, 3165620655, 3734664991, 3650291728, 3012275730, 3704569646, 1427272223, 778793252, 1343938022, 2676280711, 2052605720, 1946737175, 3164576444, 3914038668, 3967478842, 3682934266, 1661551462, 3294938066, 4011595847, 840292616, 3712170807, 616741398, 312560963, 711312465, 1351876610, 322626781, 1910503582, 271666773, 2175563734, 1594956187, 70604529, 3617834859, 1007753275, 1495573769, 4069517037, 2549218298, 2663038764, 504708206, 2263041392, 3941167025, 2249088522, 1514023603, 1998579484, 1312622330, 694541497, 2582060303, 2151582166, 1382467621, 776784248, 2618340202, 3323268794, 2497899128, 2784771155, 503983604, 4076293799, 907881277, 423175695, 432175456, 1378068232, 4145222326, 3954048622, 3938656102, 3820766613, 2793130115, 2977904593, 26017576, 3274890735, 3194772133, 1700274565, 1756076034, 4006520079, 3677328699, 720338349, 1533947780, 354530856, 688349552, 3973924725, 1637815568, 332179504, 3949051286, 53804574, 2852348879, 3044236432, 1282449977, 3583942155, 3416972820, 4006381244, 1617046695, 2628476075, 3002303598, 1686838959, 431878346, 2686675385, 1700445008, 1080580658, 1009431731, 832498133, 3223435511, 2605976345, 2271191193, 2516031870, 1648197032, 4164389018, 2548247927, 300782431, 375919233, 238389289, 3353747414, 2531188641, 2019080857, 1475708069, 455242339, 2609103871, 448939670, 3451063019, 1395535956, 2413381860, 1841049896, 1491858159, 885456874, 4264095073, 4001119347, 1565136089, 3898914787, 1108368660, 540939232, 1173283510, 2745871338, 3681308437, 4207628240, 3343053890, 4016749493, 1699691293, 1103962373, 3625875870, 2256883143, 3830138730, 1031889488, 3479347698, 1535977030, 4236805024, 3251091107, 2132092099, 1774941330, 1199868427, 1452454533, 157007616, 2904115357, 342012276, 595725824, 1480756522, 206960106, 497939518, 591360097, 863170706, 2375253569, 3596610801, 1814182875, 2094937945, 3421402208, 1082520231, 3463918190, 2785509508, 435703966, 3908032597, 1641649973, 2842273706, 3305899714, 1510255612, 2148256476, 2655287854, 3276092548, 4258621189, 236887753, 3681803219, 274041037, 1734335097, 3815195456, 3317970021, 1899903192, 1026095262, 4050517792, 356393447, 2410691914, 3873677099, 3682840055], s2:[3913112168, 2491498743, 4132185628, 2489919796, 1091903735, 1979897079, 3170134830, 3567386728, 3557303409, 857797738, 1136121015, 1342202287, 507115054, 2535736646, 337727348, 3213592640, 1301675037, 2528481711, 1895095763, 1721773893, 3216771564, 62756741, 2142006736, 835421444, 2531993523, 1442658625, 3659876326, 2882144922, 676362277, 1392781812, 170690266, 3921047035, 1759253602, 3611846912, 1745797284, 664899054, 1329594018, 3901205900, 3045908486, 2062866102, 2865634940, 3543621612, 3464012697, 1080764994, 553557557, 3656615353, 3996768171, 991055499, 499776247, 1265440854, 648242737, 3940784050, 980351604, 3713745714, 1749149687, 3396870395, 4211799374, 3640570775, 1161844396, 3125318951, 1431517754, 545492359, 4268468663, 3499529547, 1437099964, 2702547544, 3433638243, 2581715763, 2787789398, 1060185593, 1593081372, 2418618748, 4260947970, 69676912, 2159744348, 86519011, 2512459080, 3838209314, 1220612927, 3339683548, 133810670, 1090789135, 1078426020, 1569222167, 845107691, 3583754449, 4072456591, 1091646820, 628848692, 1613405280, 3757631651, 526609435, 236106946, 48312990, 2942717905, 3402727701, 1797494240, 859738849, 992217954, 4005476642, 2243076622, 3870952857, 3732016268, 765654824, 3490871365, 2511836413, 1685915746, 3888969200, 1414112111, 2273134842, 3281911079, 4080962846, 172450625, 2569994100, 980381355, 4109958455, 2819808352, 2716589560, 2568741196, 3681446669, 3329971472, 1835478071, 660984891, 3704678404, 4045999559, 3422617507, 3040415634, 1762651403, 1719377915, 3470491036, 2693910283, 3642056355, 3138596744, 1364962596, 2073328063, 1983633131, 926494387, 3423689081, 2150032023, 4096667949, 1749200295, 3328846651, 309677260, 2016342300, 1779581495, 3079819751, 111262694, 1274766160, 443224088, 298511866, 1025883608, 3806446537, 1145181785, 168956806, 3641502830, 3584813610, 1689216846, 3666258015, 3200248200, 1692713982, 2646376535, 4042768518, 1618508792, 1610833997, 3523052358, 4130873264, 2001055236, 3610705100, 2202168115, 4028541809, 2961195399, 1006657119, 2006996926, 3186142756, 1430667929, 3210227297, 1314452623, 4074634658, 4101304120, 2273951170, 1399257539, 3367210612, 3027628629, 1190975929, 2062231137, 2333990788, 2221543033, 2438960610, 1181637006, 548689776, 2362791313, 3372408396, 3104550113, 3145860560, 296247880, 1970579870, 3078560182, 3769228297, 1714227617, 3291629107, 3898220290, 166772364, 1251581989, 493813264, 448347421, 195405023, 2709975567, 677966185, 3703036547, 1463355134, 2715995803, 1338867538, 1343315457, 2802222074, 2684532164, 233230375, 2599980071, 2000651841, 3277868038, 1638401717, 4028070440, 3237316320, 6314154, 819756386, 300326615, 590932579, 1405279636, 3267499572, 3150704214, 2428286686, 3959192993, 3461946742, 1862657033, 1266418056, 963775037, 2089974820, 2263052895, 1917689273, 448879540, 3550394620, 3981727096, 150775221, 3627908307, 1303187396, 508620638, 2975983352, 2726630617, 1817252668, 1876281319, 1457606340, 908771278, 3720792119, 3617206836, 2455994898, 1729034894, 1080033504], s3:[976866871, 3556439503, 2881648439, 1522871579, 1555064734, 1336096578, 3548522304, 2579274686, 3574697629, 3205460757, 3593280638, 3338716283, 3079412587, 564236357, 2993598910, 1781952180, 1464380207, 3163844217, 3332601554, 1699332808, 1393555694, 1183702653, 3581086237, 1288719814, 691649499, 2847557200, 2895455976, 3193889540, 2717570544, 1781354906, 1676643554, 2592534050, 3230253752, 1126444790, 2770207658, 2633158820, 2210423226, 2615765581, 2414155088, 3127139286, 673620729, 2805611233, 1269405062, 4015350505, 3341807571, 4149409754, 1057255273, 2012875353, 2162469141, 2276492801, 2601117357, 993977747, 3918593370, 2654263191, 753973209, 36408145, 2530585658, 25011837, 3520020182, 2088578344, 530523599, 2918365339, 1524020338, 1518925132, 3760827505, 3759777254, 1202760957, 3985898139, 3906192525, 674977740, 4174734889, 2031300136, 2019492241, 3983892565, 4153806404, 3822280332, 352677332, 2297720250, 60907813, 90501309, 3286998549, 1016092578, 2535922412, 2839152426, 457141659, 509813237, 4120667899, 652014361, 1966332200, 2975202805, 55981186, 2327461051, 676427537, 3255491064, 2882294119, 3433927263, 1307055953, 942726286, 933058658, 2468411793, 3933900994, 4215176142, 1361170020, 2001714738, 2830558078, 3274259782, 1222529897, 1679025792, 2729314320, 3714953764, 1770335741, 151462246, 3013232138, 1682292957, 1483529935, 471910574, 1539241949, 458788160, 3436315007, 1807016891, 3718408830, 978976581, 1043663428, 3165965781, 1927990952, 4200891579, 2372276910, 3208408903, 3533431907, 1412390302, 2931980059, 4132332400, 1947078029, 3881505623, 4168226417, 2941484381, 1077988104, 1320477388, 886195818, 18198404, 3786409000, 2509781533, 112762804, 3463356488, 1866414978, 891333506, 18488651, 661792760, 1628790961, 3885187036, 3141171499, 876946877, 2693282273, 1372485963, 791857591, 2686433993, 3759982718, 3167212022, 3472953795, 2716379847, 445679433, 3561995674, 3504004811, 3574258232, 54117162, 3331405415, 2381918588, 3769707343, 4154350007, 1140177722, 4074052095, 668550556, 3214352940, 367459370, 261225585, 2610173221, 4209349473, 3468074219, 3265815641, 314222801, 3066103646, 3808782860, 282218597, 3406013506, 3773591054, 379116347, 1285071038, 846784868, 2669647154, 3771962079, 3550491691, 2305946142, 453669953, 1268987020, 3317592352, 3279303384, 3744833421, 2610507566, 3859509063, 266596637, 3847019092, 517658769, 3462560207, 3443424879, 370717030, 4247526661, 2224018117, 4143653529, 4112773975, 2788324899, 2477274417, 1456262402, 2901442914, 1517677493, 1846949527, 2295493580, 3734397586, 2176403920, 1280348187, 1908823572, 3871786941, 846861322, 1172426758, 3287448474, 3383383037, 1655181056, 3139813346, 901632758, 1897031941, 2986607138, 3066810236, 3447102507, 1393639104, 373351379, 950779232, 625454576, 3124240540, 4148612726, 2007998917, 544563296, 2244738638, 2330496472, 2058025392, 1291430526, 424198748, 50039436, 29584100, 3605783033, 2429876329, 2791104160, 1057563949, 3255363231, 3075367218, 3463963227, 1469046755, 985887462]}; function add(x, y) { var sum = (x + y) & 4294967295; if (sum < 0) { sum = -sum; return (65536 * ((sum >> 16) ^ 65535)) + (((sum & 65535) ^ 65535) + 1); } return sum; } function split(x) { var r = x & 4294967295; if (r < 0) { r = -r; return [((r & 65535) ^ 65535) + 1, (r >> 16) ^ 65535]; } return [r & 65535, (r >> 16)]; } function xor(x, y) { var xs = split(x); var ys = split(y); return (65536 * (xs[1] ^ ys[1])) + (xs[0] ^ ys[0]); } function $(v, box) { var d = v & 255; v >>= 8; var c = v & 255; v >>= 8; var b = v & 255; v >>= 8; var a = v & 255; var r = add(box.s0[a], box.s1[b]); r = xor(r, box.s2[c]); return add(r, box.s3[d]); } function eb(o, box) { var l = o.left; var r = o.right; l = xor(l, box.p[0]); r = xor(r, xor($(l, box), box.p[1])); l = xor(l, xor($(r, box), box.p[2])); r = xor(r, xor($(l, box), box.p[3])); l = xor(l, xor($(r, box), box.p[4])); r = xor(r, xor($(l, box), box.p[5])); l = xor(l, xor($(r, box), box.p[6])); r = xor(r, xor($(l, box), box.p[7])); l = xor(l, xor($(r, box), box.p[8])); r = xor(r, xor($(l, box), box.p[9])); l = xor(l, xor($(r, box), box.p[10])); r = xor(r, xor($(l, box), box.p[11])); l = xor(l, xor($(r, box), box.p[12])); r = xor(r, xor($(l, box), box.p[13])); l = xor(l, xor($(r, box), box.p[14])); r = xor(r, xor($(l, box), box.p[15])); l = xor(l, xor($(r, box), box.p[16])); o.right = l; o.left = xor(r, box.p[17]); } function db(o, box) { var l = o.left; var r = o.right; l = xor(l, box.p[17]); r = xor(r, xor($(l, box), box.p[16])); l = xor(l, xor($(r, box), box.p[15])); r = xor(r, xor($(l, box), box.p[14])); l = xor(l, xor($(r, box), box.p[13])); r = xor(r, xor($(l, box), box.p[12])); l = xor(l, xor($(r, box), box.p[11])); r = xor(r, xor($(l, box), box.p[10])); l = xor(l, xor($(r, box), box.p[9])); r = xor(r, xor($(l, box), box.p[8])); l = xor(l, xor($(r, box), box.p[7])); r = xor(r, xor($(l, box), box.p[6])); l = xor(l, xor($(r, box), box.p[5])); r = xor(r, xor($(l, box), box.p[4])); l = xor(l, xor($(r, box), box.p[3])); r = xor(r, xor($(l, box), box.p[2])); l = xor(l, xor($(r, box), box.p[1])); o.right = l; o.left = xor(r, box.p[0]); } function init(key) { var k = key; if (typeof (k) == "string") { var a = []; for (var i = 0; i < k.length; i++) { a.push(k.charCodeAt(i) & 255); } k = a; } var box = {p:[], s0:[], s1:[], s2:[], s3:[]}; for (var i = 0; i < boxes.p.length; i++) { box.p.push(boxes.p[i]); } for (var i = 0; i < boxes.s0.length; i++) { box.s0.push(boxes.s0[i]); } for (var i = 0; i < boxes.s1.length; i++) { box.s1.push(boxes.s1[i]); } for (var i = 0; i < boxes.s2.length; i++) { box.s2.push(boxes.s2[i]); } for (var i = 0; i < boxes.s3.length; i++) { box.s3.push(boxes.s3[i]); } var pos = 0; var data = 0; for (var i = 0; i < box.p.length; i++) { for (var j = 0; j < 4; j++) { data = (data * POW8) | k[pos]; if (++pos == k.length) { pos = 0; } } box.p[i] = xor(box.p[i], data); } var res = {left:0, right:0}; for (var i = 0; i < box.p.length; ) { eb(res, box); box.p[i++] = res.left; box.p[i++] = res.right; } for (var i = 0; i < 4; i++) { for (var j = 0; j < box["s" + i].length; ) { eb(res, box); box["s" + i][j++] = res.left; box["s" + i][j++] = res.right; } } return box; } function toBase64(ba) { var p = "="; var tab = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; var s = []; var l = ba.length; var rm = l % 3; var x = l - rm; for (var i = 0; i < x; ) { var t = ba[i++] << 16 | ba[i++] << 8 | ba[i++]; s.push(tab.charAt((t >>> 18) & 63)); s.push(tab.charAt((t >>> 12) & 63)); s.push(tab.charAt((t >>> 6) & 63)); s.push(tab.charAt(t & 63)); } switch (rm) { case 2: var t = ba[i++] << 16 | ba[i++] << 8; s.push(tab.charAt((t >>> 18) & 63)); s.push(tab.charAt((t >>> 12) & 63)); s.push(tab.charAt((t >>> 6) & 63)); s.push(p); break; case 1: var t = ba[i++] << 16; s.push(tab.charAt((t >>> 18) & 63)); s.push(tab.charAt((t >>> 12) & 63)); s.push(p); s.push(p); break; } return s.join(""); } function fromBase64(str) { var s = str.split(""); var p = "="; var tab = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; var out = []; var l = s.length; while (s[--l] == p) { } for (var i = 0; i < l; ) { var t = tab.indexOf(s[i++]) << 18 | tab.indexOf(s[i++]) << 12 | tab.indexOf(s[i++]) << 6 | tab.indexOf(s[i++]); out.push((t >>> 16) & 255); out.push((t >>> 8) & 255); out.push(t & 255); } return out; } this.getIV = function (outputType) { var out = outputType || dojo.crypto.outputTypes.Base64; switch (out) { case dojo.crypto.outputTypes.Hex: var s = []; for (var i = 0; i < iv.length; i++) { s.push((iv[i]).toString(16)); } return s.join(""); case dojo.crypto.outputTypes.String: return iv.join(""); case dojo.crypto.outputTypes.Raw: return iv; default: return toBase64(iv); } }; this.setIV = function (data, inputType) { var ip = inputType || dojo.crypto.outputTypes.Base64; var ba = null; switch (ip) { case dojo.crypto.outputTypes.String: ba = []; for (var i = 0; i < data.length; i++) { ba.push(data.charCodeAt(i)); } break; case dojo.crypto.outputTypes.Hex: ba = []; var i = 0; while (i + 1 < data.length) { ba.push(parseInt(data.substr(i, 2), 16)); i += 2; } break; case dojo.crypto.outputTypes.Raw: ba = data; break; default: ba = fromBase64(data); break; } iv = {}; iv.left = ba[0] * POW24 | ba[1] * POW16 | ba[2] * POW8 | ba[3]; iv.right = ba[4] * POW24 | ba[5] * POW16 | ba[6] * POW8 | ba[7]; }; this.encrypt = function (plaintext, key, ao) { var out = dojo.crypto.outputTypes.Base64; var mode = dojo.crypto.cipherModes.EBC; if (ao) { if (ao.outputType) { out = ao.outputType; } if (ao.cipherMode) { mode = ao.cipherMode; } } var bx = init(key); var padding = 8 - (plaintext.length & 7); for (var i = 0; i < padding; i++) { plaintext += String.fromCharCode(padding); } var cipher = []; var count = plaintext.length >> 3; var pos = 0; var o = {}; var isCBC = (mode == dojo.crypto.cipherModes.CBC); var vector = {left:iv.left || null, right:iv.right || null}; for (var i = 0; i < count; i++) { o.left = plaintext.charCodeAt(pos) * POW24 | plaintext.charCodeAt(pos + 1) * POW16 | plaintext.charCodeAt(pos + 2) * POW8 | plaintext.charCodeAt(pos + 3); o.right = plaintext.charCodeAt(pos + 4) * POW24 | plaintext.charCodeAt(pos + 5) * POW16 | plaintext.charCodeAt(pos + 6) * POW8 | plaintext.charCodeAt(pos + 7); if (isCBC) { o.left = xor(o.left, vector.left); o.right = xor(o.right, vector.right); } eb(o, bx); if (isCBC) { vector.left = o.left; vector.right = o.right; dojo.crypto.outputTypes.Hex; } cipher.push((o.left >> 24) & 255); cipher.push((o.left >> 16) & 255); cipher.push((o.left >> 8) & 255); cipher.push(o.left & 255); cipher.push((o.right >> 24) & 255); cipher.push((o.right >> 16) & 255); cipher.push((o.right >> 8) & 255); cipher.push(o.right & 255); pos += 8; } switch (out) { case dojo.crypto.outputTypes.Hex: var s = []; for (var i = 0; i < cipher.length; i++) { s.push((cipher[i]).toString(16)); } return s.join(""); case dojo.crypto.outputTypes.String: return cipher.join(""); case dojo.crypto.outputTypes.Raw: return cipher; default: return toBase64(cipher); } }; this.decrypt = function (ciphertext, key, ao) { var ip = dojo.crypto.outputTypes.Base64; var mode = dojo.crypto.cipherModes.EBC; if (ao) { if (ao.outputType) { ip = ao.outputType; } if (ao.cipherMode) { mode = ao.cipherMode; } } var bx = init(key); var pt = []; var c = null; switch (ip) { case dojo.crypto.outputTypes.Hex: c = []; var i = 0; while (i + 1 < ciphertext.length) { c.push(parseInt(ciphertext.substr(i, 2), 16)); i += 2; } break; case dojo.crypto.outputTypes.String: c = []; for (var i = 0; i < ciphertext.length; i++) { c.push(ciphertext.charCodeAt(i)); } break; case dojo.crypto.outputTypes.Raw: c = ciphertext; break; default: c = fromBase64(ciphertext); break; } var count = c.length >> 3; var pos = 0; var o = {}; var isCBC = (mode == dojo.crypto.cipherModes.CBC); var vector = {left:iv.left || null, right:iv.right || null}; for (var i = 0; i < count; i++) { o.left = c[pos] * POW24 | c[pos + 1] * POW16 | c[pos + 2] * POW8 | c[pos + 3]; o.right = c[pos + 4] * POW24 | c[pos + 5] * POW16 | c[pos + 6] * POW8 | c[pos + 7]; if (isCBC) { var left = o.left; var right = o.right; } db(o, bx); if (isCBC) { o.left = xor(o.left, vector.left); o.right = xor(o.right, vector.right); vector.left = left; vector.right = right; } pt.push((o.left >> 24) & 255); pt.push((o.left >> 16) & 255); pt.push((o.left >> 8) & 255); pt.push(o.left & 255); pt.push((o.right >> 24) & 255); pt.push((o.right >> 16) & 255); pt.push((o.right >> 8) & 255); pt.push(o.right & 255); pos += 8; } if (pt[pt.length - 1] == pt[pt.length - 2] || pt[pt.length - 1] == 1) { var n = pt[pt.length - 1]; pt.splice(pt.length - n, n); } for (var i = 0; i < pt.length; i++) { pt[i] = String.fromCharCode(pt[i]); } return pt.join(""); }; this.setIV("0000000000000000", dojo.crypto.outputTypes.Hex); }(); PK mM)  src/crypto.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.crypto"); dojo.crypto.cipherModes = {ECB:0, CBC:1, PCBC:2, CFB:3, OFB:4, CTR:5}; dojo.crypto.outputTypes = {Base64:0, Hex:1, String:2, Raw:3}; PK mMmxxsrc/data/core/Write.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.core.Write"); dojo.require("dojo.data.core.Read"); dojo.require("dojo.lang.declare"); dojo.require("dojo.experimental"); dojo.experimental("dojo.data.core.Write"); dojo.declare("dojo.data.core.Write", dojo.data.core.Read, {newItem:function (keywordArgs) { var newItem; dojo.unimplemented("dojo.data.core.Write.newItem"); return newItem; }, deleteItem:function (item) { dojo.unimplemented("dojo.data.core.Write.deleteItem"); return false; }, set:function (item, attribute, value) { dojo.unimplemented("dojo.data.core.Write.set"); return false; }, setValues:function (item, attribute, values) { dojo.unimplemented("dojo.data.core.Write.setValues"); return false; }, unsetAttribute:function (item, attribute) { dojo.unimplemented("dojo.data.core.Write.clear"); return false; }, save:function () { dojo.unimplemented("dojo.data.core.Write.save"); return false; }, revert:function () { dojo.unimplemented("dojo.data.core.Write.revert"); return false; }, isDirty:function (item) { dojo.unimplemented("dojo.data.core.Write.isDirty"); return false; }}); PK mM~@xxsrc/data/CsvStore.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.CsvStore"); dojo.require("dojo.data.core.RemoteStore"); dojo.require("dojo.lang.assert"); dojo.declare("dojo.data.CsvStore", dojo.data.core.RemoteStore, {_setupQueryRequest:function (result, requestKw) { var serverQueryUrl = this._serverQueryUrl ? this._serverQueryUrl : ""; var queryUrl = result.query ? result.query : ""; requestKw.url = serverQueryUrl + queryUrl; requestKw.method = "get"; }, _resultToQueryData:function (serverResponseData) { var csvFileContentString = serverResponseData; var arrayOfArrays = this._getArrayOfArraysFromCsvFileContents(csvFileContentString); var arrayOfObjects = this._getArrayOfObjectsFromArrayOfArrays(arrayOfArrays); var remoteStoreData = this._getRemoteStoreDataFromArrayOfObjects(arrayOfObjects); return remoteStoreData; }, _setupSaveRequest:function (saveKeywordArgs, requestKw) { }, _getArrayOfArraysFromCsvFileContents:function (csvFileContents) { dojo.lang.assertType(csvFileContents, String); var lineEndingCharacters = new RegExp("\r\n|\n|\r"); var leadingWhiteSpaceCharacters = new RegExp("^\\s+", "g"); var trailingWhiteSpaceCharacters = new RegExp("\\s+$", "g"); var doubleQuotes = new RegExp("\"\"", "g"); var arrayOfOutputRecords = []; var arrayOfInputLines = csvFileContents.split(lineEndingCharacters); for (var i in arrayOfInputLines) { var singleLine = arrayOfInputLines[i]; if (singleLine.length > 0) { var listOfFields = singleLine.split(","); var j = 0; while (j < listOfFields.length) { var space_field_space = listOfFields[j]; var field_space = space_field_space.replace(leadingWhiteSpaceCharacters, ""); var field = field_space.replace(trailingWhiteSpaceCharacters, ""); var firstChar = field.charAt(0); var lastChar = field.charAt(field.length - 1); var secondToLastChar = field.charAt(field.length - 2); var thirdToLastChar = field.charAt(field.length - 3); if ((firstChar == "\"") && ((lastChar != "\"") || ((lastChar == "\"") && (secondToLastChar == "\"") && (thirdToLastChar != "\"")))) { if (j + 1 === listOfFields.length) { return null; } var nextField = listOfFields[j + 1]; listOfFields[j] = field_space + "," + nextField; listOfFields.splice(j + 1, 1); } else { if ((firstChar == "\"") && (lastChar == "\"")) { field = field.slice(1, (field.length - 1)); field = field.replace(doubleQuotes, "\""); } listOfFields[j] = field; j += 1; } } arrayOfOutputRecords.push(listOfFields); } } return arrayOfOutputRecords; }, _getArrayOfObjectsFromArrayOfArrays:function (arrayOfArrays) { dojo.lang.assertType(arrayOfArrays, Array); var arrayOfItems = []; if (arrayOfArrays.length > 1) { var arrayOfKeys = arrayOfArrays[0]; for (var i = 1; i < arrayOfArrays.length; ++i) { var row = arrayOfArrays[i]; var item = {}; for (var j in row) { var value = row[j]; var key = arrayOfKeys[j]; item[key] = value; } arrayOfItems.push(item); } } return arrayOfItems; }, _getRemoteStoreDataFromArrayOfObjects:function (arrayOfObjects) { dojo.lang.assertType(arrayOfObjects, Array); var output = {}; for (var i = 0; i < arrayOfObjects.length; ++i) { var object = arrayOfObjects[i]; for (var key in object) { var value = object[key]; object[key] = [value]; } output[i] = object; } return output; }, newItem:function (attributes, keywordArgs) { dojo.unimplemented("dojo.data.CsvStore.newItem"); }, deleteItem:function (item) { dojo.unimplemented("dojo.data.CsvStore.deleteItem"); }, setValues:function (item, attribute, values) { dojo.unimplemented("dojo.data.CsvStore.setValues"); }, set:function (item, attribute, value) { dojo.unimplemented("dojo.data.CsvStore.set"); }, unsetAttribute:function (item, attribute) { dojo.unimplemented("dojo.data.CsvStore.unsetAttribute"); }, save:function (keywordArgs) { dojo.unimplemented("dojo.data.CsvStore.save"); }, revert:function () { dojo.unimplemented("dojo.data.CsvStore.revert"); }, isDirty:function (item) { dojo.unimplemented("dojo.data.CsvStore.isDirty"); }}); PK mM!F[PPsrc/data/old/Item.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.old.Item"); dojo.require("dojo.data.old.Observable"); dojo.require("dojo.data.old.Value"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.assert"); dojo.data.old.Item = function (dataProvider) { dojo.lang.assertType(dataProvider, dojo.data.old.provider.Base, {optional:true}); dojo.data.old.Observable.call(this); this._dataProvider = dataProvider; this._dictionaryOfAttributeValues = {}; }; dojo.inherits(dojo.data.old.Item, dojo.data.old.Observable); dojo.data.old.Item.compare = function (itemOne, itemTwo) { dojo.lang.assertType(itemOne, dojo.data.old.Item); if (!dojo.lang.isOfType(itemTwo, dojo.data.old.Item)) { return -1; } var nameOne = itemOne.getName(); var nameTwo = itemTwo.getName(); if (nameOne == nameTwo) { var attributeArrayOne = itemOne.getAttributes(); var attributeArrayTwo = itemTwo.getAttributes(); if (attributeArrayOne.length != attributeArrayTwo.length) { if (attributeArrayOne.length > attributeArrayTwo.length) { return 1; } else { return -1; } } for (var i in attributeArrayOne) { var attribute = attributeArrayOne[i]; var arrayOfValuesOne = itemOne.getValues(attribute); var arrayOfValuesTwo = itemTwo.getValues(attribute); dojo.lang.assert(arrayOfValuesOne && (arrayOfValuesOne.length > 0)); if (!arrayOfValuesTwo) { return 1; } if (arrayOfValuesOne.length != arrayOfValuesTwo.length) { if (arrayOfValuesOne.length > arrayOfValuesTwo.length) { return 1; } else { return -1; } } for (var j in arrayOfValuesOne) { var value = arrayOfValuesOne[j]; if (!itemTwo.hasAttributeValue(value)) { return 1; } } return 0; } } else { if (nameOne > nameTwo) { return 1; } else { return -1; } } }; dojo.data.old.Item.prototype.toString = function () { var arrayOfStrings = []; var attributes = this.getAttributes(); for (var i in attributes) { var attribute = attributes[i]; var arrayOfValues = this.getValues(attribute); var valueString; if (arrayOfValues.length == 1) { valueString = arrayOfValues[0]; } else { valueString = "["; valueString += arrayOfValues.join(", "); valueString += "]"; } arrayOfStrings.push(" " + attribute + ": " + valueString); } var returnString = "{ "; returnString += arrayOfStrings.join(",\n"); returnString += " }"; return returnString; }; dojo.data.old.Item.prototype.compare = function (otherItem) { return dojo.data.old.Item.compare(this, otherItem); }; dojo.data.old.Item.prototype.isEqual = function (otherItem) { return (this.compare(otherItem) == 0); }; dojo.data.old.Item.prototype.getName = function () { return this.get("name"); }; dojo.data.old.Item.prototype.get = function (attributeId) { var literalOrValueOrArray = this._dictionaryOfAttributeValues[attributeId]; if (dojo.lang.isUndefined(literalOrValueOrArray)) { return null; } if (literalOrValueOrArray instanceof dojo.data.old.Value) { return literalOrValueOrArray.getValue(); } if (dojo.lang.isArray(literalOrValueOrArray)) { var dojoDataValue = literalOrValueOrArray[0]; return dojoDataValue.getValue(); } return literalOrValueOrArray; }; dojo.data.old.Item.prototype.getValue = function (attributeId) { var literalOrValueOrArray = this._dictionaryOfAttributeValues[attributeId]; if (dojo.lang.isUndefined(literalOrValueOrArray)) { return null; } if (literalOrValueOrArray instanceof dojo.data.old.Value) { return literalOrValueOrArray; } if (dojo.lang.isArray(literalOrValueOrArray)) { var dojoDataValue = literalOrValueOrArray[0]; return dojoDataValue; } var literal = literalOrValueOrArray; dojoDataValue = new dojo.data.old.Value(literal); this._dictionaryOfAttributeValues[attributeId] = dojoDataValue; return dojoDataValue; }; dojo.data.old.Item.prototype.getValues = function (attributeId) { var literalOrValueOrArray = this._dictionaryOfAttributeValues[attributeId]; if (dojo.lang.isUndefined(literalOrValueOrArray)) { return null; } if (literalOrValueOrArray instanceof dojo.data.old.Value) { var array = [literalOrValueOrArray]; this._dictionaryOfAttributeValues[attributeId] = array; return array; } if (dojo.lang.isArray(literalOrValueOrArray)) { return literalOrValueOrArray; } var literal = literalOrValueOrArray; var dojoDataValue = new dojo.data.old.Value(literal); array = [dojoDataValue]; this._dictionaryOfAttributeValues[attributeId] = array; return array; }; dojo.data.old.Item.prototype.load = function (attributeId, value) { this._dataProvider.registerAttribute(attributeId); var literalOrValueOrArray = this._dictionaryOfAttributeValues[attributeId]; if (dojo.lang.isUndefined(literalOrValueOrArray)) { this._dictionaryOfAttributeValues[attributeId] = value; return; } if (!(value instanceof dojo.data.old.Value)) { value = new dojo.data.old.Value(value); } if (literalOrValueOrArray instanceof dojo.data.old.Value) { var array = [literalOrValueOrArray, value]; this._dictionaryOfAttributeValues[attributeId] = array; return; } if (dojo.lang.isArray(literalOrValueOrArray)) { literalOrValueOrArray.push(value); return; } var literal = literalOrValueOrArray; var dojoDataValue = new dojo.data.old.Value(literal); array = [dojoDataValue, value]; this._dictionaryOfAttributeValues[attributeId] = array; }; dojo.data.old.Item.prototype.set = function (attributeId, value) { this._dataProvider.registerAttribute(attributeId); this._dictionaryOfAttributeValues[attributeId] = value; this._dataProvider.noteChange(this, attributeId, value); }; dojo.data.old.Item.prototype.setValue = function (attributeId, value) { this.set(attributeId, value); }; dojo.data.old.Item.prototype.addValue = function (attributeId, value) { this.load(attributeId, value); this._dataProvider.noteChange(this, attributeId, value); }; dojo.data.old.Item.prototype.setValues = function (attributeId, arrayOfValues) { dojo.lang.assertType(arrayOfValues, Array); this._dataProvider.registerAttribute(attributeId); var finalArray = []; this._dictionaryOfAttributeValues[attributeId] = finalArray; for (var i in arrayOfValues) { var value = arrayOfValues[i]; if (!(value instanceof dojo.data.old.Value)) { value = new dojo.data.old.Value(value); } finalArray.push(value); this._dataProvider.noteChange(this, attributeId, value); } }; dojo.data.old.Item.prototype.getAttributes = function () { var arrayOfAttributes = []; for (var key in this._dictionaryOfAttributeValues) { arrayOfAttributes.push(this._dataProvider.getAttribute(key)); } return arrayOfAttributes; }; dojo.data.old.Item.prototype.hasAttribute = function (attributeId) { return (attributeId in this._dictionaryOfAttributeValues); }; dojo.data.old.Item.prototype.hasAttributeValue = function (attributeId, value) { var arrayOfValues = this.getValues(attributeId); for (var i in arrayOfValues) { var candidateValue = arrayOfValues[i]; if (candidateValue.isEqual(value)) { return true; } } return false; }; PK mM-"src/data/old/provider/Delicious.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.old.provider.Delicious"); dojo.require("dojo.data.old.provider.FlatFile"); dojo.require("dojo.data.old.format.Json"); dojo.data.old.provider.Delicious = function () { dojo.data.old.provider.FlatFile.call(this); if (Delicious && Delicious.posts) { dojo.data.old.format.Json.loadDataProviderFromArrayOfJsonData(this, Delicious.posts); } else { } var u = this.registerAttribute("u"); var d = this.registerAttribute("d"); var t = this.registerAttribute("t"); u.load("name", "Bookmark"); d.load("name", "Description"); t.load("name", "Tags"); u.load("type", "String"); d.load("type", "String"); t.load("type", "String"); }; dojo.inherits(dojo.data.old.provider.Delicious, dojo.data.old.provider.FlatFile); PK mM_msrc/data/old/ResultSet.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.old.ResultSet"); dojo.require("dojo.lang.assert"); dojo.require("dojo.collections.Collections"); dojo.data.old.ResultSet = function (dataProvider, arrayOfItems) { dojo.lang.assertType(dataProvider, dojo.data.old.provider.Base, {optional:true}); dojo.lang.assertType(arrayOfItems, Array, {optional:true}); dojo.data.old.Observable.call(this); this._dataProvider = dataProvider; this._arrayOfItems = []; if (arrayOfItems) { this._arrayOfItems = arrayOfItems; } }; dojo.inherits(dojo.data.old.ResultSet, dojo.data.old.Observable); dojo.data.old.ResultSet.prototype.toString = function () { var returnString = this._arrayOfItems.join(", "); return returnString; }; dojo.data.old.ResultSet.prototype.toArray = function () { return this._arrayOfItems; }; dojo.data.old.ResultSet.prototype.getIterator = function () { return new dojo.collections.Iterator(this._arrayOfItems); }; dojo.data.old.ResultSet.prototype.getLength = function () { return this._arrayOfItems.length; }; dojo.data.old.ResultSet.prototype.getItemAt = function (index) { return this._arrayOfItems[index]; }; dojo.data.old.ResultSet.prototype.indexOf = function (item) { return dojo.lang.indexOf(this._arrayOfItems, item); }; dojo.data.old.ResultSet.prototype.contains = function (item) { return dojo.lang.inArray(this._arrayOfItems, item); }; dojo.data.old.ResultSet.prototype.getDataProvider = function () { return this._dataProvider; }; PK mMǯ[Lsrc/data/old/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.experimental"); dojo.experimental("dojo.data.old.*"); dojo.kwCompoundRequire({common:["dojo.data.old.Item", "dojo.data.old.ResultSet", "dojo.data.old.provider.FlatFile"]}); dojo.provide("dojo.data.old.*"); PK mMR)^src/data/Result.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.Result"); dojo.require("dojo.lang.declare"); dojo.require("dojo.experimental"); /* summary: * This is an abstract API used by data provider implementations. * This file defines methods signatures and intentionally leaves all the * methods unimplemented. */ dojo.experimental("dojo.data.Result"); dojo.declare("dojo.data.Result", null, { forEach: function(/* function */ callbackFunction, /* object? */ callbackObject, /* object? */ optionalKeywordArgs) { /* summary: * Loops through the result list, calling a callback function * for each item in the result list. * description: * The forEach() method will call the callback function once for * each item in the result list. The forEach() method will pass * 3 arguments to the callbackFunction: an item, the index of * item in the context of this forEach() loop, and the result object * itself. The signature of this forEach() method was modeled on * the forEach() method of Mozilla's Array object in JavaScript 1.6: * http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Objects:Array:forEach * The forEach() method will returns true if the entire result list * has been looped through, or false if the result list has not yet * been looped through. * The forEach() method will ignore any return value returned by * the callbackFunction. * After the forEach() operation has finished (or been cancelled) * result.forEach() can be called again on the same result object. * ISSUES - * We haven't yet decided what other parameters we might allow to * support fancy features. Here are some ideas: * results.forEach({callback:callbackFunction, onCompletion: finishedFunction}); * results.forEach({callback:callbackFunction, first: 201, last: 300}); // partial loop * results.forEach({callback:callbackFunction, first: 200, numItems: 50}); // partial loop from 200 to 250 * CCM - How to specify datastore-specific options to allow caching n * items before/after current window of items being viewed? * callbackObject: * If a callbackObject is provided the callbackFunction will be called * in the context of the callbackObject (the callbackObject will be * used as the 'this' for each invocation of the callbackFunction). * If callbackObject is not provided, or is null, the global object * associated with callback is used instead. * optionalKeywordArgs: * The forEach() method may accept a third parameter, which should be * an object with keyword parameters. Different implementations may * make use of different keyword paramters. Conforming * implementations ignore keyword parameters that they don't * recognize. */ /* examples: * var results = store.find("recent books"); // synchronous * var results = store.find("all books", {sync: false}); // asynchronous * someCallbackFunction = function(item, resultObject) {}; * results.forEach(someCallbackFunction); * results.forEach({object:someHandlerObject, callback:"someCallbackMethod"}); */ dojo.unimplemented('dojo.data.Result.forEach'); return false; // boolean }, getLength: function() { /* summary: * Returns an integer -- the number of items in the result list. * Returns -1 if the length is not known when the method is called. */ dojo.unimplemented('dojo.data.Result.getLength'); return -1; // integer }, inProgress: function() { /* summary: * Returns true if a forEach() loop is in progress. */ dojo.unimplemented('dojo.data.Result.inProgress'); return false; // boolean }, cancel: function() { /* summary: * Calling cancel() stops any and all processing associated with this * result object. * description: * If a forEach() loop is in progress, calling cancel() will stop * the loop. If a store.find() is in progress, and that find() * involves an XMLHttpRequest, calling cancel() will abort the * XMLHttpRequest. If callbacks have been set using setOnFindCompleted() * or setOnError(), calling cancel() will cause those callbacks to * not be called under any circumstances. */ dojo.unimplemented('dojo.data.Result.cancel'); }, setOnFindCompleted: function(/* function */ callbackFunction, /* object? */ callbackObject) { /* summary: * Allows you to register a callbackFunction that will * be called when all the results are available. * description: * If a callbackObject is provided the callbackFunction will be * called in the context of the callbackObject (the callbackObject * will be used as the 'this' for each invocation of the * callbackFunction). If callbackObject is not provided, or is * null, the global object associated with callback is used instead. * The setOnFindCompleted() method will ignore any return value * returned by the callbackFunction. * ISSUES - * We have not yet decided what parameters the setOnFindCompleted() * will pass to the callbackFunction... * (A) The setOnFindCompleted() method will pass one parameter to the * callbackFunction: the result object itself. * (B) The setOnFindCompleted() method will pass two parameters to the * callbackFunction: an iterator object, and the result object itself. */ dojo.unimplemented('dojo.data.Result.setOnFindCompleted'); }, setOnError: function(/* function */ errorCallbackFunction, /* object? */ callbackObject) { /* summary: * Allows you to register a errorCallbackFunction that * will be called if there is any sort of error. * description: * If a callbackObject is provided the errorCallbackFunction will * be called in the context of the callbackObject (the callbackObject * will be used as the 'this' for each invocation of the * errorCallbackFunction). If callbackObject is not provided, or is * null, the global object associated with callback is used instead. * The setOnError() method will pass two parameters to the * errorCallbackFunction: an Error object, and the result object * itself: * errorCallbackFunction(errorObject, resultObject); * The setOnError() method will ignore any return value returned * by the errorCallbackFunction. */ dojo.unimplemented('dojo.data.Result.setOnError'); }, getStore: function() { /* summary: * Returns the datastore object that created this result list */ dojo.unimplemented('dojo.data.Result.getStore'); return null; // an object that implements dojo.data.Read } }); PK mMf-src/date/serialize.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.date.serialize"); dojo.require("dojo.string.common"); dojo.date.setIso8601 = function (dateObject, formattedString) { var comps = (formattedString.indexOf("T") == -1) ? formattedString.split(" ") : formattedString.split("T"); dateObject = dojo.date.setIso8601Date(dateObject, comps[0]); if (comps.length == 2) { dateObject = dojo.date.setIso8601Time(dateObject, comps[1]); } return dateObject; }; dojo.date.fromIso8601 = function (formattedString) { return dojo.date.setIso8601(new Date(0, 0), formattedString); }; dojo.date.setIso8601Date = function (dateObject, formattedString) { var regexp = "^([0-9]{4})((-?([0-9]{2})(-?([0-9]{2}))?)|" + "(-?([0-9]{3}))|(-?W([0-9]{2})(-?([1-7]))?))?$"; var d = formattedString.match(new RegExp(regexp)); if (!d) { dojo.debug("invalid date string: " + formattedString); return null; } var year = d[1]; var month = d[4]; var date = d[6]; var dayofyear = d[8]; var week = d[10]; var dayofweek = d[12] ? d[12] : 1; dateObject.setFullYear(year); if (dayofyear) { dateObject.setMonth(0); dateObject.setDate(Number(dayofyear)); } else { if (week) { dateObject.setMonth(0); dateObject.setDate(1); var gd = dateObject.getDay(); var day = gd ? gd : 7; var offset = Number(dayofweek) + (7 * Number(week)); if (day <= 4) { dateObject.setDate(offset + 1 - day); } else { dateObject.setDate(offset + 8 - day); } } else { if (month) { dateObject.setDate(1); dateObject.setMonth(month - 1); } if (date) { dateObject.setDate(date); } } } return dateObject; }; dojo.date.fromIso8601Date = function (formattedString) { return dojo.date.setIso8601Date(new Date(0, 0), formattedString); }; dojo.date.setIso8601Time = function (dateObject, formattedString) { var timezone = "Z|(([-+])([0-9]{2})(:?([0-9]{2}))?)$"; var d = formattedString.match(new RegExp(timezone)); var offset = 0; if (d) { if (d[0] != "Z") { offset = (Number(d[3]) * 60) + Number(d[5]); offset *= ((d[2] == "-") ? 1 : -1); } offset -= dateObject.getTimezoneOffset(); formattedString = formattedString.substr(0, formattedString.length - d[0].length); } var regexp = "^([0-9]{2})(:?([0-9]{2})(:?([0-9]{2})(.([0-9]+))?)?)?$"; d = formattedString.match(new RegExp(regexp)); if (!d) { dojo.debug("invalid time string: " + formattedString); return null; } var hours = d[1]; var mins = Number((d[3]) ? d[3] : 0); var secs = (d[5]) ? d[5] : 0; var ms = d[7] ? (Number("0." + d[7]) * 1000) : 0; dateObject.setHours(hours); dateObject.setMinutes(mins); dateObject.setSeconds(secs); dateObject.setMilliseconds(ms); if (offset !== 0) { dateObject.setTime(dateObject.getTime() + offset * 60000); } return dateObject; }; dojo.date.fromIso8601Time = function (formattedString) { return dojo.date.setIso8601Time(new Date(0, 0), formattedString); }; dojo.date.toRfc3339 = function (dateObject, selector) { if (!dateObject) { dateObject = new Date(); } var _ = dojo.string.pad; var formattedDate = []; if (selector != "timeOnly") { var date = [_(dateObject.getFullYear(), 4), _(dateObject.getMonth() + 1, 2), _(dateObject.getDate(), 2)].join("-"); formattedDate.push(date); } if (selector != "dateOnly") { var time = [_(dateObject.getHours(), 2), _(dateObject.getMinutes(), 2), _(dateObject.getSeconds(), 2)].join(":"); var timezoneOffset = dateObject.getTimezoneOffset(); time += (timezoneOffset > 0 ? "-" : "+") + _(Math.floor(Math.abs(timezoneOffset) / 60), 2) + ":" + _(Math.abs(timezoneOffset) % 60, 2); formattedDate.push(time); } return formattedDate.join("T"); }; dojo.date.fromRfc3339 = function (rfcDate) { if (rfcDate.indexOf("Tany") != -1) { rfcDate = rfcDate.replace("Tany", ""); } var dateObject = new Date(); return dojo.date.setIso8601(dateObject, rfcDate); }; PK mM#Fsrc/debug/arrow_hide.gifGIF89a )6'7H):K!/=)5%4C$/,9DSb%0)&5EO]kJXg;K[)9J )8HX .;$3Bdp|]jw!,  %d9VU1LVDO1c0IDRɢ!;PK mMsHsrc/debug/Firebug.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.debug.Firebug"); dojo.deprecated("dojo.debug.Firebug is slated for removal in 0.5; use dojo.debug.console instead.", "0.5"); if (dojo.render.html.moz) { if (console && console.log) { var consoleLog = function () { if (!djConfig.isDebug) { return; } var args = dojo.lang.toArray(arguments); args.splice(0, 0, "DEBUG: "); console.log.apply(console, args); }; dojo.debug = consoleLog; dojo.debugDeep = consoleLog; dojo.debugShallow = function (obj) { if (!djConfig.isDebug) { return; } if (dojo.lang.isArray(obj)) { console.log("Array: ", obj); for (var i = 0; x < obj.length; i++) { console.log(" ", "[" + i + "]", obj[i]); } } else { console.log("Object: ", obj); var propNames = []; for (var prop in obj) { propNames.push(prop); } propNames.sort(); dojo.lang.forEach(propNames, function (prop) { try { console.log(" ", prop, obj[prop]); } catch (e) { console.log(" ", prop, "ERROR", e.message, e); } }); } }; } else { dojo.debug("dojo.debug.Firebug requires Firebug > 0.4"); } } PK mMBRRsrc/DeferredList.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.Deferred"); dojo.provide("dojo.DeferredList"); dojo.DeferredList = function (list, fireOnOneCallback, fireOnOneErrback, consumeErrors, canceller) { this.list = list; this.resultList = new Array(this.list.length); this.chain = []; this.id = this._nextId(); this.fired = -1; this.paused = 0; this.results = [null, null]; this.canceller = canceller; this.silentlyCancelled = false; if (this.list.length === 0 && !fireOnOneCallback) { this.callback(this.resultList); } this.finishedCount = 0; this.fireOnOneCallback = fireOnOneCallback; this.fireOnOneErrback = fireOnOneErrback; this.consumeErrors = consumeErrors; var index = 0; var _this = this; dojo.lang.forEach(this.list, function (d) { var _index = index; d.addCallback(function (r) { _this._cbDeferred(_index, true, r); }); d.addErrback(function (r) { _this._cbDeferred(_index, false, r); }); index++; }); }; dojo.inherits(dojo.DeferredList, dojo.Deferred); dojo.lang.extend(dojo.DeferredList, {_cbDeferred:function (index, succeeded, result) { this.resultList[index] = [succeeded, result]; this.finishedCount += 1; if (this.fired !== 0) { if (succeeded && this.fireOnOneCallback) { this.callback([index, result]); } else { if (!succeeded && this.fireOnOneErrback) { this.errback(result); } else { if (this.finishedCount == this.list.length) { this.callback(this.resultList); } } } } if (!succeeded && this.consumeErrors) { result = null; } return result; }, gatherResults:function (deferredList) { var d = new dojo.DeferredList(deferredList, false, true, false); d.addCallback(function (results) { var ret = []; for (var i = 0; i < results.length; i++) { ret.push(results[i][1]); } return ret; }); return d; }}); PK mM8l##src/dnd/HtmlDragManager.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.dnd.HtmlDragManager"); dojo.require("dojo.dnd.DragAndDrop"); dojo.require("dojo.event.*"); dojo.require("dojo.lang.array"); dojo.require("dojo.html.common"); dojo.require("dojo.html.layout"); dojo.declare("dojo.dnd.HtmlDragManager", dojo.dnd.DragManager, {disabled:false, nestedTargets:false, mouseDownTimer:null, dsCounter:0, dsPrefix:"dojoDragSource", dropTargetDimensions:[], currentDropTarget:null, previousDropTarget:null, _dragTriggered:false, selectedSources:[], dragObjects:[], dragSources:[], dropTargets:[], currentX:null, currentY:null, lastX:null, lastY:null, mouseDownX:null, mouseDownY:null, threshold:7, dropAcceptable:false, cancelEvent:function (e) { e.stopPropagation(); e.preventDefault(); }, registerDragSource:function (ds) { if (ds["domNode"]) { var dp = this.dsPrefix; var dpIdx = dp + "Idx_" + (this.dsCounter++); ds.dragSourceId = dpIdx; this.dragSources[dpIdx] = ds; ds.domNode.setAttribute(dp, dpIdx); if (dojo.render.html.ie) { dojo.event.browser.addListener(ds.domNode, "ondragstart", this.cancelEvent); } } }, unregisterDragSource:function (ds) { if (ds["domNode"]) { var dp = this.dsPrefix; var dpIdx = ds.dragSourceId; delete ds.dragSourceId; delete this.dragSources[dpIdx]; ds.domNode.setAttribute(dp, null); if (dojo.render.html.ie) { dojo.event.browser.removeListener(ds.domNode, "ondragstart", this.cancelEvent); } } }, registerDropTarget:function (dt) { this.dropTargets.push(dt); }, unregisterDropTarget:function (dt) { var index = dojo.lang.find(this.dropTargets, dt, true); if (index >= 0) { this.dropTargets.splice(index, 1); } }, getDragSource:function (e) { var tn = e.target; if (tn === dojo.body()) { return; } var ta = dojo.html.getAttribute(tn, this.dsPrefix); while ((!ta) && (tn)) { tn = tn.parentNode; if ((!tn) || (tn === dojo.body())) { return; } ta = dojo.html.getAttribute(tn, this.dsPrefix); } return this.dragSources[ta]; }, onKeyDown:function (e) { }, onMouseDown:function (e) { if (this.disabled) { return; } if (dojo.render.html.ie) { if (e.button != 1) { return; } } else { if (e.which != 1) { return; } } var target = e.target.nodeType == dojo.html.TEXT_NODE ? e.target.parentNode : e.target; if (dojo.html.isTag(target, "button", "textarea", "input", "select", "option")) { return; } var ds = this.getDragSource(e); if (!ds) { return; } if (!dojo.lang.inArray(this.selectedSources, ds)) { this.selectedSources.push(ds); ds.onSelected(); } this.mouseDownX = e.pageX; this.mouseDownY = e.pageY; e.preventDefault(); dojo.event.connect(document, "onmousemove", this, "onMouseMove"); }, onMouseUp:function (e, cancel) { if (this.selectedSources.length == 0) { return; } this.mouseDownX = null; this.mouseDownY = null; this._dragTriggered = false; e.dragSource = this.dragSource; if ((!e.shiftKey) && (!e.ctrlKey)) { if (this.currentDropTarget) { this.currentDropTarget.onDropStart(); } dojo.lang.forEach(this.dragObjects, function (tempDragObj) { var ret = null; if (!tempDragObj) { return; } if (this.currentDropTarget) { e.dragObject = tempDragObj; var ce = this.currentDropTarget.domNode.childNodes; if (ce.length > 0) { e.dropTarget = ce[0]; while (e.dropTarget == tempDragObj.domNode) { e.dropTarget = e.dropTarget.nextSibling; } } else { e.dropTarget = this.currentDropTarget.domNode; } if (this.dropAcceptable) { ret = this.currentDropTarget.onDrop(e); } else { this.currentDropTarget.onDragOut(e); } } e.dragStatus = this.dropAcceptable && ret ? "dropSuccess" : "dropFailure"; dojo.lang.delayThese([function () { try { tempDragObj.dragSource.onDragEnd(e); } catch (err) { var ecopy = {}; for (var i in e) { if (i == "type") { ecopy.type = "mouseup"; continue; } ecopy[i] = e[i]; } tempDragObj.dragSource.onDragEnd(ecopy); } }, function () { tempDragObj.onDragEnd(e); }]); }, this); this.selectedSources = []; this.dragObjects = []; this.dragSource = null; if (this.currentDropTarget) { this.currentDropTarget.onDropEnd(); } } else { } dojo.event.disconnect(document, "onmousemove", this, "onMouseMove"); this.currentDropTarget = null; }, onScroll:function () { for (var i = 0; i < this.dragObjects.length; i++) { if (this.dragObjects[i].updateDragOffset) { this.dragObjects[i].updateDragOffset(); } } if (this.dragObjects.length) { this.cacheTargetLocations(); } }, _dragStartDistance:function (x, y) { if ((!this.mouseDownX) || (!this.mouseDownX)) { return; } var dx = Math.abs(x - this.mouseDownX); var dx2 = dx * dx; var dy = Math.abs(y - this.mouseDownY); var dy2 = dy * dy; return parseInt(Math.sqrt(dx2 + dy2), 10); }, cacheTargetLocations:function () { dojo.profile.start("cacheTargetLocations"); this.dropTargetDimensions = []; dojo.lang.forEach(this.dropTargets, function (tempTarget) { var tn = tempTarget.domNode; if (!tn || !tempTarget.accepts([this.dragSource])) { return; } var abs = dojo.html.getAbsolutePosition(tn, true); var bb = dojo.html.getBorderBox(tn); this.dropTargetDimensions.push([[abs.x, abs.y], [abs.x + bb.width, abs.y + bb.height], tempTarget]); }, this); dojo.profile.end("cacheTargetLocations"); }, onMouseMove:function (e) { if ((dojo.render.html.ie) && (e.button != 1)) { this.currentDropTarget = null; this.onMouseUp(e, true); return; } if ((this.selectedSources.length) && (!this.dragObjects.length)) { var dx; var dy; if (!this._dragTriggered) { this._dragTriggered = (this._dragStartDistance(e.pageX, e.pageY) > this.threshold); if (!this._dragTriggered) { return; } dx = e.pageX - this.mouseDownX; dy = e.pageY - this.mouseDownY; } this.dragSource = this.selectedSources[0]; dojo.lang.forEach(this.selectedSources, function (tempSource) { if (!tempSource) { return; } var tdo = tempSource.onDragStart(e); if (tdo) { tdo.onDragStart(e); tdo.dragOffset.y += dy; tdo.dragOffset.x += dx; tdo.dragSource = tempSource; this.dragObjects.push(tdo); } }, this); this.previousDropTarget = null; this.cacheTargetLocations(); } dojo.lang.forEach(this.dragObjects, function (dragObj) { if (dragObj) { dragObj.onDragMove(e); } }); if (this.currentDropTarget) { var c = dojo.html.toCoordinateObject(this.currentDropTarget.domNode, true); var dtp = [[c.x, c.y], [c.x + c.width, c.y + c.height]]; } if ((!this.nestedTargets) && (dtp) && (this.isInsideBox(e, dtp))) { if (this.dropAcceptable) { this.currentDropTarget.onDragMove(e, this.dragObjects); } } else { var bestBox = this.findBestTarget(e); if (bestBox.target === null) { if (this.currentDropTarget) { this.currentDropTarget.onDragOut(e); this.previousDropTarget = this.currentDropTarget; this.currentDropTarget = null; } this.dropAcceptable = false; return; } if (this.currentDropTarget !== bestBox.target) { if (this.currentDropTarget) { this.previousDropTarget = this.currentDropTarget; this.currentDropTarget.onDragOut(e); } this.currentDropTarget = bestBox.target; e.dragObjects = this.dragObjects; this.dropAcceptable = this.currentDropTarget.onDragOver(e); } else { if (this.dropAcceptable) { this.currentDropTarget.onDragMove(e, this.dragObjects); } } } }, findBestTarget:function (e) { var _this = this; var bestBox = new Object(); bestBox.target = null; bestBox.points = null; dojo.lang.every(this.dropTargetDimensions, function (tmpDA) { if (!_this.isInsideBox(e, tmpDA)) { return true; } bestBox.target = tmpDA[2]; bestBox.points = tmpDA; return Boolean(_this.nestedTargets); }); return bestBox; }, isInsideBox:function (e, coords) { if ((e.pageX > coords[0][0]) && (e.pageX < coords[1][0]) && (e.pageY > coords[0][1]) && (e.pageY < coords[1][1])) { return true; } return false; }, onMouseOver:function (e) { }, onMouseOut:function (e) { }}); dojo.dnd.dragManager = new dojo.dnd.HtmlDragManager(); (function () { var d = document; var dm = dojo.dnd.dragManager; dojo.event.connect(d, "onkeydown", dm, "onKeyDown"); dojo.event.connect(d, "onmouseover", dm, "onMouseOver"); dojo.event.connect(d, "onmouseout", dm, "onMouseOut"); dojo.event.connect(d, "onmousedown", dm, "onMouseDown"); dojo.event.connect(d, "onmouseup", dm, "onMouseUp"); dojo.event.connect(window, "onscroll", dm, "onScroll"); })(); PK mM0src/dnd/TreeDragAndDropV3.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.dnd.TreeDragAndDropV3"); dojo.require("dojo.dnd.HtmlDragAndDrop"); dojo.require("dojo.lang.func"); dojo.require("dojo.lang.array"); dojo.require("dojo.lang.extras"); dojo.require("dojo.Deferred"); dojo.require("dojo.html.layout"); dojo.dnd.TreeDragSourceV3 = function (node, syncController, type, treeNode) { this.controller = syncController; this.treeNode = treeNode; dojo.dnd.HtmlDragSource.call(this, node, type); }; dojo.inherits(dojo.dnd.TreeDragSourceV3, dojo.dnd.HtmlDragSource); dojo.dnd.TreeDropTargetV3 = function (domNode, controller, type, treeNode) { this.treeNode = treeNode; this.controller = controller; dojo.dnd.HtmlDropTarget.call(this, domNode, type); }; dojo.inherits(dojo.dnd.TreeDropTargetV3, dojo.dnd.HtmlDropTarget); dojo.lang.extend(dojo.dnd.TreeDropTargetV3, {autoExpandDelay:1500, autoExpandTimer:null, position:null, indicatorStyle:"2px black groove", showIndicator:function (position) { if (this.position == position) { return; } this.hideIndicator(); this.position = position; var node = this.treeNode; node.contentNode.style.width = dojo.html.getBorderBox(node.labelNode).width + "px"; if (position == "onto") { node.contentNode.style.border = this.indicatorStyle; } else { if (position == "before") { node.contentNode.style.borderTop = this.indicatorStyle; } else { if (position == "after") { node.contentNode.style.borderBottom = this.indicatorStyle; } } } }, hideIndicator:function () { this.treeNode.contentNode.style.borderBottom = ""; this.treeNode.contentNode.style.borderTop = ""; this.treeNode.contentNode.style.border = ""; this.treeNode.contentNode.style.width = ""; this.position = null; }, onDragOver:function (e) { var accepts = dojo.dnd.HtmlDropTarget.prototype.onDragOver.apply(this, arguments); if (accepts && this.treeNode.isFolder && !this.treeNode.isExpanded) { this.setAutoExpandTimer(); } if (accepts) { this.cacheNodeCoords(); } return accepts; }, accepts:function (dragObjects) { var accepts = dojo.dnd.HtmlDropTarget.prototype.accepts.apply(this, arguments); if (!accepts) { return false; } for (var i = 0; i < dragObjects.length; i++) { var sourceTreeNode = dragObjects[i].treeNode; if (sourceTreeNode === this.treeNode) { return false; } } return true; }, setAutoExpandTimer:function () { var _this = this; var autoExpand = function () { if (dojo.dnd.dragManager.currentDropTarget === _this) { _this.controller.expand(_this.treeNode); dojo.dnd.dragManager.cacheTargetLocations(); } }; this.autoExpandTimer = dojo.lang.setTimeout(autoExpand, _this.autoExpandDelay); }, getAcceptPosition:function (e, dragObjects) { var DndMode = this.treeNode.tree.DndMode; if (DndMode & dojo.widget.TreeV3.prototype.DndModes.ONTO && this.treeNode.actionIsDisabledNow(this.treeNode.actions.ADDCHILD)) { DndMode &= ~dojo.widget.TreeV3.prototype.DndModes.ONTO; } var position = this.getPosition(e, DndMode); if (position == "onto") { return position; } for (var i = 0; i < dragObjects.length; i++) { var source = dragObjects[i].dragSource; if (source.treeNode && this.isAdjacentNode(source.treeNode, position)) { continue; } if (!this.controller.canMove(source.treeNode ? source.treeNode : source, this.treeNode.parent)) { return false; } } return position; }, onDropEnd:function (e) { this.clearAutoExpandTimer(); this.hideIndicator(); }, onDragOut:function (e) { this.clearAutoExpandTimer(); this.hideIndicator(); }, clearAutoExpandTimer:function () { if (this.autoExpandTimer) { clearTimeout(this.autoExpandTimer); this.autoExpandTimer = null; } }, onDragMove:function (e, dragObjects) { var position = this.getAcceptPosition(e, dragObjects); if (position) { this.showIndicator(position); } }, isAdjacentNode:function (sourceNode, position) { if (sourceNode === this.treeNode) { return true; } if (sourceNode.getNextSibling() === this.treeNode && position == "before") { return true; } if (sourceNode.getPreviousSibling() === this.treeNode && position == "after") { return true; } return false; }, cacheNodeCoords:function () { var node = this.treeNode.contentNode; this.cachedNodeY = dojo.html.getAbsolutePosition(node).y; this.cachedNodeHeight = dojo.html.getBorderBox(node).height; }, getPosition:function (e, DndMode) { var mousey = e.pageY || e.clientY + dojo.body().scrollTop; var relY = mousey - this.cachedNodeY; var p = relY / this.cachedNodeHeight; var position = ""; if (DndMode & dojo.widget.TreeV3.prototype.DndModes.ONTO && DndMode & dojo.widget.TreeV3.prototype.DndModes.BETWEEN) { if (p <= 0.33) { position = "before"; } else { if (p <= 0.66 || this.treeNode.isExpanded && this.treeNode.children.length && !this.treeNode.isLastChild()) { position = "onto"; } else { position = "after"; } } } else { if (DndMode & dojo.widget.TreeV3.prototype.DndModes.BETWEEN) { if (p <= 0.5 || this.treeNode.isExpanded && this.treeNode.children.length && !this.treeNode.isLastChild()) { position = "before"; } else { position = "after"; } } else { if (DndMode & dojo.widget.TreeV3.prototype.DndModes.ONTO) { position = "onto"; } } } return position; }, getTargetParentIndex:function (source, position) { var index = position == "before" ? this.treeNode.getParentIndex() : this.treeNode.getParentIndex() + 1; if (source.treeNode && this.treeNode.parent === source.treeNode.parent && this.treeNode.getParentIndex() > source.treeNode.getParentIndex()) { index--; } return index; }, onDrop:function (e) { var position = this.position; var source = e.dragObject.dragSource; var targetParent, targetIndex; if (position == "onto") { targetParent = this.treeNode; targetIndex = 0; } else { targetIndex = this.getTargetParentIndex(source, position); targetParent = this.treeNode.parent; } var r = this.getDropHandler(e, source, targetParent, targetIndex)(); return r; }, getDropHandler:function (e, source, targetParent, targetIndex) { var handler; var _this = this; handler = function () { var result; if (source.treeNode) { result = _this.controller.move(source.treeNode, targetParent, targetIndex, true); } else { if (dojo.lang.isFunction(source.onDrop)) { source.onDrop(targetParent, targetIndex); } var treeNode = source.getTreeNode(); if (treeNode) { result = _this.controller.createChild(targetParent, targetIndex, treeNode, true); } else { result = true; } } if (result instanceof dojo.Deferred) { var isSuccess = result.fired == 0; if (!isSuccess) { _this.handleDropError(source, targetParent, targetIndex, result); } return isSuccess; } else { return result; } }; return handler; }, handleDropError:function (source, parent, index, result) { dojo.debug("TreeDropTargetV3.handleDropError: DND error occured"); dojo.debugShallow(result); }}); PK mM寯KK src/docs.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.docs"); dojo.require("dojo.io.*"); dojo.require("dojo.event.topic"); dojo.require("dojo.rpc.JotService"); dojo.require("dojo.dom"); dojo.require("dojo.uri.Uri"); dojo.require("dojo.Deferred"); dojo.require("dojo.DeferredList"); /* * TODO: * * Package summary needs to compensate for "is" * Handle host environments * Deal with dojo.widget weirdness * Parse parameters * Limit function parameters to only the valid ones (Involves packing parameters onto meta during rewriting) * */ dojo.docs = new function() { this._url = dojo.uri.dojoUri("docscripts"); this._rpc = new dojo.rpc.JotService; this._rpc.serviceUrl = dojo.uri.dojoUri("docscripts/jsonrpc.php"); }; dojo.lang.mixin(dojo.docs, { _count: 0, _callbacks: {function_names: []}, _cache: {}, // Saves the JSON objects in cache require: function(/*String*/ require, /*bool*/ sync) { dojo.debug("require(): " + require); var parts = require.split("/"); var size = parts.length; var deferred = new dojo.Deferred; var args = { mimetype: "text/json", load: function(type, data){ dojo.debug("require(): loaded for " + require); if(parts[0] != "function_names") { for(var i = 0, part; part = parts[i]; i++){ data = data[part]; } } deferred.callback(data); }, error: function(){ deferred.errback(); } }; if(location.protocol == "file:"){ if(size){ if(parts[parts.length - 1] == "documentation"){ parts[parts.length - 1] = "meta"; } if(parts[0] == "function_names"){ args.url = [this._url, "local_json", "function_names"].join("/"); }else{ var dirs = parts[0].split("."); args.url = [this._url, "local_json", dirs[0]].join("/"); if(dirs.length > 1){ args.url = [args.url, dirs[1]].join("."); } } } } dojo.io.bind(args); return deferred; }, getFunctionNames: function(){ return this.require("function_names"); // dojo.Deferred }, unFormat: function(/*String*/ string){ var fString = string; if(string.charAt(string.length - 1) == "_"){ fString = [string.substring(0, string.length - 1), "*"].join(""); } return fString; }, getMeta: function(/*String*/ pkg, /*String*/ name, /*Function*/ callback, /*String?*/ id){ // summary: Gets information about a function in regards to its meta data if(typeof name == "function"){ // pId: a // pkg: ignore id = callback; callback = name; name = pkg; pkg = null; dojo.debug("getMeta(" + name + ")"); }else{ dojo.debug("getMeta(" + pkg + "/" + name + ")"); } if(!id){ id = "_"; } }, _withPkg: function(/*String*/ type, /*Object*/ data, /*Object*/ evt, /*Object*/ input, /*String*/ newType){ dojo.debug("_withPkg(" + evt.name + ") has package: " + data[0]); evt.pkg = data[0]; if("load" == type && evt.pkg){ evt.type = newType; }else{ if(evt.callbacks && evt.callbacks.length){ evt.callbacks.shift()("error", {}, evt, evt.input); } } }, _gotMeta: function(/*String*/ type, /*Object*/ data, /*Object*/ evt){ dojo.debug("_gotMeta(" + evt.name + ")"); var cached = dojo.docs._getCache(evt.pkg, evt.name, "meta", "functions", evt.id); if(cached.summary){ data.summary = cached.summary; } if(evt.callbacks && evt.callbacks.length){ evt.callbacks.shift()(type, data, evt, evt.input); } }, getSrc: function(/*String*/ name, /*Function*/ callback, /*String?*/ id){ // summary: Gets src file (created by the doc parser) dojo.debug("getSrc(" + name + ")"); if(!id){ id = "_"; } }, getDoc: function(/*String*/ name, /*Function*/ callback, /*String?*/ id){ // summary: Gets external documentation stored on Jot for a given function dojo.debug("getDoc(" + name + ")"); if(!id){ id = "_"; } var input = {}; input.type = "doc"; input.name = name; input.callbacks = [callback]; }, _gotDoc: function(/*String*/ type, /*Array*/ data, /*Object*/ evt, /*Object*/ input){ dojo.debug("_gotDoc(" + evt.type + ")"); evt[evt.type] = data; if(evt.expects && evt.expects.doc){ for(var i = 0, expect; expect = evt.expects.doc[i]; i++){ if(!(expect in evt)){ dojo.debug("_gotDoc() waiting for more data"); return; } } } var cache = dojo.docs._getCache(evt.pkg, "meta", "functions", evt.name, evt.id, "meta"); var description = evt.fn.description; cache.description = description; data = { returns: evt.fn.returns, id: evt.id, variables: [] } if(!cache.parameters){ cache.parameters = {}; } for(var i = 0, param; param = evt.param[i]; i++){ var fName = param["DocParamForm/name"]; if(!cache.parameters[fName]){ cache.parameters[fName] = {}; } cache.parameters[fName].description = param["DocParamForm/desc"] } data.description = cache.description; data.parameters = cache.parameters; evt.type = "doc"; if(evt.callbacks && evt.callbacks.length){ evt.callbacks.shift()("load", data, evt, input); } }, getPkgDoc: function(/*String*/ name, /*Function*/ callback){ // summary: Gets external documentation stored on Jot for a given package dojo.debug("getPkgDoc(" + name + ")"); var input = {}; }, getPkgInfo: function(/*String*/ name, /*Function*/ callback){ // summary: Gets a combination of the metadata and external documentation for a given package dojo.debug("getPkgInfo(" + name + ")"); var input = { expects: { pkginfo: ["pkgmeta", "pkgdoc"] }, callback: callback }; dojo.docs.getPkgMeta(input, name, dojo.docs._getPkgInfo); dojo.docs.getPkgDoc(input, name, dojo.docs._getPkgInfo); }, _getPkgInfo: function(/*String*/ type, /*Object*/ data, /*Object*/ evt){ dojo.debug("_getPkgInfo() for " + evt.type); var input = {}; var results = {}; if(typeof key == "object"){ input = key; input[evt.type] = data; if(input.expects && input.expects.pkginfo){ for(var i = 0, expect; expect = input.expects.pkginfo[i]; i++){ if(!(expect in input)){ dojo.debug("_getPkgInfo() waiting for more data"); return; } } } results = input.pkgmeta; results.description = input.pkgdoc; } if(input.callback){ input.callback("load", results, evt); } }, getInfo: function(/*String*/ name, /*Function*/ callback){ dojo.debug("getInfo(" + name + ")"); var input = { expects: { "info": ["meta", "doc"] }, callback: callback } dojo.docs.getMeta(input, name, dojo.docs._getInfo); dojo.docs.getDoc(input, name, dojo.docs._getInfo); }, _getInfo: function(/*String*/ type, /*String*/ data, /*Object*/ evt, /*Object*/ input){ dojo.debug("_getInfo(" + evt.type + ")"); if(input && input.expects && input.expects.info){ input[evt.type] = data; for(var i = 0, expect; expect = input.expects.info[i]; i++){ if(!(expect in input)){ dojo.debug("_getInfo() waiting for more data"); return; } } } if(input.callback){ input.callback("load", dojo.docs._getCache(evt.pkg, "meta", "functions", evt.name, evt.id, "meta"), evt, input); } }, _getMainText: function(/*String*/ text){ // summary: Grabs the innerHTML from a Jot Rech Text node dojo.debug("_getMainText()"); return text.replace(/^/, "").replace(/<\/html>$/, "").replace(/<\w+\s*\/>/g, ""); }, getPackageMeta: function(/*Object*/ input){ dojo.debug("getPackageMeta(): " + input.package); return this.require(input.package + "/meta", input.sync); }, getFunctionMeta: function(/*Object*/ input){ var package = input.package || ""; var name = input.name; var id = input.id || "_"; dojo.debug("getFunctionMeta(): " + name); if(!name) return; if(package){ return this.require(package + "/meta/functions/" + name + "/" + id + "/meta"); }else{ this.getFunctionNames(); } }, getFunctionDocumentation: function(/*Object*/ input){ var package = input.package || ""; var name = input.name; var id = input.id || "_"; dojo.debug("getFunctionDocumentation(): " + name); if(!name) return; if(package){ return this.require(package + "/meta/functions/" + name + "/" + id + "/documentation"); } }, _onDocSearch: function(/*Object*/ input){ var _this = this; var name = input.name.toLowerCase(); if(!name) return; this.getFunctionNames().addCallback(function(data){ dojo.debug("_onDocSearch(): function names loaded for " + name); var output = []; var list = []; var closure = function(pkg, fn) { return function(data){ dojo.debug("_onDocSearch(): package meta loaded for: " + pkg); if(data.functions){ var functions = data.functions; for(var key in functions){ if(fn == key){ var ids = functions[key]; for(var id in ids){ var fnMeta = ids[id]; output.push({ package: pkg, name: fn, id: id, summary: fnMeta.summary }); } } } } return output; } } pkgLoop: for(var pkg in data){ if(pkg.toLowerCase() == name){ name = pkg; dojo.debug("_onDocSearch found a package"); //dojo.docs._onDocSelectPackage(input); return; } for(var i = 0, fn; fn = data[pkg][i]; i++){ if(fn.toLowerCase().indexOf(name) != -1){ dojo.debug("_onDocSearch(): Search matched " + fn); var meta = _this.getPackageMeta({package: pkg}); meta.addCallback(closure(pkg, fn)); list.push(meta); // Build a list of all packages that need to be loaded and their loaded state. continue pkgLoop; } } } list = new dojo.DeferredList(list); list.addCallback(function(results){ dojo.debug("_onDocSearch(): All packages loaded"); _this._printFunctionResults(results[0][1]); }); }); }, _onDocSearchFn: function(/*String*/ type, /*Array*/ data, /*Object*/ evt){ dojo.debug("_onDocSearchFn(" + evt.name + ")"); var name = evt.name || evt.pkg; dojo.debug("_onDocSearchFn found a function"); evt.pkgs = packages; evt.pkg = name; evt.loaded = 0; for(var i = 0, pkg; pkg = packages[i]; i++){ dojo.docs.getPkgMeta(evt, pkg, dojo.docs._onDocResults); } }, _onPkgResults: function(/*String*/ type, /*Object*/ data, /*Object*/ evt, /*Object*/ input){ dojo.debug("_onPkgResults(" + evt.type + ")"); var description = ""; var path = ""; var methods = {}; var requires = {}; if(input){ input[evt.type] = data; if(input.expects && input.expects.pkgresults){ for(var i = 0, expect; expect = input.expects.pkgresults[i]; i++){ if(!(expect in input)){ dojo.debug("_onPkgResults() waiting for more data"); return; } } } path = input.pkgdoc.path; description = input.pkgdoc.description; methods = input.pkgmeta.methods; requires = input.pkgmeta.requires; } var pkg = evt.name.replace("_", "*"); var results = { path: path, description: description, size: 0, methods: [], pkg: pkg, requires: requires } var rePrivate = /_[^.]+$/; for(var method in methods){ if(!rePrivate.test(method)){ for(var pId in methods[method]){ results.methods.push({ pkg: pkg, name: method, id: pId, summary: methods[method][pId].summary }) } } } results.size = results.methods.length; dojo.docs._printPkgResult(results); }, _onDocResults: function(/*String*/ type, /*Object*/ data, /*Object*/ evt, /*Object*/ input){ dojo.debug("_onDocResults(" + evt.name + "/" + input.pkg + ") " + type); ++input.loaded; if(input.loaded == input.pkgs.length){ var pkgs = input.pkgs; var name = input.pkg; var results = {methods: []}; var rePrivate = /_[^.]+$/; data = dojo.docs._cache; for(var i = 0, pkg; pkg = pkgs[i]; i++){ var methods = dojo.docs._getCache(pkg, "meta", "methods"); for(var fn in methods){ if(fn.toLowerCase().indexOf(name) == -1){ continue; } if(fn != "requires" && !rePrivate.test(fn)){ for(var pId in methods[fn]){ var result = { pkg: pkg, name: fn, id: "_", summary: "" } if(methods[fn][pId].summary){ result.summary = methods[fn][pId].summary; } results.methods.push(result); } } } } dojo.debug("Publishing docResults"); dojo.docs._printFnResults(results); } }, _printFunctionResults: function(results){ dojo.debug("_printFnResults(): called"); // summary: Call this function to send the /docs/function/results topic }, _printPkgResult: function(results){ dojo.debug("_printPkgResult(): called"); }, _onDocSelectFunction: function(/*Object*/ input){ // summary: Get doc, meta, and src var name = input.name; var package = input.package || ""; var id = input.id || "_"; dojo.debug("_onDocSelectFunction(" + name + ")"); if(!name || !package) return false; var pkgMeta = this.getPackageMeta({package: package}); var meta = this.getFunctionMeta({package: package, name: name, id: id}); var doc = this.getFunctionDocumentation({package: package, name: name, id: id}); var list = new dojo.DeferredList([pkgMeta, meta, doc]); list.addCallback(function(results){ dojo.debug("_onDocSelectFunction() loaded"); for(var i = 0, result; result = results[i]; i++){ dojo.debugShallow(result[1]); } }); return list; }, _onDocSelectPackage: function(/*Object*/ input){ dojo.debug("_onDocSelectPackage(" + input.name + ")") input.expects = { "pkgresults": ["pkgmeta", "pkgdoc"] }; dojo.docs.getPkgMeta(input, input.name, dojo.docs._onPkgResults); dojo.docs.getPkgDoc(input, input.name, dojo.docs._onPkgResults); }, _onDocSelectResults: function(/*String*/ type, /*Object*/ data, /*Object*/ evt, /*Object*/ input){ dojo.debug("_onDocSelectResults(" + evt.type + ", " + evt.name + ")"); if(evt.type == "meta"){ dojo.docs.getPkgMeta(input, evt.pkg, dojo.docs._onDocSelectResults); } if(input){ input[evt.type] = data; if(input.expects && input.expects.docresults){ for(var i = 0, expect; expect = input.expects.docresults[i]; i++){ if(!(expect in input)){ dojo.debug("_onDocSelectResults() waiting for more data"); return; } } } } dojo.docs._printFunctionDetail(input); }, _printFunctionDetail: function(results) { // summary: Call this function to send the /docs/function/detail topic event }, selectFunction: function(/*String*/ name, /*String?*/ id){ // summary: The combined information }, savePackage: function(/*Object*/ callbackObject, /*String*/ callback, /*Object*/ parameters){ dojo.event.kwConnect({ srcObj: dojo.docs, srcFunc: "_savedPkgRpc", targetObj: callbackObject, targetFunc: callback, once: true }); var props = {}; var cache = dojo.docs._getCache(parameters.pkg, "meta"); var i = 1; if(!cache.path){ var path = "id"; props[["pname", i].join("")] = "DocPkgForm/require"; props[["pvalue", i++].join("")] = parameters.pkg; }else{ var path = cache.path; } props.form = "//DocPkgForm"; props.path = ["/WikiHome/DojoDotDoc/", path].join(""); if(parameters.description){ props[["pname", i].join("")] = "main/text"; props[["pvalue", i++].join("")] = parameters.description; } dojo.docs._rpc.callRemote("saveForm", props).addCallbacks(dojo.docs._pkgRpc, dojo.docs._pkgRpc); }, _pkgRpc: function(data){ if(data.name){ dojo.docs._getCache(data["DocPkgForm/require"], "meta").path = data.name; dojo.docs._savedPkgRpc("load"); }else{ dojo.docs._savedPkgRpc("error"); } }, _savedPkgRpc: function(type){ }, functionPackages: function(/*String*/ name, /*Function*/ callback, /*Object*/ input){ // summary: Gets the package associated with a function and stores it in the .pkg value of input dojo.debug("functionPackages() name: " + name); if(!input){ input = {}; } if(!input.callbacks){ input.callbacks = []; } input.type = "function_names"; input.name = name; input.callbacks.unshift(callback); input.callbacks.unshift(dojo.docs._functionPackages); }, _functionPackages: function(/*String*/ type, /*Array*/ data, /*Object*/ evt){ dojo.debug("_functionPackages() name: " + evt.name); evt.pkg = ''; var results = []; var data = dojo.docs._cache['function_names']; for(var key in data){ if(dojo.lang.inArray(data[key], evt.name)){ dojo.debug("_functionPackages() package: " + key); results.push(key); } } if(evt.callbacks && evt.callbacks.length){ evt.callbacks.shift()(type, results, evt, evt.input); } }, setUserName: function(/*String*/ name){ dojo.docs._userName = name; if(name && dojo.docs._password){ dojo.docs._logIn(); } }, setPassword: function(/*String*/ password){ dojo.docs._password = password; if(password && dojo.docs._userName){ dojo.docs._logIn(); } }, _logIn: function(){ dojo.io.bind({ url: dojo.docs._rpc.serviceUrl.toString(), method: "post", mimetype: "text/json", content: { username: dojo.docs._userName, password: dojo.docs._password }, load: function(type, data){ if(data.error){ dojo.docs.logInSuccess(); }else{ dojo.docs.logInFailure(); } }, error: function(){ dojo.docs.logInFailure(); } }); }, logInSuccess: function(){}, logInFailure: function(){}, _set: function(/*Object*/ base, /*String...*/ keys, /*String*/ value){ var args = []; for(var i = 0, arg; arg = arguments[i]; i++){ args.push(arg); } if(args.length < 3) return; base = args.shift(); value = args.pop(); var key = args.pop(); for(var i = 0, arg; arg = args[i]; i++){ if(typeof base[arg] != "object"){ base[arg] = {}; } base = base[arg]; } base[key] = value; }, _getCache: function(/*String...*/ keys){ var obj = dojo.docs._cache; for(var i = 0; i < arguments.length; i++){ var arg = arguments[i]; if(!obj[arg]){ obj[arg] = {}; } obj = obj[arg]; } return obj; } }); dojo.event.topic.subscribe("/docs/search", dojo.docs, "_onDocSearch"); dojo.event.topic.subscribe("/docs/function/select", dojo.docs, "_onDocSelectFunction"); dojo.event.topic.subscribe("/docs/package/select", dojo.docs, "_onDocSelectPackage"); dojo.event.topic.registerPublisher("/docs/function/results", dojo.docs, "_printFunctionResults"); dojo.event.topic.registerPublisher("/docs/function/detail", dojo.docs, "_printFunctionDetail"); dojo.event.topic.registerPublisher("/docs/package/detail", dojo.docs, "_printPkgResult"); PK mMm$> src/event/topic.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.event.common"); dojo.provide("dojo.event.topic"); dojo.event.topic = new function () { this.topics = {}; this.getTopic = function (topic) { if (!this.topics[topic]) { this.topics[topic] = new this.TopicImpl(topic); } return this.topics[topic]; }; this.registerPublisher = function (topic, obj, funcName) { var topic = this.getTopic(topic); topic.registerPublisher(obj, funcName); }; this.subscribe = function (topic, obj, funcName) { var topic = this.getTopic(topic); topic.subscribe(obj, funcName); }; this.unsubscribe = function (topic, obj, funcName) { var topic = this.getTopic(topic); topic.unsubscribe(obj, funcName); }; this.destroy = function (topic) { this.getTopic(topic).destroy(); delete this.topics[topic]; }; this.publishApply = function (topic, args) { var topic = this.getTopic(topic); topic.sendMessage.apply(topic, args); }; this.publish = function (topic, message) { var topic = this.getTopic(topic); var args = []; for (var x = 1; x < arguments.length; x++) { args.push(arguments[x]); } topic.sendMessage.apply(topic, args); }; }; dojo.event.topic.TopicImpl = function (topicName) { this.topicName = topicName; this.subscribe = function (listenerObject, listenerMethod) { var tf = listenerMethod || listenerObject; var to = (!listenerMethod) ? dj_global : listenerObject; return dojo.event.kwConnect({srcObj:this, srcFunc:"sendMessage", adviceObj:to, adviceFunc:tf}); }; this.unsubscribe = function (listenerObject, listenerMethod) { var tf = (!listenerMethod) ? listenerObject : listenerMethod; var to = (!listenerMethod) ? null : listenerObject; return dojo.event.kwDisconnect({srcObj:this, srcFunc:"sendMessage", adviceObj:to, adviceFunc:tf}); }; this._getJoinPoint = function () { return dojo.event.MethodJoinPoint.getForMethod(this, "sendMessage"); }; this.setSquelch = function (shouldSquelch) { this._getJoinPoint().squelch = shouldSquelch; }; this.destroy = function () { this._getJoinPoint().disconnect(); }; this.registerPublisher = function (publisherObject, publisherMethod) { dojo.event.connect(publisherObject, publisherMethod, this, "sendMessage"); }; this.sendMessage = function (message) { }; }; PK mMqN"")src/flash/flash8/DojoExternalInterface.as/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ /** A wrapper around Flash 8's ExternalInterface; DojoExternalInterface is needed so that we can do a Flash 6 implementation of ExternalInterface, and be able to support having a single codebase that uses DojoExternalInterface across Flash versions rather than having two seperate source bases, where one uses ExternalInterface and the other uses DojoExternalInterface. DojoExternalInterface class does a variety of optimizations to bypass ExternalInterface's unbelievably bad performance so that we can have good performance on Safari; see the blog post http://codinginparadise.org/weblog/2006/02/how-to-speed-up-flash-8s.html for details. @author Brad Neuberg, bkn3@columbia.edu */ import flash.external.ExternalInterface; class DojoExternalInterface{ public static var available:Boolean; public static var dojoPath = ""; private static var flashMethods:Array = new Array(); private static var numArgs:Number; private static var argData:Array; private static var resultData = null; public static function initialize(){ // extract the dojo base path DojoExternalInterface.dojoPath = DojoExternalInterface.getDojoPath(); // see if we need to do an express install var install:ExpressInstall = new ExpressInstall(); if(install.needsUpdate){ install.init(); } // register our callback functions ExternalInterface.addCallback("startExec", DojoExternalInterface, startExec); ExternalInterface.addCallback("setNumberArguments", DojoExternalInterface, setNumberArguments); ExternalInterface.addCallback("chunkArgumentData", DojoExternalInterface, chunkArgumentData); ExternalInterface.addCallback("exec", DojoExternalInterface, exec); ExternalInterface.addCallback("getReturnLength", DojoExternalInterface, getReturnLength); ExternalInterface.addCallback("chunkReturnData", DojoExternalInterface, chunkReturnData); ExternalInterface.addCallback("endExec", DojoExternalInterface, endExec); // set whether communication is available DojoExternalInterface.available = ExternalInterface.available; DojoExternalInterface.call("loaded"); } public static function addCallback(methodName:String, instance:Object, method:Function) : Boolean{ // register DojoExternalInterface methodName with it's instance DojoExternalInterface.flashMethods[methodName] = instance; // tell JavaScript about DojoExternalInterface new method so we can create a proxy ExternalInterface.call("dojo.flash.comm._addExternalInterfaceCallback", methodName); return true; } public static function call(methodName:String, resultsCallback:Function) : Void{ // we might have any number of optional arguments, so we have to // pass them in dynamically; strip out the results callback var parameters = new Array(); for(var i = 0; i < arguments.length; i++){ if(i != 1){ // skip the callback parameters.push(arguments[i]); } } var results = ExternalInterface.call.apply(ExternalInterface, parameters); // immediately give the results back, since ExternalInterface is // synchronous if(resultsCallback != null && typeof resultsCallback != "undefined"){ resultsCallback.call(null, results); } } /** Called by Flash to indicate to JavaScript that we are ready to have our Flash functions called. Calling loaded() will fire the dojo.flash.loaded() event, so that JavaScript can know that Flash has finished loading and adding its callbacks, and can begin to interact with the Flash file. */ public static function loaded(){ DojoExternalInterface.call("dojo.flash.loaded"); } public static function startExec():Void{ DojoExternalInterface.numArgs = null; DojoExternalInterface.argData = null; DojoExternalInterface.resultData = null; } public static function setNumberArguments(numArgs):Void{ DojoExternalInterface.numArgs = numArgs; DojoExternalInterface.argData = new Array(DojoExternalInterface.numArgs); } public static function chunkArgumentData(value, argIndex:Number):Void{ //getURL("javascript:dojo.debug('FLASH: chunkArgumentData, value="+value+", argIndex="+argIndex+"')"); var currentValue = DojoExternalInterface.argData[argIndex]; if(currentValue == null || typeof currentValue == "undefined"){ DojoExternalInterface.argData[argIndex] = value; }else{ DojoExternalInterface.argData[argIndex] += value; } } public static function exec(methodName):Void{ // decode all of the arguments that were passed in for(var i = 0; i < DojoExternalInterface.argData.length; i++){ DojoExternalInterface.argData[i] = DojoExternalInterface.decodeData(DojoExternalInterface.argData[i]); } var instance = DojoExternalInterface.flashMethods[methodName]; DojoExternalInterface.resultData = instance[methodName].apply( instance, DojoExternalInterface.argData); // encode the result data DojoExternalInterface.resultData = DojoExternalInterface.encodeData(DojoExternalInterface.resultData); //getURL("javascript:dojo.debug('FLASH: encoded result data="+DojoExternalInterface.resultData+"')"); } public static function getReturnLength():Number{ if(DojoExternalInterface.resultData == null || typeof DojoExternalInterface.resultData == "undefined"){ return 0; } var segments = Math.ceil(DojoExternalInterface.resultData.length / 1024); return segments; } public static function chunkReturnData(segment:Number):String{ var numSegments = DojoExternalInterface.getReturnLength(); var startCut = segment * 1024; var endCut = segment * 1024 + 1024; if(segment == (numSegments - 1)){ endCut = segment * 1024 + DojoExternalInterface.resultData.length; } var piece = DojoExternalInterface.resultData.substring(startCut, endCut); //getURL("javascript:dojo.debug('FLASH: chunking return piece="+piece+"')"); return piece; } public static function endExec():Void{ } private static function decodeData(data):String{ // we have to use custom encodings for certain characters when passing // them over; for example, passing a backslash over as //// from JavaScript // to Flash doesn't work data = DojoExternalInterface.replaceStr(data, "&custom_backslash;", "\\"); data = DojoExternalInterface.replaceStr(data, "\\\'", "\'"); data = DojoExternalInterface.replaceStr(data, "\\\"", "\""); return data; } private static function encodeData(data){ //getURL("javascript:dojo.debug('inside flash, data before="+data+"')"); // double encode all entity values, or they will be mis-decoded // by Flash when returned data = DojoExternalInterface.replaceStr(data, "&", "&"); // certain XMLish characters break Flash's wire serialization for // ExternalInterface; encode these into a custom encoding, rather than // the standard entity encoding, because otherwise we won't be able to // differentiate between our own encoding and any entity characters // that are being used in the string itself data = DojoExternalInterface.replaceStr(data, '<', '&custom_lt;'); data = DojoExternalInterface.replaceStr(data, '>', '&custom_gt;'); // encode control characters and JavaScript delimiters data = DojoExternalInterface.replaceStr(data, "\n", "\\n"); data = DojoExternalInterface.replaceStr(data, "\r", "\\r"); data = DojoExternalInterface.replaceStr(data, "\f", "\\f"); data = DojoExternalInterface.replaceStr(data, "'", "\\'"); data = DojoExternalInterface.replaceStr(data, '"', '\"'); //getURL("javascript:dojo.debug('inside flash, data after="+data+"')"); return data; } /** Flash ActionScript has no String.replace method or support for Regular Expressions! We roll our own very simple one. */ private static function replaceStr(inputStr:String, replaceThis:String, withThis:String):String { var splitStr = inputStr.split(replaceThis) inputStr = splitStr.join(withThis) return inputStr; } private static function getDojoPath(){ var url = _root._url; var start = url.indexOf("baseRelativePath=") + "baseRelativePath=".length; var path = url.substring(start); var end = path.indexOf("&"); if(end != -1){ path = path.substring(0, end); } return path; } } // vim:ts=4:noet:tw=0: PK mMCCsrc/fx/html.js/* Copyright (c) 2004-2005, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.fx.html"); dojo.require("dojo.html"); dojo.require("dojo.style"); dojo.require("dojo.lang"); dojo.require("dojo.animation.*"); dojo.require("dojo.event.*"); dojo.require("dojo.graphics.color"); dojo.fx.duration = 500; dojo.fx.html._makeFadeable = function(node){ if(dojo.render.html.ie){ // only set the zoom if the "tickle" value would be the same as the // default if( (node.style.zoom.length == 0) && (dojo.style.getStyle(node, "zoom") == "normal") ){ // make sure the node "hasLayout" // NOTE: this has been tested with larger and smaller user-set text // sizes and works fine node.style.zoom = "1"; // node.style.zoom = "normal"; } // don't set the width to auto if it didn't already cascade that way. // We don't want to f anyones designs if( (node.style.width.length == 0) && (dojo.style.getStyle(node, "width") == "auto") ){ node.style.width = "auto"; } } } dojo.fx.html.fadeOut = function(node, duration, callback, dontPlay) { return dojo.fx.html.fade(node, duration, dojo.style.getOpacity(node), 0, callback, dontPlay); }; dojo.fx.html.fadeIn = function(node, duration, callback, dontPlay) { return dojo.fx.html.fade(node, duration, dojo.style.getOpacity(node), 1, callback, dontPlay); }; dojo.fx.html.fadeHide = function(node, duration, callback, dontPlay) { node = dojo.byId(node); if(!duration) { duration = 150; } // why not have a default? return dojo.fx.html.fadeOut(node, duration, function(node) { node.style.display = "none"; if(typeof callback == "function") { callback(node); } }); }; dojo.fx.html.fadeShow = function(node, duration, callback, dontPlay) { node = dojo.byId(node); if(!duration) { duration = 150; } // why not have a default? node.style.display = "block"; return dojo.fx.html.fade(node, duration, 0, 1, callback, dontPlay); }; dojo.fx.html.fade = function(node, duration, startOpac, endOpac, callback, dontPlay) { node = dojo.byId(node); dojo.fx.html._makeFadeable(node); var anim = new dojo.animation.Animation( new dojo.math.curves.Line([startOpac],[endOpac]), duration||dojo.fx.duration, 0); dojo.event.connect(anim, "onAnimate", function(e) { dojo.style.setOpacity(node, e.x); }); if(callback) { dojo.event.connect(anim, "onEnd", function(e) { callback(node, anim); }); } if(!dontPlay) { anim.play(true); } return anim; }; dojo.fx.html.slideTo = function(node, duration, endCoords, callback, dontPlay) { if(!dojo.lang.isNumber(duration)) { var tmp = duration; duration = endCoords; endCoords = tmp; } node = dojo.byId(node); var top = node.offsetTop; var left = node.offsetLeft; var pos = dojo.style.getComputedStyle(node, 'position'); if (pos == 'relative' || pos == 'static') { top = parseInt(dojo.style.getComputedStyle(node, 'top')) || 0; left = parseInt(dojo.style.getComputedStyle(node, 'left')) || 0; } return dojo.fx.html.slide(node, duration, [left, top], endCoords, callback, dontPlay); }; dojo.fx.html.slideBy = function(node, duration, coords, callback, dontPlay) { if(!dojo.lang.isNumber(duration)) { var tmp = duration; duration = coords; coords = tmp; } node = dojo.byId(node); var top = node.offsetTop; var left = node.offsetLeft; var pos = dojo.style.getComputedStyle(node, 'position'); if (pos == 'relative' || pos == 'static') { top = parseInt(dojo.style.getComputedStyle(node, 'top')) || 0; left = parseInt(dojo.style.getComputedStyle(node, 'left')) || 0; } return dojo.fx.html.slideTo(node, duration, [left+coords[0], top+coords[1]], callback, dontPlay); }; dojo.fx.html.slide = function(node, duration, startCoords, endCoords, callback, dontPlay) { if(!dojo.lang.isNumber(duration)) { var tmp = duration; duration = endCoords; endCoords = startCoords; startCoords = tmp; } node = dojo.byId(node); if (dojo.style.getComputedStyle(node, 'position') == 'static') { node.style.position = 'relative'; } var anim = new dojo.animation.Animation( new dojo.math.curves.Line(startCoords, endCoords), duration||dojo.fx.duration, 0); dojo.event.connect(anim, "onAnimate", function(e) { with( node.style ) { left = e.x + "px"; top = e.y + "px"; } }); if(callback) { dojo.event.connect(anim, "onEnd", function(e) { callback(node, anim); }); } if(!dontPlay) { anim.play(true); } return anim; }; // Fade from startColor to the node's background color dojo.fx.html.colorFadeIn = function(node, duration, startColor, delay, callback, dontPlay) { if(!dojo.lang.isNumber(duration)) { var tmp = duration; duration = startColor; startColor = tmp; } node = dojo.byId(node); var color = dojo.html.getBackgroundColor(node); var bg = dojo.style.getStyle(node, "background-color").toLowerCase(); var wasTransparent = bg == "transparent" || bg == "rgba(0, 0, 0, 0)"; while(color.length > 3) { color.pop(); } var rgb = new dojo.graphics.color.Color(startColor).toRgb(); var anim = dojo.fx.html.colorFade(node, duration||dojo.fx.duration, startColor, color, callback, true); dojo.event.connect(anim, "onEnd", function(e) { if( wasTransparent ) { node.style.backgroundColor = "transparent"; } }); if( delay > 0 ) { node.style.backgroundColor = "rgb(" + rgb.join(",") + ")"; if(!dontPlay) { setTimeout(function(){anim.play(true)}, delay); } } else { if(!dontPlay) { anim.play(true); } } return anim; }; // alias for (probably?) common use/terminology dojo.fx.html.highlight = dojo.fx.html.colorFadeIn; dojo.fx.html.colorFadeFrom = dojo.fx.html.colorFadeIn; // Fade from node's background color to endColor dojo.fx.html.colorFadeOut = function(node, duration, endColor, delay, callback, dontPlay) { if(!dojo.lang.isNumber(duration)) { var tmp = duration; duration = endColor; endColor = tmp; } node = dojo.byId(node); var color = new dojo.graphics.color.Color(dojo.html.getBackgroundColor(node)).toRgb(); var rgb = new dojo.graphics.color.Color(endColor).toRgb(); var anim = dojo.fx.html.colorFade(node, duration||dojo.fx.duration, color, rgb, callback, delay > 0 || dontPlay); if( delay > 0 ) { node.style.backgroundColor = "rgb(" + color.join(",") + ")"; if(!dontPlay) { setTimeout(function(){anim.play(true)}, delay); } } return anim; }; // FIXME: not sure which name is better. an alias here may be bad. dojo.fx.html.unhighlight = dojo.fx.html.colorFadeOut; dojo.fx.html.colorFadeTo = dojo.fx.html.colorFadeOut; // Fade node background from startColor to endColor dojo.fx.html.colorFade = function(node, duration, startColor, endColor, callback, dontPlay) { if(!dojo.lang.isNumber(duration)) { var tmp = duration; duration = endColor; endColor = startColor; startColor = tmp; } node = dojo.byId(node); var startRgb = new dojo.graphics.color.Color(startColor).toRgb(); var endRgb = new dojo.graphics.color.Color(endColor).toRgb(); var anim = new dojo.animation.Animation( new dojo.math.curves.Line(startRgb, endRgb), duration||dojo.fx.duration, 0); dojo.event.connect(anim, "onAnimate", function(e) { node.style.backgroundColor = "rgb(" + e.coordsAsInts().join(",") + ")"; }); if(callback) { dojo.event.connect(anim, "onEnd", function(e) { callback(node, anim); }); } if( !dontPlay ) { anim.play(true); } return anim; }; dojo.fx.html.wipeShow = function(node, duration, callback, dontPlay) { node = dojo.byId(node); var overflow = dojo.html.getStyle(node, "overflow"); node.style.overflow = "hidden"; node.style.height = 0; dojo.html.show(node); var anim = new dojo.animation.Animation([[0], [node.scrollHeight]], duration||dojo.fx.duration, 0); dojo.event.connect(anim, "onAnimate", function(e) { node.style.height = e.x + "px"; }); dojo.event.connect(anim, "onEnd", function() { node.style.overflow = overflow; node.style.height = "auto"; if(callback) { callback(node, anim); } }); if(!dontPlay) { anim.play(); } return anim; } dojo.fx.html.wipeHide = function(node, duration, callback, dontPlay) { node = dojo.byId(node); var overflow = dojo.html.getStyle(node, "overflow"); node.style.overflow = "hidden"; var anim = new dojo.animation.Animation([[node.offsetHeight], [0]], duration||dojo.fx.duration, 0); dojo.event.connect(anim, "onAnimate", function(e) { node.style.height = e.x + "px"; }); dojo.event.connect(anim, "onEnd", function() { node.style.overflow = overflow; dojo.html.hide(node); if(callback) { callback(node, anim); } }); if(!dontPlay) { anim.play(); } return anim; } dojo.fx.html.wiper = function(node, controlNode) { this.node = dojo.byId(node); if(controlNode) { dojo.event.connect(dojo.byId(controlNode), "onclick", this, "toggle"); } } dojo.lang.extend(dojo.fx.html.wiper, { duration: dojo.fx.duration, _anim: null, toggle: function() { if(!this._anim) { var type = "wipe" + (dojo.html.isVisible(this.node) ? "Hide" : "Show"); this._anim = dojo.fx[type](this.node, this.duration, dojo.lang.hitch(this, "_callback")); } }, _callback: function() { this._anim = null; } }); dojo.fx.html.wipeIn = function(node, duration, callback, dontPlay) { node = dojo.byId(node); var savedHeight = dojo.html.getStyle(node, "height"); dojo.html.show(node); var height = node.offsetHeight; var anim = dojo.fx.html.wipeInToHeight(node, duration, height, function(e) { node.style.height = savedHeight || "auto"; if(callback) { callback(node, anim); } }, dontPlay); }; dojo.fx.html.wipeInToHeight = function(node, duration, height, callback, dontPlay) { node = dojo.byId(node); var savedOverflow = dojo.html.getStyle(node, "overflow"); // FIXME: should we be setting display to something other than "" for the table elements? node.style.height = "0px"; node.style.display = "none"; if(savedOverflow == "visible") { node.style.overflow = "hidden"; } var dispType = dojo.lang.inArray(node.tagName.toLowerCase(), ['tr', 'td', 'th']) ? "" : "block"; node.style.display = dispType; var anim = new dojo.animation.Animation( new dojo.math.curves.Line([0], [height]), duration||dojo.fx.duration, 0); dojo.event.connect(anim, "onAnimate", function(e) { node.style.height = Math.round(e.x) + "px"; }); dojo.event.connect(anim, "onEnd", function(e) { if(savedOverflow != "visible") { node.style.overflow = savedOverflow; } if(callback) { callback(node, anim); } }); if( !dontPlay ) { anim.play(true); } return anim; } dojo.fx.html.wipeOut = function(node, duration, callback, dontPlay) { node = dojo.byId(node); var savedOverflow = dojo.html.getStyle(node, "overflow"); var savedHeight = dojo.html.getStyle(node, "height"); var height = node.offsetHeight; node.style.overflow = "hidden"; var anim = new dojo.animation.Animation( new dojo.math.curves.Line([height], [0]), duration||dojo.fx.duration, 0); dojo.event.connect(anim, "onAnimate", function(e) { node.style.height = Math.round(e.x) + "px"; }); dojo.event.connect(anim, "onEnd", function(e) { node.style.display = "none"; node.style.overflow = savedOverflow; node.style.height = savedHeight || "auto"; if(callback) { callback(node, anim); } }); if( !dontPlay ) { anim.play(true); } return anim; }; dojo.fx.html.explode = function(start, endNode, duration, callback, dontPlay) { var startCoords = dojo.html.toCoordinateArray(start); var outline = document.createElement("div"); with(outline.style) { position = "absolute"; border = "1px solid black"; display = "none"; } dojo.html.body().appendChild(outline); endNode = dojo.byId(endNode); with(endNode.style) { visibility = "hidden"; display = "block"; } var endCoords = dojo.html.toCoordinateArray(endNode); with(endNode.style) { display = "none"; visibility = "visible"; } var anim = new dojo.animation.Animation( new dojo.math.curves.Line(startCoords, endCoords), duration||dojo.fx.duration, 0 ); dojo.event.connect(anim, "onBegin", function(e) { outline.style.display = "block"; }); dojo.event.connect(anim, "onAnimate", function(e) { with(outline.style) { left = e.x + "px"; top = e.y + "px"; width = e.coords[2] + "px"; height = e.coords[3] + "px"; } }); dojo.event.connect(anim, "onEnd", function() { endNode.style.display = "block"; outline.parentNode.removeChild(outline); if(callback) { callback(endNode, anim); } }); if(!dontPlay) { anim.play(); } return anim; }; dojo.fx.html.implode = function(startNode, end, duration, callback, dontPlay) { var startCoords = dojo.html.toCoordinateArray(startNode); var endCoords = dojo.html.toCoordinateArray(end); startNode = dojo.byId(startNode); var outline = document.createElement("div"); with(outline.style) { position = "absolute"; border = "1px solid black"; display = "none"; } dojo.html.body().appendChild(outline); var anim = new dojo.animation.Animation( new dojo.math.curves.Line(startCoords, endCoords), duration||dojo.fx.duration, 0 ); dojo.event.connect(anim, "onBegin", function(e) { startNode.style.display = "none"; outline.style.display = "block"; }); dojo.event.connect(anim, "onAnimate", function(e) { with(outline.style) { left = e.x + "px"; top = e.y + "px"; width = e.coords[2] + "px"; height = e.coords[3] + "px"; } }); dojo.event.connect(anim, "onEnd", function() { outline.parentNode.removeChild(outline); if(callback) { callback(startNode, anim); } }); if(!dontPlay) { anim.play(); } return anim; }; dojo.fx.html.Exploder = function(triggerNode, boxNode) { triggerNode = dojo.byId(triggerNode); boxNode = dojo.byId(boxNode); var _this = this; // custom options this.waitToHide = 500; this.timeToShow = 100; this.waitToShow = 200; this.timeToHide = 70; this.autoShow = false; this.autoHide = false; var animShow = null; var animHide = null; var showTimer = null; var hideTimer = null; var startCoords = null; var endCoords = null; this.showing = false; this.onBeforeExplode = null; this.onAfterExplode = null; this.onBeforeImplode = null; this.onAfterImplode = null; this.onExploding = null; this.onImploding = null; this.timeShow = function() { clearTimeout(showTimer); showTimer = setTimeout(_this.show, _this.waitToShow); } this.show = function() { clearTimeout(showTimer); clearTimeout(hideTimer); //triggerNode.blur(); if( (animHide && animHide.status() == "playing") || (animShow && animShow.status() == "playing") || _this.showing ) { return; } if(typeof _this.onBeforeExplode == "function") { _this.onBeforeExplode(triggerNode, boxNode); } animShow = dojo.fx.html.explode(triggerNode, boxNode, _this.timeToShow, function(e) { _this.showing = true; if(typeof _this.onAfterExplode == "function") { _this.onAfterExplode(triggerNode, boxNode); } }); if(typeof _this.onExploding == "function") { dojo.event.connect(animShow, "onAnimate", this, "onExploding"); } } this.timeHide = function() { clearTimeout(showTimer); clearTimeout(hideTimer); if(_this.showing) { hideTimer = setTimeout(_this.hide, _this.waitToHide); } } this.hide = function() { clearTimeout(showTimer); clearTimeout(hideTimer); if( animShow && animShow.status() == "playing" ) { return; } _this.showing = false; if(typeof _this.onBeforeImplode == "function") { _this.onBeforeImplode(triggerNode, boxNode); } animHide = dojo.fx.html.implode(boxNode, triggerNode, _this.timeToHide, function(e){ if(typeof _this.onAfterImplode == "function") { _this.onAfterImplode(triggerNode, boxNode); } }); if(typeof _this.onImploding == "function") { dojo.event.connect(animHide, "onAnimate", this, "onImploding"); } } // trigger events dojo.event.connect(triggerNode, "onclick", function(e) { if(_this.showing) { _this.hide(); } else { _this.show(); } }); dojo.event.connect(triggerNode, "onmouseover", function(e) { if(_this.autoShow) { _this.timeShow(); } }); dojo.event.connect(triggerNode, "onmouseout", function(e) { if(_this.autoHide) { _this.timeHide(); } }); // box events dojo.event.connect(boxNode, "onmouseover", function(e) { clearTimeout(hideTimer); }); dojo.event.connect(boxNode, "onmouseout", function(e) { if(_this.autoHide) { _this.timeHide(); } }); // document events dojo.event.connect(document.documentElement || dojo.html.body(), "onclick", function(e) { if(_this.autoHide && _this.showing && !dojo.dom.isDescendantOf(e.target, boxNode) && !dojo.dom.isDescendantOf(e.target, triggerNode) ) { _this.hide(); } }); return this; }; dojo.lang.mixin(dojo.fx, dojo.fx.html); PK mMv>src/gfx/color.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.gfx.color"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.array"); dojo.gfx.color.Color = function (r, g, b, a) { if (dojo.lang.isArray(r)) { this.r = r[0]; this.g = r[1]; this.b = r[2]; this.a = r[3] || 1; } else { if (dojo.lang.isString(r)) { var rgb = dojo.gfx.color.extractRGB(r); this.r = rgb[0]; this.g = rgb[1]; this.b = rgb[2]; this.a = g || 1; } else { if (r instanceof dojo.gfx.color.Color) { this.r = r.r; this.b = r.b; this.g = r.g; this.a = r.a; } else { this.r = r; this.g = g; this.b = b; this.a = a; } } } }; dojo.gfx.color.Color.fromArray = function (arr) { return new dojo.gfx.color.Color(arr[0], arr[1], arr[2], arr[3]); }; dojo.extend(dojo.gfx.color.Color, {toRgb:function (includeAlpha) { if (includeAlpha) { return this.toRgba(); } else { return [this.r, this.g, this.b]; } }, toRgba:function () { return [this.r, this.g, this.b, this.a]; }, toHex:function () { return dojo.gfx.color.rgb2hex(this.toRgb()); }, toCss:function () { return "rgb(" + this.toRgb().join() + ")"; }, toString:function () { return this.toHex(); }, blend:function (color, weight) { var rgb = null; if (dojo.lang.isArray(color)) { rgb = color; } else { if (color instanceof dojo.gfx.color.Color) { rgb = color.toRgb(); } else { rgb = new dojo.gfx.color.Color(color).toRgb(); } } return dojo.gfx.color.blend(this.toRgb(), rgb, weight); }}); dojo.gfx.color.named = {white:[255, 255, 255], black:[0, 0, 0], red:[255, 0, 0], green:[0, 255, 0], lime:[0, 255, 0], blue:[0, 0, 255], navy:[0, 0, 128], gray:[128, 128, 128], silver:[192, 192, 192]}; dojo.gfx.color.blend = function (a, b, weight) { if (typeof a == "string") { return dojo.gfx.color.blendHex(a, b, weight); } if (!weight) { weight = 0; } weight = Math.min(Math.max(-1, weight), 1); weight = ((weight + 1) / 2); var c = []; for (var x = 0; x < 3; x++) { c[x] = parseInt(b[x] + ((a[x] - b[x]) * weight)); } return c; }; dojo.gfx.color.blendHex = function (a, b, weight) { return dojo.gfx.color.rgb2hex(dojo.gfx.color.blend(dojo.gfx.color.hex2rgb(a), dojo.gfx.color.hex2rgb(b), weight)); }; dojo.gfx.color.extractRGB = function (color) { var hex = "0123456789abcdef"; color = color.toLowerCase(); if (color.indexOf("rgb") == 0) { var matches = color.match(/rgba*\((\d+), *(\d+), *(\d+)/i); var ret = matches.splice(1, 3); return ret; } else { var colors = dojo.gfx.color.hex2rgb(color); if (colors) { return colors; } else { return dojo.gfx.color.named[color] || [255, 255, 255]; } } }; dojo.gfx.color.hex2rgb = function (hex) { var hexNum = "0123456789ABCDEF"; var rgb = new Array(3); if (hex.indexOf("#") == 0) { hex = hex.substring(1); } hex = hex.toUpperCase(); if (hex.replace(new RegExp("[" + hexNum + "]", "g"), "") != "") { return null; } if (hex.length == 3) { rgb[0] = hex.charAt(0) + hex.charAt(0); rgb[1] = hex.charAt(1) + hex.charAt(1); rgb[2] = hex.charAt(2) + hex.charAt(2); } else { rgb[0] = hex.substring(0, 2); rgb[1] = hex.substring(2, 4); rgb[2] = hex.substring(4); } for (var i = 0; i < rgb.length; i++) { rgb[i] = hexNum.indexOf(rgb[i].charAt(0)) * 16 + hexNum.indexOf(rgb[i].charAt(1)); } return rgb; }; dojo.gfx.color.rgb2hex = function (r, g, b) { if (dojo.lang.isArray(r)) { g = r[1] || 0; b = r[2] || 0; r = r[0] || 0; } var ret = dojo.lang.map([r, g, b], function (x) { x = new Number(x); var s = x.toString(16); while (s.length < 2) { s = "0" + s; } return s; }); ret.unshift("#"); return ret.join(""); }; PK mMӒHsrc/gfx/path.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.gfx.path"); dojo.require("dojo.math"); dojo.require("dojo.gfx.shape"); dojo.declare("dojo.gfx.path.Path", dojo.gfx.Shape, {initializer:function (rawNode) { this.shape = dojo.lang.shallowCopy(dojo.gfx.defaultPath, true); this.segments = []; this.absolute = true; this.last = {}; this.attach(rawNode); }, setAbsoluteMode:function (mode) { this.absolute = typeof (mode) == "string" ? (mode == "absolute") : mode; return this; }, getAbsoluteMode:function () { return this.absolute; }, getBoundingBox:function () { return "l" in this.bbox ? {x:this.bbox.l, y:this.bbox.t, width:this.bbox.r - this.bbox.l, height:this.bbox.b - this.bbox.t} : null; }, getLastPosition:function () { return "x" in this.last ? this.last : null; }, _updateBBox:function (x, y) { if ("l" in this.bbox) { if (this.bbox.l > x) { this.bbox.l = x; } if (this.bbox.r < x) { this.bbox.r = x; } if (this.bbox.t > y) { this.bbox.t = y; } if (this.bbox.b < y) { this.bbox.b = y; } } else { this.bbox = {l:x, b:y, r:x, t:y}; } }, _updateWithSegment:function (segment) { var n = segment.args; var l = n.length; switch (segment.action) { case "M": case "L": case "C": case "S": case "Q": case "T": for (var i = 0; i < l; i += 2) { this._updateBBox(this.bbox, n[i], n[i + 1]); } this.last.x = n[l - 2]; this.last.y = n[l - 1]; this.absolute = true; break; case "H": for (var i = 0; i < l; ++i) { this._updateBBox(this.bbox, n[i], this.last.y); } this.last.x = n[l - 1]; this.absolute = true; break; case "V": for (var i = 0; i < l; ++i) { this._updateBBox(this.bbox, this.last.x, n[i]); } this.last.y = n[l - 1]; this.absolute = true; break; case "m": var start = 0; if (!("x" in this.last)) { this._updateBBox(this.bbox, this.last.x = n[0], this.last.y = n[1]); start = 2; } for (var i = start; i < l; i += 2) { this._updateBBox(this.bbox, this.last.x += n[i], this.last.y += n[i + 1]); } this.absolute = false; break; case "l": case "t": for (var i = 0; i < l; i += 2) { this._updateBBox(this.bbox, this.last.x += n[i], this.last.y += n[i + 1]); } this.absolute = false; break; case "h": for (var i = 0; i < l; ++i) { this._updateBBox(this.bbox, this.last.x += n[i], this.last.y); } this.absolute = false; break; case "v": for (var i = 0; i < l; ++i) { this._updateBBox(this.bbox, this.last.x, this.last.y += n[i]); } this.absolute = false; break; case "c": for (var i = 0; i < l; i += 6) { this._updateBBox(this.bbox, this.last.x + n[i], this.last.y + n[i + 1]); this._updateBBox(this.bbox, this.last.x + n[i + 2], this.last.y + n[i + 3]); this._updateBBox(this.bbox, this.last.x += n[i + 4], this.last.y += n[i + 5]); } this.absolute = false; break; case "s": case "q": for (var i = 0; i < l; i += 4) { this._updateBBox(this.bbox, this.last.x + n[i], this.last.y + n[i + 1]); this._updateBBox(this.bbox, this.last.x += n[i + 2], this.last.y += n[i + 3]); } this.absolute = false; break; case "A": for (var i = 0; i < l; i += 7) { this._updateBBox(this.bbox, n[i + 5], n[i + 6]); } this.last.x = n[l - 2]; this.last.y = n[l - 1]; this.absolute = true; break; case "a": for (var i = 0; i < l; i += 7) { this._updateBBox(this.bbox, this.last.x += n[i + 5], this.last.y += n[i + 6]); } this.absolute = false; break; } var path = [segment.action]; for (var i = 0; i < l; ++i) { path.push(dojo.gfx.formatNumber(n[i], true)); } if (typeof (this.shape.path) == "string") { this.shape.path += path.join(""); } else { this.shape.path = this.shape.path.concat(path); } }, _validSegments:{m:2, l:2, h:1, v:1, c:6, s:4, q:4, t:2, a:7, z:0}, _pushSegment:function (action, args) { var group = this._validSegments[action.toLowerCase()]; if (typeof (group) == "number") { if (group) { if (args.length >= group) { var segment = {action:action, args:args.slice(0, args.length - args.length % group)}; this.segments.push(segment); this._updateWithSegment(segment); } } else { var segment = {action:action, args:[]}; this.segments.push(segment); this._updateWithSegment(segment); } } }, _collectArgs:function (array, args) { for (var i = 0; i < args.length; ++i) { var t = args[i]; if (typeof (t) == "boolean") { array.push(t ? 1 : 0); } else { if (typeof (t) == "number") { array.push(t); } else { if (t instanceof Array) { this._collectArgs(array, t); } else { if ("x" in t && "y" in t) { array.push(t.x); array.push(t.y); } } } } } }, moveTo:function () { var args = []; this._collectArgs(args, arguments); this._pushSegment(this.absolute ? "M" : "m", args); return this; }, lineTo:function () { var args = []; this._collectArgs(args, arguments); this._pushSegment(this.absolute ? "L" : "l", args); return this; }, hLineTo:function () { var args = []; this._collectArgs(args, arguments); this._pushSegment(this.absolute ? "H" : "h", args); return this; }, vLineTo:function () { var args = []; this._collectArgs(args, arguments); this._pushSegment(this.absolute ? "V" : "v", args); return this; }, curveTo:function () { var args = []; this._collectArgs(args, arguments); this._pushSegment(this.absolute ? "C" : "c", args); return this; }, smoothCurveTo:function () { var args = []; this._collectArgs(args, arguments); this._pushSegment(this.absolute ? "S" : "s", args); return this; }, qCurveTo:function () { var args = []; this._collectArgs(args, arguments); this._pushSegment(this.absolute ? "Q" : "q", args); return this; }, qSmoothCurveTo:function () { var args = []; this._collectArgs(args, arguments); this._pushSegment(this.absolute ? "T" : "t", args); return this; }, arcTo:function () { var args = []; this._collectArgs(args, arguments); for (var i = 2; i < args.length; i += 7) { args[i] = -args[i]; } this._pushSegment(this.absolute ? "A" : "a", args); return this; }, closePath:function () { this._pushSegment("Z", []); return this; }, _setPath:function (path) { var p = path.match(dojo.gfx.pathRegExp); this.segments = []; this.absolute = true; this.bbox = {}; this.last = {}; if (!p) { return; } var action = ""; var args = []; for (var i = 0; i < p.length; ++i) { var t = p[i]; var x = parseFloat(t); if (isNaN(x)) { if (action) { this._pushSegment(action, args); } args = []; action = t; } else { args.push(x); } } this._pushSegment(action, args); }, setShape:function (newShape) { this.shape = dojo.gfx.makeParameters(this.shape, typeof (newShape) == "string" ? {path:newShape} : newShape); var path = this.shape.path; this.shape.path = []; this._setPath(path); this.shape.path = this.shape.path.join(""); return this; }, _2PI:Math.PI * 2}); PK mM#src/gfx/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({common:["dojo.gfx.color", "dojo.gfx.matrix", "dojo.gfx.common"]}); dojo.requireIf(dojo.render.svg.capable, "dojo.gfx.svg"); dojo.requireIf(dojo.render.vml.capable, "dojo.gfx.vml"); dojo.provide("dojo.gfx.*"); PK mMX]src/graphics/color.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.graphics.color"); dojo.require("dojo.gfx.color"); dojo.deprecated("dojo.graphics.color.Color is now dojo.gfx.color.Color.", "0.5"); dojo.graphics.color.Color = dojo.gfx.color.Color; dojo.graphics.color.named = dojo.gfx.color.named; dojo.graphics.color.blend = function (a, b, weight) { dojo.deprecated("dojo.graphics.color.blend is now dojo.gfx.color.blend", "0.5"); return dojo.gfx.color.blend(a, b, weight); }; dojo.graphics.color.blendHex = function (a, b, weight) { dojo.deprecated("dojo.graphics.color.blendHex is now dojo.gfx.color.blendHex", "0.5"); return dojo.gfx.color.rgb2hex(dojo.gfx.color.blend(dojo.gfx.color.hex2rgb(a), dojo.gfx.color.hex2rgb(b), weight)); }; dojo.graphics.color.extractRGB = function (color) { dojo.deprecated("dojo.graphics.color.extractRGB is now dojo.gfx.color.extractRGB", "0.5"); return dojo.gfx.color.extractRGB(color); }; dojo.graphics.color.hex2rgb = function (hex) { dojo.deprecated("dojo.graphics.color.hex2rgb is now dojo.gfx.color.hex2rgb", "0.5"); return dojo.gfx.color.hex2rgb(hex); }; dojo.graphics.color.rgb2hex = function (r, g, b) { dojo.deprecated("dojo.graphics.color.rgb2hex is now dojo.gfx.color.rgb2hex", "0.5"); return dojo.gfx.color.rgb2hex; }; PK mM>t00src/hostenv_browser.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ if (typeof window != "undefined") { (function () { if (djConfig.allowQueryConfig) { var baseUrl = document.location.toString(); var params = baseUrl.split("?", 2); if (params.length > 1) { var paramStr = params[1]; var pairs = paramStr.split("&"); for (var x in pairs) { var sp = pairs[x].split("="); if ((sp[0].length > 9) && (sp[0].substr(0, 9) == "djConfig.")) { var opt = sp[0].substr(9); try { djConfig[opt] = eval(sp[1]); } catch (e) { djConfig[opt] = sp[1]; } } } } } if (((djConfig["baseScriptUri"] == "") || (djConfig["baseRelativePath"] == "")) && (document && document.getElementsByTagName)) { var scripts = document.getElementsByTagName("script"); var rePkg = /(__package__|dojo|bootstrap1)\.js([\?\.]|$)/i; for (var i = 0; i < scripts.length; i++) { var src = scripts[i].getAttribute("src"); if (!src) { continue; } var m = src.match(rePkg); if (m) { var root = src.substring(0, m.index); if (src.indexOf("bootstrap1") > -1) { root += "../"; } if (!this["djConfig"]) { djConfig = {}; } if (djConfig["baseScriptUri"] == "") { djConfig["baseScriptUri"] = root; } if (djConfig["baseRelativePath"] == "") { djConfig["baseRelativePath"] = root; } break; } } } var dr = dojo.render; var drh = dojo.render.html; var drs = dojo.render.svg; var dua = (drh.UA = navigator.userAgent); var dav = (drh.AV = navigator.appVersion); var t = true; var f = false; drh.capable = t; drh.support.builtin = t; dr.ver = parseFloat(drh.AV); dr.os.mac = dav.indexOf("Macintosh") >= 0; dr.os.win = dav.indexOf("Windows") >= 0; dr.os.linux = dav.indexOf("X11") >= 0; drh.opera = dua.indexOf("Opera") >= 0; drh.khtml = (dav.indexOf("Konqueror") >= 0) || (dav.indexOf("Safari") >= 0); drh.safari = dav.indexOf("Safari") >= 0; var geckoPos = dua.indexOf("Gecko"); drh.mozilla = drh.moz = (geckoPos >= 0) && (!drh.khtml); if (drh.mozilla) { drh.geckoVersion = dua.substring(geckoPos + 6, geckoPos + 14); } drh.ie = (document.all) && (!drh.opera); drh.ie50 = drh.ie && dav.indexOf("MSIE 5.0") >= 0; drh.ie55 = drh.ie && dav.indexOf("MSIE 5.5") >= 0; drh.ie60 = drh.ie && dav.indexOf("MSIE 6.0") >= 0; drh.ie70 = drh.ie && dav.indexOf("MSIE 7.0") >= 0; var cm = document["compatMode"]; drh.quirks = (cm == "BackCompat") || (cm == "QuirksMode") || drh.ie55 || drh.ie50; dojo.locale = dojo.locale || (drh.ie ? navigator.userLanguage : navigator.language).toLowerCase(); dr.vml.capable = drh.ie; drs.capable = f; drs.support.plugin = f; drs.support.builtin = f; var tdoc = window["document"]; var tdi = tdoc["implementation"]; if ((tdi) && (tdi["hasFeature"]) && (tdi.hasFeature("org.w3c.dom.svg", "1.0"))) { drs.capable = t; drs.support.builtin = t; drs.support.plugin = f; } if (drh.safari) { var tmp = dua.split("AppleWebKit/")[1]; var ver = parseFloat(tmp.split(" ")[0]); if (ver >= 420) { drs.capable = t; drs.support.builtin = t; drs.support.plugin = f; } } else { } })(); dojo.hostenv.startPackage("dojo.hostenv"); dojo.render.name = dojo.hostenv.name_ = "browser"; dojo.hostenv.searchIds = []; dojo.hostenv._XMLHTTP_PROGIDS = ["Msxml2.XMLHTTP", "Microsoft.XMLHTTP", "Msxml2.XMLHTTP.4.0"]; dojo.hostenv.getXmlhttpObject = function () { var http = null; var last_e = null; try { http = new XMLHttpRequest(); } catch (e) { } if (!http) { for (var i = 0; i < 3; ++i) { var progid = dojo.hostenv._XMLHTTP_PROGIDS[i]; try { http = new ActiveXObject(progid); } catch (e) { last_e = e; } if (http) { dojo.hostenv._XMLHTTP_PROGIDS = [progid]; break; } } } if (!http) { return dojo.raise("XMLHTTP not available", last_e); } return http; }; dojo.hostenv._blockAsync = false; dojo.hostenv.getText = function (uri, async_cb, fail_ok) { if (!async_cb) { this._blockAsync = true; } var http = this.getXmlhttpObject(); function isDocumentOk(http) { var stat = http["status"]; return Boolean((!stat) || ((200 <= stat) && (300 > stat)) || (stat == 304)); } if (async_cb) { var _this = this, timer = null, gbl = dojo.global(); var xhr = dojo.evalObjPath("dojo.io.XMLHTTPTransport"); http.onreadystatechange = function () { if (timer) { gbl.clearTimeout(timer); timer = null; } if (_this._blockAsync || (xhr && xhr._blockAsync)) { timer = gbl.setTimeout(function () { http.onreadystatechange.apply(this); }, 10); } else { if (4 == http.readyState) { if (isDocumentOk(http)) { async_cb(http.responseText); } } } }; } http.open("GET", uri, async_cb ? true : false); try { http.send(null); if (async_cb) { return null; } if (!isDocumentOk(http)) { var err = Error("Unable to load " + uri + " status:" + http.status); err.status = http.status; err.responseText = http.responseText; throw err; } } catch (e) { this._blockAsync = false; if ((fail_ok) && (!async_cb)) { return null; } else { throw e; } } this._blockAsync = false; return http.responseText; }; dojo.hostenv.defaultDebugContainerId = "dojoDebug"; dojo.hostenv._println_buffer = []; dojo.hostenv._println_safe = false; dojo.hostenv.println = function (line) { if (!dojo.hostenv._println_safe) { dojo.hostenv._println_buffer.push(line); } else { try { var console = document.getElementById(djConfig.debugContainerId ? djConfig.debugContainerId : dojo.hostenv.defaultDebugContainerId); if (!console) { console = dojo.body(); } var div = document.createElement("div"); div.appendChild(document.createTextNode(line)); console.appendChild(div); } catch (e) { try { document.write("
" + line + "
"); } catch (e2) { window.status = line; } } } }; dojo.addOnLoad(function () { dojo.hostenv._println_safe = true; while (dojo.hostenv._println_buffer.length > 0) { dojo.hostenv.println(dojo.hostenv._println_buffer.shift()); } }); function dj_addNodeEvtHdlr(node, evtName, fp) { var oldHandler = node["on" + evtName] || function () { }; node["on" + evtName] = function () { fp.apply(node, arguments); oldHandler.apply(node, arguments); }; return true; } dojo.hostenv._djInitFired = false; function dj_load_init(e) { dojo.hostenv._djInitFired = true; var type = (e && e.type) ? e.type.toLowerCase() : "load"; if (arguments.callee.initialized || (type != "domcontentloaded" && type != "load")) { return; } arguments.callee.initialized = true; if (typeof (_timer) != "undefined") { clearInterval(_timer); delete _timer; } var initFunc = function () { if (dojo.render.html.ie) { dojo.hostenv.makeWidgets(); } }; if (dojo.hostenv.inFlightCount == 0) { initFunc(); dojo.hostenv.modulesLoaded(); } else { dojo.hostenv.modulesLoadedListeners.unshift(initFunc); } } if (document.addEventListener) { if (dojo.render.html.opera || (dojo.render.html.moz && (djConfig["enableMozDomContentLoaded"] === true))) { document.addEventListener("DOMContentLoaded", dj_load_init, null); } window.addEventListener("load", dj_load_init, null); } if (dojo.render.html.ie && dojo.render.os.win) { document.attachEvent("onreadystatechange", function (e) { if (document.readyState == "complete") { dj_load_init(); } }); } if (/(WebKit|khtml)/i.test(navigator.userAgent)) { var _timer = setInterval(function () { if (/loaded|complete/.test(document.readyState)) { dj_load_init(); } }, 10); } if (dojo.render.html.ie) { dj_addNodeEvtHdlr(window, "beforeunload", function () { dojo.hostenv._unloading = true; window.setTimeout(function () { dojo.hostenv._unloading = false; }, 0); }); } dj_addNodeEvtHdlr(window, "unload", function () { dojo.hostenv.unloaded(); if ((!dojo.render.html.ie) || (dojo.render.html.ie && dojo.hostenv._unloading)) { dojo.hostenv.unloaded(); } }); dojo.hostenv.makeWidgets = function () { var sids = []; if (djConfig.searchIds && djConfig.searchIds.length > 0) { sids = sids.concat(djConfig.searchIds); } if (dojo.hostenv.searchIds && dojo.hostenv.searchIds.length > 0) { sids = sids.concat(dojo.hostenv.searchIds); } if ((djConfig.parseWidgets) || (sids.length > 0)) { if (dojo.evalObjPath("dojo.widget.Parse")) { var parser = new dojo.xml.Parse(); if (sids.length > 0) { for (var x = 0; x < sids.length; x++) { var tmpNode = document.getElementById(sids[x]); if (!tmpNode) { continue; } var frag = parser.parseElement(tmpNode, null, true); dojo.widget.getParser().createComponents(frag); } } else { if (djConfig.parseWidgets) { var frag = parser.parseElement(dojo.body(), null, true); dojo.widget.getParser().createComponents(frag); } } } } }; dojo.addOnLoad(function () { if (!dojo.render.html.ie) { dojo.hostenv.makeWidgets(); } }); try { if (dojo.render.html.ie) { document.namespaces.add("v", "urn:schemas-microsoft-com:vml"); document.createStyleSheet().addRule("v\\:*", "behavior:url(#default#VML)"); } } catch (e) { } dojo.hostenv.writeIncludes = function () { }; if (!dj_undef("document", this)) { dj_currentDocument = this.document; } dojo.doc = function () { return dj_currentDocument; }; dojo.body = function () { return dojo.doc().body || dojo.doc().getElementsByTagName("body")[0]; }; dojo.byId = function (id, doc) { if ((id) && ((typeof id == "string") || (id instanceof String))) { if (!doc) { doc = dj_currentDocument; } var ele = doc.getElementById(id); if (ele && (ele.id != id) && doc.all) { ele = null; eles = doc.all[id]; if (eles) { if (eles.length) { for (var i = 0; i < eles.length; i++) { if (eles[i].id == id) { ele = eles[i]; break; } } } else { ele = eles; } } } return ele; } return id; }; dojo.setContext = function (globalObject, globalDocument) { dj_currentContext = globalObject; dj_currentDocument = globalDocument; }; dojo._fireCallback = function (callback, context, cbArguments) { if ((context) && ((typeof callback == "string") || (callback instanceof String))) { callback = context[callback]; } return (context ? callback.apply(context, cbArguments || []) : callback()); }; dojo.withGlobal = function (globalObject, callback, thisObject, cbArguments) { var rval; var oldGlob = dj_currentContext; var oldDoc = dj_currentDocument; try { dojo.setContext(globalObject, globalObject.document); rval = dojo._fireCallback(callback, thisObject, cbArguments); } finally { dojo.setContext(oldGlob, oldDoc); } return rval; }; dojo.withDoc = function (documentObject, callback, thisObject, cbArguments) { var rval; var oldDoc = dj_currentDocument; try { dj_currentDocument = documentObject; rval = dojo._fireCallback(callback, thisObject, cbArguments); } finally { dj_currentDocument = oldDoc; } return rval; }; } dojo.requireIf((djConfig["isDebug"] || djConfig["debugAtAllCosts"]), "dojo.debug"); dojo.requireIf(djConfig["debugAtAllCosts"] && !window.widget && !djConfig["useXDomain"], "dojo.browser_debug"); dojo.requireIf(djConfig["debugAtAllCosts"] && !window.widget && djConfig["useXDomain"], "dojo.browser_debug_xd"); PK mMWsrc/hostenv_svg.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ if (typeof window == "undefined") { dojo.raise("attempt to use adobe svg hostenv when no window object"); } dojo.debug = function () { if (!djConfig.isDebug) { return; } var args = arguments; var isJUM = dj_global["jum"]; var s = isJUM ? "" : "DEBUG: "; for (var i = 0; i < args.length; ++i) { s += args[i]; } if (isJUM) { jum.debug(s); } else { dojo.hostenv.println(s); } }; dojo.render.name = navigator.appName; dojo.render.ver = parseFloat(navigator.appVersion, 10); switch (navigator.platform) { case "MacOS": dojo.render.os.osx = true; break; case "Linux": dojo.render.os.linux = true; break; case "Windows": dojo.render.os.win = true; break; default: dojo.render.os.linux = true; break; } dojo.render.svg.capable = true; dojo.render.svg.support.builtin = true; dojo.render.svg.moz = ((navigator.userAgent.indexOf("Gecko") >= 0) && (!((navigator.appVersion.indexOf("Konqueror") >= 0) || (navigator.appVersion.indexOf("Safari") >= 0)))); dojo.render.svg.adobe = (window.parseXML != null); dojo.hostenv.startPackage("dojo.hostenv"); dojo.hostenv.println = function (s) { try { var ti = document.createElement("text"); ti.setAttribute("x", "50"); ti.setAttribute("y", (25 + 15 * document.getElementsByTagName("text").length)); ti.appendChild(document.createTextNode(s)); document.documentElement.appendChild(ti); } catch (e) { } }; dojo.hostenv.name_ = "svg"; dojo.hostenv.setModulePrefix = function (module, prefix) { }; dojo.hostenv.getModulePrefix = function (module) { }; dojo.hostenv.getTextStack = []; dojo.hostenv.loadUriStack = []; dojo.hostenv.loadedUris = []; dojo.hostenv.modules_ = {}; dojo.hostenv.modulesLoadedFired = false; dojo.hostenv.modulesLoadedListeners = []; dojo.hostenv.getText = function (uri, cb, data) { if (!cb) { var cb = function (result) { window.alert(result); }; } if (!data) { window.getUrl(uri, cb); } else { window.postUrl(uri, data, cb); } }; dojo.hostenv.getLibaryScriptUri = function () { }; dojo.hostenv.loadUri = function (uri) { }; dojo.hostenv.loadUriAndCheck = function (uri, module) { }; dojo.hostenv.loadModule = function (moduleName) { var a = moduleName.split("."); var currentObj = window; var s = []; for (var i = 0; i < a.length; i++) { if (a[i] == "*") { continue; } s.push(a[i]); if (!currentObj[a[i]]) { dojo.raise("dojo.require('" + moduleName + "'): module does not exist."); } else { currentObj = currentObj[a[i]]; } } return; }; dojo.hostenv.startPackage = function (moduleName) { var a = moduleName.split("."); var currentObj = window; var s = []; for (var i = 0; i < a.length; i++) { if (a[i] == "*") { continue; } s.push(a[i]); if (!currentObj[a[i]]) { currentObj[a[i]] = {}; } currentObj = currentObj[a[i]]; } return; }; if (window.parseXML) { window.XMLSerialzer = function () { function nodeToString(n, a) { function fixText(s) { return String(s).replace(/\&/g, "&").replace(/>/g, ">").replace(/"); for (var i = 0; i < n.childNodes.length; i++) { nodeToString(n.childNodes.item(i), a); } a.push("\n"); } else { a.push(" />\n"); } break; case 3: a.push(fixText(n.nodeValue)); break; case 4: a.push(""); break; case 7: a.push(n.nodeValue); if (/(^<\?xml)|(^<\!DOCTYPE)/.test(n.nodeValue)) { a.push("\n"); } break; case 8: a.push("\n"); break; case 9: case 11: for (var i = 0; i < n.childNodes.length; i++) { nodeToString(n.childNodes.item(i), a); } break; default: a.push(""); } } this.serializeToString = function (node) { var a = []; nodeToString(node, a); return a.join(""); }; }; window.DOMParser = function () { this.parseFromString = function (s) { return parseXML(s, window.document); }; }; window.XMLHttpRequest = function () { var uri = null; var method = "POST"; var isAsync = true; var cb = function (d) { this.responseText = d.content; try { this.responseXML = parseXML(this.responseText, window.document); } catch (e) { } this.status = "200"; this.statusText = "OK"; if (!d.success) { this.status = "500"; this.statusText = "Internal Server Error"; } this.onload(); this.onreadystatechange(); }; this.onload = function () { }; this.readyState = 4; this.onreadystatechange = function () { }; this.status = 0; this.statusText = ""; this.responseBody = null; this.responseStream = null; this.responseXML = null; this.responseText = null; this.abort = function () { return; }; this.getAllResponseHeaders = function () { return []; }; this.getResponseHeader = function (n) { return null; }; this.setRequestHeader = function (nm, val) { }; this.open = function (meth, url, async) { method = meth; uri = url; }; this.send = function (data) { var d = data || null; if (method == "GET") { getURL(uri, cb); } else { postURL(uri, data, cb); } }; }; } dojo.requireIf((djConfig["isDebug"] || djConfig["debugAtAllCosts"]), "dojo.debug"); PK mM66src/html/display.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.html.display"); dojo.require("dojo.html.style"); dojo.html._toggle = function (node, tester, setter) { node = dojo.byId(node); setter(node, !tester(node)); return tester(node); }; dojo.html.show = function (node) { node = dojo.byId(node); if (dojo.html.getStyleProperty(node, "display") == "none") { dojo.html.setStyle(node, "display", (node.dojoDisplayCache || "")); node.dojoDisplayCache = undefined; } }; dojo.html.hide = function (node) { node = dojo.byId(node); if (typeof node["dojoDisplayCache"] == "undefined") { var d = dojo.html.getStyleProperty(node, "display"); if (d != "none") { node.dojoDisplayCache = d; } } dojo.html.setStyle(node, "display", "none"); }; dojo.html.setShowing = function (node, showing) { dojo.html[(showing ? "show" : "hide")](node); }; dojo.html.isShowing = function (node) { return (dojo.html.getStyleProperty(node, "display") != "none"); }; dojo.html.toggleShowing = function (node) { return dojo.html._toggle(node, dojo.html.isShowing, dojo.html.setShowing); }; dojo.html.displayMap = {tr:"", td:"", th:"", img:"inline", span:"inline", input:"inline", button:"inline"}; dojo.html.suggestDisplayByTagName = function (node) { node = dojo.byId(node); if (node && node.tagName) { var tag = node.tagName.toLowerCase(); return (tag in dojo.html.displayMap ? dojo.html.displayMap[tag] : "block"); } }; dojo.html.setDisplay = function (node, display) { dojo.html.setStyle(node, "display", ((display instanceof String || typeof display == "string") ? display : (display ? dojo.html.suggestDisplayByTagName(node) : "none"))); }; dojo.html.isDisplayed = function (node) { return (dojo.html.getComputedStyle(node, "display") != "none"); }; dojo.html.toggleDisplay = function (node) { return dojo.html._toggle(node, dojo.html.isDisplayed, dojo.html.setDisplay); }; dojo.html.setVisibility = function (node, visibility) { dojo.html.setStyle(node, "visibility", ((visibility instanceof String || typeof visibility == "string") ? visibility : (visibility ? "visible" : "hidden"))); }; dojo.html.isVisible = function (node) { return (dojo.html.getComputedStyle(node, "visibility") != "hidden"); }; dojo.html.toggleVisibility = function (node) { return dojo.html._toggle(node, dojo.html.isVisible, dojo.html.setVisibility); }; dojo.html.setOpacity = function (node, opacity, dontFixOpacity) { node = dojo.byId(node); var h = dojo.render.html; if (!dontFixOpacity) { if (opacity >= 1) { if (h.ie) { dojo.html.clearOpacity(node); return; } else { opacity = 0.999999; } } else { if (opacity < 0) { opacity = 0; } } } if (h.ie) { if (node.nodeName.toLowerCase() == "tr") { var tds = node.getElementsByTagName("td"); for (var x = 0; x < tds.length; x++) { tds[x].style.filter = "Alpha(Opacity=" + opacity * 100 + ")"; } } node.style.filter = "Alpha(Opacity=" + opacity * 100 + ")"; } else { if (h.moz) { node.style.opacity = opacity; node.style.MozOpacity = opacity; } else { if (h.safari) { node.style.opacity = opacity; node.style.KhtmlOpacity = opacity; } else { node.style.opacity = opacity; } } } }; dojo.html.clearOpacity = function (node) { node = dojo.byId(node); var ns = node.style; var h = dojo.render.html; if (h.ie) { try { if (node.filters && node.filters.alpha) { ns.filter = ""; } } catch (e) { } } else { if (h.moz) { ns.opacity = 1; ns.MozOpacity = 1; } else { if (h.safari) { ns.opacity = 1; ns.KhtmlOpacity = 1; } else { ns.opacity = 1; } } } }; dojo.html.getOpacity = function (node) { node = dojo.byId(node); var h = dojo.render.html; if (h.ie) { var opac = (node.filters && node.filters.alpha && typeof node.filters.alpha.opacity == "number" ? node.filters.alpha.opacity : 100) / 100; } else { var opac = node.style.opacity || node.style.MozOpacity || node.style.KhtmlOpacity || 1; } return opac >= 0.999999 ? 1 : Number(opac); }; PK mMWOsrc/html/images/shadowBR.pngPNG  IHDRgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATx4OI x{i>ׄ&nЄ]^`Ĵ,04 `ұIENDB`PK mM"֢src/html/shadow.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.html.shadow"); dojo.require("dojo.lfx.shadow"); dojo.deprecated("dojo.html.shadow has been moved to dojo.lfx.", "0.5"); dojo.html.shadow = dojo.lfx.shadow; PK mM, src/html.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.html"); dojo.require("dojo.html.*"); dojo.deprecated("dojo.html", "replaced by dojo.html.*", "0.5"); PK mMft%src/i18n/calendar/nls/fi/gregorian.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"field-weekday":"viikonp\xe4iv\xe4", "dateFormat-medium":"d.M.yyyy", "field-second":"sekunti", "field-week":"viikko", "pm":"ip.", "timeFormat-full":"H.mm.ss v", "months-standAlone-narrow":["T", "H", "M", "H", "T", "K", "H", "E", "S", "L", "M", "J"], "am":"ap.", "days-standAlone-narrow":["S", "M", "T", "K", "T", "P", "L"], "field-year":"vuosi", "eras":["eKr.", "jKr."], "field-minute":"minuutti", "timeFormat-medium":"H.mm.ss", "field-hour":"tunti", "dateFormat-long":"d. MMMM'ta 'yyyy", "field-day":"p\xe4iv\xe4", "field-dayperiod":"ap/ip-valinta", "field-month":"kuukausi", "dateFormat-short":"d.M.yyyy", "months-format-wide":["tammikuu", "helmikuu", "maaliskuu", "huhtikuu", "toukokuu", "kes\xe4kuu", "hein\xe4kuu", "elokuu", "syyskuu", "lokakuu", "marraskuu", "joulukuu"], "field-era":"aikakausi", "timeFormat-short":"H.mm", "months-format-abbr":["tammi", "helmi", "maalis", "huhti", "touko", "kes\xe4", "hein\xe4", "elo", "syys", "loka", "marras", "joulu"], "timeFormat-long":"'klo 'H.mm.ss", "days-format-wide":["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai"], "dateFormat-full":"EEEE'na 'd. MMMM'ta 'yyyy", "field-zone":"aikavy\xf6hyke", "days-format-abbr":["su", "ma", "ti", "ke", "to", "pe", "la"]})PK mMfً]%src/i18n/calendar/nls/hu/gregorian.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"field-weekday":"h\xe9t napja", "dateFormat-medium":"yyyy MMM d", "field-second":"m\xe1sodperc", "field-week":"h\xe9t", "pm":"d.u.", "timeFormat-full":"h:mm:ss a v", "months-standAlone-narrow":["J", "F", "M", "\xc1", "M", "J", "J", "A", "S", "O", "N", "D"], "am":"d.e.", "days-standAlone-narrow":["V", "H", "K", "Sz", "Cs", "P", "Sz"], "field-year":"\xe9v", "eras":["k.e.", "k.u."], "field-minute":"perc", "timeFormat-medium":"h:mm:ss a", "field-hour":"\xf3ra", "dateFormat-long":"yyyy MMMM d", "field-day":"nap", "field-dayperiod":"napszak", "field-month":"h\xf3nap", "dateFormat-short":"yyyy-M-d", "months-format-wide":["janu\xe1r", "febru\xe1r", "m\xe1rcius", "\xe1prilis", "m\xe1jus", "j\xfanius", "j\xfalius", "augusztus", "szeptember", "okt\xf3ber", "november", "december"], "field-era":"\xe9ra", "timeFormat-short":"h:mm a", "months-format-abbr":["jan", "feb", "m\xe1r", "apr", "m\xe1j", "j\xfan", "j\xfal", "aug", "sze", "okt", "nov", "dec"], "timeFormat-long":"h:mm:ss a z", "days-format-wide":["vas\xe1rnap", "h\xe9tf\u0151", "kedd", "szerda", "cs\xfct\xf6rt\xf6k", "p\xe9ntek", "szombat"], "dateFormat-full":"yyyy MMMM d, EEEE", "field-zone":"z\xf3na", "days-format-abbr":["Va", "H\xe9", "Ke", "Sze", "Cs\xfc", "P\xe9", "Szo"]})PK mMdlmHH%src/i18n/calendar/nls/ko/gregorian.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"months-standAlone-narrow":["1\uc6d4", "2\uc6d4", "3\uc6d4", "4\uc6d4", "5\uc6d4", "6\uc6d4", "7\uc6d4", "8\uc6d4", "9\uc6d4", "10\uc6d4", "11\uc6d4", "12\uc6d4"], "dateFormat-long":"yyyy'\ub144' M'\uc6d4' d'\uc77c'", "timeFormat-full":"a hh'\uc2dc' mm'\ubd84' ss'\ucd08' z", "eras":["\uae30\uc6d0\uc804", "\uc11c\uae30"], "timeFormat-medium":"a hh'\uc2dc' mm'\ubd84'", "dateFormat-medium":"yyyy. MM. dd", "am":"\uc624\uc804", "months-format-abbr":["1\uc6d4", "2\uc6d4", "3\uc6d4", "4\uc6d4", "5\uc6d4", "6\uc6d4", "7\uc6d4", "8\uc6d4", "9\uc6d4", "10\uc6d4", "11\uc6d4", "12\uc6d4"], "dateFormat-full":"yyyy'\ub144' M'\uc6d4' d'\uc77c' EEEE", "days-format-abbr":["\uc77c", "\uc6d4", "\ud654", "\uc218", "\ubaa9", "\uae08", "\ud1a0"], "timeFormat-long":"a hh'\uc2dc' mm'\ubd84' ss'\ucd08'", "timeFormat-short":"a hh'\uc2dc' mm'\ubd84'", "dateFormat-short":"yy. MM. dd", "pm":"\uc624\ud6c4", "months-format-wide":["1\uc6d4", "2\uc6d4", "3\uc6d4", "4\uc6d4", "5\uc6d4", "6\uc6d4", "7\uc6d4", "8\uc6d4", "9\uc6d4", "10\uc6d4", "11\uc6d4", "12\uc6d4"], "days-standAlone-narrow":["\uc77c", "\uc6d4", "\ud654", "\uc218", "\ubaa9", "\uae08", "\ud1a0"], "days-format-wide":["\uc77c\uc694\uc77c", "\uc6d4\uc694\uc77c", "\ud654\uc694\uc77c", "\uc218\uc694\uc77c", "\ubaa9\uc694\uc77c", "\uae08\uc694\uc77c", "\ud1a0\uc694\uc77c"], "field-weekday":"Day of the Week", "field-second":"Second", "field-week":"Week", "field-year":"Year", "field-minute":"Minute", "field-hour":"Hour", "field-day":"Day", "field-dayperiod":"Dayperiod", "field-month":"Month", "field-era":"Era", "field-zone":"Zone"})PK mMrHHsrc/i18n/calendar/nls/READMEAll files within this directory and subdirectories were manually derived from http://unicode.org/cldr See terms of use: http://www.unicode.org/copyright.html#Exhibit1 Eventually, this data should be generated directly from the XML in the CLDR repository to provide accurate and full support for the full set of locales. PK mMsrc/i18n/common.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.i18n.common"); dojo.i18n.getLocalization = function (packageName, bundleName, locale) { dojo.hostenv.preloadLocalizations(); locale = dojo.hostenv.normalizeLocale(locale); var elements = locale.split("-"); var module = [packageName, "nls", bundleName].join("."); var bundle = dojo.hostenv.findModule(module, true); var localization; for (var i = elements.length; i > 0; i--) { var loc = elements.slice(0, i).join("_"); if (bundle[loc]) { localization = bundle[loc]; break; } } if (!localization) { localization = bundle.ROOT; } if (localization) { var clazz = function () { }; clazz.prototype = localization; return new clazz(); } dojo.raise("Bundle not found: " + bundleName + " in " + packageName + " , locale=" + locale); }; dojo.i18n.isLTR = function (locale) { var lang = dojo.hostenv.normalizeLocale(locale).split("-")[0]; var RTL = {ar:true, fa:true, he:true, ur:true, yi:true}; return !RTL[lang]; }; PK mM0y88src/i18n/currency/nls/en/INR.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"displayName":"Indian Rupee"})PK mMCC"src/i18n/currency/nls/en-us/USD.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"symbol":"$", "displayName":"US Dollar"})PK mMdisrc/i18n/currency/nls/hi/GBP.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"displayName":"\u092c\u094d\u0930\u093f\u0924\u0928 \u0915\u093e \u092a\u094c\u0928\u094d\u0921 \u0938\u094d\u091f\u0930\u094d\u0932\u093f\u0917", "symbol":"\xa3"})PK mMCwwsrc/i18n/currency/nls/hi/USD.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"displayName":"\u0905\u092e\u0930\u0940\u0915\u0940 \u0921\u093e\u0932\u0930", "symbol":"$"})PK mMd[[src/i18n/currency/nls/ja/GBP.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"displayName":"\u82f1\u56fd\u30dd\u30f3\u30c9", "symbol":"\xa3"})PK mMLLsrc/i18n/currency/nls/ja/USD.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"displayName":"\u7c73\u30c9\u30eb", "symbol":"$"})PK mMSAsrc/i18n/currency.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.i18n.currency"); dojo.require("dojo.experimental"); dojo.experimental("dojo.i18n.currency"); dojo.require("dojo.regexp"); dojo.require("dojo.i18n.common"); dojo.require("dojo.i18n.number"); dojo.require("dojo.lang.common"); dojo.i18n.currency.format = function (value, iso, flags, locale) { flags = (typeof flags == "object") ? flags : {}; var formatData = dojo.i18n.currency._mapToLocalizedFormatData(dojo.i18n.currency.FORMAT_TABLE, iso, locale); if (typeof flags.places == "undefined") { flags.places = formatData.places; } if (typeof flags.places == "undefined") { flags.places = 2; } flags.signed = false; var result = dojo.i18n.number.format(value, flags, locale); var sym = formatData.symbol; if (formatData.adjSpace == "symbol") { if (formatData.placement == "after") { sym = " " + sym; } else { sym = sym + " "; } } if (value < 0) { if (formatData.signPlacement == "before") { sym = "-" + sym; } else { if (formatData.signPlacement == "after") { sym = sym + "-"; } } } var spc = (formatData.adjSpace == "number") ? " " : ""; if (formatData.placement == "after") { result = result + spc + sym; } else { result = sym + spc + result; } if (value < 0) { if (formatData.signPlacement == "around") { result = "(" + result + ")"; } else { if (formatData.signPlacement == "end") { result = result + "-"; } else { if (!formatData.signPlacement || formatData.signPlacement == "begin") { result = "-" + result; } } } } return result; }; dojo.i18n.currency.parse = function (value, iso, locale, flags) { if (typeof flags.validate == "undefined") { flags.validate = true; } if (flags.validate && !dojo.i18n.number.isCurrency(value, iso, locale, flags)) { return Number.NaN; } var sign = (value.indexOf("-") != -1); var abs = abs.replace(/\-/, ""); var formatData = dojo.i18n.currency._mapToLocalizedFormatData(dojo.i18n.currency.FORMAT_TABLE, iso, locale); abs = abs.replace(new RegExp("\\" + formatData.symbol), ""); var number = dojo.i18n.number.parse(abs, locale, flags); if (sign) { number = number * -1; } return number; }; dojo.i18n.currency.isCurrency = function (value, iso, locale, flags) { flags = (typeof flags == "object") ? flags : {}; var numberFormatData = dojo.i18n.number._mapToLocalizedFormatData(dojo.i18n.number.FORMAT_TABLE, locale); if (typeof flags.separator == "undefined") { flags.separator = numberFormatData[0]; } else { if (dojo.lang.isArray(flags.separator) && flags.separator.length == 0) { flags.separator = [numberFormatData[0], ""]; } } if (typeof flags.decimal == "undefined") { flags.decimal = numberFormatData[2]; } if (typeof flags.groupSize == "undefined") { flags.groupSize = numberFormatData[3]; } if (typeof flags.groupSize2 == "undefined") { flags.groupSize2 = numberFormatData[4]; } var formatData = dojo.i18n.currency._mapToLocalizedFormatData(dojo.i18n.currency.FORMAT_TABLE, iso, locale); if (typeof flags.places == "undefined") { flags.places = formatData.places; } if (typeof flags.places == "undefined") { flags.places = 2; } if (typeof flags.symbol == "undefined") { flags.symbol = formatData.symbol; } else { if (dojo.lang.isArray(flags.symbol) && flags.symbol.length == 0) { flags.symbol = [formatData.symbol, ""]; } } if (typeof flags.placement == "undefined") { flags.placement = formatData.placement; } var re = new RegExp("^" + dojo.regexp.currency(flags) + "$"); return re.test(value); }; dojo.i18n.currency._mapToLocalizedFormatData = function (table, iso, locale) { var formatData = dojo.i18n.currency.FORMAT_TABLE[iso]; if (!dojo.lang.isArray(formatData)) { return formatData; } return dojo.i18n.number._mapToLocalizedFormatData(formatData[0], locale); }; (function () { var arabic = {symbol:"\u062c", placement:"after", htmlSymbol:"?"}; var euro = {symbol:"\u20ac", placement:"before", adjSpace:"symbol", htmlSymbol:"€"}; var euroAfter = {symbol:"\u20ac", placement:"after", htmlSymbol:"€"}; dojo.i18n.currency.FORMAT_TABLE = {AED:{symbol:"\u062c", placement:"after"}, ARS:{symbol:"$", signPlacement:"after"}, ATS:{symbol:"\u20ac", adjSpace:"number", signPlacement:"after", htmlSymbol:"€"}, AUD:{symbol:"$"}, BOB:{symbol:"$b"}, BRL:{symbol:"R$", adjSpace:"symbol"}, BEF:euroAfter, BHD:arabic, CAD:[{"*":{symbol:"$"}, "fr-ca":{symbol:"$", placement:"after", signPlacement:"around"}}], CHF:{symbol:"CHF", adjSpace:"symbol", signPlacement:"after"}, CLP:{symbol:"$"}, COP:{symbol:"$", signPlacement:"around"}, CNY:{symbol:"\xa5", htmlSymbol:"¥"}, CRC:{symbol:"\u20a1", signPlacement:"after", htmlSymbol:"?"}, CZK:{symbol:"Kc", adjSpace:"symbol", signPlacement:"after"}, DEM:euroAfter, DKK:{symbol:"kr.", adjSpace:"symbol", signPlacement:"after"}, DOP:{symbol:"$"}, DZD:arabic, ECS:{symbol:"$", signPlacement:"after"}, EGP:arabic, ESP:euroAfter, EUR:euro, FIM:euroAfter, FRF:euroAfter, GBP:{symbol:"\xa3", htmlSymbol:"£"}, GRD:{symbol:"\u20ac", signPlacement:"end", htmlSymbol:"€"}, GTQ:{symbol:"Q", signPlacement:"after"}, HKD:{symbol:"HK$"}, HNL:{symbol:"L.", signPlacement:"end"}, HUF:{symbol:"Ft", placement:"after", adjSpace:"symbol"}, IEP:{symbol:"\u20ac", htmlSymbol:"€"}, ILS:{symbol:"\u05e9\"\u05d7", placement:"after", htmlSymbol:"?"}, INR:{symbol:"Rs."}, ITL:{symbol:"\u20ac", signPlacement:"after", htmlSymbol:"€"}, JOD:arabic, JPY:{symbol:"\xa5", places:0, htmlSymbol:"¥"}, KRW:{symbol:"\u20a9", places:0, htmlSymbol:"?"}, KWD:arabic, LBP:arabic, LUF:euroAfter, MAD:arabic, MXN:{symbol:"$", signPlacement:"around"}, NIO:{symbol:"C$", adjSpace:"symbol", signPlacement:"after"}, NLG:{symbol:"\u20ac", signPlacement:"end", htmlSymbol:"€"}, NOK:{symbol:"kr", adjSpace:"symbol", signPlacement:"after"}, NZD:{symbol:"$"}, OMR:arabic, PAB:{symbol:"B/", adjSpace:"symbol", signPlacement:"after"}, PEN:{symbol:"S/", signPlacement:"after"}, PLN:{symbol:"z", placement:"after"}, PTE:euroAfter, PYG:{symbol:"Gs.", signPlacement:"after"}, QAR:arabic, RUR:{symbol:"rub.", placement:"after"}, SAR:arabic, SEK:{symbol:"kr", placement:"after", adjSpace:"symbol"}, SGD:{symbol:"$"}, SVC:{symbol:"\u20a1", signPlacement:"after", adjSpace:"symbol"}, SYP:arabic, TND:arabic, TRL:{symbol:"TL", placement:"after"}, TWD:{symbol:"NT$"}, USD:{symbol:"$"}, UYU:{symbol:"$U", signplacement:"after", adjSpace:"symbol"}, VEB:{symbol:"Bs", signplacement:"after", adjSpace:"symbol"}, YER:arabic, ZAR:{symbol:"R", signPlacement:"around"}}; })(); PK mMR>QJIJIsrc/io/cometd.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.io.common"); dojo.provide("dojo.io.cometd"); dojo.require("dojo.AdapterRegistry"); dojo.require("dojo.json"); dojo.require("dojo.io.BrowserIO"); dojo.require("dojo.io.IframeIO"); dojo.require("dojo.io.ScriptSrcIO"); dojo.require("dojo.io.cookie"); dojo.require("dojo.event.*"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.func"); cometd = new function () { this.initialized = false; this.connected = false; this.connectionTypes = new dojo.AdapterRegistry(true); this.version = 0.1; this.minimumVersion = 0.1; this.clientId = null; this._isXD = false; this.handshakeReturn = null; this.currentTransport = null; this.url = null; this.lastMessage = null; this.globalTopicChannels = {}; this.backlog = []; this.tunnelInit = function (childLocation, childDomain) { }; this.tunnelCollapse = function () { dojo.debug("tunnel collapsed!"); }; this.init = function (props, root, bargs) { props = props || {}; props.version = this.version; props.minimumVersion = this.minimumVersion; props.channel = "/meta/handshake"; this.url = root || djConfig["cometdRoot"]; if (!this.url) { dojo.debug("no cometd root specified in djConfig and no root passed"); return; } var bindArgs = {url:this.url, method:"POST", mimetype:"text/json", load:dojo.lang.hitch(this, "finishInit"), content:{"message":dojo.json.serialize([props])}}; var regexp = "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$"; var r = ("" + window.location).match(new RegExp(regexp)); if (r[4]) { var tmp = r[4].split(":"); var thisHost = tmp[0]; var thisPort = tmp[1] || "80"; r = this.url.match(new RegExp(regexp)); if (r[4]) { tmp = r[4].split(":"); var urlHost = tmp[0]; var urlPort = tmp[1] || "80"; if ((urlHost != thisHost) || (urlPort != thisPort)) { dojo.debug(thisHost, urlHost); dojo.debug(thisPort, urlPort); this._isXD = true; bindArgs.transport = "ScriptSrcTransport"; bindArgs.jsonParamName = "jsonp"; bindArgs.method = "GET"; } } } if (bargs) { dojo.lang.mixin(bindArgs, bargs); } return dojo.io.bind(bindArgs); }; this.finishInit = function (type, data, evt, request) { data = data[0]; this.handshakeReturn = data; if (data["authSuccessful"] == false) { dojo.debug("cometd authentication failed"); return; } if (data.version < this.minimumVersion) { dojo.debug("cometd protocol version mismatch. We wanted", this.minimumVersion, "but got", data.version); return; } this.currentTransport = this.connectionTypes.match(data.supportedConnectionTypes, data.version, this._isXD); this.currentTransport.version = data.version; this.clientId = data.clientId; this.tunnelInit = dojo.lang.hitch(this.currentTransport, "tunnelInit"); this.tunnelCollapse = dojo.lang.hitch(this.currentTransport, "tunnelCollapse"); this.initialized = true; this.currentTransport.startup(data); while (this.backlog.length != 0) { var cur = this.backlog.shift(); var fn = cur.shift(); this[fn].apply(this, cur); } }; this._getRandStr = function () { return Math.random().toString().substring(2, 10); }; this.deliver = function (messages) { dojo.lang.forEach(messages, this._deliver, this); }; this._deliver = function (message) { if (!message["channel"]) { dojo.debug("cometd error: no channel for message!"); return; } if (!this.currentTransport) { this.backlog.push(["deliver", message]); return; } this.lastMessage = message; if ((message.channel.length > 5) && (message.channel.substr(0, 5) == "/meta")) { switch (message.channel) { case "/meta/subscribe": if (!message.successful) { dojo.debug("cometd subscription error for channel", message.channel, ":", message.error); return; } this.subscribed(message.subscription, message); break; case "/meta/unsubscribe": if (!message.successful) { dojo.debug("cometd unsubscription error for channel", message.channel, ":", message.error); return; } this.unsubscribed(message.subscription, message); break; } } this.currentTransport.deliver(message); if (message.data) { var tname = (this.globalTopicChannels[message.channel]) ? message.channel : "/cometd" + message.channel; dojo.event.topic.publish(tname, message); } }; this.disconnect = function () { if (!this.currentTransport) { dojo.debug("no current transport to disconnect from"); return; } this.currentTransport.disconnect(); }; this.publish = function (channel, data, properties) { if (!this.currentTransport) { this.backlog.push(["publish", channel, data, properties]); return; } var message = {data:data, channel:channel}; if (properties) { dojo.lang.mixin(message, properties); } return this.currentTransport.sendMessage(message); }; this.subscribe = function (channel, useLocalTopics, objOrFunc, funcName) { if (!this.currentTransport) { this.backlog.push(["subscribe", channel, useLocalTopics, objOrFunc, funcName]); return; } if (objOrFunc) { var tname = (useLocalTopics) ? channel : "/cometd" + channel; if (useLocalTopics) { this.globalTopicChannels[channel] = true; } dojo.event.topic.subscribe(tname, objOrFunc, funcName); } return this.currentTransport.sendMessage({channel:"/meta/subscribe", subscription:channel}); }; this.subscribed = function (channel, message) { dojo.debug(channel); dojo.debugShallow(message); }; this.unsubscribe = function (channel, useLocalTopics, objOrFunc, funcName) { if (!this.currentTransport) { this.backlog.push(["unsubscribe", channel, useLocalTopics, objOrFunc, funcName]); return; } if (objOrFunc) { var tname = (useLocalTopics) ? channel : "/cometd" + channel; dojo.event.topic.unsubscribe(tname, objOrFunc, funcName); } return this.currentTransport.sendMessage({channel:"/meta/unsubscribe", subscription:channel}); }; this.unsubscribed = function (channel, message) { dojo.debug(channel); dojo.debugShallow(message); }; }; cometd.iframeTransport = new function () { this.connected = false; this.connectionId = null; this.rcvNode = null; this.rcvNodeName = ""; this.phonyForm = null; this.authToken = null; this.lastTimestamp = null; this.lastId = null; this.backlog = []; this.check = function (types, version, xdomain) { return ((!xdomain) && (!dojo.render.html.safari) && (dojo.lang.inArray(types, "iframe"))); }; this.tunnelInit = function () { this.postToIframe({message:dojo.json.serialize([{channel:"/meta/connect", clientId:cometd.clientId, connectionType:"iframe"}])}); }; this.tunnelCollapse = function () { if (this.connected) { this.connected = false; this.postToIframe({message:dojo.json.serialize([{channel:"/meta/reconnect", clientId:cometd.clientId, connectionId:this.connectionId, timestamp:this.lastTimestamp, id:this.lastId}])}); } }; this.deliver = function (message) { if (message["timestamp"]) { this.lastTimestamp = message.timestamp; } if (message["id"]) { this.lastId = message.id; } if ((message.channel.length > 5) && (message.channel.substr(0, 5) == "/meta")) { switch (message.channel) { case "/meta/connect": if (!message.successful) { dojo.debug("cometd connection error:", message.error); return; } this.connectionId = message.connectionId; this.connected = true; this.processBacklog(); break; case "/meta/reconnect": if (!message.successful) { dojo.debug("cometd reconnection error:", message.error); return; } this.connected = true; break; case "/meta/subscribe": if (!message.successful) { dojo.debug("cometd subscription error for channel", message.channel, ":", message.error); return; } dojo.debug(message.channel); break; } } }; this.widenDomain = function (domainStr) { var cd = domainStr || document.domain; if (cd.indexOf(".") == -1) { return; } var dps = cd.split("."); if (dps.length <= 2) { return; } dps = dps.slice(dps.length - 2); document.domain = dps.join("."); return document.domain; }; this.postToIframe = function (content, url) { if (!this.phonyForm) { if (dojo.render.html.ie) { this.phonyForm = document.createElement("
"); dojo.body().appendChild(this.phonyForm); } else { this.phonyForm = document.createElement("form"); this.phonyForm.style.display = "none"; dojo.body().appendChild(this.phonyForm); this.phonyForm.enctype = "application/x-www-form-urlencoded"; this.phonyForm.method = "POST"; } } this.phonyForm.action = url || cometd.url; this.phonyForm.target = this.rcvNodeName; this.phonyForm.setAttribute("target", this.rcvNodeName); while (this.phonyForm.firstChild) { this.phonyForm.removeChild(this.phonyForm.firstChild); } for (var x in content) { var tn; if (dojo.render.html.ie) { tn = document.createElement(""); this.phonyForm.appendChild(tn); } else { tn = document.createElement("input"); this.phonyForm.appendChild(tn); tn.type = "hidden"; tn.name = x; tn.value = content[x]; } } this.phonyForm.submit(); }; this.processBacklog = function () { while (this.backlog.length > 0) { this.sendMessage(this.backlog.shift(), true); } }; this.sendMessage = function (message, bypassBacklog) { if ((bypassBacklog) || (this.connected)) { message.connectionId = this.connectionId; message.clientId = cometd.clientId; var bindArgs = {url:cometd.url || djConfig["cometdRoot"], method:"POST", mimetype:"text/json", content:{message:dojo.json.serialize([message])}}; return dojo.io.bind(bindArgs); } else { this.backlog.push(message); } }; this.startup = function (handshakeData) { dojo.debug("startup!"); dojo.debug(dojo.json.serialize(handshakeData)); if (this.connected) { return; } this.rcvNodeName = "cometdRcv_" + cometd._getRandStr(); var initUrl = cometd.url + "/?tunnelInit=iframe"; if (false && dojo.render.html.ie) { this.rcvNode = new ActiveXObject("htmlfile"); this.rcvNode.open(); this.rcvNode.write(""); this.rcvNode.write("

The Dojo Toolkit -- xip_client.html

This file is used for Dojo's XMLHttpRequest Iframe Proxy. This is the "client" file used internally by dojo.io.XhrIframeProxy.

PK mMJs|| src/json.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.json"); dojo.require("dojo.lang.func"); dojo.require("dojo.string.extras"); dojo.require("dojo.AdapterRegistry"); dojo.json = {jsonRegistry:new dojo.AdapterRegistry(), register:function (name, check, wrap, override) { dojo.json.jsonRegistry.register(name, check, wrap, override); }, evalJson:function (json) { try { return eval("(" + json + ")"); } catch (e) { dojo.debug(e); return json; } }, serialize:function (o) { var objtype = typeof (o); if (objtype == "undefined") { return "undefined"; } else { if ((objtype == "number") || (objtype == "boolean")) { return o + ""; } else { if (o === null) { return "null"; } } } if (objtype == "string") { return dojo.string.escapeString(o); } var me = arguments.callee; var newObj; if (typeof (o.__json__) == "function") { newObj = o.__json__(); if (o !== newObj) { return me(newObj); } } if (typeof (o.json) == "function") { newObj = o.json(); if (o !== newObj) { return me(newObj); } } if (objtype != "function" && typeof (o.length) == "number") { var res = []; for (var i = 0; i < o.length; i++) { var val = me(o[i]); if (typeof (val) != "string") { val = "undefined"; } res.push(val); } return "[" + res.join(",") + "]"; } try { window.o = o; newObj = dojo.json.jsonRegistry.match(o); return me(newObj); } catch (e) { } if (objtype == "function") { return null; } res = []; for (var k in o) { var useKey; if (typeof (k) == "number") { useKey = "\"" + k + "\""; } else { if (typeof (k) == "string") { useKey = dojo.string.escapeString(k); } else { continue; } } val = me(o[k]); if (typeof (val) != "string") { continue; } res.push(useKey + ":" + val); } return "{" + res.join(",") + "}"; }}; PK mMc  src/lang/declare.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.lang.declare"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.extras"); dojo.lang.declare = function (className, superclass, init, props) { if ((dojo.lang.isFunction(props)) || ((!props) && (!dojo.lang.isFunction(init)))) { var temp = props; props = init; init = temp; } var mixins = []; if (dojo.lang.isArray(superclass)) { mixins = superclass; superclass = mixins.shift(); } if (!init) { init = dojo.evalObjPath(className, false); if ((init) && (!dojo.lang.isFunction(init))) { init = null; } } var ctor = dojo.lang.declare._makeConstructor(); var scp = (superclass ? superclass.prototype : null); if (scp) { scp.prototyping = true; ctor.prototype = new superclass(); scp.prototyping = false; } ctor.superclass = scp; ctor.mixins = mixins; for (var i = 0, l = mixins.length; i < l; i++) { dojo.lang.extend(ctor, mixins[i].prototype); } ctor.prototype.initializer = null; ctor.prototype.declaredClass = className; if (dojo.lang.isArray(props)) { dojo.lang.extend.apply(dojo.lang, [ctor].concat(props)); } else { dojo.lang.extend(ctor, (props) || {}); } dojo.lang.extend(ctor, dojo.lang.declare._common); ctor.prototype.constructor = ctor; ctor.prototype.initializer = (ctor.prototype.initializer) || (init) || (function () { }); var created = dojo.parseObjPath(className, null, true); created.obj[created.prop] = ctor; return ctor; }; dojo.lang.declare._makeConstructor = function () { return function () { var self = this._getPropContext(); var s = self.constructor.superclass; if ((s) && (s.constructor)) { if (s.constructor == arguments.callee) { this._inherited("constructor", arguments); } else { this._contextMethod(s, "constructor", arguments); } } var ms = (self.constructor.mixins) || ([]); for (var i = 0, m; (m = ms[i]); i++) { (((m.prototype) && (m.prototype.initializer)) || (m)).apply(this, arguments); } if ((!this.prototyping) && (self.initializer)) { self.initializer.apply(this, arguments); } }; }; dojo.lang.declare._common = {_getPropContext:function () { return (this.___proto || this); }, _contextMethod:function (ptype, method, args) { var result, stack = this.___proto; this.___proto = ptype; try { result = ptype[method].apply(this, (args || [])); } catch (e) { throw e; } finally { this.___proto = stack; } return result; }, _inherited:function (prop, args) { var p = this._getPropContext(); do { if ((!p.constructor) || (!p.constructor.superclass)) { return; } p = p.constructor.superclass; } while (!(prop in p)); return (dojo.lang.isFunction(p[prop]) ? this._contextMethod(p, prop, args) : p[prop]); }, inherited:function (prop, args) { dojo.deprecated("'inherited' method is dangerous, do not up-call! 'inherited' is slated for removal in 0.5; name your super class (or use superclass property) instead.", "0.5"); this._inherited(prop, args); }}; dojo.declare = dojo.lang.declare; PK mM+src/lang/timing/Streamer.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.lang.timing.Streamer"); dojo.require("dojo.lang.timing.Timer"); dojo.lang.timing.Streamer = function (input, output, interval, minimum, initialData) { var self = this; var queue = []; this.interval = interval || 1000; this.minimumSize = minimum || 10; this.inputFunction = input || function (q) { }; this.outputFunction = output || function (point) { }; var timer = new dojo.lang.timing.Timer(this.interval); var tick = function () { self.onTick(self); if (queue.length < self.minimumSize) { self.inputFunction(queue); } var obj = queue.shift(); while (typeof (obj) == "undefined" && queue.length > 0) { obj = queue.shift(); } if (typeof (obj) == "undefined") { self.stop(); return; } self.outputFunction(obj); }; this.setInterval = function (ms) { this.interval = ms; timer.setInterval(ms); }; this.onTick = function (obj) { }; this.start = function () { if (typeof (this.inputFunction) == "function" && typeof (this.outputFunction) == "function") { timer.start(); return; } dojo.raise("You cannot start a Streamer without an input and an output function."); }; this.onStart = function () { }; this.stop = function () { timer.stop(); }; this.onStop = function () { }; timer.onTick = this.tick; timer.onStart = this.onStart; timer.onStop = this.onStop; if (initialData) { queue.concat(initialData); } }; PK mM 3) { color.pop(); } var rgb = new dojo.gfx.color.Color(startColor); var endRgb = new dojo.gfx.color.Color(color); var anim = dojo.lfx.propertyAnimation(node, {"background-color":{start:rgb, end:endRgb}}, duration, easing, {"beforeBegin":function () { if (bgImage) { node.style.backgroundImage = "none"; } node.style.backgroundColor = "rgb(" + rgb.toRgb().join(",") + ")"; }, "onEnd":function () { if (bgImage) { node.style.backgroundImage = bgImage; } if (wasTransparent) { node.style.backgroundColor = "transparent"; } if (callback) { callback(node, anim); } }}); anims.push(anim); }); return dojo.lfx.combine(anims); }; dojo.lfx.html.unhighlight = function (nodes, endColor, duration, easing, callback) { nodes = dojo.lfx.html._byId(nodes); var anims = []; dojo.lang.forEach(nodes, function (node) { var color = new dojo.gfx.color.Color(dojo.html.getBackgroundColor(node)); var rgb = new dojo.gfx.color.Color(endColor); var bgImage = dojo.html.getStyle(node, "background-image"); var anim = dojo.lfx.propertyAnimation(node, {"background-color":{start:color, end:rgb}}, duration, easing, {"beforeBegin":function () { if (bgImage) { node.style.backgroundImage = "none"; } node.style.backgroundColor = "rgb(" + color.toRgb().join(",") + ")"; }, "onEnd":function () { if (callback) { callback(node, anim); } }}); anims.push(anim); }); return dojo.lfx.combine(anims); }; dojo.lang.mixin(dojo.lfx, dojo.lfx.html); PK mM~fҊsrc/lfx/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({browser:["dojo.lfx.html"], dashboard:["dojo.lfx.html"]}); dojo.provide("dojo.lfx.*"); PK mMeesrc/logging/Logger.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.logging.Logger"); dojo.provide("dojo.logging.LogFilter"); dojo.provide("dojo.logging.Record"); dojo.provide("dojo.log"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.declare"); dojo.logging.Record = function (logLevel, message) { this.level = logLevel; this.message = ""; this.msgArgs = []; this.time = new Date(); if (dojo.lang.isArray(message)) { if (message.length > 0 && dojo.lang.isString(message[0])) { this.message = message.shift(); } this.msgArgs = message; } else { this.message = message; } }; dojo.logging.LogFilter = function (loggerChain) { this.passChain = loggerChain || ""; this.filter = function (record) { return true; }; }; dojo.logging.Logger = function () { this.cutOffLevel = 0; this.propagate = true; this.parent = null; this.data = []; this.filters = []; this.handlers = []; }; dojo.extend(dojo.logging.Logger, {_argsToArr:function (args) { var ret = []; for (var x = 0; x < args.length; x++) { ret.push(args[x]); } return ret; }, setLevel:function (lvl) { this.cutOffLevel = parseInt(lvl); }, isEnabledFor:function (lvl) { return parseInt(lvl) >= this.cutOffLevel; }, getEffectiveLevel:function () { if ((this.cutOffLevel == 0) && (this.parent)) { return this.parent.getEffectiveLevel(); } return this.cutOffLevel; }, addFilter:function (flt) { this.filters.push(flt); return this.filters.length - 1; }, removeFilterByIndex:function (fltIndex) { if (this.filters[fltIndex]) { delete this.filters[fltIndex]; return true; } return false; }, removeFilter:function (fltRef) { for (var x = 0; x < this.filters.length; x++) { if (this.filters[x] === fltRef) { delete this.filters[x]; return true; } } return false; }, removeAllFilters:function () { this.filters = []; }, filter:function (rec) { for (var x = 0; x < this.filters.length; x++) { if ((this.filters[x]["filter"]) && (!this.filters[x].filter(rec)) || (rec.level < this.cutOffLevel)) { return false; } } return true; }, addHandler:function (hdlr) { this.handlers.push(hdlr); return this.handlers.length - 1; }, handle:function (rec) { if ((!this.filter(rec)) || (rec.level < this.cutOffLevel)) { return false; } for (var x = 0; x < this.handlers.length; x++) { if (this.handlers[x]["handle"]) { this.handlers[x].handle(rec); } } return true; }, log:function (lvl, msg) { if ((this.propagate) && (this.parent) && (this.parent.rec.level >= this.cutOffLevel)) { this.parent.log(lvl, msg); return false; } this.handle(new dojo.logging.Record(lvl, msg)); return true; }, debug:function (msg) { return this.logType("DEBUG", this._argsToArr(arguments)); }, info:function (msg) { return this.logType("INFO", this._argsToArr(arguments)); }, warning:function (msg) { return this.logType("WARNING", this._argsToArr(arguments)); }, error:function (msg) { return this.logType("ERROR", this._argsToArr(arguments)); }, critical:function (msg) { return this.logType("CRITICAL", this._argsToArr(arguments)); }, exception:function (msg, e, squelch) { if (e) { var eparts = [e.name, (e.description || e.message)]; if (e.fileName) { eparts.push(e.fileName); eparts.push("line " + e.lineNumber); } msg += " " + eparts.join(" : "); } this.logType("ERROR", msg); if (!squelch) { throw e; } }, logType:function (type, args) { return this.log.apply(this, [dojo.logging.log.getLevel(type), args]); }, warn:function () { this.warning.apply(this, arguments); }, err:function () { this.error.apply(this, arguments); }, crit:function () { this.critical.apply(this, arguments); }}); dojo.logging.LogHandler = function (level) { this.cutOffLevel = (level) ? level : 0; this.formatter = null; this.data = []; this.filters = []; }; dojo.lang.extend(dojo.logging.LogHandler, {setFormatter:function (formatter) { dojo.unimplemented("setFormatter"); }, flush:function () { }, close:function () { }, handleError:function () { dojo.deprecated("dojo.logging.LogHandler.handleError", "use handle()", "0.6"); }, handle:function (record) { if ((this.filter(record)) && (record.level >= this.cutOffLevel)) { this.emit(record); } }, emit:function (record) { dojo.unimplemented("emit"); }}); void (function () { var names = ["setLevel", "addFilter", "removeFilterByIndex", "removeFilter", "removeAllFilters", "filter"]; var tgt = dojo.logging.LogHandler.prototype; var src = dojo.logging.Logger.prototype; for (var x = 0; x < names.length; x++) { tgt[names[x]] = src[names[x]]; } })(); dojo.logging.log = new dojo.logging.Logger(); dojo.logging.log.levels = [{"name":"DEBUG", "level":1}, {"name":"INFO", "level":2}, {"name":"WARNING", "level":3}, {"name":"ERROR", "level":4}, {"name":"CRITICAL", "level":5}]; dojo.logging.log.loggers = {}; dojo.logging.log.getLogger = function (name) { if (!this.loggers[name]) { this.loggers[name] = new dojo.logging.Logger(); this.loggers[name].parent = this; } return this.loggers[name]; }; dojo.logging.log.getLevelName = function (lvl) { for (var x = 0; x < this.levels.length; x++) { if (this.levels[x].level == lvl) { return this.levels[x].name; } } return null; }; dojo.logging.log.getLevel = function (name) { for (var x = 0; x < this.levels.length; x++) { if (this.levels[x].name.toUpperCase() == name.toUpperCase()) { return this.levels[x].level; } } return null; }; dojo.declare("dojo.logging.MemoryLogHandler", dojo.logging.LogHandler, {initializer:function (level, recordsToKeep, postType, postInterval) { dojo.logging.LogHandler.call(this, level); this.numRecords = (typeof djConfig["loggingNumRecords"] != "undefined") ? djConfig["loggingNumRecords"] : ((recordsToKeep) ? recordsToKeep : -1); this.postType = (typeof djConfig["loggingPostType"] != "undefined") ? djConfig["loggingPostType"] : (postType || -1); this.postInterval = (typeof djConfig["loggingPostInterval"] != "undefined") ? djConfig["loggingPostInterval"] : (postType || -1); }, emit:function (record) { if (!djConfig.isDebug) { return; } var logStr = String(dojo.log.getLevelName(record.level) + ": " + record.time.toLocaleTimeString()) + ": " + record.message; if (!dj_undef("println", dojo.hostenv)) { dojo.hostenv.println(logStr, record.msgArgs); } this.data.push(record); if (this.numRecords != -1) { while (this.data.length > this.numRecords) { this.data.shift(); } } }}); dojo.logging.logQueueHandler = new dojo.logging.MemoryLogHandler(0, 50, 0, 10000); dojo.logging.log.addHandler(dojo.logging.logQueueHandler); dojo.log = dojo.logging.log; PK mMYppsrc/math/points.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.math.points"); dojo.require("dojo.math"); dojo.math.points = {translate:function (a, b) { if (a.length != b.length) { dojo.raise("dojo.math.translate: points not same size (a:[" + a + "], b:[" + b + "])"); } var c = new Array(a.length); for (var i = 0; i < a.length; i++) { c[i] = a[i] + b[i]; } return c; }, midpoint:function (a, b) { if (a.length != b.length) { dojo.raise("dojo.math.midpoint: points not same size (a:[" + a + "], b:[" + b + "])"); } var c = new Array(a.length); for (var i = 0; i < a.length; i++) { c[i] = (a[i] + b[i]) / 2; } return c; }, invert:function (a) { var b = new Array(a.length); for (var i = 0; i < a.length; i++) { b[i] = -a[i]; } return b; }, distance:function (a, b) { return Math.sqrt(Math.pow(b[0] - a[0], 2) + Math.pow(b[1] - a[1], 2)); }}; PK mMF) src/ns.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.ns"); dojo.ns = {namespaces:{}, failed:{}, loading:{}, loaded:{}, register:function (name, module, resolver, noOverride) { if (!noOverride || !this.namespaces[name]) { this.namespaces[name] = new dojo.ns.Ns(name, module, resolver); } }, allow:function (name) { if (this.failed[name]) { return false; } if ((djConfig.excludeNamespace) && (dojo.lang.inArray(djConfig.excludeNamespace, name))) { return false; } return ((name == this.dojo) || (!djConfig.includeNamespace) || (dojo.lang.inArray(djConfig.includeNamespace, name))); }, get:function (name) { return this.namespaces[name]; }, require:function (name) { var ns = this.namespaces[name]; if ((ns) && (this.loaded[name])) { return ns; } if (!this.allow(name)) { return false; } if (this.loading[name]) { dojo.debug("dojo.namespace.require: re-entrant request to load namespace \"" + name + "\" must fail."); return false; } var req = dojo.require; this.loading[name] = true; try { if (name == "dojo") { req("dojo.namespaces.dojo"); } else { if (!dojo.hostenv.moduleHasPrefix(name)) { dojo.registerModulePath(name, "../" + name); } req([name, "manifest"].join("."), false, true); } if (!this.namespaces[name]) { this.failed[name] = true; } } finally { this.loading[name] = false; } return this.namespaces[name]; }}; dojo.ns.Ns = function (name, module, resolver) { this.name = name; this.module = module; this.resolver = resolver; this._loaded = []; this._failed = []; }; dojo.ns.Ns.prototype.resolve = function (name, domain, omitModuleCheck) { if (!this.resolver || djConfig["skipAutoRequire"]) { return false; } var fullName = this.resolver(name, domain); if ((fullName) && (!this._loaded[fullName]) && (!this._failed[fullName])) { var req = dojo.require; req(fullName, false, true); if (dojo.hostenv.findModule(fullName, false)) { this._loaded[fullName] = true; } else { if (!omitModuleCheck) { dojo.raise("dojo.ns.Ns.resolve: module '" + fullName + "' not found after loading via namespace '" + this.name + "'"); } this._failed[fullName] = true; } } return Boolean(this._loaded[fullName]); }; dojo.registerNamespace = function (name, module, resolver) { dojo.ns.register.apply(dojo.ns, arguments); }; dojo.registerNamespaceResolver = function (name, resolver) { var n = dojo.ns.namespaces[name]; if (n) { n.resolver = resolver; } }; dojo.registerNamespaceManifest = function (module, path, name, widgetModule, resolver) { dojo.registerModulePath(name, path); dojo.registerNamespace(name, widgetModule, resolver); }; dojo.registerNamespace("dojo", "dojo.widget"); PK mM3&src/rpc/Deferred.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.rpc.Deferred"); dojo.require("dojo.Deferred"); dojo.deprecated("dojo.rpc.Deferred", "replaced by dojo.Deferred", "0.6"); dojo.rpc.Deferred = dojo.Deferred; dojo.rpc.Deferred.prototype = dojo.Deferred.prototype; PK mM{/src/rpc/JsonService.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.rpc.JsonService"); dojo.require("dojo.rpc.RpcService"); dojo.require("dojo.io.*"); dojo.require("dojo.json"); dojo.require("dojo.lang.common"); dojo.rpc.JsonService = function (args) { if (args) { if (dojo.lang.isString(args)) { this.connect(args); } else { if (args["smdUrl"]) { this.connect(args.smdUrl); } if (args["smdStr"]) { this.processSmd(dj_eval("(" + args.smdStr + ")")); } if (args["smdObj"]) { this.processSmd(args.smdObj); } if (args["serviceUrl"]) { this.serviceUrl = args.serviceUrl; } if (typeof args["strictArgChecks"] != "undefined") { this.strictArgChecks = args.strictArgChecks; } } } }; dojo.inherits(dojo.rpc.JsonService, dojo.rpc.RpcService); dojo.extend(dojo.rpc.JsonService, {bustCache:false, contentType:"application/json-rpc", lastSubmissionId:0, callRemote:function (method, params) { var deferred = new dojo.Deferred(); this.bind(method, params, deferred); return deferred; }, bind:function (method, parameters, deferredRequestHandler, url) { dojo.io.bind({url:url || this.serviceUrl, postContent:this.createRequest(method, parameters), method:"POST", contentType:this.contentType, mimetype:"text/json", load:this.resultCallback(deferredRequestHandler), error:this.errorCallback(deferredRequestHandler), preventCache:this.bustCache}); }, createRequest:function (method, params) { var req = {"params":params, "method":method, "id":++this.lastSubmissionId}; var data = dojo.json.serialize(req); dojo.debug("JsonService: JSON-RPC Request: " + data); return data; }, parseResults:function (obj) { if (!obj) { return; } if (obj["Result"] != null) { return obj["Result"]; } else { if (obj["result"] != null) { return obj["result"]; } else { if (obj["ResultSet"]) { return obj["ResultSet"]; } else { return obj; } } } }}); PK mM#}%%src/rpc/YahooService.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.rpc.YahooService"); dojo.require("dojo.rpc.RpcService"); dojo.require("dojo.rpc.JsonService"); dojo.require("dojo.json"); dojo.require("dojo.uri.*"); dojo.require("dojo.io.ScriptSrcIO"); dojo.rpc.YahooService = function (appId) { this.appId = appId; if (!appId) { this.appId = "dojotoolkit"; dojo.debug("please initialize the YahooService class with your own", "application ID. Using the default may cause problems during", "deployment of your application"); } if (djConfig["useXDomain"] && !djConfig["yahooServiceSmdUrl"]) { dojo.debug("dojo.rpc.YahooService: When using cross-domain Dojo builds," + " please save yahoo.smd to your domain and set djConfig.yahooServiceSmdUrl" + " to the path on your domain to yahoo.smd"); } this.connect(djConfig["yahooServiceSmdUrl"] || dojo.uri.moduleUri("dojo.rpc", "yahoo.smd")); this.strictArgChecks = false; }; dojo.inherits(dojo.rpc.YahooService, dojo.rpc.JsonService); dojo.lang.extend(dojo.rpc.YahooService, {strictArgChecks:false, bind:function (method, parameters, deferredRequestHandler, url) { var params = parameters; if ((dojo.lang.isArrayLike(parameters)) && (parameters.length == 1)) { params = parameters[0]; } params.output = "json"; params.appid = this.appId; dojo.io.bind({url:url || this.serviceUrl, transport:"ScriptSrcTransport", content:params, jsonParamName:"callback", mimetype:"text/json", load:this.resultCallback(deferredRequestHandler), error:this.errorCallback(deferredRequestHandler), preventCache:true}); }}); PK mMFFsrc/storage/browser.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.storage.browser"); dojo.require("dojo.storage"); dojo.require("dojo.flash"); dojo.require("dojo.json"); dojo.require("dojo.uri.*"); dojo.storage.browser.FileStorageProvider = function () { }; dojo.inherits(dojo.storage.browser.FileStorageProvider, dojo.storage); dojo.storage.browser.FileStorageProvider._KEY_INDEX_FILENAME = "__dojoAllKeys"; dojo.storage.browser.FileStorageProvider._APPLET_ID = "__dojoFileJavaObj"; dojo.lang.extend(dojo.storage.browser.FileStorageProvider, {namespace:"default", initialized:false, _available:null, _statusHandler:null, _keyIndex:new Array(), initialize:function () { if (djConfig["disableFileStorage"] == true) { return; } this._loadKeyIndex(); this.initialized = true; dojo.storage.manager.loaded(); }, isAvailable:function () { this._available = false; var protocol = window.location.protocol; if (protocol.indexOf("file") != -1 || protocol.indexOf("chrome") != -1) { this._available = this._isAvailableXPCOM(); if (this._available == false) { this._available = this._isAvailableActiveX(); } } return this._available; }, put:function (key, value, resultsHandler) { if (this.isValidKey(key) == false) { dojo.raise("Invalid key given: " + key); } this._statusHandler = resultsHandler; try { this._save(key, value); resultsHandler.call(null, dojo.storage.SUCCESS, key); } catch (e) { this._statusHandler.call(null, dojo.storage.FAILED, key, e.toString()); } }, get:function (key) { if (this.isValidKey(key) == false) { dojo.raise("Invalid key given: " + key); } var results = this._load(key); return results; }, getKeys:function () { return this._keyIndex; }, hasKey:function (key) { if (this.isValidKey(key) == false) { dojo.raise("Invalid key given: " + key); } this._loadKeyIndex(); var exists = false; for (var i = 0; i < this._keyIndex.length; i++) { if (this._keyIndex[i] == key) { exists = true; } } return exists; }, clear:function () { this._loadKeyIndex(); var keyIndex = new Array(); for (var i = 0; i < this._keyIndex.length; i++) { keyIndex[keyIndex.length] = new String(this._keyIndex[i]); } for (var i = 0; i < keyIndex.length; i++) { this.remove(keyIndex[i]); } }, remove:function (key) { if (this.isValidKey(key) == false) { dojo.raise("Invalid key given: " + key); } this._loadKeyIndex(); for (var i = 0; i < this._keyIndex.length; i++) { if (this._keyIndex[i] == key) { this._keyIndex.splice(i, 1); break; } } this._save(dojo.storage.browser.FileStorageProvider._KEY_INDEX_FILENAME, this._keyIndex, false); var fullPath = this._getPagePath() + key + ".txt"; if (this._isAvailableXPCOM()) { this._removeXPCOM(fullPath); } else { if (this._isAvailableActiveX()) { this._removeActiveX(fullPath); } } }, isPermanent:function () { return true; }, getMaximumSize:function () { return dojo.storage.SIZE_NO_LIMIT; }, hasSettingsUI:function () { return false; }, showSettingsUI:function () { dojo.raise(this.getType() + " does not support a storage settings user-interface"); }, hideSettingsUI:function () { dojo.raise(this.getType() + " does not support a storage settings user-interface"); }, getType:function () { return "dojo.storage.browser.FileStorageProvider"; }, _save:function (key, value, updateKeyIndex) { if (typeof updateKeyIndex == "undefined") { updateKeyIndex = true; } if (dojo.lang.isString(value) == false) { value = dojo.json.serialize(value); value = "/* JavaScript */\n" + value + "\n\n"; } var fullPath = this._getPagePath() + key + ".txt"; if (this._isAvailableXPCOM()) { this._saveFileXPCOM(fullPath, value); } else { if (this._isAvailableActiveX()) { this._saveFileActiveX(fullPath, value); } } if (updateKeyIndex) { this._updateKeyIndex(key); } }, _load:function (key) { var fullPath = this._getPagePath() + key + ".txt"; var results = null; if (this._isAvailableXPCOM()) { results = this._loadFileXPCOM(fullPath); } else { if (this._isAvailableActiveX()) { results = this._loadFileActiveX(fullPath); } else { if (this._isAvailableJava()) { results = this._loadFileJava(fullPath); } } } if (results == null) { return null; } if (!dojo.lang.isUndefined(results) && results != null && /^\/\* JavaScript \*\//.test(results)) { results = dojo.json.evalJson(results); } return results; }, _updateKeyIndex:function (key) { this._loadKeyIndex(); var alreadyAdded = false; for (var i = 0; i < this._keyIndex.length; i++) { if (this._keyIndex[i] == key) { alreadyAdded = true; break; } } if (alreadyAdded == false) { this._keyIndex[this._keyIndex.length] = key; } this._save(dojo.storage.browser.FileStorageProvider._KEY_INDEX_FILENAME, this._keyIndex, false); }, _loadKeyIndex:function () { var indexContents = this._load(dojo.storage.browser.FileStorageProvider._KEY_INDEX_FILENAME); if (indexContents == null) { this._keyIndex = new Array(); } else { this._keyIndex = indexContents; } }, _saveFileXPCOM:function (filename, value) { try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); var f = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile); f.initWithPath(filename); var ouputStream = Components.classes["@mozilla.org/network/file-output-stream;1"].createInstance(Components.interfaces.nsIFileOutputStream); ouputStream.init(f, 32 | 4 | 8, 256 + 128, null); ouputStream.write(value, value.length); ouputStream.close(); } catch (e) { var msg = e.toString(); if (e.name && e.message) { msg = e.name + ": " + e.message; } dojo.raise("dojo.storage.browser.FileStorageProvider._saveFileXPCOM(): " + msg); } }, _loadFileXPCOM:function (filename) { try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); var f = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile); f.initWithPath(filename); if (f.exists() == false) { return null; } var inp = Components.classes["@mozilla.org/network/file-input-stream;1"].createInstance(Components.interfaces.nsIFileInputStream); inp.init(f, 1, 4, null); var inputStream = Components.classes["@mozilla.org/scriptableinputstream;1"].createInstance(Components.interfaces.nsIScriptableInputStream); inputStream.init(inp); var results = inputStream.read(inputStream.available()); return results; } catch (e) { var msg = e.toString(); if (e.name && e.message) { msg = e.name + ": " + e.message; } dojo.raise("dojo.storage.browser.FileStorageProvider._loadFileXPCOM(): " + msg); } return null; }, _saveFileActiveX:function (filename, value) { try { var fileSystem = new ActiveXObject("Scripting.FileSystemObject"); var f = fileSystem.OpenTextFile(filename, 2, true); f.Write(value); f.Close(); } catch (e) { var msg = e.toString(); if (e.name && e.message) { msg = e.name + ": " + e.message; } dojo.raise("dojo.storage.browser.FileStorageProvider._saveFileActiveX(): " + msg); } }, _loadFileActiveX:function (filename) { try { var fileSystem = new ActiveXObject("Scripting.FileSystemObject"); if (fileSystem.FileExists(filename) == false) { return null; } var f = fileSystem.OpenTextFile(filename, 1); var results = f.ReadAll(); f.Close(); return results; } catch (e) { var msg = e.toString(); if (e.name && e.message) { msg = e.name + ": " + e.message; } dojo.raise("dojo.storage.browser.FileStorageProvider._loadFileActiveX(): " + msg); } }, _saveFileJava:function (filename, value) { try { var applet = dojo.byId(dojo.storage.browser.FileStorageProvider._APPLET_ID); applet.save(filename, value); } catch (e) { var msg = e.toString(); if (e.name && e.message) { msg = e.name + ": " + e.message; } dojo.raise("dojo.storage.browser.FileStorageProvider._saveFileJava(): " + msg); } }, _loadFileJava:function (filename) { try { var applet = dojo.byId(dojo.storage.browser.FileStorageProvider._APPLET_ID); var results = applet.load(filename); return results; } catch (e) { var msg = e.toString(); if (e.name && e.message) { msg = e.name + ": " + e.message; } dojo.raise("dojo.storage.browser.FileStorageProvider._loadFileJava(): " + msg); } }, _isAvailableActiveX:function () { try { if (window.ActiveXObject) { var fileSystem = new window.ActiveXObject("Scripting.FileSystemObject"); return true; } } catch (e) { dojo.debug(e); } return false; }, _isAvailableXPCOM:function () { try { if (window.Components) { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile); return true; } } catch (e) { dojo.debug(e); } return false; }, _isAvailableJava:function () { try { if (dojo.render.html.safari == true || dojo.render.html.opera == true()) { if (navigator.javaEnabled() == true) { return true; } } } catch (e) { dojo.debug(e); } return false; }, _getPagePath:function () { var path = window.location.pathname; if (/\.html?$/i.test(path)) { path = path.replace(/(?:\/|\\)?[^\.\/\\]*\.html?$/, ""); } if (/^\/?[a-z]+\:/i.test(path)) { path = path.replace(/^\/?/, ""); path = path.replace(/\//g, "\\"); } else { if (/^[\/\\]{2,3}[^\/]/.test(path)) { path = path.replace(/^[\/\\]{2,3}/, ""); path = path.replace(/\//g, "\\"); path = "\\\\" + path; } } if (/\/$/.test(path) == false && /\\$/.test(path) == false) { if (/\//.test(path)) { path += "/"; } else { path += "\\"; } } path = unescape(path); return path; }, _removeXPCOM:function (filename) { try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); var f = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile); f.initWithPath(filename); if (f.exists() == false || f.isDirectory()) { return; } if (f.isFile()) { f.remove(false); } } catch (e) { dojo.raise("dojo.storage.browser.FileStorageProvider.remove(): " + e.toString()); } }, _removeActiveX:function (filename) { try { var fileSystem = new ActiveXObject("Scripting.FileSystemObject"); fileSystem.DeleteFile(filename); } catch (e) { dojo.raise("dojo.storage.browser.FileStorageProvider.remove(): " + e.toString()); } }, _removeJava:function (filename) { try { var applet = dojo.byId(dojo.storage.browser.FileStorageProvider._APPLET_ID); applet.remove(filename); } catch (e) { var msg = e.toString(); if (e.name && e.message) { msg = e.name + ": " + e.message; } dojo.raise("dojo.storage.browser.FileStorageProvider._removeJava(): " + msg); } }, _writeApplet:function () { var archive = dojo.uri.moduleUri("dojo", "../DojoFileStorageProvider.jar").toString(); var tag = "" + ""; document.writeln(tag); }}); dojo.storage.browser.WhatWGStorageProvider = function () { }; dojo.inherits(dojo.storage.browser.WhatWGStorageProvider, dojo.storage); dojo.lang.extend(dojo.storage.browser.WhatWGStorageProvider, {namespace:"default", initialized:false, _domain:null, _available:null, _statusHandler:null, initialize:function () { if (djConfig["disableWhatWGStorage"] == true) { return; } this._domain = location.hostname; this.initialized = true; dojo.storage.manager.loaded(); }, isAvailable:function () { try { var myStorage = globalStorage[location.hostname]; } catch (e) { this._available = false; return this._available; } this._available = true; return this._available; }, put:function (key, value, resultsHandler) { if (this.isValidKey(key) == false) { dojo.raise("Invalid key given: " + key); } this._statusHandler = resultsHandler; if (dojo.lang.isString(value)) { value = "string:" + value; } else { value = dojo.json.serialize(value); } window.addEventListener("storage", function (evt) { resultsHandler.call(null, dojo.storage.SUCCESS, key); }, false); try { var myStorage = globalStorage[this._domain]; myStorage.setItem(key, value); } catch (e) { this._statusHandler.call(null, dojo.storage.FAILED, key, e.toString()); } }, get:function (key) { if (this.isValidKey(key) == false) { dojo.raise("Invalid key given: " + key); } var myStorage = globalStorage[this._domain]; var results = myStorage.getItem(key); if (results == null) { return null; } results = results.value; if (!dojo.lang.isUndefined(results) && results != null && /^string:/.test(results)) { results = results.substring("string:".length); } else { results = dojo.json.evalJson(results); } return results; }, getKeys:function () { var myStorage = globalStorage[this._domain]; var keysArray = new Array(); for (i = 0; i < myStorage.length; i++) { keysArray[i] = myStorage.key(i); } return keysArray; }, clear:function () { var myStorage = globalStorage[this._domain]; var keys = new Array(); for (var i = 0; i < myStorage.length; i++) { keys[keys.length] = myStorage.key(i); } for (var i = 0; i < keys.length; i++) { myStorage.removeItem(keys[i]); } }, remove:function (key) { var myStorage = globalStorage[this._domain]; myStorage.removeItem(key); }, isPermanent:function () { return true; }, getMaximumSize:function () { return dojo.storage.SIZE_NO_LIMIT; }, hasSettingsUI:function () { return false; }, showSettingsUI:function () { dojo.raise(this.getType() + " does not support a storage settings user-interface"); }, hideSettingsUI:function () { dojo.raise(this.getType() + " does not support a storage settings user-interface"); }, getType:function () { return "dojo.storage.browser.WhatWGProvider"; }}); dojo.storage.browser.FlashStorageProvider = function () { }; dojo.inherits(dojo.storage.browser.FlashStorageProvider, dojo.storage); dojo.lang.extend(dojo.storage.browser.FlashStorageProvider, {namespace:"default", initialized:false, _available:null, _statusHandler:null, initialize:function () { if (djConfig["disableFlashStorage"] == true) { return; } var loadedListener = function () { dojo.storage._flashLoaded(); }; dojo.flash.addLoadedListener(loadedListener); var swfloc6 = dojo.uri.moduleUri("dojo", "../Storage_version6.swf").toString(); var swfloc8 = dojo.uri.moduleUri("dojo", "../Storage_version8.swf").toString(); dojo.flash.setSwf({flash6:swfloc6, flash8:swfloc8, visible:false}); }, isAvailable:function () { if (djConfig["disableFlashStorage"] == true) { this._available = false; } else { this._available = true; } return this._available; }, put:function (key, value, resultsHandler) { if (this.isValidKey(key) == false) { dojo.raise("Invalid key given: " + key); } this._statusHandler = resultsHandler; if (dojo.lang.isString(value)) { value = "string:" + value; } else { value = dojo.json.serialize(value); } dojo.flash.comm.put(key, value, this.namespace); }, get:function (key) { if (this.isValidKey(key) == false) { dojo.raise("Invalid key given: " + key); } var results = dojo.flash.comm.get(key, this.namespace); if (results == "") { return null; } if (!dojo.lang.isUndefined(results) && results != null && /^string:/.test(results)) { results = results.substring("string:".length); } else { results = dojo.json.evalJson(results); } return results; }, getKeys:function () { var results = dojo.flash.comm.getKeys(this.namespace); if (results == "") { return []; } return results.split(","); }, clear:function () { dojo.flash.comm.clear(this.namespace); }, remove:function (key) { dojo.unimplemented("dojo.storage.browser.FlashStorageProvider.remove"); }, isPermanent:function () { return true; }, getMaximumSize:function () { return dojo.storage.SIZE_NO_LIMIT; }, hasSettingsUI:function () { return true; }, showSettingsUI:function () { dojo.flash.comm.showSettings(); dojo.flash.obj.setVisible(true); dojo.flash.obj.center(); }, hideSettingsUI:function () { dojo.flash.obj.setVisible(false); if (dojo.storage.onHideSettingsUI != null && !dojo.lang.isUndefined(dojo.storage.onHideSettingsUI)) { dojo.storage.onHideSettingsUI.call(null); } }, getType:function () { return "dojo.storage.browser.FlashStorageProvider"; }, _flashLoaded:function () { this._initialized = true; dojo.storage.manager.loaded(); }, _onStatus:function (statusResult, key) { var ds = dojo.storage; var dfo = dojo.flash.obj; if (statusResult == ds.PENDING) { dfo.center(); dfo.setVisible(true); } else { dfo.setVisible(false); } if ((!dj_undef("_statusHandler", ds)) && (ds._statusHandler != null)) { ds._statusHandler.call(null, statusResult, key); } }}); dojo.storage.manager.register("dojo.storage.browser.FileStorageProvider", new dojo.storage.browser.FileStorageProvider()); dojo.storage.manager.register("dojo.storage.browser.WhatWGStorageProvider", new dojo.storage.browser.WhatWGStorageProvider()); dojo.storage.manager.register("dojo.storage.browser.FlashStorageProvider", new dojo.storage.browser.FlashStorageProvider()); dojo.storage.manager.initialize(); PK mM7&src/storage.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.storage"); dojo.require("dojo.lang.*"); dojo.require("dojo.event.*"); dojo.storage = new function () { }; dojo.declare("dojo.storage", null, {SUCCESS:"success", FAILED:"failed", PENDING:"pending", SIZE_NOT_AVAILABLE:"Size not available", SIZE_NO_LIMIT:"No size limit", namespace:"default", onHideSettingsUI:null, initialize:function () { dojo.unimplemented("dojo.storage.initialize"); }, isAvailable:function () { dojo.unimplemented("dojo.storage.isAvailable"); }, put:function (key, value, resultsHandler) { dojo.unimplemented("dojo.storage.put"); }, get:function (key) { dojo.unimplemented("dojo.storage.get"); }, hasKey:function (key) { return (this.get(key) != null); }, getKeys:function () { dojo.unimplemented("dojo.storage.getKeys"); }, clear:function () { dojo.unimplemented("dojo.storage.clear"); }, remove:function (key) { dojo.unimplemented("dojo.storage.remove"); }, isPermanent:function () { dojo.unimplemented("dojo.storage.isPermanent"); }, getMaximumSize:function () { dojo.unimplemented("dojo.storage.getMaximumSize"); }, hasSettingsUI:function () { return false; }, showSettingsUI:function () { dojo.unimplemented("dojo.storage.showSettingsUI"); }, hideSettingsUI:function () { dojo.unimplemented("dojo.storage.hideSettingsUI"); }, getType:function () { dojo.unimplemented("dojo.storage.getType"); }, isValidKey:function (keyName) { if ((keyName == null) || (typeof keyName == "undefined")) { return false; } return /^[0-9A-Za-z_]*$/.test(keyName); }}); dojo.storage.manager = new function () { this.currentProvider = null; this.available = false; this._initialized = false; this._providers = []; this.namespace = "default"; this.initialize = function () { this.autodetect(); }; this.register = function (name, instance) { this._providers[this._providers.length] = instance; this._providers[name] = instance; }; this.setProvider = function (storageClass) { }; this.autodetect = function () { if (this._initialized == true) { return; } var providerToUse = null; for (var i = 0; i < this._providers.length; i++) { providerToUse = this._providers[i]; if (dojo.lang.isUndefined(djConfig["forceStorageProvider"]) == false && providerToUse.getType() == djConfig["forceStorageProvider"]) { providerToUse.isAvailable(); break; } else { if (dojo.lang.isUndefined(djConfig["forceStorageProvider"]) == true && providerToUse.isAvailable()) { break; } } } if (providerToUse == null) { this._initialized = true; this.available = false; this.currentProvider = null; dojo.raise("No storage provider found for this platform"); } this.currentProvider = providerToUse; for (var i in providerToUse) { dojo.storage[i] = providerToUse[i]; } dojo.storage.manager = this; dojo.storage.initialize(); this._initialized = true; this.available = true; }; this.isAvailable = function () { return this.available; }; this.isInitialized = function () { if (this.currentProvider.getType() == "dojo.storage.browser.FlashStorageProvider" && dojo.flash.ready == false) { return false; } else { return this._initialized; } }; this.supportsProvider = function (storageClass) { try { var provider = eval("new " + storageClass + "()"); var results = provider.isAvailable(); if (results == null || typeof results == "undefined") { return false; } return results; } catch (exception) { return false; } }; this.getProvider = function () { return this.currentProvider; }; this.loaded = function () { }; }; PK mMsrc/string/extras.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.string.extras"); dojo.require("dojo.string.common"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.array"); dojo.string.substituteParams = function (template, hash) { var map = (typeof hash == "object") ? hash : dojo.lang.toArray(arguments, 1); return template.replace(/\%\{(\w+)\}/g, function (match, key) { if (typeof (map[key]) != "undefined" && map[key] != null) { return map[key]; } dojo.raise("Substitution not found: " + key); }); }; dojo.string.capitalize = function (str) { if (!dojo.lang.isString(str)) { return ""; } if (arguments.length == 0) { str = this; } var words = str.split(" "); for (var i = 0; i < words.length; i++) { words[i] = words[i].charAt(0).toUpperCase() + words[i].substring(1); } return words.join(" "); }; dojo.string.isBlank = function (str) { if (!dojo.lang.isString(str)) { return true; } return (dojo.string.trim(str).length == 0); }; dojo.string.encodeAscii = function (str) { if (!dojo.lang.isString(str)) { return str; } var ret = ""; var value = escape(str); var match, re = /%u([0-9A-F]{4})/i; while ((match = value.match(re))) { var num = Number("0x" + match[1]); var newVal = escape("&#" + num + ";"); ret += value.substring(0, match.index) + newVal; value = value.substring(match.index + match[0].length); } ret += value.replace(/\+/g, "%2B"); return ret; }; dojo.string.escape = function (type, str) { var args = dojo.lang.toArray(arguments, 1); switch (type.toLowerCase()) { case "xml": case "html": case "xhtml": return dojo.string.escapeXml.apply(this, args); case "sql": return dojo.string.escapeSql.apply(this, args); case "regexp": case "regex": return dojo.string.escapeRegExp.apply(this, args); case "javascript": case "jscript": case "js": return dojo.string.escapeJavaScript.apply(this, args); case "ascii": return dojo.string.encodeAscii.apply(this, args); default: return str; } }; dojo.string.escapeXml = function (str, noSingleQuotes) { str = str.replace(/&/gm, "&").replace(//gm, ">").replace(/"/gm, """); if (!noSingleQuotes) { str = str.replace(/'/gm, "'"); } return str; }; dojo.string.escapeSql = function (str) { return str.replace(/'/gm, "''"); }; dojo.string.escapeRegExp = function (str) { return str.replace(/\\/gm, "\\\\").replace(/([\f\b\n\t\r[\^$|?*+(){}])/gm, "\\$1"); }; dojo.string.escapeJavaScript = function (str) { return str.replace(/(["'\f\b\n\t\r])/gm, "\\$1"); }; dojo.string.escapeString = function (str) { return ("\"" + str.replace(/(["\\])/g, "\\$1") + "\"").replace(/[\f]/g, "\\f").replace(/[\b]/g, "\\b").replace(/[\n]/g, "\\n").replace(/[\t]/g, "\\t").replace(/[\r]/g, "\\r"); }; dojo.string.summary = function (str, len) { if (!len || str.length <= len) { return str; } return str.substring(0, len).replace(/\.+$/, "") + "..."; }; dojo.string.endsWith = function (str, end, ignoreCase) { if (ignoreCase) { str = str.toLowerCase(); end = end.toLowerCase(); } if ((str.length - end.length) < 0) { return false; } return str.lastIndexOf(end) == str.length - end.length; }; dojo.string.endsWithAny = function (str) { for (var i = 1; i < arguments.length; i++) { if (dojo.string.endsWith(str, arguments[i])) { return true; } } return false; }; dojo.string.startsWith = function (str, start, ignoreCase) { if (ignoreCase) { str = str.toLowerCase(); start = start.toLowerCase(); } return str.indexOf(start) == 0; }; dojo.string.startsWithAny = function (str) { for (var i = 1; i < arguments.length; i++) { if (dojo.string.startsWith(str, arguments[i])) { return true; } } return false; }; dojo.string.has = function (str) { for (var i = 1; i < arguments.length; i++) { if (str.indexOf(arguments[i]) > -1) { return true; } } return false; }; dojo.string.normalizeNewlines = function (text, newlineChar) { if (newlineChar == "\n") { text = text.replace(/\r\n/g, "\n"); text = text.replace(/\r/g, "\n"); } else { if (newlineChar == "\r") { text = text.replace(/\r\n/g, "\r"); text = text.replace(/\n/g, "\r"); } else { text = text.replace(/([^\r])\n/g, "$1\r\n").replace(/\r([^\n])/g, "\r\n$1"); } } return text; }; dojo.string.splitEscaped = function (str, charac) { var components = []; for (var i = 0, prevcomma = 0; i < str.length; i++) { if (str.charAt(i) == "\\") { i++; continue; } if (str.charAt(i) == charac) { components.push(str.substring(prevcomma, i)); prevcomma = i + 1; } } components.push(str.substr(prevcomma)); return components; }; PK mMP"osrc/string/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({common:["dojo.string", "dojo.string.common", "dojo.string.extras", "dojo.string.Builder"]}); dojo.provide("dojo.string.*"); PK mMYr !! src/svg.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.svg"); dojo.require("dojo.lang.common"); dojo.require("dojo.dom"); dojo.mixin(dojo.svg, dojo.dom); dojo.svg.graphics = dojo.svg.g = new function (d) { this.suspend = function () { try { d.documentElement.suspendRedraw(0); } catch (e) { } }; this.resume = function () { try { d.documentElement.unsuspendRedraw(0); } catch (e) { } }; this.force = function () { try { d.documentElement.forceRedraw(); } catch (e) { } }; }(document); dojo.svg.animations = dojo.svg.anim = new function (d) { this.arePaused = function () { try { return d.documentElement.animationsPaused(); } catch (e) { return false; } }; this.pause = function () { try { d.documentElement.pauseAnimations(); } catch (e) { } }; this.resume = function () { try { d.documentElement.unpauseAnimations(); } catch (e) { } }; }(document); dojo.svg.toCamelCase = function (selector) { var arr = selector.split("-"), cc = arr[0]; for (var i = 1; i < arr.length; i++) { cc += arr[i].charAt(0).toUpperCase() + arr[i].substring(1); } return cc; }; dojo.svg.toSelectorCase = function (selector) { return selector.replace(/([A-Z])/g, "-$1").toLowerCase(); }; dojo.svg.getStyle = function (node, cssSelector) { return document.defaultView.getComputedStyle(node, cssSelector); }; dojo.svg.getNumericStyle = function (node, cssSelector) { return parseFloat(dojo.svg.getStyle(node, cssSelector)); }; dojo.svg.getOpacity = function (node) { return Math.min(1, dojo.svg.getNumericStyle(node, "fill-opacity")); }; dojo.svg.setOpacity = function (node, opacity) { node.setAttributeNS(this.xmlns.svg, "fill-opacity", opacity); node.setAttributeNS(this.xmlns.svg, "stroke-opacity", opacity); }; dojo.svg.clearOpacity = function (node) { node.setAttributeNS(this.xmlns.svg, "fill-opacity", "1.0"); node.setAttributeNS(this.xmlns.svg, "stroke-opacity", "1.0"); }; dojo.svg.getCoords = function (node) { if (node.getBBox) { var box = node.getBBox(); return {x:box.x, y:box.y}; } return null; }; dojo.svg.setCoords = function (node, coords) { var p = dojo.svg.getCoords(); if (!p) { return; } var dx = p.x - coords.x; var dy = p.y - coords.y; dojo.svg.translate(node, dx, dy); }; dojo.svg.getDimensions = function (node) { if (node.getBBox) { var box = node.getBBox(); return {width:box.width, height:box.height}; } return null; }; dojo.svg.setDimensions = function (node, dim) { if (node.width) { node.width.baseVal.value = dim.width; node.height.baseVal.value = dim.height; } else { if (node.r) { node.r.baseVal.value = Math.min(dim.width, dim.height) / 2; } else { if (node.rx) { node.rx.baseVal.value = dim.width / 2; node.ry.baseVal.value = dim.height / 2; } } } }; dojo.svg.translate = function (node, dx, dy) { if (node.transform && node.ownerSVGElement && node.ownerSVGElement.createSVGTransform) { var t = node.ownerSVGElement.createSVGTransform(); t.setTranslate(dx, dy); node.transform.baseVal.appendItem(t); } }; dojo.svg.scale = function (node, scaleX, scaleY) { if (!scaleY) { var scaleY = scaleX; } if (node.transform && node.ownerSVGElement && node.ownerSVGElement.createSVGTransform) { var t = node.ownerSVGElement.createSVGTransform(); t.setScale(scaleX, scaleY); node.transform.baseVal.appendItem(t); } }; dojo.svg.rotate = function (node, ang, cx, cy) { if (node.transform && node.ownerSVGElement && node.ownerSVGElement.createSVGTransform) { var t = node.ownerSVGElement.createSVGTransform(); if (cx == null) { t.setMatrix(t.matrix.rotate(ang)); } else { t.setRotate(ang, cx, cy); } node.transform.baseVal.appendItem(t); } }; dojo.svg.skew = function (node, ang, axis) { var dir = axis || "x"; if (node.transform && node.ownerSVGElement && node.ownerSVGElement.createSVGTransform) { var t = node.ownerSVGElement.createSVGTransform(); if (dir != "x") { t.setSkewY(ang); } else { t.setSkewX(ang); } node.transform.baseVal.appendItem(t); } }; dojo.svg.flip = function (node, axis) { var dir = axis || "x"; if (node.transform && node.ownerSVGElement && node.ownerSVGElement.createSVGTransform) { var t = node.ownerSVGElement.createSVGTransform(); t.setMatrix((dir != "x") ? t.matrix.flipY() : t.matrix.flipX()); node.transform.baseVal.appendItem(t); } }; dojo.svg.invert = function (node) { if (node.transform && node.ownerSVGElement && node.ownerSVGElement.createSVGTransform) { var t = node.ownerSVGElement.createSVGTransform(); t.setMatrix(t.matrix.inverse()); node.transform.baseVal.appendItem(t); } }; dojo.svg.applyMatrix = function (node, a, b, c, d, e, f) { if (node.transform && node.ownerSVGElement && node.ownerSVGElement.createSVGTransform) { var m; if (b) { var m = node.ownerSVGElement.createSVGMatrix(); m.a = a; m.b = b; m.c = c; m.d = d; m.e = e; m.f = f; } else { m = a; } var t = node.ownerSVGElement.createSVGTransform(); t.setMatrix(m); node.transform.baseVal.appendItem(t); } }; dojo.svg.group = function (nodes) { var p = nodes.item(0).parentNode; var g = document.createElementNS(this.xmlns.svg, "g"); for (var i = 0; i < nodes.length; i++) { g.appendChild(nodes.item(i)); } p.appendChild(g); return g; }; dojo.svg.ungroup = function (g) { var p = g.parentNode; while (g.childNodes.length > 0) { p.appendChild(g.childNodes.item(0)); } p.removeChild(g); }; dojo.svg.getGroup = function (node) { var a = this.getAncestors(node); for (var i = 0; i < a.length; i++) { if (a[i].nodeType == this.ELEMENT_NODE && a[i].nodeName.toLowerCase() == "g") { return a[i]; } } return null; }; dojo.svg.bringToFront = function (node) { var n = this.getGroup(node) || node; n.ownerSVGElement.appendChild(n); }; dojo.svg.sendToBack = function (node) { var n = this.getGroup(node) || node; n.ownerSVGElement.insertBefore(n, n.ownerSVGElement.firstChild); }; dojo.svg.bringForward = function (node) { var n = this.getGroup(node) || node; if (this.getLastChildElement(n.parentNode) != n) { this.insertAfter(n, this.getNextSiblingElement(n), true); } }; dojo.svg.sendBackward = function (node) { var n = this.getGroup(node) || node; if (this.getFirstChildElement(n.parentNode) != n) { this.insertBefore(n, this.getPreviousSiblingElement(n), true); } }; dojo.svg.createNodesFromText = function (txt, wrap) { var docFrag = (new DOMParser()).parseFromString(txt, "text/xml").normalize(); if (wrap) { return [docFrag.firstChild.cloneNode(true)]; } var nodes = []; for (var x = 0; x < docFrag.childNodes.length; x++) { nodes.push(docFrag.childNodes.item(x).cloneNode(true)); } return nodes; }; PK mM src/undo/browser.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.undo.browser"); dojo.require("dojo.io.common"); try { if ((!djConfig["preventBackButtonFix"]) && (!dojo.hostenv.post_load_)) { document.write(""); } } catch (e) { } if (dojo.render.html.opera) { dojo.debug("Opera is not supported with dojo.undo.browser, so back/forward detection will not work."); } dojo.undo.browser = {initialHref:(!dj_undef("window")) ? window.location.href : "", initialHash:(!dj_undef("window")) ? window.location.hash : "", moveForward:false, historyStack:[], forwardStack:[], historyIframe:null, bookmarkAnchor:null, locationTimer:null, setInitialState:function (args) { this.initialState = this._createState(this.initialHref, args, this.initialHash); }, addToHistory:function (args) { this.forwardStack = []; var hash = null; var url = null; if (!this.historyIframe) { if (djConfig["useXDomain"] && !djConfig["dojoIframeHistoryUrl"]) { dojo.debug("dojo.undo.browser: When using cross-domain Dojo builds," + " please save iframe_history.html to your domain and set djConfig.dojoIframeHistoryUrl" + " to the path on your domain to iframe_history.html"); } this.historyIframe = window.frames["djhistory"]; } if (!this.bookmarkAnchor) { this.bookmarkAnchor = document.createElement("a"); dojo.body().appendChild(this.bookmarkAnchor); this.bookmarkAnchor.style.display = "none"; } if (args["changeUrl"]) { hash = "#" + ((args["changeUrl"] !== true) ? args["changeUrl"] : (new Date()).getTime()); if (this.historyStack.length == 0 && this.initialState.urlHash == hash) { this.initialState = this._createState(url, args, hash); return; } else { if (this.historyStack.length > 0 && this.historyStack[this.historyStack.length - 1].urlHash == hash) { this.historyStack[this.historyStack.length - 1] = this._createState(url, args, hash); return; } } this.changingUrl = true; setTimeout("window.location.href = '" + hash + "'; dojo.undo.browser.changingUrl = false;", 1); this.bookmarkAnchor.href = hash; if (dojo.render.html.ie) { url = this._loadIframeHistory(); var oldCB = args["back"] || args["backButton"] || args["handle"]; var tcb = function (handleName) { if (window.location.hash != "") { setTimeout("window.location.href = '" + hash + "';", 1); } oldCB.apply(this, [handleName]); }; if (args["back"]) { args.back = tcb; } else { if (args["backButton"]) { args.backButton = tcb; } else { if (args["handle"]) { args.handle = tcb; } } } var oldFW = args["forward"] || args["forwardButton"] || args["handle"]; var tfw = function (handleName) { if (window.location.hash != "") { window.location.href = hash; } if (oldFW) { oldFW.apply(this, [handleName]); } }; if (args["forward"]) { args.forward = tfw; } else { if (args["forwardButton"]) { args.forwardButton = tfw; } else { if (args["handle"]) { args.handle = tfw; } } } } else { if (dojo.render.html.moz) { if (!this.locationTimer) { this.locationTimer = setInterval("dojo.undo.browser.checkLocation();", 200); } } } } else { url = this._loadIframeHistory(); } this.historyStack.push(this._createState(url, args, hash)); }, checkLocation:function () { if (!this.changingUrl) { var hsl = this.historyStack.length; if ((window.location.hash == this.initialHash || window.location.href == this.initialHref) && (hsl == 1)) { this.handleBackButton(); return; } if (this.forwardStack.length > 0) { if (this.forwardStack[this.forwardStack.length - 1].urlHash == window.location.hash) { this.handleForwardButton(); return; } } if ((hsl >= 2) && (this.historyStack[hsl - 2])) { if (this.historyStack[hsl - 2].urlHash == window.location.hash) { this.handleBackButton(); return; } } } }, iframeLoaded:function (evt, ifrLoc) { if (!dojo.render.html.opera) { var query = this._getUrlQuery(ifrLoc.href); if (query == null) { if (this.historyStack.length == 1) { this.handleBackButton(); } return; } if (this.moveForward) { this.moveForward = false; return; } if (this.historyStack.length >= 2 && query == this._getUrlQuery(this.historyStack[this.historyStack.length - 2].url)) { this.handleBackButton(); } else { if (this.forwardStack.length > 0 && query == this._getUrlQuery(this.forwardStack[this.forwardStack.length - 1].url)) { this.handleForwardButton(); } } } }, handleBackButton:function () { var current = this.historyStack.pop(); if (!current) { return; } var last = this.historyStack[this.historyStack.length - 1]; if (!last && this.historyStack.length == 0) { last = this.initialState; } if (last) { if (last.kwArgs["back"]) { last.kwArgs["back"](); } else { if (last.kwArgs["backButton"]) { last.kwArgs["backButton"](); } else { if (last.kwArgs["handle"]) { last.kwArgs.handle("back"); } } } } this.forwardStack.push(current); }, handleForwardButton:function () { var last = this.forwardStack.pop(); if (!last) { return; } if (last.kwArgs["forward"]) { last.kwArgs.forward(); } else { if (last.kwArgs["forwardButton"]) { last.kwArgs.forwardButton(); } else { if (last.kwArgs["handle"]) { last.kwArgs.handle("forward"); } } } this.historyStack.push(last); }, _createState:function (url, args, hash) { return {"url":url, "kwArgs":args, "urlHash":hash}; }, _getUrlQuery:function (url) { var segments = url.split("?"); if (segments.length < 2) { return null; } else { return segments[1]; } }, _loadIframeHistory:function () { var url = (djConfig["dojoIframeHistoryUrl"] || dojo.hostenv.getBaseScriptUri() + "iframe_history.html") + "?" + (new Date()).getTime(); this.moveForward = true; dojo.io.setIFrameSrc(this.historyIframe, url, false); return url; }}; PK mMqsrc/uri/cache.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.uri.cache"); dojo.uri.cache = {_cache:{}, set:function (uri, content) { this._cache[uri.toString()] = content; return uri; }, remove:function (uri) { delete this._cache[uri.toString()]; }, get:function (uri) { var key = uri.toString(); var value = this._cache[key]; if (!value) { value = dojo.hostenv.getText(key); if (value) { this._cache[key] = value; } } return value; }, allow:function (uri) { return uri; }}; PK mMm^ src/uuid/LightweightGenerator.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.uuid.LightweightGenerator"); dojo.uuid.LightweightGenerator = new function () { var HEX_RADIX = 16; function _generateRandomEightCharacterHexString() { var random32bitNumber = Math.floor((Math.random() % 1) * Math.pow(2, 32)); var eightCharacterHexString = random32bitNumber.toString(HEX_RADIX); while (eightCharacterHexString.length < 8) { eightCharacterHexString = "0" + eightCharacterHexString; } return eightCharacterHexString; } this.generate = function (returnType) { var hyphen = "-"; var versionCodeForRandomlyGeneratedUuids = "4"; var variantCodeForDCEUuids = "8"; var a = _generateRandomEightCharacterHexString(); var b = _generateRandomEightCharacterHexString(); b = b.substring(0, 4) + hyphen + versionCodeForRandomlyGeneratedUuids + b.substring(5, 8); var c = _generateRandomEightCharacterHexString(); c = variantCodeForDCEUuids + c.substring(1, 4) + hyphen + c.substring(4, 8); var d = _generateRandomEightCharacterHexString(); var returnValue = a + hyphen + b + hyphen + c + d; returnValue = returnValue.toLowerCase(); if (returnType && (returnType != String)) { returnValue = new returnType(returnValue); } return returnValue; }; }(); PK mM…ƞsrc/uuid/RandomGenerator.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.uuid.RandomGenerator"); dojo.uuid.RandomGenerator = new function () { this.generate = function (returnType) { dojo.unimplemented("dojo.uuid.RandomGenerator.generate"); var returnValue = "00000000-0000-0000-0000-000000000000"; if (returnType && (returnType != String)) { returnValue = new returnType(returnValue); } return returnValue; }; }(); PK mMRP4src/uuid/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({common:["dojo.uuid.Uuid", "dojo.uuid.LightweightGenerator", "dojo.uuid.RandomGenerator", "dojo.uuid.TimeBasedGenerator", "dojo.uuid.NameBasedGenerator", "dojo.uuid.NilGenerator"]}); dojo.provide("dojo.uuid.*"); PK mM\Tѵsrc/validate/creditCard.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.validate.creditCard"); dojo.require("dojo.lang.common"); dojo.require("dojo.validate.common"); dojo.validate.isValidCreditCard = function (value, ccType) { if (value && ccType && ((ccType.toLowerCase() == "er" || dojo.validate.isValidLuhn(value)) && (dojo.validate.isValidCreditCardNumber(value, ccType.toLowerCase())))) { return true; } return false; }; dojo.validate.isValidCreditCardNumber = function (value, ccType) { if (typeof value != "string") { value = String(value); } value = value.replace(/[- ]/g, ""); var results = []; var cardinfo = {"mc":"5[1-5][0-9]{14}", "ec":"5[1-5][0-9]{14}", "vi":"4([0-9]{12}|[0-9]{15})", "ax":"3[47][0-9]{13}", "dc":"3(0[0-5][0-9]{11}|[68][0-9]{12})", "bl":"3(0[0-5][0-9]{11}|[68][0-9]{12})", "di":"6011[0-9]{12}", "jcb":"(3[0-9]{15}|(2131|1800)[0-9]{11})", "er":"2(014|149)[0-9]{11}"}; if (ccType && dojo.lang.has(cardinfo, ccType.toLowerCase())) { return Boolean(value.match(cardinfo[ccType.toLowerCase()])); } else { for (var p in cardinfo) { if (value.match("^" + cardinfo[p] + "$") != null) { results.push(p); } } return (results.length) ? results.join("|") : false; } }; dojo.validate.isValidCvv = function (value, ccType) { if (typeof value != "string") { value = String(value); } var format; switch (ccType.toLowerCase()) { case "mc": case "ec": case "vi": case "di": format = "###"; break; case "ax": format = "####"; break; default: return false; } var flags = {format:format}; if ((value.length == format.length) && (dojo.validate.isNumberFormat(value, flags))) { return true; } return false; }; PK mMbRsrc/validate/jp.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.validate.jp"); dojo.require("dojo.validate.common"); dojo.validate.isJapaneseCurrency = function (value) { var flags = {symbol:"\xa5", fractional:false}; return dojo.validate.isCurrency(value, flags); }; PK mMkpsrc/validate/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.validate"); dojo.kwCompoundRequire({common:["dojo.validate.check", "dojo.validate.datetime", "dojo.validate.de", "dojo.validate.jp", "dojo.validate.us", "dojo.validate.web"]}); dojo.provide("dojo.validate.*"); PK mM src/widget/AnimatedPng.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.AnimatedPng"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.HtmlWidget"); dojo.widget.defineWidget("dojo.widget.AnimatedPng", dojo.widget.HtmlWidget, {isContainer:false, width:0, height:0, aniSrc:"", interval:100, _blankSrc:dojo.uri.moduleUri("dojo.widget", "templates/images/blank.gif"), templateString:"", postCreate:function () { this.cellWidth = this.width; this.cellHeight = this.height; var img = new Image(); var self = this; img.onload = function () { self._initAni(img.width, img.height); }; img.src = this.aniSrc; }, _initAni:function (w, h) { this.domNode.src = this._blankSrc; this.domNode.width = this.cellWidth; this.domNode.height = this.cellHeight; this.domNode.style.backgroundImage = "url(" + this.aniSrc + ")"; this.domNode.style.backgroundRepeat = "no-repeat"; this.aniCols = Math.floor(w / this.cellWidth); this.aniRows = Math.floor(h / this.cellHeight); this.aniCells = this.aniCols * this.aniRows; this.aniFrame = 0; window.setInterval(dojo.lang.hitch(this, "_tick"), this.interval); }, _tick:function () { this.aniFrame++; if (this.aniFrame == this.aniCells) { this.aniFrame = 0; } var col = this.aniFrame % this.aniCols; var row = Math.floor(this.aniFrame / this.aniCols); var bx = -1 * col * this.cellWidth; var by = -1 * row * this.cellHeight; this.domNode.style.backgroundPosition = bx + "px " + by + "px"; }}); PK mM5["src/widget/Clock.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Clock"); dojo.require("dojo.widget.*"); dojo.require("dojo.gfx.*"); dojo.require("dojo.uri.Uri"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.timing.Timer"); dojo.widget.defineWidget("dojo.widget.Clock", dojo.widget.HtmlWidget, function () { var self = this; this.timeZoneOffset = 0; this.label = ""; this.date = new Date(); this.handColor = "#788598"; this.handStroke = "#6f7b8c"; this.secondHandColor = [201, 4, 5, 0.8]; this.topLabelColor = "#efefef"; this.labelColor = "#fff"; this.timer = new dojo.lang.timing.Timer(1000); this.center = {x:75, y:75}; this.hands = {hour:null, minute:null, second:null}; this.shadows = {hour:{shadow:null, shift:{dx:2, dy:2}}, minute:{shadow:null, shift:{dx:2, dy:3}}, second:{shadow:null, shift:{dx:4, dy:4}}}; this.image = dojo.uri.moduleUri("dojo.widget", "templates/images/clock.png"); this.surface = null; this.labelNode = null; this.topLabelNode = null; this.draw = function () { self.date = new Date(); var h = (self.date.getHours() + self.timeZoneOffset) % 12; var m = self.date.getMinutes(); var s = self.date.getSeconds(); self.placeHour(h, m, s); self.placeMinute(m, s); self.placeSecond(s); self.topLabelNode.innerHTML = ((self.date.getHours() + self.timeZoneOffset) > 11) ? "PM" : "AM"; }; this.timer.onTick = self.draw; }, {set:function (dt) { this.date = dt; if (!this.timer.isRunning) { this.draw(); } }, start:function () { this.timer.start(); }, stop:function () { this.timer.stop(); }, _initPoly:function (parent, points) { var path = parent.createPath(); var first = true; dojo.lang.forEach(points, function (c) { if (first) { path.moveTo(c.x, c.y); first = false; } else { path.lineTo(c.x, c.y); } }); return path; }, _placeHand:function (shape, angle, shift) { var move = {dx:this.center.x + (shift ? shift.dx : 0), dy:this.center.y + (shift ? shift.dy : 0)}; return shape.setTransform([move, dojo.gfx.matrix.rotateg(-angle)]); }, placeHour:function (h, m, s) { var angle = 30 * (h + m / 60 + s / 3600); this._placeHand(this.hands.hour, angle); this._placeHand(this.shadows.hour.shadow, angle, this.shadows.hour.shift); }, placeMinute:function (m, s) { var angle = 6 * (m + s / 60); this._placeHand(this.hands.minute, angle); this._placeHand(this.shadows.minute.shadow, angle, this.shadows.minute.shift); }, placeSecond:function (s) { var angle = 6 * s; this._placeHand(this.hands.second, angle); this._placeHand(this.shadows.second.shadow, angle, this.shadows.second.shift); }, init:function () { if (this.domNode.style.position != "absolute") { this.domNode.style.position = "relative"; } while (this.domNode.childNodes.length > 0) { this.domNode.removeChild(this.domNode.childNodes[0]); } this.domNode.style.width = "150px"; this.domNode.style.height = "150px"; this.surface = dojo.gfx.createSurface(this.domNode, 150, 150); this.surface.createRect({width:150, height:150}); this.surface.createImage({width:150, height:150, src:this.image + ""}); var hP = [{x:-3, y:-4}, {x:3, y:-4}, {x:1, y:-27}, {x:-1, y:-27}, {x:-3, y:-4}]; var mP = [{x:-3, y:-4}, {x:3, y:-4}, {x:1, y:-38}, {x:-1, y:-38}, {x:-3, y:-4}]; var sP = [{x:-2, y:-2}, {x:2, y:-2}, {x:1, y:-45}, {x:-1, y:-45}, {x:-2, y:-2}]; this.shadows.hour.shadow = this._initPoly(this.surface, hP).setFill([0, 0, 0, 0.1]); this.hands.hour = this._initPoly(this.surface, hP).setStroke({color:this.handStroke, width:1}).setFill({type:"linear", x1:0, y1:0, x2:0, y2:-27, colors:[{offset:0, color:"#fff"}, {offset:0.33, color:this.handColor}]}); this.shadows.minute.shadow = this._initPoly(this.surface, mP).setFill([0, 0, 0, 0.1]); this.hands.minute = this._initPoly(this.surface, mP).setStroke({color:this.handStroke, width:1}).setFill({type:"linear", x1:0, y1:0, x2:0, y2:-38, colors:[{offset:0, color:"#fff"}, {offset:0.33, color:this.handColor}]}); this.surface.createCircle({r:6}).setStroke({color:this.handStroke, width:2}).setFill("#fff").setTransform({dx:75, dy:75}); this.shadows.second.shadow = this._initPoly(this.surface, sP).setFill([0, 0, 0, 0.1]); this.hands.second = this._initPoly(this.surface, sP).setFill(this.secondHandColor); this.surface.createCircle({r:4}).setFill(this.secondHandColor).setTransform({dx:75, dy:75}); this.topLabelNode = document.createElement("div"); with (this.topLabelNode.style) { position = "absolute"; top = "3px"; left = "0px"; color = this.topLabelColor; textAlign = "center"; width = "150px"; fontFamily = "sans-serif"; fontSize = "11px"; textTransform = "uppercase"; fontWeight = "bold"; } this.topLabelNode.innerHTML = ((this.date.getHours() + this.timeZoneOffset) > 11) ? "PM" : "AM"; this.domNode.appendChild(this.topLabelNode); this.labelNode = document.createElement("div"); with (this.labelNode.style) { position = "absolute"; top = "134px"; left = "0px"; color = this.labelColor; textAlign = "center"; width = "150px"; fontFamily = "sans-serif"; fontSize = "10px"; textTransform = "uppercase"; fontWeight = "bold"; } this.labelNode.innerHTML = this.label || " "; this.domNode.appendChild(this.labelNode); this.draw(); }, postCreate:function () { this.init(); this.start(); }}); PK mMUrrsrc/widget/CurrencyTextbox.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.CurrencyTextbox"); dojo.require("dojo.widget.IntegerTextbox"); dojo.require("dojo.validate.common"); dojo.widget.defineWidget("dojo.widget.CurrencyTextbox", dojo.widget.IntegerTextbox, {mixInProperties:function (localProperties, frag) { dojo.widget.CurrencyTextbox.superclass.mixInProperties.apply(this, arguments); if (localProperties.fractional) { this.flags.fractional = (localProperties.fractional == "true"); } else { if (localProperties.cents) { dojo.deprecated("dojo.widget.IntegerTextbox", "use fractional attr instead of cents", "0.5"); this.flags.fractional = (localProperties.cents == "true"); } } if (localProperties.symbol) { this.flags.symbol = localProperties.symbol; } if (localProperties.min) { this.flags.min = parseFloat(localProperties.min); } if (localProperties.max) { this.flags.max = parseFloat(localProperties.max); } }, isValid:function () { return dojo.validate.isCurrency(this.textbox.value, this.flags); }, isInRange:function () { return dojo.validate.isInRange(this.textbox.value, this.flags); }}); PK mM;IIsrc/widget/DateTextbox.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.DateTextbox"); dojo.require("dojo.widget.ValidationTextbox"); dojo.require("dojo.date.format"); dojo.require("dojo.validate.datetime"); dojo.widget.defineWidget("dojo.widget.DateTextbox", dojo.widget.ValidationTextbox, {displayFormat:"", formatLength:"short", mixInProperties:function (localProperties) { dojo.widget.DateTextbox.superclass.mixInProperties.apply(this, arguments); if (localProperties.format) { this.flags.format = localProperties.format; } }, isValid:function () { if (this.flags.format) { dojo.deprecated("dojo.widget.DateTextbox", "format attribute is deprecated; use displayFormat or formatLength instead", "0.5"); return dojo.validate.isValidDate(this.textbox.value, this.flags.format); } return dojo.date.parse(this.textbox.value, {formatLength:this.formatLength, selector:"dateOnly", locale:this.lang, datePattern:this.displayFormat}); }}); dojo.widget.defineWidget("dojo.widget.TimeTextbox", dojo.widget.ValidationTextbox, {displayFormat:"", formatLength:"short", mixInProperties:function (localProperties) { dojo.widget.TimeTextbox.superclass.mixInProperties.apply(this, arguments); if (localProperties.format) { this.flags.format = localProperties.format; } if (localProperties.amsymbol) { this.flags.amSymbol = localProperties.amsymbol; } if (localProperties.pmsymbol) { this.flags.pmSymbol = localProperties.pmsymbol; } }, isValid:function () { if (this.flags.format) { dojo.deprecated("dojo.widget.TimeTextbox", "format attribute is deprecated; use displayFormat or formatLength instead", "0.5"); return dojo.validate.isValidTime(this.textbox.value, this.flags); } return dojo.date.parse(this.textbox.value, {formatLength:this.formatLength, selector:"timeOnly", locale:this.lang, timePattern:this.displayFormat}); }}); PK mM+src/widget/demoEngine/templates/general.css.demoListWrapper { border:1px solid #dcdbdb; background-color:#f8f8f8; padding:2px; } .demoListContainer { border:1px solid #f0f0f0; background-color:#fff; padding:1em; } .demoSummaryBox { background: #efefef; border:1px solid #dae3ee; } .screenshot { padding:0.65em; width:175px; border-right:1px solid #fafafa; text-align:center; } .demoSummary { margin-bottom:1em; } .demoSummary a:link, .demoSummary a:visited { color:#a6238f; text-decoration:none; } .summaryContainer { border-left:1px solid #ddd; } .summaryContainer h1 { background-color:#e8e8e8; border-bottom: 1px solid #e6e6e6; color:#738fb9; margin:1px; padding:0.5em; font-family:"Lucida Grande", "Tahoma", serif; font-size:1.25em; font-weight:normal; } .summaryContainer h1 .packageSummary { display:block; color:#000; font-size:10px; margin-top:2px; } .summaryContainer .summary { padding:1em; } .summaryContainer .summary p { font-size:0.85em; padding:0; margin:0; } .reflection { background: url("images/demoBoxReflection.gif") repeat-x top left; height:25px; } .view { text-align:right; } PK mM jj/src/widget/demoEngine/templates/SourcePane.html
PK mM6:kBkBsrc/widget/DomWidget.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.DomWidget"); dojo.require("dojo.event.*"); dojo.require("dojo.widget.Widget"); dojo.require("dojo.dom"); dojo.require("dojo.html.style"); dojo.require("dojo.xml.Parse"); dojo.require("dojo.uri.*"); dojo.require("dojo.lang.func"); dojo.require("dojo.lang.extras"); dojo.widget._cssFiles = {}; dojo.widget._cssStrings = {}; dojo.widget._templateCache = {}; dojo.widget.defaultStrings = {dojoRoot:dojo.hostenv.getBaseScriptUri(), dojoWidgetModuleUri:dojo.uri.moduleUri("dojo.widget"), baseScriptUri:dojo.hostenv.getBaseScriptUri()}; dojo.widget.fillFromTemplateCache = function (obj, templatePath, templateString, avoidCache) { var tpath = templatePath || obj.templatePath; var tmplts = dojo.widget._templateCache; if (!tpath && !obj["widgetType"]) { do { var dummyName = "__dummyTemplate__" + dojo.widget._templateCache.dummyCount++; } while (tmplts[dummyName]); obj.widgetType = dummyName; } var wt = tpath ? tpath.toString() : obj.widgetType; var ts = tmplts[wt]; if (!ts) { tmplts[wt] = {"string":null, "node":null}; if (avoidCache) { ts = {}; } else { ts = tmplts[wt]; } } if ((!obj.templateString) && (!avoidCache)) { obj.templateString = templateString || ts["string"]; } if (obj.templateString) { obj.templateString = this._sanitizeTemplateString(obj.templateString); } if ((!obj.templateNode) && (!avoidCache)) { obj.templateNode = ts["node"]; } if ((!obj.templateNode) && (!obj.templateString) && (tpath)) { var tstring = this._sanitizeTemplateString(dojo.hostenv.getText(tpath)); obj.templateString = tstring; if (!avoidCache) { tmplts[wt]["string"] = tstring; } } if ((!ts["string"]) && (!avoidCache)) { ts.string = obj.templateString; } }; dojo.widget._sanitizeTemplateString = function (tString) { if (tString) { tString = tString.replace(/^\s*<\?xml(\s)+version=[\'\"](\d)*.(\d)*[\'\"](\s)*\?>/im, ""); var matches = tString.match(/]*>\s*([\s\S]+)\s*<\/body>/im); if (matches) { tString = matches[1]; } } else { tString = ""; } return tString; }; dojo.widget._templateCache.dummyCount = 0; dojo.widget.attachProperties = ["dojoAttachPoint", "id"]; dojo.widget.eventAttachProperty = "dojoAttachEvent"; dojo.widget.onBuildProperty = "dojoOnBuild"; dojo.widget.waiNames = ["waiRole", "waiState"]; dojo.widget.wai = {waiRole:{name:"waiRole", "namespace":"http://www.w3.org/TR/xhtml2", alias:"x2", prefix:"wairole:"}, waiState:{name:"waiState", "namespace":"http://www.w3.org/2005/07/aaa", alias:"aaa", prefix:""}, setAttr:function (node, ns, attr, value) { if (dojo.render.html.ie) { node.setAttribute(this[ns].alias + ":" + attr, this[ns].prefix + value); } else { node.setAttributeNS(this[ns]["namespace"], attr, this[ns].prefix + value); } }, getAttr:function (node, ns, attr) { if (dojo.render.html.ie) { return node.getAttribute(this[ns].alias + ":" + attr); } else { return node.getAttributeNS(this[ns]["namespace"], attr); } }, removeAttr:function (node, ns, attr) { var success = true; if (dojo.render.html.ie) { success = node.removeAttribute(this[ns].alias + ":" + attr); } else { node.removeAttributeNS(this[ns]["namespace"], attr); } return success; }}; dojo.widget.attachTemplateNodes = function (rootNode, targetObj, events) { var elementNodeType = dojo.dom.ELEMENT_NODE; function trim(str) { return str.replace(/^\s+|\s+$/g, ""); } if (!rootNode) { rootNode = targetObj.domNode; } if (rootNode.nodeType != elementNodeType) { return; } var nodes = rootNode.all || rootNode.getElementsByTagName("*"); var _this = targetObj; for (var x = -1; x < nodes.length; x++) { var baseNode = (x == -1) ? rootNode : nodes[x]; var attachPoint = []; if (!targetObj.widgetsInTemplate || !baseNode.getAttribute("dojoType")) { for (var y = 0; y < this.attachProperties.length; y++) { var tmpAttachPoint = baseNode.getAttribute(this.attachProperties[y]); if (tmpAttachPoint) { attachPoint = tmpAttachPoint.split(";"); for (var z = 0; z < attachPoint.length; z++) { if (dojo.lang.isArray(targetObj[attachPoint[z]])) { targetObj[attachPoint[z]].push(baseNode); } else { targetObj[attachPoint[z]] = baseNode; } } break; } } var attachEvent = baseNode.getAttribute(this.eventAttachProperty); if (attachEvent) { var evts = attachEvent.split(";"); for (var y = 0; y < evts.length; y++) { if ((!evts[y]) || (!evts[y].length)) { continue; } var thisFunc = null; var tevt = trim(evts[y]); if (evts[y].indexOf(":") >= 0) { var funcNameArr = tevt.split(":"); tevt = trim(funcNameArr[0]); thisFunc = trim(funcNameArr[1]); } if (!thisFunc) { thisFunc = tevt; } var tf = function () { var ntf = new String(thisFunc); return function (evt) { if (_this[ntf]) { _this[ntf](dojo.event.browser.fixEvent(evt, this)); } }; }(); dojo.event.browser.addListener(baseNode, tevt, tf, false, true); } } for (var y = 0; y < events.length; y++) { var evtVal = baseNode.getAttribute(events[y]); if ((evtVal) && (evtVal.length)) { var thisFunc = null; var domEvt = events[y].substr(4); thisFunc = trim(evtVal); var funcs = [thisFunc]; if (thisFunc.indexOf(";") >= 0) { funcs = dojo.lang.map(thisFunc.split(";"), trim); } for (var z = 0; z < funcs.length; z++) { if (!funcs[z].length) { continue; } var tf = function () { var ntf = new String(funcs[z]); return function (evt) { if (_this[ntf]) { _this[ntf](dojo.event.browser.fixEvent(evt, this)); } }; }(); dojo.event.browser.addListener(baseNode, domEvt, tf, false, true); } } } } var tmpltPoint = baseNode.getAttribute(this.templateProperty); if (tmpltPoint) { targetObj[tmpltPoint] = baseNode; } dojo.lang.forEach(dojo.widget.waiNames, function (name) { var wai = dojo.widget.wai[name]; var val = baseNode.getAttribute(wai.name); if (val) { if (val.indexOf("-") == -1) { dojo.widget.wai.setAttr(baseNode, wai.name, "role", val); } else { var statePair = val.split("-"); dojo.widget.wai.setAttr(baseNode, wai.name, statePair[0], statePair[1]); } } }, this); var onBuild = baseNode.getAttribute(this.onBuildProperty); if (onBuild) { eval("var node = baseNode; var widget = targetObj; " + onBuild); } } }; dojo.widget.getDojoEventsFromStr = function (str) { var re = /(dojoOn([a-z]+)(\s?))=/gi; var evts = str ? str.match(re) || [] : []; var ret = []; var lem = {}; for (var x = 0; x < evts.length; x++) { if (evts[x].length < 1) { continue; } var cm = evts[x].replace(/\s/, ""); cm = (cm.slice(0, cm.length - 1)); if (!lem[cm]) { lem[cm] = true; ret.push(cm); } } return ret; }; dojo.declare("dojo.widget.DomWidget", dojo.widget.Widget, function () { if ((arguments.length > 0) && (typeof arguments[0] == "object")) { this.create(arguments[0]); } }, {templateNode:null, templateString:null, templateCssString:null, preventClobber:false, domNode:null, containerNode:null, widgetsInTemplate:false, addChild:function (widget, overrideContainerNode, pos, ref, insertIndex) { if (!this.isContainer) { dojo.debug("dojo.widget.DomWidget.addChild() attempted on non-container widget"); return null; } else { if (insertIndex == undefined) { insertIndex = this.children.length; } this.addWidgetAsDirectChild(widget, overrideContainerNode, pos, ref, insertIndex); this.registerChild(widget, insertIndex); } return widget; }, addWidgetAsDirectChild:function (widget, overrideContainerNode, pos, ref, insertIndex) { if ((!this.containerNode) && (!overrideContainerNode)) { this.containerNode = this.domNode; } var cn = (overrideContainerNode) ? overrideContainerNode : this.containerNode; if (!pos) { pos = "after"; } if (!ref) { if (!cn) { cn = dojo.body(); } ref = cn.lastChild; } if (!insertIndex) { insertIndex = 0; } widget.domNode.setAttribute("dojoinsertionindex", insertIndex); if (!ref) { cn.appendChild(widget.domNode); } else { if (pos == "insertAtIndex") { dojo.dom.insertAtIndex(widget.domNode, ref.parentNode, insertIndex); } else { if ((pos == "after") && (ref === cn.lastChild)) { cn.appendChild(widget.domNode); } else { dojo.dom.insertAtPosition(widget.domNode, cn, pos); } } } }, registerChild:function (widget, insertionIndex) { widget.dojoInsertionIndex = insertionIndex; var idx = -1; for (var i = 0; i < this.children.length; i++) { if (this.children[i].dojoInsertionIndex <= insertionIndex) { idx = i; } } this.children.splice(idx + 1, 0, widget); widget.parent = this; widget.addedTo(this, idx + 1); delete dojo.widget.manager.topWidgets[widget.widgetId]; }, removeChild:function (widget) { dojo.dom.removeNode(widget.domNode); return dojo.widget.DomWidget.superclass.removeChild.call(this, widget); }, getFragNodeRef:function (frag) { if (!frag) { return null; } if (!frag[this.getNamespacedType()]) { dojo.raise("Error: no frag for widget type " + this.getNamespacedType() + ", id " + this.widgetId + " (maybe a widget has set it's type incorrectly)"); } return frag[this.getNamespacedType()]["nodeRef"]; }, postInitialize:function (args, frag, parentComp) { var sourceNodeRef = this.getFragNodeRef(frag); if (parentComp && (parentComp.snarfChildDomOutput || !sourceNodeRef)) { parentComp.addWidgetAsDirectChild(this, "", "insertAtIndex", "", args["dojoinsertionindex"], sourceNodeRef); } else { if (sourceNodeRef) { if (this.domNode && (this.domNode !== sourceNodeRef)) { this._sourceNodeRef = dojo.dom.replaceNode(sourceNodeRef, this.domNode); } } } if (parentComp) { parentComp.registerChild(this, args.dojoinsertionindex); } else { dojo.widget.manager.topWidgets[this.widgetId] = this; } if (this.widgetsInTemplate) { var parser = new dojo.xml.Parse(); var subContainerNode; var subnodes = this.domNode.getElementsByTagName("*"); for (var i = 0; i < subnodes.length; i++) { if (subnodes[i].getAttribute("dojoAttachPoint") == "subContainerWidget") { subContainerNode = subnodes[i]; } if (subnodes[i].getAttribute("dojoType")) { subnodes[i].setAttribute("isSubWidget", true); } } if (this.isContainer && !this.containerNode) { if (subContainerNode) { var src = this.getFragNodeRef(frag); if (src) { dojo.dom.moveChildren(src, subContainerNode); frag["dojoDontFollow"] = true; } } else { dojo.debug("No subContainerWidget node can be found in template file for widget " + this); } } var templatefrag = parser.parseElement(this.domNode, null, true); dojo.widget.getParser().createSubComponents(templatefrag, this); var subwidgets = []; var stack = [this]; var w; while ((w = stack.pop())) { for (var i = 0; i < w.children.length; i++) { var cwidget = w.children[i]; if (cwidget._processedSubWidgets || !cwidget.extraArgs["issubwidget"]) { continue; } subwidgets.push(cwidget); if (cwidget.isContainer) { stack.push(cwidget); } } } for (var i = 0; i < subwidgets.length; i++) { var widget = subwidgets[i]; if (widget._processedSubWidgets) { dojo.debug("This should not happen: widget._processedSubWidgets is already true!"); return; } widget._processedSubWidgets = true; if (widget.extraArgs["dojoattachevent"]) { var evts = widget.extraArgs["dojoattachevent"].split(";"); for (var j = 0; j < evts.length; j++) { var thisFunc = null; var tevt = dojo.string.trim(evts[j]); if (tevt.indexOf(":") >= 0) { var funcNameArr = tevt.split(":"); tevt = dojo.string.trim(funcNameArr[0]); thisFunc = dojo.string.trim(funcNameArr[1]); } if (!thisFunc) { thisFunc = tevt; } if (dojo.lang.isFunction(widget[tevt])) { dojo.event.kwConnect({srcObj:widget, srcFunc:tevt, targetObj:this, targetFunc:thisFunc}); } else { alert(tevt + " is not a function in widget " + widget); } } } if (widget.extraArgs["dojoattachpoint"]) { this[widget.extraArgs["dojoattachpoint"]] = widget; } } } if (this.isContainer && !frag["dojoDontFollow"]) { dojo.widget.getParser().createSubComponents(frag, this); } }, buildRendering:function (args, frag) { var ts = dojo.widget._templateCache[this.widgetType]; if (args["templatecsspath"]) { args["templateCssPath"] = args["templatecsspath"]; } var cpath = args["templateCssPath"] || this.templateCssPath; if (cpath && !dojo.widget._cssFiles[cpath.toString()]) { if ((!this.templateCssString) && (cpath)) { this.templateCssString = dojo.hostenv.getText(cpath); this.templateCssPath = null; } dojo.widget._cssFiles[cpath.toString()] = true; } if ((this["templateCssString"]) && (!dojo.widget._cssStrings[this.templateCssString])) { dojo.html.insertCssText(this.templateCssString, null, cpath); dojo.widget._cssStrings[this.templateCssString] = true; } if ((!this.preventClobber) && ((this.templatePath) || (this.templateNode) || ((this["templateString"]) && (this.templateString.length)) || ((typeof ts != "undefined") && ((ts["string"]) || (ts["node"]))))) { this.buildFromTemplate(args, frag); } else { this.domNode = this.getFragNodeRef(frag); } this.fillInTemplate(args, frag); }, buildFromTemplate:function (args, frag) { var avoidCache = false; if (args["templatepath"]) { args["templatePath"] = args["templatepath"]; } dojo.widget.fillFromTemplateCache(this, args["templatePath"], null, avoidCache); var ts = dojo.widget._templateCache[this.templatePath ? this.templatePath.toString() : this.widgetType]; if ((ts) && (!avoidCache)) { if (!this.templateString.length) { this.templateString = ts["string"]; } if (!this.templateNode) { this.templateNode = ts["node"]; } } var matches = false; var node = null; var tstr = this.templateString; if ((!this.templateNode) && (this.templateString)) { matches = this.templateString.match(/\$\{([^\}]+)\}/g); if (matches) { var hash = this.strings || {}; for (var key in dojo.widget.defaultStrings) { if (dojo.lang.isUndefined(hash[key])) { hash[key] = dojo.widget.defaultStrings[key]; } } for (var i = 0; i < matches.length; i++) { var key = matches[i]; key = key.substring(2, key.length - 1); var kval = (key.substring(0, 5) == "this.") ? dojo.lang.getObjPathValue(key.substring(5), this) : hash[key]; var value; if ((kval) || (dojo.lang.isString(kval))) { value = new String((dojo.lang.isFunction(kval)) ? kval.call(this, key, this.templateString) : kval); while (value.indexOf("\"") > -1) { value = value.replace("\"", """); } tstr = tstr.replace(matches[i], value); } } } else { this.templateNode = this.createNodesFromText(this.templateString, true)[0]; if (!avoidCache) { ts.node = this.templateNode; } } } if ((!this.templateNode) && (!matches)) { dojo.debug("DomWidget.buildFromTemplate: could not create template"); return false; } else { if (!matches) { node = this.templateNode.cloneNode(true); if (!node) { return false; } } else { node = this.createNodesFromText(tstr, true)[0]; } } this.domNode = node; this.attachTemplateNodes(); if (this.isContainer && this.containerNode) { var src = this.getFragNodeRef(frag); if (src) { dojo.dom.moveChildren(src, this.containerNode); } } }, attachTemplateNodes:function (baseNode, targetObj) { if (!baseNode) { baseNode = this.domNode; } if (!targetObj) { targetObj = this; } return dojo.widget.attachTemplateNodes(baseNode, targetObj, dojo.widget.getDojoEventsFromStr(this.templateString)); }, fillInTemplate:function () { }, destroyRendering:function () { try { dojo.dom.destroyNode(this.domNode); delete this.domNode; } catch (e) { } if (this._sourceNodeRef) { try { dojo.dom.destroyNode(this._sourceNodeRef); } catch (e) { } } }, createNodesFromText:function () { dojo.unimplemented("dojo.widget.DomWidget.createNodesFromText"); }}); PK mM(zNL55src/widget/Editor.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Editor"); dojo.deprecated("dojo.widget.Editor", "is replaced by dojo.widget.Editor2", "0.5"); dojo.require("dojo.io.*"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.Toolbar"); dojo.require("dojo.widget.RichText"); dojo.require("dojo.widget.ColorPalette"); dojo.require("dojo.string.extras"); dojo.widget.tags.addParseTreeHandler("dojo:Editor"); dojo.widget.Editor = function () { dojo.widget.HtmlWidget.call(this); this.contentFilters = []; this._toolbars = []; }; dojo.inherits(dojo.widget.Editor, dojo.widget.HtmlWidget); dojo.widget.Editor.itemGroups = {textGroup:["bold", "italic", "underline", "strikethrough"], blockGroup:["formatBlock", "fontName", "fontSize"], justifyGroup:["justifyleft", "justifycenter", "justifyright"], commandGroup:["save", "cancel"], colorGroup:["forecolor", "hilitecolor"], listGroup:["insertorderedlist", "insertunorderedlist"], indentGroup:["outdent", "indent"], linkGroup:["createlink", "insertimage", "inserthorizontalrule"]}; dojo.widget.Editor.formatBlockValues = {"Normal":"p", "Main heading":"h2", "Sub heading":"h3", "Sub sub heading":"h4", "Preformatted":"pre"}; dojo.widget.Editor.fontNameValues = {"Arial":"Arial, Helvetica, sans-serif", "Verdana":"Verdana, sans-serif", "Times New Roman":"Times New Roman, serif", "Courier":"Courier New, monospace"}; dojo.widget.Editor.fontSizeValues = {"1 (8 pt)":"1", "2 (10 pt)":"2", "3 (12 pt)":"3", "4 (14 pt)":"4", "5 (18 pt)":"5", "6 (24 pt)":"6", "7 (36 pt)":"7"}; dojo.widget.Editor.defaultItems = ["commandGroup", "|", "blockGroup", "|", "textGroup", "|", "colorGroup", "|", "justifyGroup", "|", "listGroup", "indentGroup", "|", "linkGroup"]; dojo.widget.Editor.supportedCommands = ["save", "cancel", "|", "-", "/", " "]; dojo.lang.extend(dojo.widget.Editor, {widgetType:"Editor", saveUrl:"", saveMethod:"post", saveArgName:"editorContent", closeOnSave:false, items:dojo.widget.Editor.defaultItems, formatBlockItems:dojo.lang.shallowCopy(dojo.widget.Editor.formatBlockValues), fontNameItems:dojo.lang.shallowCopy(dojo.widget.Editor.fontNameValues), fontSizeItems:dojo.lang.shallowCopy(dojo.widget.Editor.fontSizeValues), getItemProperties:function (name) { var props = {}; switch (name.toLowerCase()) { case "bold": case "italic": case "underline": case "strikethrough": props.toggleItem = true; break; case "justifygroup": props.defaultButton = "justifyleft"; props.preventDeselect = true; props.buttonGroup = true; break; case "listgroup": props.buttonGroup = true; break; case "save": case "cancel": props.label = dojo.string.capitalize(name); break; case "forecolor": case "hilitecolor": props.name = name; props.toggleItem = true; props.icon = this.getCommandImage(name); break; case "formatblock": props.name = "formatBlock"; props.values = this.formatBlockItems; break; case "fontname": props.name = "fontName"; props.values = this.fontNameItems; case "fontsize": props.name = "fontSize"; props.values = this.fontSizeItems; } return props; }, validateItems:true, focusOnLoad:true, minHeight:"1em", _richText:null, _richTextType:"RichText", _toolbarContainer:null, _toolbarContainerType:"ToolbarContainer", _toolbars:[], _toolbarType:"Toolbar", _toolbarItemType:"ToolbarItem", buildRendering:function (args, frag) { var node = frag["dojo:" + this.widgetType.toLowerCase()]["nodeRef"]; var trt = dojo.widget.createWidget(this._richTextType, {focusOnLoad:this.focusOnLoad, minHeight:this.minHeight}, node); var _this = this; setTimeout(function () { _this.setRichText(trt); _this.initToolbar(); _this.fillInTemplate(args, frag); }, 0); }, setRichText:function (richText) { if (this._richText && this._richText == richText) { dojo.debug("Already set the richText to this richText!"); return; } if (this._richText && !this._richText.isClosed) { dojo.debug("You are switching richTexts yet you haven't closed the current one. Losing reference!"); } this._richText = richText; dojo.event.connect(this._richText, "close", this, "onClose"); dojo.event.connect(this._richText, "onLoad", this, "onLoad"); dojo.event.connect(this._richText, "onDisplayChanged", this, "updateToolbar"); if (this._toolbarContainer) { this._toolbarContainer.enable(); this.updateToolbar(true); } }, initToolbar:function () { if (this._toolbarContainer) { return; } this._toolbarContainer = dojo.widget.createWidget(this._toolbarContainerType); var tb = this.addToolbar(); var last = true; for (var i = 0; i < this.items.length; i++) { if (this.items[i] == "\n") { tb = this.addToolbar(); } else { if ((this.items[i] == "|") && (!last)) { last = true; } else { last = this.addItem(this.items[i], tb); } } } this.insertToolbar(this._toolbarContainer.domNode, this._richText.domNode); }, insertToolbar:function (tbNode, richTextNode) { dojo.html.insertBefore(tbNode, richTextNode); }, addToolbar:function (toolbar) { this.initToolbar(); if (!(toolbar instanceof dojo.widget.Toolbar)) { toolbar = dojo.widget.createWidget(this._toolbarType); } this._toolbarContainer.addChild(toolbar); this._toolbars.push(toolbar); return toolbar; }, addItem:function (item, tb, dontValidate) { if (!tb) { tb = this._toolbars[0]; } var cmd = ((item) && (!dojo.lang.isUndefined(item["getValue"]))) ? cmd = item["getValue"]() : item; var groups = dojo.widget.Editor.itemGroups; if (item instanceof dojo.widget.ToolbarItem) { tb.addChild(item); } else { if (groups[cmd]) { var group = groups[cmd]; var worked = true; if (cmd == "justifyGroup" || cmd == "listGroup") { var btnGroup = [cmd]; for (var i = 0; i < group.length; i++) { if (dontValidate || this.isSupportedCommand(group[i])) { btnGroup.push(this.getCommandImage(group[i])); } else { worked = false; } } if (btnGroup.length) { var btn = tb.addChild(btnGroup, null, this.getItemProperties(cmd)); dojo.event.connect(btn, "onClick", this, "_action"); dojo.event.connect(btn, "onChangeSelect", this, "_action"); } return worked; } else { for (var i = 0; i < group.length; i++) { if (!this.addItem(group[i], tb)) { worked = false; } } return worked; } } else { if ((!dontValidate) && (!this.isSupportedCommand(cmd))) { return false; } if (dontValidate || this.isSupportedCommand(cmd)) { cmd = cmd.toLowerCase(); if (cmd == "formatblock") { var select = dojo.widget.createWidget("ToolbarSelect", {name:"formatBlock", values:this.formatBlockItems}); tb.addChild(select); var _this = this; dojo.event.connect(select, "onSetValue", function (item, value) { _this.onAction("formatBlock", value); }); } else { if (cmd == "fontname") { var select = dojo.widget.createWidget("ToolbarSelect", {name:"fontName", values:this.fontNameItems}); tb.addChild(select); dojo.event.connect(select, "onSetValue", dojo.lang.hitch(this, function (item, value) { this.onAction("fontName", value); })); } else { if (cmd == "fontsize") { var select = dojo.widget.createWidget("ToolbarSelect", {name:"fontSize", values:this.fontSizeItems}); tb.addChild(select); dojo.event.connect(select, "onSetValue", dojo.lang.hitch(this, function (item, value) { this.onAction("fontSize", value); })); } else { if (dojo.lang.inArray(cmd, ["forecolor", "hilitecolor"])) { var btn = tb.addChild(dojo.widget.createWidget("ToolbarColorDialog", this.getItemProperties(cmd))); dojo.event.connect(btn, "onSetValue", this, "_setValue"); } else { var btn = tb.addChild(this.getCommandImage(cmd), null, this.getItemProperties(cmd)); if (cmd == "save") { dojo.event.connect(btn, "onClick", this, "_save"); } else { if (cmd == "cancel") { dojo.event.connect(btn, "onClick", this, "_close"); } else { dojo.event.connect(btn, "onClick", this, "_action"); dojo.event.connect(btn, "onChangeSelect", this, "_action"); } } } } } } } } } return true; }, enableToolbar:function () { if (this._toolbarContainer) { this._toolbarContainer.domNode.style.display = ""; this._toolbarContainer.enable(); } }, disableToolbar:function (hide) { if (hide) { if (this._toolbarContainer) { this._toolbarContainer.domNode.style.display = "none"; } } else { if (this._toolbarContainer) { this._toolbarContainer.disable(); } } }, _updateToolbarLastRan:null, _updateToolbarTimer:null, _updateToolbarFrequency:500, updateToolbar:function (force) { if (!this._toolbarContainer) { return; } var diff = new Date() - this._updateToolbarLastRan; if (!force && this._updateToolbarLastRan && (diff < this._updateToolbarFrequency)) { clearTimeout(this._updateToolbarTimer); var _this = this; this._updateToolbarTimer = setTimeout(function () { _this.updateToolbar(); }, this._updateToolbarFrequency / 2); return; } else { this._updateToolbarLastRan = new Date(); } var items = this._toolbarContainer.getItems(); for (var i = 0; i < items.length; i++) { var item = items[i]; if (item instanceof dojo.widget.ToolbarSeparator) { continue; } var cmd = item._name; if (cmd == "save" || cmd == "cancel") { continue; } else { if (cmd == "justifyGroup") { try { if (!this._richText.queryCommandEnabled("justifyleft")) { item.disable(false, true); } else { item.enable(false, true); var jitems = item.getItems(); for (var j = 0; j < jitems.length; j++) { var name = jitems[j]._name; var value = this._richText.queryCommandValue(name); if (typeof value == "boolean" && value) { value = name; break; } else { if (typeof value == "string") { value = "justify" + value; } else { value = null; } } } if (!value) { value = "justifyleft"; } item.setValue(value, false, true); } } catch (err) { } } else { if (cmd == "listGroup") { var litems = item.getItems(); for (var j = 0; j < litems.length; j++) { this.updateItem(litems[j]); } } else { this.updateItem(item); } } } } }, updateItem:function (item) { try { var cmd = item._name; var enabled = this._richText.queryCommandEnabled(cmd); item.setEnabled(enabled, false, true); var active = this._richText.queryCommandState(cmd); if (active && cmd == "underline") { active = !this._richText.queryCommandEnabled("unlink"); } item.setSelected(active, false, true); return true; } catch (err) { return false; } }, supportedCommands:dojo.widget.Editor.supportedCommands.concat(), isSupportedCommand:function (cmd) { var yes = dojo.lang.inArray(cmd, this.supportedCommands); if (!yes) { try { var richText = this._richText || dojo.widget.HtmlRichText.prototype; yes = richText.queryCommandAvailable(cmd); } catch (E) { } } return yes; }, getCommandImage:function (cmd) { if (cmd == "|") { return cmd; } else { return dojo.uri.moduleUri("dojo.widget", "templates/buttons/" + cmd + ".gif"); } }, _action:function (e) { this._fire("onAction", e.getValue()); }, _setValue:function (a, b) { this._fire("onAction", a.getValue(), b); }, _save:function (e) { if (!this._richText.isClosed) { if (this.saveUrl.length) { var content = {}; content[this.saveArgName] = this.getHtml(); dojo.io.bind({method:this.saveMethod, url:this.saveUrl, content:content}); } else { dojo.debug("please set a saveUrl for the editor"); } if (this.closeOnSave) { this._richText.close(e.getName().toLowerCase() == "save"); } } }, _close:function (e) { if (!this._richText.isClosed) { this._richText.close(e.getName().toLowerCase() == "save"); } }, onAction:function (cmd, value) { switch (cmd) { case "createlink": if (!(value = prompt("Please enter the URL of the link:", "http://"))) { return; } break; case "insertimage": if (!(value = prompt("Please enter the URL of the image:", "http://"))) { return; } break; } this._richText.execCommand(cmd, value); }, fillInTemplate:function (args, frag) { }, _fire:function (eventName) { if (dojo.lang.isFunction(this[eventName])) { var args = []; if (arguments.length == 1) { args.push(this); } else { for (var i = 1; i < arguments.length; i++) { args.push(arguments[i]); } } this[eventName].apply(this, args); } }, getHtml:function () { this._richText.contentFilters = this._richText.contentFilters.concat(this.contentFilters); return this._richText.getEditorContent(); }, getEditorContent:function () { return this.getHtml(); }, onClose:function (save, hide) { this.disableToolbar(hide); if (save) { this._fire("onSave"); } else { this._fire("onCancel"); } }, onLoad:function () { }, onSave:function () { }, onCancel:function () { }}); PK mM ,src/widget/Editor2Plugin/CreateLinkDialog.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Editor2Plugin.CreateLinkDialog"); dojo.widget.defineWidget("dojo.widget.Editor2CreateLinkDialog", dojo.widget.Editor2DialogContent, {templateString:"\n\n\n\n\n
URL
Target
Class
\n\t\n\t\n\t\n\t
\n\t
\n", editableAttributes:["href", "target", "class"], loadContent:function () { var curInst = dojo.widget.Editor2Manager.getCurrentInstance(); curInst.saveSelection(); this.linkNode = dojo.withGlobal(curInst.window, "getAncestorElement", dojo.html.selection, ["a"]); var linkAttributes = {}; this.extraAttribText = ""; if (this.linkNode) { var attrs = this.linkNode.attributes; for (var i = 0; i < attrs.length; i++) { if (dojo.lang.find(this.editableAttributes, attrs[i].name.toLowerCase()) > -1) { linkAttributes[attrs[i].name] = attrs[i].value; } else { if (attrs[i].specified == undefined || attrs[i].specified) { this.extraAttribText += attrs[i].name + "=\"" + attrs[i].value + "\" "; } } } } else { var html = dojo.withGlobal(curInst.window, "getSelectedText", dojo.html.selection); if (html == null || html.length == 0) { alert("Please select some text to create a link."); return false; } } for (var i = 0; i < this.editableAttributes.length; ++i) { name = this.editableAttributes[i]; this["link_" + name].value = (linkAttributes[name] == undefined) ? "" : linkAttributes[name]; } return true; }, ok:function () { var curInst = dojo.widget.Editor2Manager.getCurrentInstance(); curInst.restoreSelection(); if (!this.linkNode) { var html = dojo.withGlobal(curInst.window, "getSelectedHtml", dojo.html.selection); } else { var html = this.linkNode.innerHTML; dojo.withGlobal(curInst.window, "selectElement", dojo.html.selection, [this.linkNode]); } var attstr = ""; for (var i = 0; i < this.editableAttributes.length; ++i) { name = this.editableAttributes[i]; var value = this["link_" + name].value; if (value.length > 0) { attstr += name + "=\"" + value + "\" "; } } curInst.execCommand("inserthtml", "" + html + ""); this.cancel(); }}); PK mMFvss-src/widget/Editor2Plugin/InsertTableDialog.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Editor2Plugin.InsertTableDialog"); dojo.widget.defineWidget("dojo.widget.Editor2InsertTableDialog", dojo.widget.Editor2DialogContent, {templateString:"
\n\n\t\n\t\t\n\t\t\n\t\t\n\t\n
\n\t\t\t\n\t\t\t\t\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
Rows: 
Columns: 
  
Border size: 
Alignment: 
\n\t\t
   \n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
Width:  
Height:  pixels
   
Cell spacing:  
Cell padding:  
\n\t\t
\n\n\t\n\t\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\t\n\t\n
Caption:  \n\t\t\t
Summary:  \n\t\t\t
\n\n\n\n
\n
\n", editableAttributes:["summary", "height", "cellspacing", "cellpadding", "border", "align"], loadContent:function () { var curInst = dojo.widget.Editor2Manager.getCurrentInstance(); curInst.saveSelection(); this.tableNode = dojo.withGlobal(curInst.window, "getSelectedElement", dojo.html.selection); if (!this.tableNode || this.tableNode.tagName.toLowerCase() != "table") { this.tableNode = dojo.withGlobal(curInst.window, "getAncestorElement", dojo.html.selection, ["table"]); } var tableAttributes = {}; this.extraAttribText = ""; if (this.tableNode) { this["table_rows"].value = this.tableNode.rows.length; this["table_rows"].disabled = true; this["table_cols"].value = this.tableNode.rows[0].cells.length; this["table_cols"].disabled = true; if (this.tableNode.caption) { this["table_caption"].value = this.tableNode.caption.innerHTML; } else { this["table_caption"].value = ""; } var width = this.tableNode.style.width || this.tableNode.width; if (width) { this["table_width"].value = parseInt(width); if (width.indexOf("%") > -1) { this["table_widthtype"].value = "percent"; } else { this["table_widthtype"].value = "pixels"; } } else { this["table_width"].value = "100"; } var height = this.tableNode.style.height || this.tableNode.height; if (height) { this["table_height"].value = parseInt(width); } else { this["table_height"].value = ""; } var attrs = this.tableNode.attributes; for (var i = 0; i < attrs.length; i++) { if (dojo.lang.find(this.editableAttributes, attrs[i].name.toLowerCase()) > -1) { tableAttributes[attrs[i].name] = attrs[i].value; } else { this.extraAttribText += attrs[i].name + "=\"" + attrs[i].value + "\" "; } } } else { this["table_rows"].value = 3; this["table_rows"].disabled = false; this["table_cols"].value = 2; this["table_cols"].disabled = false; this["table_width"].value = 100; this["table_widthtype"].value = "percent"; this["table_height"].value = ""; } for (var i = 0; i < this.editableAttributes.length; ++i) { name = this.editableAttributes[i]; this["table_" + name].value = (tableAttributes[name] == undefined) ? "" : tableAttributes[name]; if (name == "height" && tableAttributes[name] != undefined) { this["table_" + name].value = tableAttributes[name]; } } return true; }, ok:function () { var curInst = dojo.widget.Editor2Manager.getCurrentInstance(); var args = {}; args["rows"] = this["table_rows"].value; args["cols"] = this["table_cols"].value; args["caption"] = this["table_caption"].value; args["tableattrs"] = ""; if (this["table_widthtype"].value == "percent") { args["tableattrs"] += "width=\"" + this["table_width"].value + "%\" "; } else { args["tableattrs"] += "width=\"" + this["table_width"].value + "px\" "; } for (var i = 0; i < this.editableAttributes.length; ++i) { var name = this.editableAttributes[i]; var value = this["table_" + name].value; if (value.length > 0) { args["tableattrs"] += name + "=\"" + value + "\" "; } } if (!args["tableattrs"]) { args["tableattrs"] = ""; } if (dojo.render.html.ie && !this["table_border"].value) { args["tableattrs"] += "class=\"dojoShowIETableBorders\" "; } var html = ""; if (args["caption"]) { html += ""; } var outertbody = ""; if (this.tableNode) { var tbody = this.tableNode.getElementsByTagName("tbody")[0]; outertbody = tbody.outerHTML; if (!outertbody) { var cnode = tbody.cloneNode(true); var tmpnode = tbody.ownerDocument.createElement("div"); tmpnode.appendChild(cnode); outertbody = tmpnode.innerHTML; } dojo.withGlobal(curInst.window, "selectElement", dojo.html.selection, [this.tableNode]); } else { var cols = ""; for (var i = 0; i < +args.cols; i++) { cols += ""; } cols += ""; for (var i = 0; i < args.rows; i++) { outertbody += cols; } outertbody += ""; } html += outertbody + "
" + args["caption"] + "
"; curInst.restoreSelection(); curInst.execCommand("inserthtml", html); this.cancel(); }}); PK mMoih'src/widget/Editor2Plugin/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({common:["dojo.widget.Editor2", "dojo.widget.Editor2Toolbar"]}); dojo.provide("dojo.widget.Editor2Plugin.*"); PK mMV@ src/widget/html/stabile.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.html.stabile"); dojo.widget.html.stabile = {_sqQuotables:new RegExp("([\\\\'])", "g"), _depth:0, _recur:false, depthLimit:2}; dojo.widget.html.stabile.getState = function (id) { dojo.widget.html.stabile.setup(); return dojo.widget.html.stabile.widgetState[id]; }; dojo.widget.html.stabile.setState = function (id, state, isCommit) { dojo.widget.html.stabile.setup(); dojo.widget.html.stabile.widgetState[id] = state; if (isCommit) { dojo.widget.html.stabile.commit(dojo.widget.html.stabile.widgetState); } }; dojo.widget.html.stabile.setup = function () { if (!dojo.widget.html.stabile.widgetState) { var text = dojo.widget.html.stabile._getStorage().value; dojo.widget.html.stabile.widgetState = text ? dj_eval("(" + text + ")") : {}; } }; dojo.widget.html.stabile.commit = function (state) { dojo.widget.html.stabile._getStorage().value = dojo.widget.html.stabile.description(state); }; dojo.widget.html.stabile.description = function (v, showAll) { var depth = dojo.widget.html.stabile._depth; var describeThis = function () { return this.description(this, true); }; try { if (v === void (0)) { return "undefined"; } if (v === null) { return "null"; } if (typeof (v) == "boolean" || typeof (v) == "number" || v instanceof Boolean || v instanceof Number) { return v.toString(); } if (typeof (v) == "string" || v instanceof String) { var v1 = v.replace(dojo.widget.html.stabile._sqQuotables, "\\$1"); v1 = v1.replace(/\n/g, "\\n"); v1 = v1.replace(/\r/g, "\\r"); return "'" + v1 + "'"; } if (v instanceof Date) { return "new Date(" + d.getFullYear + "," + d.getMonth() + "," + d.getDate() + ")"; } var d; if (v instanceof Array || v.push) { if (depth >= dojo.widget.html.stabile.depthLimit) { return "[ ... ]"; } d = "["; var first = true; dojo.widget.html.stabile._depth++; for (var i = 0; i < v.length; i++) { if (first) { first = false; } else { d += ","; } d += arguments.callee(v[i], showAll); } return d + "]"; } if (v.constructor == Object || v.toString == describeThis) { if (depth >= dojo.widget.html.stabile.depthLimit) { return "{ ... }"; } if (typeof (v.hasOwnProperty) != "function" && v.prototype) { throw new Error("description: " + v + " not supported by script engine"); } var first = true; d = "{"; dojo.widget.html.stabile._depth++; for (var key in v) { if (v[key] == void (0) || typeof (v[key]) == "function") { continue; } if (first) { first = false; } else { d += ", "; } var kd = key; if (!kd.match(/^[a-zA-Z_][a-zA-Z0-9_]*$/)) { kd = arguments.callee(key, showAll); } d += kd + ": " + arguments.callee(v[key], showAll); } return d + "}"; } if (showAll) { if (dojo.widget.html.stabile._recur) { var objectToString = Object.prototype.toString; return objectToString.apply(v, []); } else { dojo.widget.html.stabile._recur = true; return v.toString(); } } else { throw new Error("Unknown type: " + v); return "'unknown'"; } } finally { dojo.widget.html.stabile._depth = depth; } }; dojo.widget.html.stabile._getStorage = function () { if (dojo.widget.html.stabile.dataField) { return dojo.widget.html.stabile.dataField; } var form = document.forms._dojo_form; return dojo.widget.html.stabile.dataField = form ? form.stabile : {value:""}; }; PK mM-src/widget/IntegerTextbox.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.IntegerTextbox"); dojo.require("dojo.widget.ValidationTextbox"); dojo.require("dojo.validate.common"); dojo.widget.defineWidget("dojo.widget.IntegerTextbox", dojo.widget.ValidationTextbox, {mixInProperties:function (localProperties, frag) { dojo.widget.IntegerTextbox.superclass.mixInProperties.apply(this, arguments); if ((localProperties.signed == "true") || (localProperties.signed == "always")) { this.flags.signed = true; } else { if ((localProperties.signed == "false") || (localProperties.signed == "never")) { this.flags.signed = false; this.flags.min = 0; } else { this.flags.signed = [true, false]; } } if (localProperties.separator) { this.flags.separator = localProperties.separator; } if (localProperties.min) { this.flags.min = parseInt(localProperties.min); } if (localProperties.max) { this.flags.max = parseInt(localProperties.max); } }, isValid:function () { return dojo.validate.isInteger(this.textbox.value, this.flags); }, isInRange:function () { return dojo.validate.isInRange(this.textbox.value, this.flags); }}); PK mM6^  src/widget/Manager.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Manager"); dojo.require("dojo.lang.array"); dojo.require("dojo.lang.func"); dojo.require("dojo.event.*"); dojo.widget.manager = new function () { this.widgets = []; this.widgetIds = []; this.topWidgets = {}; var widgetTypeCtr = {}; var renderPrefixCache = []; this.getUniqueId = function (widgetType) { var widgetId; do { widgetId = widgetType + "_" + (widgetTypeCtr[widgetType] != undefined ? ++widgetTypeCtr[widgetType] : widgetTypeCtr[widgetType] = 0); } while (this.getWidgetById(widgetId)); return widgetId; }; this.add = function (widget) { this.widgets.push(widget); if (!widget.extraArgs["id"]) { widget.extraArgs["id"] = widget.extraArgs["ID"]; } if (widget.widgetId == "") { if (widget["id"]) { widget.widgetId = widget["id"]; } else { if (widget.extraArgs["id"]) { widget.widgetId = widget.extraArgs["id"]; } else { widget.widgetId = this.getUniqueId(widget.ns + "_" + widget.widgetType); } } } if (this.widgetIds[widget.widgetId]) { dojo.debug("widget ID collision on ID: " + widget.widgetId); } this.widgetIds[widget.widgetId] = widget; }; this.destroyAll = function () { for (var x = this.widgets.length - 1; x >= 0; x--) { try { this.widgets[x].destroy(true); delete this.widgets[x]; } catch (e) { } } }; this.remove = function (widgetIndex) { if (dojo.lang.isNumber(widgetIndex)) { var tw = this.widgets[widgetIndex].widgetId; delete this.topWidgets[tw]; delete this.widgetIds[tw]; this.widgets.splice(widgetIndex, 1); } else { this.removeById(widgetIndex); } }; this.removeById = function (id) { if (!dojo.lang.isString(id)) { id = id["widgetId"]; if (!id) { dojo.debug("invalid widget or id passed to removeById"); return; } } for (var i = 0; i < this.widgets.length; i++) { if (this.widgets[i].widgetId == id) { this.remove(i); break; } } }; this.getWidgetById = function (id) { if (dojo.lang.isString(id)) { return this.widgetIds[id]; } return id; }; this.getWidgetsByType = function (type) { var lt = type.toLowerCase(); var getType = (type.indexOf(":") < 0 ? function (x) { return x.widgetType.toLowerCase(); } : function (x) { return x.getNamespacedType(); }); var ret = []; dojo.lang.forEach(this.widgets, function (x) { if (getType(x) == lt) { ret.push(x); } }); return ret; }; this.getWidgetsByFilter = function (unaryFunc, onlyOne) { var ret = []; dojo.lang.every(this.widgets, function (x) { if (unaryFunc(x)) { ret.push(x); if (onlyOne) { return false; } } return true; }); return (onlyOne ? ret[0] : ret); }; this.getAllWidgets = function () { return this.widgets.concat(); }; this.getWidgetByNode = function (node) { var w = this.getAllWidgets(); node = dojo.byId(node); for (var i = 0; i < w.length; i++) { if (w[i].domNode == node) { return w[i]; } } return null; }; this.byId = this.getWidgetById; this.byType = this.getWidgetsByType; this.byFilter = this.getWidgetsByFilter; this.byNode = this.getWidgetByNode; var knownWidgetImplementations = {}; var widgetPackages = ["dojo.widget"]; for (var i = 0; i < widgetPackages.length; i++) { widgetPackages[widgetPackages[i]] = true; } this.registerWidgetPackage = function (pname) { if (!widgetPackages[pname]) { widgetPackages[pname] = true; widgetPackages.push(pname); } }; this.getWidgetPackageList = function () { return dojo.lang.map(widgetPackages, function (elt) { return (elt !== true ? elt : undefined); }); }; this.getImplementation = function (widgetName, ctorObject, mixins, ns) { var impl = this.getImplementationName(widgetName, ns); if (impl) { var ret = ctorObject ? new impl(ctorObject) : new impl(); return ret; } }; function buildPrefixCache() { for (var renderer in dojo.render) { if (dojo.render[renderer]["capable"] === true) { var prefixes = dojo.render[renderer].prefixes; for (var i = 0; i < prefixes.length; i++) { renderPrefixCache.push(prefixes[i].toLowerCase()); } } } } var findImplementationInModule = function (lowerCaseWidgetName, module) { if (!module) { return null; } for (var i = 0, l = renderPrefixCache.length, widgetModule; i <= l; i++) { widgetModule = (i < l ? module[renderPrefixCache[i]] : module); if (!widgetModule) { continue; } for (var name in widgetModule) { if (name.toLowerCase() == lowerCaseWidgetName) { return widgetModule[name]; } } } return null; }; var findImplementation = function (lowerCaseWidgetName, moduleName) { var module = dojo.evalObjPath(moduleName, false); return (module ? findImplementationInModule(lowerCaseWidgetName, module) : null); }; this.getImplementationName = function (widgetName, ns) { var lowerCaseWidgetName = widgetName.toLowerCase(); ns = ns || "dojo"; var imps = knownWidgetImplementations[ns] || (knownWidgetImplementations[ns] = {}); var impl = imps[lowerCaseWidgetName]; if (impl) { return impl; } if (!renderPrefixCache.length) { buildPrefixCache(); } var nsObj = dojo.ns.get(ns); if (!nsObj) { dojo.ns.register(ns, ns + ".widget"); nsObj = dojo.ns.get(ns); } if (nsObj) { nsObj.resolve(widgetName); } impl = findImplementation(lowerCaseWidgetName, nsObj.module); if (impl) { return (imps[lowerCaseWidgetName] = impl); } nsObj = dojo.ns.require(ns); if ((nsObj) && (nsObj.resolver)) { nsObj.resolve(widgetName); impl = findImplementation(lowerCaseWidgetName, nsObj.module); if (impl) { return (imps[lowerCaseWidgetName] = impl); } } dojo.deprecated("dojo.widget.Manager.getImplementationName", "Could not locate widget implementation for \"" + widgetName + "\" in \"" + nsObj.module + "\" registered to namespace \"" + nsObj.name + "\". " + "Developers must specify correct namespaces for all non-Dojo widgets", "0.5"); for (var i = 0; i < widgetPackages.length; i++) { impl = findImplementation(lowerCaseWidgetName, widgetPackages[i]); if (impl) { return (imps[lowerCaseWidgetName] = impl); } } throw new Error("Could not locate widget implementation for \"" + widgetName + "\" in \"" + nsObj.module + "\" registered to namespace \"" + nsObj.name + "\""); }; this.resizing = false; this.onWindowResized = function () { if (this.resizing) { return; } try { this.resizing = true; for (var id in this.topWidgets) { var child = this.topWidgets[id]; if (child.checkSize) { child.checkSize(); } } } catch (e) { } finally { this.resizing = false; } }; if (typeof window != "undefined") { dojo.addOnLoad(this, "onWindowResized"); dojo.event.connect(window, "onresize", this, "onWindowResized"); } }; (function () { var dw = dojo.widget; var dwm = dw.manager; var h = dojo.lang.curry(dojo.lang, "hitch", dwm); var g = function (oldName, newName) { dw[(newName || oldName)] = h(oldName); }; g("add", "addWidget"); g("destroyAll", "destroyAllWidgets"); g("remove", "removeWidget"); g("removeById", "removeWidgetById"); g("getWidgetById"); g("getWidgetById", "byId"); g("getWidgetsByType"); g("getWidgetsByFilter"); g("getWidgetsByType", "byType"); g("getWidgetsByFilter", "byFilter"); g("getWidgetByNode", "byNode"); dw.all = function (n) { var widgets = dwm.getAllWidgets.apply(dwm, arguments); if (arguments.length > 0) { return widgets[n]; } return widgets; }; g("registerWidgetPackage"); g("getImplementation", "getWidgetImplementation"); g("getImplementationName", "getWidgetImplementationName"); dw.widgets = dwm.widgets; dw.widgetIds = dwm.widgetIds; dw.root = dwm.root; })(); PK mMm`66$src/widget/nls/DropdownTimePicker.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"selectTime":"Select time"})PK mMȈsrc/widget/nls/validate.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"rangeMessage":"* This value is out of range.", "invalidMessage":"* The value entered is not valid.", "missingMessage":"* This value is required."})PK mM\src/widget/RadioGroup.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.RadioGroup"); dojo.require("dojo.lang.common"); dojo.require("dojo.event.browser"); dojo.require("dojo.html.selection"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.HtmlWidget"); dojo.widget.defineWidget("dojo.widget.RadioGroup", dojo.widget.HtmlWidget, function () { this.selectedItem = null; this.items = []; this.selected = []; this.groupCssClass = "radioGroup"; this.selectedCssClass = "selected"; this.itemContentCssClass = "itemContent"; }, {isContainer:false, templatePath:null, templateCssPath:null, postCreate:function () { this._parseStructure(); dojo.html.addClass(this.domNode, this.groupCssClass); this._setupChildren(); dojo.event.browser.addListener(this.domNode, "onclick", dojo.lang.hitch(this, "onSelect")); if (this.selectedItem) { this._selectItem(this.selectedItem); } }, _parseStructure:function () { if (this.domNode.tagName.toLowerCase() != "ul" && this.domNode.tagName.toLowerCase() != "ol") { dojo.raise("RadioGroup: Expected ul or ol content."); return; } this.items = []; var nl = this.domNode.getElementsByTagName("li"); for (var i = 0; i < nl.length; i++) { if (nl[i].parentNode == this.domNode) { this.items.push(nl[i]); } } }, add:function (node) { if (node.parentNode != this.domNode) { this.domNode.appendChild(node); } this.items.push(node); this._setup(node); }, remove:function (node) { var idx = -1; for (var i = 0; i < this.items.length; i++) { if (this.items[i] == node) { idx = i; break; } } if (idx < 0) { return; } this.items.splice(idx, 1); node.parentNode.removeChild(node); }, clear:function () { for (var i = 0; i < this.items.length; i++) { this.domNode.removeChild(this.items[i]); } this.items = []; }, clearSelections:function () { for (var i = 0; i < this.items.length; i++) { dojo.html.removeClass(this.items[i], this.selectedCssClass); } this.selectedItem = null; }, _setup:function (node) { var span = document.createElement("span"); dojo.html.disableSelection(span); dojo.html.addClass(span, this.itemContentCssClass); dojo.dom.moveChildren(node, span); node.appendChild(span); if (this.selected.length > 0) { var uid = dojo.html.getAttribute(node, "id"); if (uid && uid == this.selected) { this.selectedItem = node; } } dojo.event.browser.addListener(node, "onclick", dojo.lang.hitch(this, "onItemSelect")); if (dojo.html.hasAttribute(node, "onitemselect")) { var tn = dojo.lang.nameAnonFunc(new Function(dojo.html.getAttribute(node, "onitemselect")), this); dojo.event.browser.addListener(node, "onclick", dojo.lang.hitch(this, tn)); } }, _setupChildren:function () { for (var i = 0; i < this.items.length; i++) { this._setup(this.items[i]); } }, _selectItem:function (node, event, nofire) { if (this.selectedItem) { dojo.html.removeClass(this.selectedItem, this.selectedCssClass); } this.selectedItem = node; dojo.html.addClass(this.selectedItem, this.selectedCssClass); if (!dj_undef("currentTarget", event)) { return; } if (!nofire) { if (dojo.render.html.ie) { this.selectedItem.fireEvent("onclick"); } else { var e = document.createEvent("MouseEvents"); e.initEvent("click", true, false); this.selectedItem.dispatchEvent(e); } } }, getValue:function () { return this.selectedItem; }, onSelect:function (e) { }, onItemSelect:function (e) { if (!dj_undef("currentTarget", e)) { this._selectItem(e.currentTarget, e); } }}); PK mMoX̗src/widget/Repeater.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Repeater"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.string"); dojo.require("dojo.event.*"); dojo.require("dojo.experimental"); dojo.experimental("dojo.widget.Repeater"); dojo.widget.defineWidget("dojo.widget.Repeater", dojo.widget.HtmlWidget, {name:"", rowTemplate:"", myObject:null, pattern:"", useDnd:false, isContainer:true, initialize:function (args, frag) { var node = this.getFragNodeRef(frag); node.removeAttribute("dojotype"); this.setRow(dojo.string.trim(node.innerHTML), {}); node.innerHTML = ""; frag = null; }, postCreate:function (args, frag) { if (this.useDnd) { dojo.require("dojo.dnd.*"); var dnd = new dojo.dnd.HtmlDropTarget(this.domNode, [this.widgetId]); } }, _reIndexRows:function () { for (var i = 0, len = this.domNode.childNodes.length; i < len; i++) { var elems = ["INPUT", "SELECT", "TEXTAREA"]; for (var k = 0; k < elems.length; k++) { var list = this.domNode.childNodes[i].getElementsByTagName(elems[k]); for (var j = 0, len2 = list.length; j < len2; j++) { var name = list[j].name; var index = dojo.string.escape("regexp", this.pattern); index = index.replace(/(%\\\{index\\\})/g, "%{index}"); var nameRegexp = dojo.string.substituteParams(index, {"index":"[0-9]*"}); var newName = dojo.string.substituteParams(this.pattern, {"index":"" + i}); var re = new RegExp(nameRegexp, "g"); list[j].name = name.replace(re, newName); } } } }, onDeleteRow:function (e) { var index = dojo.string.escape("regexp", this.pattern); index = index.replace(/%\\\{index\\\}/g, "%{index}"); var nameRegexp = dojo.string.substituteParams(index, {"index":"([0-9]*)"}); var re = new RegExp(nameRegexp, "g"); this.deleteRow(re.exec(e.target.name)[1]); }, hasRows:function () { if (this.domNode.childNodes.length > 0) { return true; } return false; }, getRowCount:function () { return this.domNode.childNodes.length; }, deleteRow:function (idx) { this.domNode.removeChild(this.domNode.childNodes[idx]); this._reIndexRows(); }, _changeRowPosition:function (e) { if (e.dragStatus == "dropFailure") { this.domNode.removeChild(e["dragSource"].domNode); } else { if (e.dragStatus == "dropSuccess") { } } this._reIndexRows(); }, setRow:function (template, myObject) { template = template.replace(/\%\{(index)\}/g, "0"); this.rowTemplate = template; this.myObject = myObject; }, getRow:function () { return this.rowTemplate; }, _initRow:function (node) { if (typeof (node) == "number") { node = this.domNode.childNodes[node]; } var elems = ["INPUT", "SELECT", "IMG"]; for (var k = 0; k < elems.length; k++) { var list = node.getElementsByTagName(elems[k]); for (var i = 0, len = list.length; i < len; i++) { var child = list[i]; if (child.nodeType != 1) { continue; } if (child.getAttribute("rowFunction") != null) { if (typeof (this.myObject[child.getAttribute("rowFunction")]) == "undefined") { dojo.debug("Function " + child.getAttribute("rowFunction") + " not found"); } else { this.myObject[child.getAttribute("rowFunction")](child); } } else { if (child.getAttribute("rowAction") != null) { if (child.getAttribute("rowAction") == "delete") { child.name = dojo.string.substituteParams(this.pattern, {"index":"" + (this.getRowCount() - 1)}); dojo.event.connect(child, "onclick", this, "onDeleteRow"); } } } } } }, onAddRow:function (e) { }, addRow:function (doInit) { if (typeof (doInit) == "undefined") { doInit = true; } var node = document.createElement("span"); node.innerHTML = this.getRow(); if (node.childNodes.length == 1) { node = node.childNodes[0]; } this.domNode.appendChild(node); var parser = new dojo.xml.Parse(); var frag = parser.parseElement(node, null, true); dojo.widget.getParser().createSubComponents(frag, this); this._reIndexRows(); if (doInit) { this._initRow(node); } if (this.useDnd) { node = new dojo.dnd.HtmlDragSource(node, this.widgetId); dojo.event.connect(node, "onDragEnd", this, "_changeRowPosition"); } this.onAddRow(node); }}); PK mMPN+yuMuMsrc/widget/Rounded.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Rounded"); dojo.widget.tags.addParseTreeHandler("dojo:rounded"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.ContentPane"); dojo.require("dojo.html.style"); dojo.require("dojo.html.display"); dojo.require("dojo.gfx.color"); dojo.deprecated("dojo.widget.Rounded will be removed in version 0.5; you can now apply rounded corners to any block element using dojo.lfx.rounded.", "0.5"); dojo.widget.defineWidget("dojo.widget.Rounded", dojo.widget.ContentPane, {isSafari:dojo.render.html.safari, boxMargin:"50px", radius:14, domNode:"", corners:"TR,TL,BR,BL", antiAlias:true, fillInTemplate:function (args, frag) { dojo.widget.Rounded.superclass.fillInTemplate.call(this, args, frag); dojo.html.insertCssFile(this.templateCssPath); if (this.domNode.style.height <= 0) { var minHeight = (this.radius * 1) + this.domNode.clientHeight; this.domNode.style.height = minHeight + "px"; } if (this.domNode.style.width <= 0) { var minWidth = (this.radius * 1) + this.domNode.clientWidth; this.domNode.style.width = minWidth + "px"; } var cornersAvailable = ["TR", "TL", "BR", "BL"]; var cornersPassed = this.corners.split(","); this.settings = {antiAlias:this.antiAlias}; var setCorner = function (currentCorner) { var val = currentCorner.toLowerCase(); if (dojo.lang.inArray(cornersPassed, currentCorner)) { this.settings[val] = {radius:this.radius, enabled:true}; } else { this.settings[val] = {radius:0}; } }; dojo.lang.forEach(cornersAvailable, setCorner, this); this.domNode.style.margin = this.boxMargin; this.curvyCorners(this.settings); this.applyCorners(); }, curvyCorners:function (settings) { this.box = this.domNode; this.topContainer = null; this.bottomContainer = null; this.masterCorners = []; var boxHeight = dojo.html.getStyle(this.box, "height"); if (boxHeight == "") { boxHeight = "0px"; } var boxWidth = dojo.html.getStyle(this.box, "width"); var borderWidth = dojo.html.getStyle(this.box, "borderTopWidth"); if (borderWidth == "") { borderWidth = "0px"; } var borderColour = dojo.html.getStyle(this.box, "borderTopColor"); if (borderWidth > 0) { this.antiAlias = true; } var boxColour = dojo.html.getStyle(this.box, "backgroundColor"); var backgroundImage = dojo.html.getStyle(this.box, "backgroundImage"); var boxPosition = dojo.html.getStyle(this.box, "position"); this.boxHeight = parseInt(((boxHeight != "" && boxHeight != "auto" && boxHeight.indexOf("%") == -1) ? boxHeight.substring(0, boxHeight.indexOf("px")) : this.box.scrollHeight)); this.boxWidth = parseInt(((boxWidth != "" && boxWidth != "auto" && boxWidth.indexOf("%") == -1) ? boxWidth.substring(0, boxWidth.indexOf("px")) : this.box.scrollWidth)); this.borderWidth = parseInt(((borderWidth != "" && borderWidth.indexOf("px") !== -1) ? borderWidth.slice(0, borderWidth.indexOf("px")) : 0)); var test = new dojo.gfx.color.Color(boxColour); this.boxColour = ((boxColour != "" && boxColour != "transparent") ? ((boxColour.substr(0, 3) == "rgb") ? this.rgb2Hex(boxColour) : boxColour) : "#ffffff"); this.borderColour = ((borderColour != "" && borderColour != "transparent" && this.borderWidth > 0) ? ((borderColour.substr(0, 3) == "rgb") ? this.rgb2Hex(borderColour) : borderColour) : this.boxColour); this.borderString = this.borderWidth + "px" + " solid " + this.borderColour; this.backgroundImage = ((backgroundImage != "none") ? backgroundImage : ""); if (boxPosition != "absolute") { this.box.style.position = "relative"; } this.applyCorners = function () { for (var t = 0; t < 2; t++) { switch (t) { case 0: if (this.settings.tl.enabled || this.settings.tr.enabled) { var newMainContainer = document.createElement("DIV"); with (newMainContainer.style) { width = "100%"; fontSize = "1px"; overflow = "hidden"; position = "absolute"; paddingLeft = this.borderWidth + "px"; paddingRight = this.borderWidth + "px"; var topMaxRadius = Math.max(this.settings.tl ? this.settings.tl.radius : 0, this.settings.tr ? this.settings.tr.radius : 0); height = topMaxRadius + "px"; top = 0 - topMaxRadius + "px"; left = 0 - this.borderWidth + "px"; } this.topContainer = this.box.appendChild(newMainContainer); } break; case 1: if (this.settings.bl.enabled || this.settings.br.enabled) { var newMainContainer = document.createElement("DIV"); with (newMainContainer.style) { width = "100%"; fontSize = "1px"; overflow = "hidden"; position = "absolute"; paddingLeft = this.borderWidth + "px"; paddingRight = this.borderWidth + "px"; var botMaxRadius = Math.max(this.settings.bl ? this.settings.bl.radius : 0, this.settings.br ? this.settings.br.radius : 0); height = botMaxRadius + "px"; bottom = 0 - botMaxRadius + "px"; left = 0 - this.borderWidth + "px"; } this.bottomContainer = this.box.appendChild(newMainContainer); } break; } } if (this.topContainer) { this.box.style.borderTopWidth = "0px"; } if (this.bottomContainer) { this.box.style.borderBottomWidth = "0px"; } var corners = ["tr", "tl", "br", "bl"]; for (var i in corners) { var cc = corners[i]; if (!this.settings[cc]) { if (((cc == "tr" || cc == "tl") && this.topContainer != null) || ((cc == "br" || cc == "bl") && this.bottomContainer != null)) { var newCorner = document.createElement("DIV"); newCorner.style.position = "relative"; newCorner.style.fontSize = "1px"; newCorner.style.overflow = "hidden"; if (this.backgroundImage == "") { newCorner.style.backgroundColor = this.boxColour; } else { newCorner.style.backgroundImage = this.backgroundImage; } switch (cc) { case "tl": with (newCorner.style) { height = topMaxRadius - this.borderWidth + "px"; marginRight = this.settings.tr.radius - (this.borderWidth * 2) + "px"; borderLeft = this.borderString; borderTop = this.borderString; left = -this.borderWidth + "px"; } break; case "tr": with (newCorner.style) { height = topMaxRadius - this.borderWidth + "px"; marginLeft = this.settings.tl.radius - (this.borderWidth * 2) + "px"; borderRight = this.borderString; borderTop = this.borderString; backgroundPosition = "-" + this.boxWidth + "px 0px"; left = this.borderWidth + "px"; } break; case "bl": with (newCorner.style) { height = botMaxRadius - this.borderWidth + "px"; marginRight = this.settings.br.radius - (this.borderWidth * 2) + "px"; borderLeft = this.borderString; borderBottom = this.borderString; left = -this.borderWidth + "px"; } break; case "br": with (newCorner.style) { height = botMaxRadius - this.borderWidth + "px"; marginLeft = this.settings.bl.radius - (this.borderWidth * 2) + "px"; borderRight = this.borderString; borderBottom = this.borderString; left = this.borderWidth + "px"; } break; } } } else { if (this.masterCorners[this.settings[cc].radius]) { var newCorner = this.masterCorners[this.settings[cc].radius].cloneNode(true); } else { var newCorner = document.createElement("DIV"); with (newCorner.style) { height = this.settings[cc].radius + "px"; width = this.settings[cc].radius + "px"; position = "absolute"; fontSize = "1px"; overflow = "hidden"; } var borderRadius = parseInt(this.settings[cc].radius - this.borderWidth); for (var intx = 0, j = this.settings[cc].radius; intx < j; intx++) { if ((intx + 1) >= borderRadius) { var y1 = -1; } else { var y1 = (Math.floor(Math.sqrt(Math.pow(borderRadius, 2) - Math.pow((intx + 1), 2))) - 1); } if (borderRadius != j) { if ((intx) >= borderRadius) { var y2 = -1; } else { var y2 = Math.ceil(Math.sqrt(Math.pow(borderRadius, 2) - Math.pow(intx, 2))); } if ((intx + 1) >= j) { var y3 = -1; } else { var y3 = (Math.floor(Math.sqrt(Math.pow(j, 2) - Math.pow((intx + 1), 2))) - 1); } } if ((intx) >= j) { var y4 = -1; } else { var y4 = Math.ceil(Math.sqrt(Math.pow(j, 2) - Math.pow(intx, 2))); } if (y1 > -1) { this.drawPixel(intx, 0, this.boxColour, 100, (y1 + 1), newCorner, -1, this.settings[cc].radius); } if (borderRadius != j) { if (this.antiAlias) { for (var inty = (y1 + 1); inty < y2; inty++) { if (this.backgroundImage != "") { var borderFract = (this.pixelFraction(intx, inty, borderRadius) * 100); if (borderFract < 30) { this.drawPixel(intx, inty, this.borderColour, 100, 1, newCorner, 0, this.settings[cc].radius); } else { this.drawPixel(intx, inty, this.borderColour, 100, 1, newCorner, -1, this.settings[cc].radius); } } else { var pixelcolour = dojo.gfx.color.blend(this.boxColour, this.borderColour, this.pixelFraction(intx, inty, borderRadius)); this.drawPixel(intx, inty, pixelcolour, 100, 1, newCorner, 0, this.settings[cc].radius); } } } if (y3 >= y2) { if (y1 == -1) { y1 = 0; } this.drawPixel(intx, y2, this.borderColour, 100, (y3 - y2 + 1), newCorner, 0, this.settings[cc].radius); } var outsideColour = this.borderColour; } else { var outsideColour = this.boxColour; var y3 = y1; } if (this.antiAlias) { for (var inty = (y3 + 1); inty < y4; inty++) { this.drawPixel(intx, inty, outsideColour, (this.pixelFraction(intx, inty, j) * 100), 1, newCorner, ((this.borderWidth > 0) ? 0 : -1), this.settings[cc].radius); } } } this.masterCorners[this.settings[cc].radius] = newCorner.cloneNode(true); } if (cc != "br") { for (var t = 0, k = newCorner.childNodes.length; t < k; t++) { var pixelBar = newCorner.childNodes[t]; var pixelBarTop = parseInt(pixelBar.style.top.substring(0, pixelBar.style.top.indexOf("px"))); var pixelBarLeft = parseInt(pixelBar.style.left.substring(0, pixelBar.style.left.indexOf("px"))); var pixelBarHeight = parseInt(pixelBar.style.height.substring(0, pixelBar.style.height.indexOf("px"))); if (cc == "tl" || cc == "bl") { pixelBar.style.left = this.settings[cc].radius - pixelBarLeft - 1 + "px"; } if (cc == "tr" || cc == "tl") { pixelBar.style.top = this.settings[cc].radius - pixelBarHeight - pixelBarTop + "px"; } var value; switch (cc) { case "tr": value = (-1 * (Math.abs((this.boxWidth - this.settings[cc].radius + this.borderWidth) + pixelBarLeft) - (Math.abs(this.settings[cc].radius - pixelBarHeight - pixelBarTop - this.borderWidth)))); pixelBar.style.backgroundPosition = value + "px"; break; case "tl": value = (-1 * (Math.abs((this.settings[cc].radius - pixelBarLeft - 1) - this.borderWidth) - (Math.abs(this.settings[cc].radius - pixelBarHeight - pixelBarTop - this.borderWidth)))); pixelBar.style.backgroundPosition = value + "px"; break; case "bl": value = (-1 * (Math.abs((this.settings[cc].radius - pixelBarLeft - 1) - this.borderWidth) - (Math.abs((this.boxHeight + this.settings[cc].radius + pixelBarTop) - this.borderWidth)))); pixelBar.style.backgroundPosition = value + "px"; break; } } } } if (newCorner) { switch (cc) { case "tl": if (newCorner.style.position == "absolute") { newCorner.style.top = "0px"; } if (newCorner.style.position == "absolute") { newCorner.style.left = "0px"; } if (this.topContainer) { this.topContainer.appendChild(newCorner); } break; case "tr": if (newCorner.style.position == "absolute") { newCorner.style.top = "0px"; } if (newCorner.style.position == "absolute") { newCorner.style.right = "0px"; } if (this.topContainer) { this.topContainer.appendChild(newCorner); } break; case "bl": if (newCorner.style.position == "absolute") { newCorner.style.bottom = "0px"; } if (newCorner.style.position == "absolute") { newCorner.style.left = "0px"; } if (this.bottomContainer) { this.bottomContainer.appendChild(newCorner); } break; case "br": if (newCorner.style.position == "absolute") { newCorner.style.bottom = "0px"; } if (newCorner.style.position == "absolute") { newCorner.style.right = "0px"; } if (this.bottomContainer) { this.bottomContainer.appendChild(newCorner); } break; } } } var radiusDiff = []; radiusDiff["t"] = this.settings.tl.enabled && this.settings.tr.enabled ? Math.abs(this.settings.tl.radius - this.settings.tr.radius) : 0; radiusDiff["b"] = this.settings.bl.enabled && this.settings.br.enabled ? Math.abs(this.settings.bl.radius - this.settings.br.radius) : 0; for (var z in radiusDiff) { if (radiusDiff[z]) { var smallerCornerType = ((this.settings[z + "l"].radius < this.settings[z + "r"].radius) ? z + "l" : z + "r"); var newFiller = document.createElement("DIV"); with (newFiller.style) { height = radiusDiff[z] + "px"; width = this.settings[smallerCornerType].radius + "px"; position = "absolute"; fontSize = "1px"; overflow = "hidden"; backgroundColor = this.boxColour; } switch (smallerCornerType) { case "tl": with (newFiller.style) { bottom = "0px"; left = "0px"; borderLeft = this.borderString; } this.topContainer.appendChild(newFiller); break; case "tr": with (newFiller.style) { bottom = "0px"; right = "0px"; borderRight = this.borderString; } this.topContainer.appendChild(newFiller); break; case "bl": with (newFiller.style) { top = "0px"; left = "0px"; borderLeft = this.borderString; } this.bottomContainer.appendChild(newFiller); break; case "br": with (newFiller.style) { top = "0px"; right = "0px"; borderRight = this.borderString; } this.bottomContainer.appendChild(newFiller); break; } } var newFillerBar = document.createElement("DIV"); with (newFillerBar.style) { position = "relative"; fontSize = "1px"; overflow = "hidden"; backgroundColor = this.boxColour; } switch (z) { case "t": if (this.topContainer) { with (newFillerBar.style) { height = topMaxRadius - this.borderWidth + "px"; marginLeft = this.settings.tl.radius - this.borderWidth + "px"; marginRight = this.settings.tr.radius - this.borderWidth + "px"; borderTop = this.borderString; } this.topContainer.appendChild(newFillerBar); } break; case "b": if (this.bottomContainer) { with (newFillerBar.style) { height = botMaxRadius - this.borderWidth + "px"; marginLeft = this.settings.bl.radius - this.borderWidth + "px"; marginRight = this.settings.br.radius - this.borderWidth + "px"; borderBottom = this.borderString; } this.bottomContainer.appendChild(newFillerBar); } break; } } }; this.drawPixel = function (intx, inty, colour, transAmount, height, newCorner, image, cornerRadius) { var pixel = document.createElement("DIV"); pixel.style.height = height + "px"; pixel.style.width = "1px"; pixel.style.position = "absolute"; pixel.style.fontSize = "1px"; pixel.style.overflow = "hidden"; if (image == -1 && this.backgroundImage != "") { pixel.style.backgroundImage = this.backgroundImage; pixel.style.backgroundPosition = "-" + (this.boxWidth - (cornerRadius - intx) + this.borderWidth) + "px -" + ((this.boxHeight + cornerRadius + inty) - this.borderWidth) + "px"; } else { pixel.style.backgroundColor = colour; } if (transAmount != 100) { dojo.html.setOpacity(pixel, transAmount); } pixel.style.top = inty + "px"; pixel.style.left = intx + "px"; newCorner.appendChild(pixel); }; }, pixelFraction:function (x, y, r) { var pixelfraction = 0; var xvalues = []; var yvalues = []; var point = 0; var whatsides = ""; var intersect = Math.sqrt((Math.pow(r, 2) - Math.pow(x, 2))); if ((intersect >= y) && (intersect < (y + 1))) { whatsides = "Left"; xvalues[point] = 0; yvalues[point] = intersect - y; point = point + 1; } var intersect = Math.sqrt((Math.pow(r, 2) - Math.pow(y + 1, 2))); if ((intersect >= x) && (intersect < (x + 1))) { whatsides = whatsides + "Top"; xvalues[point] = intersect - x; yvalues[point] = 1; point = point + 1; } var intersect = Math.sqrt((Math.pow(r, 2) - Math.pow(x + 1, 2))); if ((intersect >= y) && (intersect < (y + 1))) { whatsides = whatsides + "Right"; xvalues[point] = 1; yvalues[point] = intersect - y; point = point + 1; } var intersect = Math.sqrt((Math.pow(r, 2) - Math.pow(y, 2))); if ((intersect >= x) && (intersect < (x + 1))) { whatsides = whatsides + "Bottom"; xvalues[point] = intersect - x; yvalues[point] = 0; } switch (whatsides) { case "LeftRight": pixelfraction = Math.min(yvalues[0], yvalues[1]) + ((Math.max(yvalues[0], yvalues[1]) - Math.min(yvalues[0], yvalues[1])) / 2); break; case "TopRight": pixelfraction = 1 - (((1 - xvalues[0]) * (1 - yvalues[1])) / 2); break; case "TopBottom": pixelfraction = Math.min(xvalues[0], xvalues[1]) + ((Math.max(xvalues[0], xvalues[1]) - Math.min(xvalues[0], xvalues[1])) / 2); break; case "LeftBottom": pixelfraction = (yvalues[0] * xvalues[1]) / 2; break; default: pixelfraction = 1; } return pixelfraction; }, rgb2Hex:function (rgbColour) { try { var rgbArray = this.rgb2Array(rgbColour); var red = parseInt(rgbArray[0]); var green = parseInt(rgbArray[1]); var blue = parseInt(rgbArray[2]); var hexColour = "#" + this.intToHex(red) + this.intToHex(green) + this.intToHex(blue); } catch (e) { alert("There was an error converting the RGB value to Hexadecimal in function rgb2Hex"); } return hexColour; }, intToHex:function (strNum) { var base = strNum / 16; var rem = strNum % 16; var base = base - (rem / 16); var baseS = this.makeHex(base); var remS = this.makeHex(rem); return baseS + "" + remS; }, makeHex:function (x) { if ((x >= 0) && (x <= 9)) { return x; } else { switch (x) { case 10: return "A"; case 11: return "B"; case 12: return "C"; case 13: return "D"; case 14: return "E"; case 15: return "F"; } } }, rgb2Array:function (rgbColour) { var rgbValues = rgbColour.substring(4, rgbColour.indexOf(")")); var rgbArray = rgbValues.split(", "); return rgbArray; }}); PK mM[Y:mmsrc/widget/ShowAction.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.ShowAction"); dojo.require("dojo.widget.*"); dojo.widget.defineWidget("dojo.widget.ShowAction", dojo.widget.HtmlWidget, {on:"", action:"fade", duration:350, from:"", to:"", auto:"false", postMixInProperties:function () { if (dojo.render.html.opera) { this.action = this.action.split("/").pop(); } }}); PK mM  src/widget/ShowSlide.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.ShowSlide"); dojo.require("dojo.widget.*"); dojo.require("dojo.lang.common"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.lfx.html"); dojo.require("dojo.html.display"); dojo.require("dojo.html.layout"); dojo.require("dojo.animation.Animation"); dojo.require("dojo.gfx.color"); dojo.widget.defineWidget("dojo.widget.ShowSlide", dojo.widget.HtmlWidget, {title:"", _action:-1, isContainer:true, _components:{}, _actions:[], gotoAction:function (action) { this._action = action; }, _nextAction:function (event) { if ((this._action + 1) != this._actions.length) { ++this._action; return true; } return false; }, _previousAction:function (event) { if ((this._action - 1) != -1) { --this._action; return true; } return false; }, htmlTitle:null, debug:false, noClick:false, templateString:"
\n\t
\n\t\t

Title

\n\t
\n\t
\n
\n", templateCssString:".dojoShowSlideTitle {\n\theight: 100px;\n\tbackground: #369;\n}\n.dojoShowSlideTitle h1 {\n\tmargin-top: 0;\n\tline-height: 100px;\n\tmargin-left: 30px;\n}\n.dojoShowSlideBody {\n\tmargin: 15px;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/ShowSlide.css"), postCreate:function () { this.htmlTitle.innerHTML = this.title; var actions = this.getChildrenOfType("ShowAction", false); var atypes = {}; dojo.lang.forEach(actions, function (act) { atypes[act.on] = true; }); this._components = {}; var cn = this.containerNode; var nodes = dojo.render.html.ie ? cn.all : cn.getElementsByTagName("*"); dojo.lang.forEach(nodes, function (node) { var as = node.getAttribute("as"); if (as) { if (!this._components[as]) { this._components[as] = []; } this._components[as].push(node); if (!atypes[as]) { var tmpAction = dojo.widget.createWidget("ShowAction", {on:as}); this.addChild(tmpAction); atypes[as] = true; } } }, this); this._actions = []; actions = this.getChildrenOfType("ShowAction", false); dojo.lang.forEach(actions, function (child) { this._actions.push(child); var components = this._components[child.on]; for (var j = 0, component; component = components[j]; j++) { if (child["action"] && ((child.action != "remove") && (child.action != "fadeout") && (child.action != "wipeout"))) { this.hideComponent(component); } } }, this); }, previousAction:function (event) { if (!this.parent.stopEvent(event)) { return false; } var action = this._actions[this._action]; if (!action) { return false; } var on = action.on; while (action.on == on) { var components = this._components[on]; for (var i = 0, component; component = components[i]; i++) { if ((action.action == "remove") || (action.action == "fadeout") || (action.action == "wipeout")) { if (component.style.display == "none") { component.style.display = ""; component.style.visibility = "visible"; var exits = true; } dojo.html.setOpacity(component, 1); } else { if (action.action) { this.hideComponent(component); } } } --this._action; if (exits) { return true; } if (action.auto == "true") { on = this._actions[this._action].on; } action = this._actions[this._action]; if (!action) { return false; } } return true; }, hideComponent:function (component) { component.style.visibility = "hidden"; component.style.backgroundColor = "transparent"; var parent = component.parentNode; if ((parent) && (parent.tagName.toLowerCase() == "li")) { parent.oldType = parent.style.listStyleType; parent.style.listStyleType = "none"; } }, nextAction:function (event) { if (!this.parent.stopEvent(event)) { return false; } if (!this._nextAction(this)) { return false; } var action = this._actions[this._action]; if (!action) { return false; } var tmpAction = action["action"]; var components = this._components[action.on]; for (var i = 0, component; component = components[i]; i++) { if (tmpAction) { var duration = action.duration || 1000; if ((tmpAction == "fade") || (tmpAction == "fadeIn")) { dojo.html.setOpacity(component, 0); dojo.lfx.html.fadeShow(component, duration).play(true); } else { if (tmpAction == "fadeout") { dojo.lfx.html.fadeHide(component, duration).play(true); } else { if (tmpAction == "fly") { var width = dojo.html.getMarginBox(component).width; var position = dojo.html.getAbsolutePosition(component); component.style.position = "relative"; component.style.left = -(width + position.x) + "px"; dojo.lfx.html.slideBy(component, {top:0, left:(width + position.x)}, duration, -1, this.callWith).play(true); } else { if ((tmpAction == "wipe") || (tmpAction == "wipein")) { dojo.lfx.html.wipeIn(component, duration).play(); } else { if (tmpAction == "wipeout") { dojo.lfx.html.wipeOut(component, duration).play(); } else { if (tmpAction == "color") { var from = new dojo.gfx.color.Color(action.from).toRgb(); var to = new dojo.gfx.color.Color(action.to).toRgb(); var anim = new dojo.animation.Animation(new dojo.math.curves.Line(from, to), duration, 0); var node = component; dojo.event.connect(anim, "onAnimate", function (e) { node.style.color = "rgb(" + e.coordsAsInts().join(",") + ")"; }); anim.play(true); } else { if (tmpAction == "bgcolor") { dojo.lfx.html.unhighlight(component, action.to, duration).play(); } else { if (tmpAction == "remove") { component.style.display = "none"; } } } } } } } } if (tmpAction == "hide") { component.style.visibility = "hidden"; } else { component.style.visibility = "visible"; } } } action = this._actions[this._action + 1]; if (action && action.auto == "true") { this.nextAction(); } return true; }, callWith:function (node) { if (!node) { return; } if (dojo.lang.isArray(node)) { dojo.lang.forEach(node, arguments.callee); return; } var parent = node.parentNode; if ((parent) && (parent.tagName.toLowerCase() == "li")) { parent.style.listStyleType = parent.oldType; } }}); PK mM_0nnsrc/widget/SlideShow.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.SlideShow"); dojo.require("dojo.event.*"); dojo.require("dojo.widget.*"); dojo.require("dojo.lfx.*"); dojo.require("dojo.html.display"); dojo.widget.defineWidget("dojo.widget.SlideShow", dojo.widget.HtmlWidget, {templateString:"
\n\t\t
\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t\n\t\t\t\n\t\t
\t\n
\n", templateCssString:".slideShowImg {\n\tposition: absolute;\n\tleft: 0px;\n\ttop: 0px; \n\tborder: 2px solid #4d4d4d;\n\tpadding: 0px;\n\tmargin: 0px;\n}\n\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/SlideShow.css"), imgUrls:[], imgUrlBase:"", delay:4000, transitionInterval:2000, imgWidth:800, imgHeight:600, preventCache:false, stopped:false, _urlsIdx:0, _background:"img2", _foreground:"img1", fadeAnim:null, startStopButton:null, img1:null, img2:null, postMixInProperties:function () { this.width = this.imgWidth + "px"; this.height = this.imgHeight + "px"; }, fillInTemplate:function () { if (dojo.render.html.safari && this.imgUrls.length == 2) { this.preventCache = true; } dojo.html.setOpacity(this.img1, 0.9999); dojo.html.setOpacity(this.img2, 0.9999); if (this.imgUrls.length > 1) { this.img2.src = this.imgUrlBase + this.imgUrls[this._urlsIdx++] + this._getUrlSuffix(); this._endTransition(); } else { this.img1.src = this.imgUrlBase + this.imgUrls[this._urlsIdx++] + this._getUrlSuffix(); } }, _getUrlSuffix:function () { if (this.preventCache) { return "?ts=" + (new Date()).getTime(); } else { return ""; } }, togglePaused:function () { if (this.stopped) { this.stopped = false; this._backgroundImageLoaded(); this.startStopButton.value = "pause"; } else { this.stopped = true; this.startStopButton.value = "play"; } }, _backgroundImageLoaded:function () { if (this.stopped) { return; } if (this.fadeAnim) { this.fadeAnim.stop(); } this.fadeAnim = dojo.lfx.fadeOut(this[this._foreground], this.transitionInterval, null); dojo.event.connect(this.fadeAnim, "onEnd", this, "_endTransition"); this.fadeAnim.play(); }, _endTransition:function () { with (this[this._background].style) { zIndex = parseInt(zIndex) + 1; } with (this[this._foreground].style) { zIndex = parseInt(zIndex) - 1; } var tmp = this._foreground; this._foreground = this._background; this._background = tmp; this._loadNextImage(); }, _loadNextImage:function () { dojo.event.kwConnect({srcObj:this[this._background], srcFunc:"onload", adviceObj:this, adviceFunc:"_backgroundImageLoaded", once:true, delay:this.delay}); dojo.html.setOpacity(this[this._background], 1); this[this._background].src = this.imgUrlBase + this.imgUrls[this._urlsIdx++]; if (this._urlsIdx > (this.imgUrls.length - 1)) { this._urlsIdx = 0; } }}); PK mMq[00src/widget/SplitContainer.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.SplitContainer"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.ContentPane"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.html.style"); dojo.require("dojo.html.layout"); dojo.require("dojo.html.selection"); dojo.require("dojo.io.cookie"); dojo.widget.defineWidget("dojo.widget.SplitContainer", dojo.widget.HtmlWidget, function () { this.sizers = []; }, {isContainer:true, templateCssString:".dojoSplitContainer{\n\tposition: relative;\n\toverflow: hidden;\n\tdisplay: block;\n}\n\n.dojoSplitPane{\n\tposition: absolute;\n}\n\n.dojoSplitContainerSizerH,\n.dojoSplitContainerSizerV {\n\tfont-size: 1px;\n\tcursor: move;\n\tcursor: w-resize;\n\tbackground-color: ThreeDFace;\n\tborder: 1px solid;\n\tborder-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;\n\tmargin: 0;\n}\n\n.dojoSplitContainerSizerV {\n\tcursor: n-resize;\n}\n\n.dojoSplitContainerVirtualSizerH,\n.dojoSplitContainerVirtualSizerV {\n\tfont-size: 1px;\n\tcursor: move;\n\tcursor: w-resize;\n\tbackground-color: ThreeDShadow;\n\t-moz-opacity: 0.5;\n\topacity: 0.5;\n\tfilter: Alpha(Opacity=50);\n\tmargin: 0;\n}\n\n.dojoSplitContainerVirtualSizerV {\n\tcursor: n-resize;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/SplitContainer.css"), activeSizing:false, sizerWidth:15, orientation:"horizontal", persist:true, postMixInProperties:function () { dojo.widget.SplitContainer.superclass.postMixInProperties.apply(this, arguments); this.isHorizontal = (this.orientation == "horizontal"); }, fillInTemplate:function () { dojo.widget.SplitContainer.superclass.fillInTemplate.apply(this, arguments); dojo.html.addClass(this.domNode, "dojoSplitContainer"); if (dojo.render.html.moz) { this.domNode.style.overflow = "-moz-scrollbars-none"; } var content = dojo.html.getContentBox(this.domNode); this.paneWidth = content.width; this.paneHeight = content.height; }, onResized:function (e) { var content = dojo.html.getContentBox(this.domNode); this.paneWidth = content.width; this.paneHeight = content.height; this._layoutPanels(); }, postCreate:function (args, fragment, parentComp) { dojo.widget.SplitContainer.superclass.postCreate.apply(this, arguments); for (var i = 0; i < this.children.length; i++) { with (this.children[i].domNode.style) { position = "absolute"; } dojo.html.addClass(this.children[i].domNode, "dojoSplitPane"); if (i == this.children.length - 1) { break; } this._addSizer(); } if (typeof this.sizerWidth == "object") { try { this.sizerWidth = parseInt(this.sizerWidth.toString()); } catch (e) { this.sizerWidth = 15; } } this.virtualSizer = document.createElement("div"); this.virtualSizer.style.position = "absolute"; this.virtualSizer.style.display = "none"; this.virtualSizer.style.zIndex = 10; this.virtualSizer.className = this.isHorizontal ? "dojoSplitContainerVirtualSizerH" : "dojoSplitContainerVirtualSizerV"; this.domNode.appendChild(this.virtualSizer); dojo.html.disableSelection(this.virtualSizer); if (this.persist) { this._restoreState(); } this.resizeSoon(); }, _injectChild:function (child) { with (child.domNode.style) { position = "absolute"; } dojo.html.addClass(child.domNode, "dojoSplitPane"); }, _addSizer:function () { var i = this.sizers.length; this.sizers[i] = document.createElement("div"); this.sizers[i].style.position = "absolute"; this.sizers[i].className = this.isHorizontal ? "dojoSplitContainerSizerH" : "dojoSplitContainerSizerV"; var self = this; var handler = (function () { var sizer_i = i; return function (e) { self.beginSizing(e, sizer_i); }; })(); dojo.event.connect(this.sizers[i], "onmousedown", handler); this.domNode.appendChild(this.sizers[i]); dojo.html.disableSelection(this.sizers[i]); }, removeChild:function (widget) { if (this.sizers.length > 0) { for (var x = 0; x < this.children.length; x++) { if (this.children[x] === widget) { var i = this.sizers.length - 1; this.domNode.removeChild(this.sizers[i]); this.sizers.length = i; break; } } } dojo.widget.SplitContainer.superclass.removeChild.call(this, widget, arguments); this.onResized(); }, addChild:function (widget) { dojo.widget.SplitContainer.superclass.addChild.apply(this, arguments); this._injectChild(widget); if (this.children.length > 1) { this._addSizer(); } this._layoutPanels(); }, _layoutPanels:function () { if (this.children.length == 0) { return; } var space = this.isHorizontal ? this.paneWidth : this.paneHeight; if (this.children.length > 1) { space -= this.sizerWidth * (this.children.length - 1); } var out_of = 0; for (var i = 0; i < this.children.length; i++) { out_of += this.children[i].sizeShare; } var pix_per_unit = space / out_of; var total_size = 0; for (var i = 0; i < this.children.length - 1; i++) { var size = Math.round(pix_per_unit * this.children[i].sizeShare); this.children[i].sizeActual = size; total_size += size; } this.children[this.children.length - 1].sizeActual = space - total_size; this._checkSizes(); var pos = 0; var size = this.children[0].sizeActual; this._movePanel(this.children[0], pos, size); this.children[0].position = pos; pos += size; for (var i = 1; i < this.children.length; i++) { this._moveSlider(this.sizers[i - 1], pos, this.sizerWidth); this.sizers[i - 1].position = pos; pos += this.sizerWidth; size = this.children[i].sizeActual; this._movePanel(this.children[i], pos, size); this.children[i].position = pos; pos += size; } }, _movePanel:function (panel, pos, size) { if (this.isHorizontal) { panel.domNode.style.left = pos + "px"; panel.domNode.style.top = 0; panel.resizeTo(size, this.paneHeight); } else { panel.domNode.style.left = 0; panel.domNode.style.top = pos + "px"; panel.resizeTo(this.paneWidth, size); } }, _moveSlider:function (slider, pos, size) { if (this.isHorizontal) { slider.style.left = pos + "px"; slider.style.top = 0; dojo.html.setMarginBox(slider, {width:size, height:this.paneHeight}); } else { slider.style.left = 0; slider.style.top = pos + "px"; dojo.html.setMarginBox(slider, {width:this.paneWidth, height:size}); } }, _growPane:function (growth, pane) { if (growth > 0) { if (pane.sizeActual > pane.sizeMin) { if ((pane.sizeActual - pane.sizeMin) > growth) { pane.sizeActual = pane.sizeActual - growth; growth = 0; } else { growth -= pane.sizeActual - pane.sizeMin; pane.sizeActual = pane.sizeMin; } } } return growth; }, _checkSizes:function () { var total_min_size = 0; var total_size = 0; for (var i = 0; i < this.children.length; i++) { total_size += this.children[i].sizeActual; total_min_size += this.children[i].sizeMin; } if (total_min_size <= total_size) { var growth = 0; for (var i = 0; i < this.children.length; i++) { if (this.children[i].sizeActual < this.children[i].sizeMin) { growth += this.children[i].sizeMin - this.children[i].sizeActual; this.children[i].sizeActual = this.children[i].sizeMin; } } if (growth > 0) { if (this.isDraggingLeft) { for (var i = this.children.length - 1; i >= 0; i--) { growth = this._growPane(growth, this.children[i]); } } else { for (var i = 0; i < this.children.length; i++) { growth = this._growPane(growth, this.children[i]); } } } } else { for (var i = 0; i < this.children.length; i++) { this.children[i].sizeActual = Math.round(total_size * (this.children[i].sizeMin / total_min_size)); } } }, beginSizing:function (e, i) { this.paneBefore = this.children[i]; this.paneAfter = this.children[i + 1]; this.isSizing = true; this.sizingSplitter = this.sizers[i]; this.originPos = dojo.html.getAbsolutePosition(this.children[0].domNode, true, dojo.html.boxSizing.MARGIN_BOX); if (this.isHorizontal) { var client = (e.layerX ? e.layerX : e.offsetX); var screen = e.pageX; this.originPos = this.originPos.x; } else { var client = (e.layerY ? e.layerY : e.offsetY); var screen = e.pageY; this.originPos = this.originPos.y; } this.startPoint = this.lastPoint = screen; this.screenToClientOffset = screen - client; this.dragOffset = this.lastPoint - this.paneBefore.sizeActual - this.originPos - this.paneBefore.position; if (!this.activeSizing) { this._showSizingLine(); } dojo.event.connect(document.documentElement, "onmousemove", this, "changeSizing"); dojo.event.connect(document.documentElement, "onmouseup", this, "endSizing"); dojo.event.browser.stopEvent(e); }, changeSizing:function (e) { this.lastPoint = this.isHorizontal ? e.pageX : e.pageY; if (this.activeSizing) { this.movePoint(); this._updateSize(); } else { this.movePoint(); this._moveSizingLine(); } dojo.event.browser.stopEvent(e); }, endSizing:function (e) { if (!this.activeSizing) { this._hideSizingLine(); } this._updateSize(); this.isSizing = false; dojo.event.disconnect(document.documentElement, "onmousemove", this, "changeSizing"); dojo.event.disconnect(document.documentElement, "onmouseup", this, "endSizing"); if (this.persist) { this._saveState(this); } }, movePoint:function () { var p = this.lastPoint - this.screenToClientOffset; var a = p - this.dragOffset; a = this.legaliseSplitPoint(a); p = a + this.dragOffset; this.lastPoint = p + this.screenToClientOffset; }, legaliseSplitPoint:function (a) { a += this.sizingSplitter.position; this.isDraggingLeft = (a > 0) ? true : false; if (!this.activeSizing) { if (a < this.paneBefore.position + this.paneBefore.sizeMin) { a = this.paneBefore.position + this.paneBefore.sizeMin; } if (a > this.paneAfter.position + (this.paneAfter.sizeActual - (this.sizerWidth + this.paneAfter.sizeMin))) { a = this.paneAfter.position + (this.paneAfter.sizeActual - (this.sizerWidth + this.paneAfter.sizeMin)); } } a -= this.sizingSplitter.position; this._checkSizes(); return a; }, _updateSize:function () { var pos = this.lastPoint - this.dragOffset - this.originPos; var start_region = this.paneBefore.position; var end_region = this.paneAfter.position + this.paneAfter.sizeActual; this.paneBefore.sizeActual = pos - start_region; this.paneAfter.position = pos + this.sizerWidth; this.paneAfter.sizeActual = end_region - this.paneAfter.position; for (var i = 0; i < this.children.length; i++) { this.children[i].sizeShare = this.children[i].sizeActual; } this._layoutPanels(); }, _showSizingLine:function () { this._moveSizingLine(); if (this.isHorizontal) { dojo.html.setMarginBox(this.virtualSizer, {width:this.sizerWidth, height:this.paneHeight}); } else { dojo.html.setMarginBox(this.virtualSizer, {width:this.paneWidth, height:this.sizerWidth}); } this.virtualSizer.style.display = "block"; }, _hideSizingLine:function () { this.virtualSizer.style.display = "none"; }, _moveSizingLine:function () { var pos = this.lastPoint - this.startPoint + this.sizingSplitter.position; if (this.isHorizontal) { this.virtualSizer.style.left = pos + "px"; } else { var pos = (this.lastPoint - this.startPoint) + this.sizingSplitter.position; this.virtualSizer.style.top = pos + "px"; } }, _getCookieName:function (i) { return this.widgetId + "_" + i; }, _restoreState:function () { for (var i = 0; i < this.children.length; i++) { var cookieName = this._getCookieName(i); var cookieValue = dojo.io.cookie.getCookie(cookieName); if (cookieValue != null) { var pos = parseInt(cookieValue); if (typeof pos == "number") { this.children[i].sizeShare = pos; } } } }, _saveState:function () { for (var i = 0; i < this.children.length; i++) { var cookieName = this._getCookieName(i); dojo.io.cookie.setCookie(cookieName, this.children[i].sizeShare, null, null, null, null); } }}); dojo.lang.extend(dojo.widget.Widget, {sizeMin:10, sizeShare:10}); dojo.widget.defineWidget("dojo.widget.SplitContainerPanel", dojo.widget.ContentPane, {}); PK mMLC5 5 src/widget/SvgButton.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.SvgButton"); dojo.require("dojo.experimental"); dojo.experimental("dojo.widget.SvgButton"); dojo.widget.SvgButton = function () { dojo.widget.DomButton.call(this); dojo.widget.SvgWidget.call(this); this.onFoo = function () { alert("bar"); }; this.label = "huzzah!"; this.setLabel = function (x, y, textSize, label, shape) { var coords = dojo.widget.SvgButton.prototype.coordinates(x, y, textSize, label, shape); var textString = ""; switch (shape) { case "ellipse": textString = "" + label + ""; break; case "rectangle": textString = ""; break; case "circle": textString = ""; break; } return textString; }; this.fillInTemplate = function (x, y, textSize, label, shape) { this.textSize = textSize || 12; this.label = label; var textWidth = this.label.length * this.textSize; }; }; dojo.inherits(dojo.widget.SvgButton, dojo.widget.DomButton); dojo.widget.SvgButton.prototype.shapeString = function (x, y, textSize, label, shape) { switch (shape) { case "ellipse": var coords = dojo.widget.SvgButton.prototype.coordinates(x, y, textSize, label, shape); return ""; break; case "rect": return ""; break; case "circle": return ""; break; } }; dojo.widget.SvgButton.prototype.coordinates = function (x, y, textSize, label, shape) { switch (shape) { case "ellipse": var buttonWidth = label.length * textSize; var buttonHeight = textSize * 2.5; var rx = buttonWidth / 2; var ry = buttonHeight / 2; var cx = rx + x; var cy = ry + y; var textX = cx - rx * textSize / 25; var textY = cy * 1.1; return [buttonWidth, buttonHeight, rx, ry, cx, cy, textX, textY]; break; case "rectangle": return ""; break; case "circle": return ""; break; } }; dojo.widget.SvgButton.prototype.labelString = function (x, y, textSize, label, shape) { var textString = ""; var coords = dojo.widget.SvgButton.prototype.coordinates(x, y, textSize, label, shape); switch (shape) { case "ellipse": textString = "" + label + ""; break; case "rectangle": textString = ""; break; case "circle": textString = ""; break; } return textString; }; dojo.widget.SvgButton.prototype.templateString = function (x, y, textSize, label, shape) { return "" + dojo.widgets.SVGButton.prototype.shapeString(x, y, textSize, label, shape) + dojo.widget.SVGButton.prototype.labelString(x, y, textSize, label, shape) + ""; }; PK mMcX""src/widget/TabContainer.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TabContainer"); dojo.require("dojo.lang.func"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.PageContainer"); dojo.require("dojo.event.*"); dojo.require("dojo.html.selection"); dojo.require("dojo.widget.html.layout"); dojo.widget.defineWidget("dojo.widget.TabContainer", dojo.widget.PageContainer, {labelPosition:"top", closeButton:"none", templateString:null, templateString:"
\n\t
\n\t
\n
\n", templateCssString:".dojoTabContainer {\n\tposition : relative;\n}\n\n.dojoTabPaneWrapper {\n\tborder : 1px solid #6290d2;\n\t_zoom: 1; /* force IE6 layout mode so top border doesnt disappear */\n\tdisplay: block;\n\tclear: both;\n\toverflow: hidden;\n}\n\n.dojoTabLabels-top {\n\tposition : relative;\n\ttop : 0px;\n\tleft : 0px;\n\toverflow : visible;\n\tmargin-bottom : -1px;\n\twidth : 100%;\n\tz-index: 2;\t/* so the bottom of the tab label will cover up the border of dojoTabPaneWrapper */\n}\n\n.dojoTabNoLayout.dojoTabLabels-top .dojoTab {\n\tmargin-bottom: -1px;\n\t_margin-bottom: 0px; /* IE filter so top border lines up correctly */\n}\n\n.dojoTab {\n\tposition : relative;\n\tfloat : left;\n\tpadding-left : 9px;\n\tborder-bottom : 1px solid #6290d2;\n\tbackground : url(images/tab_left.gif) no-repeat left top;\n\tcursor: pointer;\n\twhite-space: nowrap;\n\tz-index: 3;\n}\n\n.dojoTab div {\n\tdisplay : block;\n\tpadding : 4px 15px 4px 6px;\n\tbackground : url(images/tab_top_right.gif) no-repeat right top;\n\tcolor : #333;\n\tfont-size : 90%;\n}\n\n.dojoTab .close {\n\tdisplay : inline-block;\n\theight : 12px;\n\twidth : 12px;\n\tpadding : 0 12px 0 0;\n\tmargin : 0 -10px 0 10px;\n\tcursor : default;\n\tfont-size: small;\n}\n\n.dojoTab .closeImage {\n\tbackground : url(images/tab_close.gif) no-repeat right top;\n}\n\n.dojoTab .closeHover {\n\tbackground-image : url(images/tab_close_h.gif);\n}\n\n.dojoTab.current {\n\tpadding-bottom : 1px;\n\tborder-bottom : 0;\n\tbackground-position : 0 -150px;\n}\n\n.dojoTab.current div {\n\tpadding-bottom : 5px;\n\tmargin-bottom : -1px;\n\tbackground-position : 100% -150px;\n}\n\n/* bottom tabs */\n\n.dojoTabLabels-bottom {\n\tposition : relative;\n\tbottom : 0px;\n\tleft : 0px;\n\toverflow : visible;\n\tmargin-top : -1px;\n\twidth : 100%;\n\tz-index: 2;\n}\n\n.dojoTabNoLayout.dojoTabLabels-bottom {\n\tposition : relative;\n}\n\n.dojoTabLabels-bottom .dojoTab {\n\tborder-top : 1px solid #6290d2;\n\tborder-bottom : 0;\n\tbackground : url(images/tab_bot_left.gif) no-repeat left bottom;\n}\n\n.dojoTabLabels-bottom .dojoTab div {\n\tbackground : url(images/tab_bot_right.gif) no-repeat right bottom;\n}\n\n.dojoTabLabels-bottom .dojoTab.current {\n\tborder-top : 0;\n\tbackground : url(images/tab_bot_left_curr.gif) no-repeat left bottom;\n}\n\n.dojoTabLabels-bottom .dojoTab.current div {\n\tpadding-top : 4px;\n\tbackground : url(images/tab_bot_right_curr.gif) no-repeat right bottom;\n}\n\n/* right-h tabs */\n\n.dojoTabLabels-right-h {\n\toverflow : visible;\n\tmargin-left : -1px;\n\tz-index: 2;\n}\n\n.dojoTabLabels-right-h .dojoTab {\n\tpadding-left : 0;\n\tborder-left : 1px solid #6290d2;\n\tborder-bottom : 0;\n\tbackground : url(images/tab_bot_right.gif) no-repeat right bottom;\n\tfloat : none;\n}\n\n.dojoTabLabels-right-h .dojoTab div {\n\tpadding : 4px 15px 4px 15px;\n}\n\n.dojoTabLabels-right-h .dojoTab.current {\n\tborder-left : 0;\n\tborder-bottom : 1px solid #6290d2;\n}\n\n/* left-h tabs */\n\n.dojoTabLabels-left-h {\n\toverflow : visible;\n\tmargin-right : -1px;\n\tz-index: 2;\n}\n\n.dojoTabLabels-left-h .dojoTab {\n\tborder-right : 1px solid #6290d2;\n\tborder-bottom : 0;\n\tfloat : none;\n\tbackground : url(images/tab_top_left.gif) no-repeat left top;\n}\n\n.dojoTabLabels-left-h .dojoTab.current {\n\tborder-right : 0;\n\tborder-bottom : 1px solid #6290d2;\n\tpadding-bottom : 0;\n\tbackground : url(images/tab_top_left.gif) no-repeat 0 -150px;\n}\n\n.dojoTabLabels-left-h .dojoTab div {\n\tbackground : 0;\n\tborder-bottom : 1px solid #6290d2;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/TabContainer.css"), selectedTab:"", postMixInProperties:function () { if (this.selectedTab) { dojo.deprecated("selectedTab deprecated, use selectedChild instead, will be removed in", "0.5"); this.selectedChild = this.selectedTab; } if (this.closeButton != "none") { dojo.deprecated("closeButton deprecated, use closable='true' on each child instead, will be removed in", "0.5"); } dojo.widget.TabContainer.superclass.postMixInProperties.apply(this, arguments); }, fillInTemplate:function () { this.tablist = dojo.widget.createWidget("TabController", {id:this.widgetId + "_tablist", labelPosition:this.labelPosition, doLayout:this.doLayout, containerId:this.widgetId}, this.tablistNode); dojo.widget.TabContainer.superclass.fillInTemplate.apply(this, arguments); }, postCreate:function (args, frag) { dojo.widget.TabContainer.superclass.postCreate.apply(this, arguments); this.onResized(); }, _setupChild:function (tab) { if (this.closeButton == "tab" || this.closeButton == "pane") { tab.closable = true; } dojo.html.addClass(tab.domNode, "dojoTabPane"); dojo.widget.TabContainer.superclass._setupChild.apply(this, arguments); }, onResized:function () { if (!this.doLayout) { return; } var labelAlign = this.labelPosition.replace(/-h/, ""); var children = [{domNode:this.tablist.domNode, layoutAlign:labelAlign}, {domNode:this.containerNode, layoutAlign:"client"}]; dojo.widget.html.layout(this.domNode, children); if (this.selectedChildWidget) { var containerSize = dojo.html.getContentBox(this.containerNode); this.selectedChildWidget.resizeTo(containerSize.width, containerSize.height); } }, selectTab:function (tab, callingWidget) { dojo.deprecated("use selectChild() rather than selectTab(), selectTab() will be removed in", "0.5"); this.selectChild(tab, callingWidget); }, onKey:function (e) { if (e.keyCode == e.KEY_UP_ARROW && e.ctrlKey) { var button = this.correspondingTabButton || this.selectedTabWidget.tabButton; button.focus(); dojo.event.browser.stopEvent(e); } else { if (e.keyCode == e.KEY_DELETE && e.altKey) { if (this.selectedChildWidget.closable) { this.closeChild(this.selectedChildWidget); dojo.event.browser.stopEvent(e); } } } }, destroy:function () { this.tablist.destroy(); dojo.widget.TabContainer.superclass.destroy.apply(this, arguments); }}); dojo.widget.defineWidget("dojo.widget.TabController", dojo.widget.PageController, {templateString:"
", labelPosition:"top", doLayout:true, "class":"", buttonWidget:"TabButton", postMixInProperties:function () { if (!this["class"]) { this["class"] = "dojoTabLabels-" + this.labelPosition + (this.doLayout ? "" : " dojoTabNoLayout"); } dojo.widget.TabController.superclass.postMixInProperties.apply(this, arguments); }}); dojo.widget.defineWidget("dojo.widget.TabButton", dojo.widget.PageButton, {templateString:"
" + "
" + "${this.label}" + "" + "
" + "
", postMixInProperties:function () { this.closeButtonStyle = this.closeButton ? "" : "display: none"; dojo.widget.TabButton.superclass.postMixInProperties.apply(this, arguments); }, fillInTemplate:function () { dojo.html.disableSelection(this.titleNode); dojo.widget.TabButton.superclass.fillInTemplate.apply(this, arguments); }, onCloseButtonClick:function (evt) { evt.stopPropagation(); dojo.widget.TabButton.superclass.onCloseButtonClick.apply(this, arguments); }}); dojo.widget.defineWidget("dojo.widget.a11y.TabButton", dojo.widget.TabButton, {imgPath:dojo.uri.moduleUri("dojo.widget", "templates/images/tab_close.gif"), templateString:"
" + "
" + "${this.label}" + "[x]" + "
" + "
"}); PK mM *src/widget/templates/buttons/aggregate.gifGIF89a䍣GhllQ--ݳl@@@ wY߯ЮFEt]cEjiN ˷AnmHHZ9YQ ‚o1|,+VUʘLw̑Ыcedr븻興i111uzo6f?>feK|||yy[~Qq喖b~Z[Z$WsᘶˬEL'ʼn:tnʕr|̙Qy98 21^z~GMrԗk54⢢tˊLmϏ>^Ș◸Н樥kMLevXv\[Vr76lnmSLI`1z|#юwvoƽA@%Oذ-=ʹ?骀WɭZAa΅"{.]l鋯Rozv䩨sQ|וlU~ڴ[*)֎..QP`֒{X̦1mdG~'baW\'&!, !*\ȰÇ#JHŅ2jܘ@ yIɓ(S\2 -cDIpDS8saN\r!ҦѣCrT#ҧPJJ 0jmYs@S!<衬ٲ }:Dpx!QFWTva ;G%aGc A>(]HD HH@Jn5s8=z YrSC|r`QlH)~VUgD #\B.8@n"5H a)2D CB76D@*RڔT bD@A1=Lݘ O`oe4Ȉ ?6&~ @!WA^&4H>aQ .x8:[ h`0ЄlP H,2ؔ,+JAe$˅\2 GCc .wvH-&F8 APd(HnZ?&G^$naG@Zs 2=jRleRTS[ iZpE)S ;NʕaѐK1f3I?| h!S)\fE65G< `|+*`k%Tvutg p&qXpېЄMNP>mwP ̐pG g` gp0p_648g/@@ mAxQB]H`HPepMh6CP 00qpB8z888Kh<q7|G3\$ sfs WS{ חheM Gp= *gޅ``@kEdjJP@ bn5Y36P1pg`bЋff@p_:_2gd 1m@ut@MQYHIɔN RCvrCwÐp Y )k ogxa,wxy x2-y  těfwl   ‘/p <(aS33I Pb G 5  'Rp `iV޴IPrG0PJ;s Z Qs7G@k#@P:` ZH0П :6ٙ^vjDZFzuk9zl  ' A^!Uz9ᅥ%l¥)fa*ky9gpkJ qr2! Xi})Gڧx ,aJ `yV ;y P*a ! _fX#q2 H0?cP20g !э6)H:EJj)* Zy:)ORs jTb$ C'! q' + ^Eʬ:BӬ:j4@3S1Pǰ[{q ;PK mMww'src/widget/templates/buttons/cancel.gifGIF89a7BB@@zz>>ឞcc//;;66洴TTס""bbxx,,¶ũ֎PP۾]]ࡡ齽##۠!7,pH,kd`lШ<ƮZ%d:[tkI!5뱑-+W N 0F*}{^% (C5000N"75,&5' !// $/3344JIMEA;PK mM,7QQ'src/widget/templates/buttons/delete.gifGIF89a!,(@)R=ۃG~悂p N;PK mM9:7uu5src/widget/templates/buttons/inserthorizontalrule.gifGIF89aIHNMYX:9ji]\65?>TSml21feDCba!,"I8ͻKSH0`(#4x;PK mMbb4src/widget/templates/buttons/insertunorderedlist.gifGIF89aGR`'&!,'H0Jl5e]di&mU* j 66_ ;PK mMs{,src/widget/templates/buttons/justifyleft.gifGIF89a65ONDC?>IHJIUTVU9843//-,ed*)54[Y>=10:9onPPa_;:jiCB,+'&!,?'dihEeEHl`:T P a88lv'>4*;PK mM` ?cc4src/widget/templates/buttons/list_bullet_outdent.gifGIF89aGR`'&!,(H0J&,S]Xi>qzJztl[6Y;PK mMg &src/widget/templates/buttons/paste.gifGIF89aÃŅhpü}dtylb%TLIAn!,n%di(*ER*R0eRE!lnPB$ el:'bZZ eXJ(W贸D9+k|̨WhWWc {J Wc5&WW.!;PK mM~%src/widget/templates/buttons/save.gifGIF89adذ-vƘ̗#9Y{r!,p $dyeJ*' úcwcs4$bX|hpIf4FUd0RqXp+ rdF c566/!;PK mMVKLL*src/widget/templates/buttons/subscript.gifGIF89aQKv21!,Nc͒auiN {;PK mMۙ8)src/widget/templates/buttons/wikiword.gifGIF89a2<\Zc|MnЪMsU~?_~^xeJh˳쬼舝_{GeC`VqXuIh|MpWrA_Ca@bFe>^Ro{ڗKkGhͶs9Y!2,@pH,ȤRAbቊ)Ѡ8U(ʼn+XId!}4!AzD $! C !$ F""G0 0G).& .)G% 0 0 %G+' 0 '+G H-2-IFO12A;PK mMb>!src/widget/templates/Checkbox.css.dojoHtmlCheckbox { border: 0px; width: 16px; height: 16px; margin: 2px; vertical-align: middle; } .dojoHtmlCheckboxOn { background: url(check.gif) 0px 0px; } .dojoHtmlCheckboxOff { background: url(check.gif) -16px 0px; } .dojoHtmlCheckboxDisabledOn { background: url(check.gif) -32px 0px; } .dojoHtmlCheckboxDisabledOff { background: url(check.gif) -48px 0px; } .dojoHtmlCheckboxOnHover { background: url(check.gif) -64px 0px; } .dojoHtmlCheckboxOffHover { background: url(check.gif) -80px 0px; }PK mMegtt!src/widget/templates/ComboBox.css.dojoComboBoxOuter { border: 0px !important; margin: 0px !important; padding: 0px !important; background: transparent !important; white-space: nowrap !important; } .dojoComboBox { border: 1px inset #afafaf; margin: 0px; padding: 0px; vertical-align: middle !important; float: none !important; position: static !important; display: inline !important; } /* the input box */ input.dojoComboBox { border-right-width: 0px !important; margin-right: 0px !important; padding-right: 0px !important; } /* the down arrow */ img.dojoComboBox { border-left-width: 0px !important; padding-left: 0px !important; margin-left: 0px !important; } /* IE vertical-alignment calculations can be off by +-1 but these margins are collapsed away */ .dj_ie img.dojoComboBox { margin-top: 1px; margin-bottom: 1px; } /* the drop down */ .dojoComboBoxOptions { font-family: Verdana, Helvetica, Garamond, sans-serif; /* font-size: 0.7em; */ background-color: white; border: 1px solid #afafaf; position: absolute; z-index: 1000; overflow: auto; cursor: default; } .dojoComboBoxItem { padding-left: 2px; padding-top: 2px; margin: 0px; } .dojoComboBoxItemEven { background-color: #f4f4f4; } .dojoComboBoxItemOdd { background-color: white; } .dojoComboBoxItemHighlight { background-color: #63709A; color: white; } PK mM~CP& & $src/widget/templates/DatePicker.html
↓ ↓ ↑ ↑

PK mMIFF src/widget/templates/Dialog.html
PK mM%A3src/widget/templates/Editor2/Dialog/createlink.html
URL
Target
Class
PK mM&0src/widget/templates/Editor2/Dialog/replace.html
Find:
Replace with:
PK mMt.src/widget/templates/Editor2/EditorDialog.html
PK mM))6src/widget/templates/Editor2/showtableborder_gecko.css/* For tables with the "border" attribute set to "0" */ table[border="0"], table[border="0"] > tr > td, table[border="0"] > tr > th, table[border="0"] > tbody > tr > td, table[border="0"] > tbody > tr > th, table[border="0"] > thead > tr > td, table[border="0"] > thead > tr > th, table[border="0"] > tfoot > tr > td, table[border="0"] > tfoot > tr > th { border: #d3d3d3 1px dotted ; } /* For tables with no "border" attribute set */ table:not([border]), table:not([border]) > tr > td, table:not([border]) > tr > th, table:not([border]) > tbody > tr > td, table:not([border]) > tbody > tr > th, table:not([border]) > thead > tr > td, table:not([border]) > thead > tr > th, table:not([border]) > tfoot > tr > td, table:not([border]) > tfoot > tr > th { border: #d3d3d3 1px dotted ; }PK mM ,src/widget/templates/EditorToolbarLight.html
             
PK mMNN&src/widget/templates/FloatingPane.html
PK mM*;JJ(src/widget/templates/images/bdYearBg.gifGIF89atutssrst!,pPC+x͋ ;PK mM%mv (src/widget/templates/images/dateIcon.gifGIF89a"Aq&J9aJdp@[:e9c+Iw2N{0S1T!ApOs2W.Y!,pH,  ,1smѮlvŪ`)Z6` f:ŖYkP h *4** ~{_acegik]v(4(4(( {y4${( #nft|~*%u.!Q"/'&Q1M 2HA;PK mMnjo  $src/widget/templates/images/dpBg.gifGIF89akwyy{zĀŭև׃~|vvЅՄ{ƌ~̆֏ˁ̓y|Ɠ{w늫܂xڐ撵xڈُㅥԎⅤvʇ}Njލᐲ冦u{Ē胣|ƂЍ⑳独݁ϑ男~ˊ}vwxzÁ}!,kgB &9A>%4*,=372?!E($)0 5+-I: <"@LD/C FM1 ;8K'J#HG .6;PK mMm'')src/widget/templates/images/dpCurveTR.pngPNG  IHDRJtEXtSoftwareAdobe ImageReadyqe<IDATx͹mAQ&r=nы^`\% `M 8t4\_o7k}?vIAH64XG!UyHU3#& %H#""Hwv*δrGړ"@ @ @ @ @ ow@ @ @ @ gA`dHIENDB`PK mMwb)src/widget/templates/images/dpMonthBg.pngPNG  IHDR@tEXtSoftwareAdobe ImageReadyqe<KIDATH+ Bvpn+dG:\8Ց*H`sdOT.%qцaAQ0lAIENDB`PK mM (src/widget/templates/images/dpYearBg.pngPNG  IHDRe̟tEXtSoftwareAdobe ImageReadyqe<0IDATHKc, GYQ(k5yk.Y;a~kmXi_6OhIENDB`PK mM^/4src/widget/templates/images/floatingPaneMaximize.gifGIF89aprqy֖꙼}٠ݨm뎲᛿틯nolvәrqqol퉮䖹뀦lrk):K!,IF IRj,=O5H]Ϙ):K!,% dHXIŨPĔNu]E8#Y*! ;PK mM08i,src/widget/templates/images/scBackground.gifGIF89atwzus~y|xքӁvs}s{Œ闻yuv˅Յx|ƛuۃwr˖z{ćׂπ̂Д뚿̘}|ʍካxtrtؚv~~ʋދޚ擶꛿菱䆧׀vyŠ݅{Ŕ؎w}ɕ픸쓶둴瘽t焣ә߄Ґ卮!,YY00jjMMJJ//ddDDii##bb33oo;;&&==<<^^__XX..``LLNNaaggKKmmeeOO@@[[>>88nncckkIIHHUU99 4411ZZCC**PP SSVV hhl؄-ZXxb"b`@⃋DaB 3Yƍ#G1e.bʬQ͛rvaCϟWQ*MJJHʡ*X׮\+H h/4XVp(?Xkaݻv_fA+vq $";PK mMg.2src/widget/templates/images/slider-button-horz.pngPNG  IHDR,tEXtCreation TimeSat 24 Jun 2006 18:42:46 -05003WtIME+4 pHYsiTSgAMA aEPLTEքƌތ֜焥{Ɣ{ƌ甽{Όޥ{sF'%tRNS@fIDATxe[ P EETRV3Tg M(n,B)# iKSݸ4NZO B1Dvz̠`\C].lk8` 5V:>nVP2mg>gB1=lT.'HJ[gAMA a IDATxcvĆ:D~. Mj4GX￿503Gh;?@S'& )d1#sƹA̒ Lp_ x (e; ?dh 1 ȅK{n029CM\І`ny5c!@)b?!;dɯ_g>YLA~M0| 󃉖A p"U^}'"BIENDB`PK mM,*F^^1src/widget/templates/images/soriaAccordionOff.gifGIF89a!, $J&Ż;PK mMG33-src/widget/templates/images/soriaActive-r.gifGIF89a6wzĤ|ǧ}~|~Ǚ!,6w0=3==,====(==1=!쑣*\pa #JHŋ{ȱǏ C ɓ(S\ɲ% bʜI͛8oϟ@ *ǎH*]ʴӦJi^顚nJh j~J*Hꪬ꫰J@jު뮸ꫯ*lkl&*@4F+Nlfmn!k見. [ʋ l'0F4G,Opgqo,l2%2E0,4L@8笳7<-=mtE4D4PG-TOM@XgWo\-x`hl6C-tmx w|w{-n7G9BTngoNy砇.z柏nꬷ;n/|o^|7G/Wopw/~>L`觯Ͼ-/o (@pL:>'H Z yz GH(L W.fH8̡sȃ@ H"H@;PK mM^ a-src/widget/templates/images/soriaButton-r.gifGIF89a6wz{ơ싳퐶햻}|{|~{~Dž!,6w@pH,dl:Шt*جvzxL.4Fh|N2~~0 0%000.0000'0)0(0  (*\ȰÆ0FHHŋ3bǏ CIr (S\ɲ˗.gI͛8s9@ J(**]ʴӧP AիXjݪ5`ÊKٲ1]˶۷pѢݻxwo  LÆc!ϿWh& F(Vha@v bh(,0(4h6P<@)d`H&L6dNF)JBIXV[ZQz ZifbIfjf\ gryevNga馟_ 蒂t"e"Z))٩*Y(럯J9kښk6ykZlk"lJ[N{gV-F6;*";PK mMR/src/widget/templates/images/soriaDisabled-r.gifGIF89a6w!,6w@pH,dl:Шt* جvzxLzn3|NC~x}!!!!! !! !!! H!2(\ȰÇ#B qŋ3jq#Ŏ Cɓ(S\ɲ%bʜI͛8o@ *ԁH*]ʴӦFJJuXjʵׯ^LKٳhӪM۷pʝK.] ˷߿ L<(^̸ǐ#Cvp˘3kyCMӦ?^ͺ5i b˞M۸oͻ(Nȓ#wPУKN}:سkËO<ӫ_/˟O~蟀_w` -aN`anȜ!~_"*X'"Hbb/vc.8B3/Ȣ)y%)"ɡ2iB RIYɠ(b*z&iy٢ 24깧7'Y'#*j'cꨜ(a饘";PK mMGNN.src/widget/templates/images/soriaPressed-r.gifGIF89a6wzĆ싵틲햿툰툰슴쐹{{|}{{|~~NJ퉳텮!,6wA( h ~ I4F(NCfn>!$h(*'4X7ʈ.6)d?@aH&L6dNF)JBIXV[ZQz ZifbIfjf\ gryevNga矀*蠄J&袃PF*餔Vji?L馜v駠 jꩨꪬC*무j뭶`+lD`&6,7D+Vk^Kv+ù覫nD k/, D ' 7qWlgq@ ,$Lr3,04l8:A@-DmtAL7PG u)TmXg\oD`-dmflp-wA`x|w2.n^ 7G.gwyE( 褗n騧.. o'|BG/WOdw/o觯 /oB L 'H Z6z C((L WP0 gH8r@ (#\HL&:FH*ZX".z;PK mM9C<<+src/widget/templates/images/submenu_off.gifGIF89a !, 9&aA$ ;PK mM5UU-src/widget/templates/images/tab_bot_right.gifGIF89abҠhԀڳ剫ݚ롼dӉ凮|ٍ쒼딾!, dihlp,tmx6pH,Ȥrl:ШtJZQvzxLkzn3|Nx"*F@(ӦBB)uΪVob:s+ח^ +%ٲ%Ϣ vmǶn3[q.݈v6̫7!߾(xp†!N\o1x,9.cy3ΞѦN-ծmvٶέ7ݾ{xi!O.yTACg%}:MaϮV6O9^Σ~}1+w$>ϯ?[  G F.5!NGap藇mbK#V'+*֢/63BV7N;Z֣?SiH&L6PF)TViXf\vHdihlp)tix|I*蠄j衈&袌6裐F*餔Vj饘f"*F@(ӦBB)uΪVob:s+ח^ +%ٲ%Ϣ vmǶn3[q.݈v6̫7!߾(xp†!N\o1x,9.cy3ΞѦN-ծmvٶέ7ݾ{xi!O.yTACg%}:MaϮV6O9^Σ~}1+w$>ϯ?[  G F.5!NGap藇mbK#V'+*֢/63BV7N;Z֣?SiH&L6PF)TViXf\vHdihlp)tix|I*蠄j衈&袌6裐F*餔Vj饘frdI`~TjU˙=x]$** \5FQ RT-xd8+:- O@!*]D`@p @P@(l0D%Y$D AT&d)"#HXǀkQeٴ] 8KMߴJ2\AīK`x1C!JLj ]P)(;PK mMuff0src/widget/templates/images/Tree/transparent.gifGIF89a((gԈ0Ԉ*2! $02H!`L2H!`$h82dtu꼐xqu!u,!`@$@(z ,tH(@ H 悰@L@! \Qm!X鄑QH!X頑QHmD0! Ԉ0l !`@Gi  Q 8mGn8Gi(qՆ`xpm !`đ !` bbPGi(DpmGn8Gi(hGi(Gi(P \ pDGi(ccEGGn8IltII悰!,((CH*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8 ;PK mM@ Q##:src/widget/templates/images/Tree/treenode_expand_minus.gifGIF89aI999DDDĀ}y!I,IHHH7%,.0 ?('F+&9!)=$H4*:C H< " E;A8Dz 6G2  HD/5 B-#3 @1>;PK mM2Z??4src/widget/templates/images/Tree/treenode_grid_p.gifGIF89arrr!,oSy8K;PK mMqSCC4src/widget/templates/images/Tree/treenode_grid_y.gifGIF89arrr!,t3Xv[}j;PK mMBB.src/widget/templates/images/treenode_blank.gifGIF89a'ҽ___!',OH*\ȰÇ#JHŋ1;PK mM5̀<</src/widget/templates/images/treenode_grid_c.gifGIF89arrr!,oݼL;PK mMGG/src/widget/templates/images/treenode_grid_v.gifGIF89arrr!,˦ SojΒkeuNiR;PK mM-src/widget/templates/images/treenode_node.gifGIF89ay֛݋!,@ $dih0tM:!3 CF,l2cJd6+-A+;PK mMӶ,995src/widget/templates/images/TreeV3/expand_loading.gifGIF89a{מ%gڐvӉلܣ쏳萰݌܊|ׅ۸钵׊Ⴅۮ捯ވߘςΆٝᅧ،ފ܊ʑܮݴ爩~֐䇩kkk曾د}գ}퍬ۙwœݝ阻ܷ荱爬♼, (PE &`FÏas!6!B01+_Dׄ!L|@uL`94 +EM (!C U\'衁b;PK mM1,YJJ(src/widget/templates/images/TreeV3/l.gifGIF89arrr!,˦ SojΒkH扦z;PK mMYPP(src/widget/templates/images/TreeV3/t.gifGIF89arrr!,!˦ SojΒkH6[vZF-:q;PK mMt)+'src/widget/templates/incrementMonth.gifGIF89a 000yyyFFFUUUWWW222؃aaa:::!, %`!@@NK(tR4=T#4D`" ;PK mMZsrc/widget/templates/Menu.css.dojoMenu { border:1px solid #000000; list-style-type:none; margin:0; padding:0; padding-bottom: 1px; background-color:#f4f4f4; font-size: 8pt; } .dojoMenuSeparator { list-style-type:none; margin:0; padding:1px 0; border-bottom:1px solid #000000; line-height:1px; height:1px; } li:hover.dojoMenuSeparator { background-color:#e5e5e5; cursor:default; } .dojoContextMenu { position: absolute; display: none; border: 2px solid; border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight; list-style-type: none; margin: 0; padding: 1px; background-color: ThreeDFace; font-size: 8pt; } .dojoMenuItem { white-space: nowrap; padding: 2px; font: menu; color: WindowText; } .dojoMenuItem a { text-decoration: none; color: WindowText; font: inherit; } .dojoMenuItemHover { padding: 2px; background-color: blue; cursor: pointer; _cursor: hand; background-color: Highlight; color: HighlightText; }PK mMt$src/widget/templates/PopUpButton.css.PopUpButton { padding : 2px 6px 2px 9px; border : 1px outset #ccc; background : #f4f4f4; color : #333; text-decoration : none; } .PopUpButton .downArrow { margin-left: 0.5em; margin-bottom: 2px; } .downArrow.disabled { background-image : url(images/dropdownButtonsArrow-disabled.gif); cursor : default; } ul.dropdownButtons li a:hover, ul.dropdownButtons li span.downArrow:hover { color : black; background-color : #ddd; } ul.dropdownButtons li .downArrow.pressed, ul.dropdownButtons li .downArrow:focus { border-style : inset; background-position : 5px 10px; padding : 2px 4px; } ul.dropdownButtons li a.disabled:hover, ul.dropdownButtons li span.downArrow.disabled:hover { color : #999; background-color : #d2e4fd; } PK mM66*src/widget/templates/ResizableTextarea.cssdiv.statusBar { background-color: ThreeDFace; height: 28px; padding: 1px; overflow: hidden; font-size: 12px; } div.statusPanel { background-color: ThreeDFace; border: 1px solid; border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow; margin: 1px; padding: 2px 6px; } PK mMvsssrc/widget/templates/Show.css@media screen { html, body { margin: 0px; padding: 0px; width: 100%; } h1 { font-size: 50px; } p, li { font-size: 30px; } .dojoShowNav { background: #369; overflow: hidden; position: absolute; height: 5px; bottom: 0px; left: 0px; width: 100%; text-align: center; } .dojoShowNav input { margin: 0px; } .dojoShowHider { height: 5px; overflow: hidden; width: 100%; } .dojoShowPrint { position: absolute; left: 5px; top: 0px; } .dojoShow { display: none; } } @media print { .dojoShow { display: none !important; } .dojoShowPrint { display: block !important; } .dojoShowPrintSlide { border: 1px solid #aaa; padding: 10px; margin-bottom: 15px; } .dojoShowPrintSlide, ul { page-break-inside: avoid; } h1 { margin-top: 0; page-break-after: avoid; } }PK mM?3Xsrc/widget/templates/Slider.css.sliderMain { border: 0px !important; border-spacing: 0px !important; line-height: 0px !important; padding: 0px !important; display: -moz-inline-table !important; display: inline !important; -moz-user-focus: normal !important; } .sliderComponent { border: 0px; padding: 0px; margin: 0px; } .sliderHandle { top: 0px; left: 0px; z-index: 1000; position: absolute !important; } .sliderOutsetButton { border-style: outset; border-width: 0px 1px 1px 0px; border-color: black; } .sliderInsetButton { border-style: inset; border-width: 1px 0px 0px 1px; border-color: black; } .sliderButtonY { margin: 0px; padding: 0px; z-index: 900; } .sliderButtonX { margin: 0px; padding: 0px; z-index: 900; } .sliderBackground { z-index: 0; display: block !important; position: relative !important; } .sliderProgressBackground { z-index: 800; position: absolute !important; clip: rect(0px,0px,0px,0px); } .sliderBackgroundSizeOnly { }PK mMFv$"src/widget/templates/SlideShow.css.slideShowImg { position: absolute; left: 0px; top: 0px; border: 2px solid #4d4d4d; padding: 0px; margin: 0px; } PK mM%c@'src/widget/templates/SplitContainer.css.dojoSplitContainer{ position: relative; overflow: hidden; display: block; } .dojoSplitPane{ position: absolute; } .dojoSplitContainerSizerH, .dojoSplitContainerSizerV { font-size: 1px; cursor: move; cursor: w-resize; background-color: ThreeDFace; border: 1px solid; border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight; margin: 0; } .dojoSplitContainerSizerV { cursor: n-resize; } .dojoSplitContainerVirtualSizerH, .dojoSplitContainerVirtualSizerV { font-size: 1px; cursor: move; cursor: w-resize; background-color: ThreeDShadow; -moz-opacity: 0.5; opacity: 0.5; filter: Alpha(Opacity=50); margin: 0; } .dojoSplitContainerVirtualSizerV { cursor: n-resize; } PK mMH<~ src/widget/templates/TaskBar.css.dojoTaskBarItem { display: inline-block; background-color: ThreeDFace; border: outset 2px; margin-right: 5px; cursor: pointer; height: 35px; width: 100px; font-size: 10pt; white-space: nowrap; text-align: center; float: left; overflow: hidden; } .dojoTaskBarItem img { vertical-align: middle; margin-right: 5px; margin-left: 5px; height: 32px; width: 32px; } .dojoTaskBarItem a { color: black; text-decoration: none; } PK mMͣ"A $src/widget/templates/TimePicker.html
  ${this.calendar.field-hour} ${this.calendar.field-minute}  
12 6
1 7
2 8
3 9
4 10
5 11
00 30
05 35
10 40
15 45
20 50
25 55
 
${this.calendar.am} ${this.calendar.pm}
${this.widgetStrings.any}
 
PK mM{̺(src/widget/templates/TooltipTemplate.css.dojoTooltip { border: solid black 1px; background: beige; color: black; position: absolute; font-size: small; padding: 2px 2px 2px 2px; z-index: 10; display: block; } PK mMHEE#src/widget/templates/TreeEditor.csshtml, body { background-color: #ffc; color: black; } PK mMR_'src/widget/templates/Wizard.css.WizardContainer { background: #EEEEEE; border: #798EC5 1px solid; padding: 2px; } .WizardTitle { color: #003366; padding: 8px 5px 15px 2px; font-weight: bold; font-size: x-small; font-style: normal; font-family: Verdana, Arial, Helvetica; text-align: left; } .WizardText { color: #000033; font-weight: normal; font-size: xx-small; font-family: Verdana, Arial, Helvetica; padding: 2 50; text-align: justify; } .WizardLightText { color: #666666; font-weight: normal; font-size: xx-small; font-family: verdana, arial, helvetica; padding: 2px 50px; text-align: justify; } .WizardButtonHolder { text-align: right; padding: 10px 5px; } .WizardButton { color: #ffffff; background: #798EC5; font-size: xx-small; font-family: verdana, arial, helvetica, sans-serif; border-right: #000000 1px solid; border-bottom: #000000 1px solid; border-left: #666666 1px solid; border-top: #666666 1px solid; padding-right: 4px; padding-left: 4px; text-decoration: none; height: 18px; } .WizardButton:hover { cursor: pointer; } .WizardButtonDisabled { color: #eeeeee; background-color: #999999; font-size: xx-small; FONT-FAMILY: verdana, arial, helvetica, sans-serif; border-right: #000000 1px solid; border-bottom: #000000 1px solid; border-left: #798EC5 1px solid; border-top: #798EC5 1px solid; padding-right: 4px; padding-left: 4px; text-decoration: none; height: 18px; } PK mMVsrc/widget/TitlePane.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TitlePane"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.ContentPane"); dojo.require("dojo.html.style"); dojo.require("dojo.lfx.*"); dojo.widget.defineWidget("dojo.widget.TitlePane", dojo.widget.ContentPane, {labelNodeClass:"", containerNodeClass:"", label:"", open:true, templateString:"
\n
\n
\n
\n", postCreate:function () { if (this.label) { this.labelNode.appendChild(document.createTextNode(this.label)); } if (this.labelNodeClass) { dojo.html.addClass(this.labelNode, this.labelNodeClass); } if (this.containerNodeClass) { dojo.html.addClass(this.containerNode, this.containerNodeClass); } if (!this.open) { dojo.html.hide(this.containerNode); } dojo.widget.TitlePane.superclass.postCreate.apply(this, arguments); }, onLabelClick:function () { if (this.open) { dojo.lfx.wipeOut(this.containerNode, 250).play(); this.open = false; } else { dojo.lfx.wipeIn(this.containerNode, 250).play(); this.open = true; } }, setLabel:function (label) { this.labelNode.innerHTML = label; }}); PK mM'F``src/widget/Toolbar.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Toolbar"); dojo.require("dojo.widget.*"); dojo.require("dojo.html.style"); dojo.widget.defineWidget("dojo.widget.ToolbarContainer", dojo.widget.HtmlWidget, {isContainer:true, templateString:"
", templateCssString:".toolbarContainer {\n\tborder-bottom : 0;\n\tbackground-color : #def;\n\tcolor : ButtonText;\n\tfont : Menu;\n\tbackground-image: url(images/toolbar-bg.gif);\n}\n\n.toolbar {\n\tpadding : 2px 4px;\n\tmin-height : 26px;\n\t_height : 26px;\n}\n\n.toolbarItem {\n\tfloat : left;\n\tpadding : 1px 2px;\n\tmargin : 0 2px 1px 0;\n\tcursor : pointer;\n}\n\n.toolbarItem.selected, .toolbarItem.down {\n\tmargin : 1px 1px 0 1px;\n\tpadding : 0px 1px;\n\tborder : 1px solid #bbf;\n\tbackground-color : #fafaff;\n}\n\n.toolbarButton img {\n\tvertical-align : bottom;\n}\n\n.toolbarButton span {\n\tline-height : 16px;\n\tvertical-align : middle;\n}\n\n.toolbarButton.hover {\n\tpadding : 0px 1px;\n\tborder : 1px solid #99c;\n}\n\n.toolbarItem.disabled {\n\topacity : 0.3;\n\tfilter : alpha(opacity=30);\n\tcursor : default;\n}\n\n.toolbarSeparator {\n\tcursor : default;\n}\n\n.toolbarFlexibleSpace {\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/Toolbar.css"), getItem:function (name) { if (name instanceof dojo.widget.ToolbarItem) { return name; } for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.Toolbar) { var item = child.getItem(name); if (item) { return item; } } } return null; }, getItems:function () { var items = []; for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.Toolbar) { items = items.concat(child.getItems()); } } return items; }, enable:function () { for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.Toolbar) { child.enable.apply(child, arguments); } } }, disable:function () { for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.Toolbar) { child.disable.apply(child, arguments); } } }, select:function (name) { for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.Toolbar) { child.select(arguments); } } }, deselect:function (name) { for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.Toolbar) { child.deselect(arguments); } } }, getItemsState:function () { var values = {}; for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.Toolbar) { dojo.lang.mixin(values, child.getItemsState()); } } return values; }, getItemsActiveState:function () { var values = {}; for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.Toolbar) { dojo.lang.mixin(values, child.getItemsActiveState()); } } return values; }, getItemsSelectedState:function () { var values = {}; for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.Toolbar) { dojo.lang.mixin(values, child.getItemsSelectedState()); } } return values; }}); dojo.widget.defineWidget("dojo.widget.Toolbar", dojo.widget.HtmlWidget, {isContainer:true, templateString:"
", _getItem:function (node) { var start = new Date(); var widget = null; while (node && node != this.domNode) { if (dojo.html.hasClass(node, "toolbarItem")) { var widgets = dojo.widget.manager.getWidgetsByFilter(function (w) { return w.domNode == node; }); if (widgets.length == 1) { widget = widgets[0]; break; } else { if (widgets.length > 1) { dojo.raise("Toolbar._getItem: More than one widget matches the node"); } } } node = node.parentNode; } return widget; }, _onmouseover:function (e) { var widget = this._getItem(e.target); if (widget && widget._onmouseover) { widget._onmouseover(e); } }, _onmouseout:function (e) { var widget = this._getItem(e.target); if (widget && widget._onmouseout) { widget._onmouseout(e); } }, _onclick:function (e) { var widget = this._getItem(e.target); if (widget && widget._onclick) { widget._onclick(e); } }, _onmousedown:function (e) { var widget = this._getItem(e.target); if (widget && widget._onmousedown) { widget._onmousedown(e); } }, _onmouseup:function (e) { var widget = this._getItem(e.target); if (widget && widget._onmouseup) { widget._onmouseup(e); } }, addChild:function (item, pos, props) { var widget = dojo.widget.ToolbarItem.make(item, null, props); var ret = dojo.widget.Toolbar.superclass.addChild.call(this, widget, null, pos, null); return ret; }, push:function () { for (var i = 0; i < arguments.length; i++) { this.addChild(arguments[i]); } }, getItem:function (name) { if (name instanceof dojo.widget.ToolbarItem) { return name; } for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.ToolbarItem && child._name == name) { return child; } } return null; }, getItems:function () { var items = []; for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.ToolbarItem) { items.push(child); } } return items; }, getItemsState:function () { var values = {}; for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.ToolbarItem) { values[child._name] = {selected:child._selected, enabled:!child.disabled}; } } return values; }, getItemsActiveState:function () { var values = this.getItemsState(); for (var item in values) { values[item] = values[item].enabled; } return values; }, getItemsSelectedState:function () { var values = this.getItemsState(); for (var item in values) { values[item] = values[item].selected; } return values; }, enable:function () { var items = arguments.length ? arguments : this.children; for (var i = 0; i < items.length; i++) { var child = this.getItem(items[i]); if (child instanceof dojo.widget.ToolbarItem) { child.enable(false, true); } } }, disable:function () { var items = arguments.length ? arguments : this.children; for (var i = 0; i < items.length; i++) { var child = this.getItem(items[i]); if (child instanceof dojo.widget.ToolbarItem) { child.disable(); } } }, select:function () { for (var i = 0; i < arguments.length; i++) { var name = arguments[i]; var item = this.getItem(name); if (item) { item.select(); } } }, deselect:function () { for (var i = 0; i < arguments.length; i++) { var name = arguments[i]; var item = this.getItem(name); if (item) { item.disable(); } } }, setValue:function () { for (var i = 0; i < arguments.length; i += 2) { var name = arguments[i], value = arguments[i + 1]; var item = this.getItem(name); if (item) { if (item instanceof dojo.widget.ToolbarItem) { item.setValue(value); } } } }}); dojo.widget.defineWidget("dojo.widget.ToolbarItem", dojo.widget.HtmlWidget, {templateString:"", _name:null, getName:function () { return this._name; }, setName:function (value) { return (this._name = value); }, getValue:function () { return this.getName(); }, setValue:function (value) { return this.setName(value); }, _selected:false, isSelected:function () { return this._selected; }, setSelected:function (is, force, preventEvent) { if (!this._toggleItem && !force) { return; } is = Boolean(is); if (force || !this.disabled && this._selected != is) { this._selected = is; this.update(); if (!preventEvent) { this._fireEvent(is ? "onSelect" : "onDeselect"); this._fireEvent("onChangeSelect"); } } }, select:function (force, preventEvent) { return this.setSelected(true, force, preventEvent); }, deselect:function (force, preventEvent) { return this.setSelected(false, force, preventEvent); }, _toggleItem:false, isToggleItem:function () { return this._toggleItem; }, setToggleItem:function (value) { this._toggleItem = Boolean(value); }, toggleSelected:function (force) { return this.setSelected(!this._selected, force); }, isEnabled:function () { return !this.disabled; }, setEnabled:function (is, force, preventEvent) { is = Boolean(is); if (force || this.disabled == is) { this.disabled = !is; this.update(); if (!preventEvent) { this._fireEvent(this.disabled ? "onDisable" : "onEnable"); this._fireEvent("onChangeEnabled"); } } return !this.disabled; }, enable:function (force, preventEvent) { return this.setEnabled(true, force, preventEvent); }, disable:function (force, preventEvent) { return this.setEnabled(false, force, preventEvent); }, toggleEnabled:function (force, preventEvent) { return this.setEnabled(this.disabled, force, preventEvent); }, _icon:null, getIcon:function () { return this._icon; }, setIcon:function (value) { var icon = dojo.widget.Icon.make(value); if (this._icon) { this._icon.setIcon(icon); } else { this._icon = icon; } var iconNode = this._icon.getNode(); if (iconNode.parentNode != this.domNode) { if (this.domNode.hasChildNodes()) { this.domNode.insertBefore(iconNode, this.domNode.firstChild); } else { this.domNode.appendChild(iconNode); } } return this._icon; }, _label:"", getLabel:function () { return this._label; }, setLabel:function (value) { var ret = (this._label = value); if (!this.labelNode) { this.labelNode = document.createElement("span"); this.domNode.appendChild(this.labelNode); } this.labelNode.innerHTML = ""; this.labelNode.appendChild(document.createTextNode(this._label)); this.update(); return ret; }, update:function () { if (this.disabled) { this._selected = false; dojo.html.addClass(this.domNode, "disabled"); dojo.html.removeClass(this.domNode, "down"); dojo.html.removeClass(this.domNode, "hover"); } else { dojo.html.removeClass(this.domNode, "disabled"); if (this._selected) { dojo.html.addClass(this.domNode, "selected"); } else { dojo.html.removeClass(this.domNode, "selected"); } } this._updateIcon(); }, _updateIcon:function () { if (this._icon) { if (this.disabled) { this._icon.disable(); } else { if (this._cssHover) { this._icon.hover(); } else { if (this._selected) { this._icon.select(); } else { this._icon.enable(); } } } } }, _fireEvent:function (evt) { if (typeof this[evt] == "function") { var args = [this]; for (var i = 1; i < arguments.length; i++) { args.push(arguments[i]); } this[evt].apply(this, args); } }, _onmouseover:function (e) { if (this.disabled) { return; } dojo.html.addClass(this.domNode, "hover"); this._fireEvent("onMouseOver"); }, _onmouseout:function (e) { dojo.html.removeClass(this.domNode, "hover"); dojo.html.removeClass(this.domNode, "down"); if (!this._selected) { dojo.html.removeClass(this.domNode, "selected"); } this._fireEvent("onMouseOut"); }, _onclick:function (e) { if (!this.disabled && !this._toggleItem) { this._fireEvent("onClick"); } }, _onmousedown:function (e) { if (e.preventDefault) { e.preventDefault(); } if (this.disabled) { return; } dojo.html.addClass(this.domNode, "down"); if (this._toggleItem) { if (this.parent.preventDeselect && this._selected) { return; } this.toggleSelected(); } this._fireEvent("onMouseDown"); }, _onmouseup:function (e) { dojo.html.removeClass(this.domNode, "down"); this._fireEvent("onMouseUp"); }, onClick:function () { }, onMouseOver:function () { }, onMouseOut:function () { }, onMouseDown:function () { }, onMouseUp:function () { }, fillInTemplate:function (args, frag) { if (args.name) { this._name = args.name; } if (args.selected) { this.select(); } if (args.disabled) { this.disable(); } if (args.label) { this.setLabel(args.label); } if (args.icon) { this.setIcon(args.icon); } if (args.toggleitem || args.toggleItem) { this.setToggleItem(true); } }}); dojo.widget.ToolbarItem.make = function (wh, whIsType, props) { var item = null; if (wh instanceof Array) { item = dojo.widget.createWidget("ToolbarButtonGroup", props); item.setName(wh[0]); for (var i = 1; i < wh.length; i++) { item.addChild(wh[i]); } } else { if (wh instanceof dojo.widget.ToolbarItem) { item = wh; } else { if (wh instanceof dojo.uri.Uri) { item = dojo.widget.createWidget("ToolbarButton", dojo.lang.mixin(props || {}, {icon:new dojo.widget.Icon(wh.toString())})); } else { if (whIsType) { item = dojo.widget.createWidget(wh, props); } else { if (typeof wh == "string" || wh instanceof String) { switch (wh.charAt(0)) { case "|": case "-": case "/": item = dojo.widget.createWidget("ToolbarSeparator", props); break; case " ": if (wh.length == 1) { item = dojo.widget.createWidget("ToolbarSpace", props); } else { item = dojo.widget.createWidget("ToolbarFlexibleSpace", props); } break; default: if (/\.(gif|jpg|jpeg|png)$/i.test(wh)) { item = dojo.widget.createWidget("ToolbarButton", dojo.lang.mixin(props || {}, {icon:new dojo.widget.Icon(wh.toString())})); } else { item = dojo.widget.createWidget("ToolbarButton", dojo.lang.mixin(props || {}, {label:wh.toString()})); } } } else { if (wh && wh.tagName && /^img$/i.test(wh.tagName)) { item = dojo.widget.createWidget("ToolbarButton", dojo.lang.mixin(props || {}, {icon:wh})); } else { item = dojo.widget.createWidget("ToolbarButton", dojo.lang.mixin(props || {}, {label:wh.toString()})); } } } } } } return item; }; dojo.widget.defineWidget("dojo.widget.ToolbarButtonGroup", dojo.widget.ToolbarItem, {isContainer:true, templateString:"", defaultButton:"", postCreate:function () { for (var i = 0; i < this.children.length; i++) { this._injectChild(this.children[i]); } }, addChild:function (item, pos, props) { var widget = dojo.widget.ToolbarItem.make(item, null, dojo.lang.mixin(props || {}, {toggleItem:true})); var ret = dojo.widget.ToolbarButtonGroup.superclass.addChild.call(this, widget, null, pos, null); this._injectChild(widget); return ret; }, _injectChild:function (widget) { dojo.event.connect(widget, "onSelect", this, "onChildSelected"); dojo.event.connect(widget, "onDeselect", this, "onChildDeSelected"); if (widget._name == this.defaultButton || (typeof this.defaultButton == "number" && this.children.length - 1 == this.defaultButton)) { widget.select(false, true); } }, getItem:function (name) { if (name instanceof dojo.widget.ToolbarItem) { return name; } for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.ToolbarItem && child._name == name) { return child; } } return null; }, getItems:function () { var items = []; for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.ToolbarItem) { items.push(child); } } return items; }, onChildSelected:function (e) { this.select(e._name); }, onChildDeSelected:function (e) { this._fireEvent("onChangeSelect", this._value); }, enable:function (force, preventEvent) { for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.ToolbarItem) { child.enable(force, preventEvent); if (child._name == this._value) { child.select(force, preventEvent); } } } }, disable:function (force, preventEvent) { for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.ToolbarItem) { child.disable(force, preventEvent); } } }, _value:"", getValue:function () { return this._value; }, select:function (name, force, preventEvent) { for (var i = 0; i < this.children.length; i++) { var child = this.children[i]; if (child instanceof dojo.widget.ToolbarItem) { if (child._name == name) { child.select(force, preventEvent); this._value = name; } else { child.deselect(true, true); } } } if (!preventEvent) { this._fireEvent("onSelect", this._value); this._fireEvent("onChangeSelect", this._value); } }, setValue:this.select, preventDeselect:false}); dojo.widget.defineWidget("dojo.widget.ToolbarButton", dojo.widget.ToolbarItem, {fillInTemplate:function (args, frag) { dojo.widget.ToolbarButton.superclass.fillInTemplate.call(this, args, frag); dojo.html.addClass(this.domNode, "toolbarButton"); if (this._icon) { this.setIcon(this._icon); } if (this._label) { this.setLabel(this._label); } if (!this._name) { if (this._label) { this.setName(this._label); } else { if (this._icon) { var src = this._icon.getSrc("enabled").match(/[\/^]([^\.\/]+)\.(gif|jpg|jpeg|png)$/i); if (src) { this.setName(src[1]); } } else { this._name = this._widgetId; } } } }}); dojo.widget.defineWidget("dojo.widget.ToolbarDialog", dojo.widget.ToolbarButton, {fillInTemplate:function (args, frag) { dojo.widget.ToolbarDialog.superclass.fillInTemplate.call(this, args, frag); dojo.event.connect(this, "onSelect", this, "showDialog"); dojo.event.connect(this, "onDeselect", this, "hideDialog"); }, showDialog:function (e) { dojo.lang.setTimeout(dojo.event.connect, 1, document, "onmousedown", this, "deselect"); }, hideDialog:function (e) { dojo.event.disconnect(document, "onmousedown", this, "deselect"); }}); dojo.widget.defineWidget("dojo.widget.ToolbarMenu", dojo.widget.ToolbarDialog, {}); dojo.widget.ToolbarMenuItem = function () { }; dojo.widget.defineWidget("dojo.widget.ToolbarSeparator", dojo.widget.ToolbarItem, {templateString:"", defaultIconPath:new dojo.uri.moduleUri("dojo.widget", "templates/buttons/sep.gif"), fillInTemplate:function (args, frag, skip) { dojo.widget.ToolbarSeparator.superclass.fillInTemplate.call(this, args, frag); this._name = this.widgetId; if (!skip) { if (!this._icon) { this.setIcon(this.defaultIconPath); } this.domNode.appendChild(this._icon.getNode()); } }, _onmouseover:null, _onmouseout:null, _onclick:null, _onmousedown:null, _onmouseup:null}); dojo.widget.defineWidget("dojo.widget.ToolbarSpace", dojo.widget.ToolbarSeparator, {fillInTemplate:function (args, frag, skip) { dojo.widget.ToolbarSpace.superclass.fillInTemplate.call(this, args, frag, true); if (!skip) { dojo.html.addClass(this.domNode, "toolbarSpace"); } }}); dojo.widget.defineWidget("dojo.widget.ToolbarSelect", dojo.widget.ToolbarItem, {templateString:"", fillInTemplate:function (args, frag) { dojo.widget.ToolbarSelect.superclass.fillInTemplate.call(this, args, frag, true); var keys = args.values; var i = 0; for (var val in keys) { var opt = document.createElement("option"); opt.setAttribute("value", keys[val]); opt.innerHTML = val; this.selectBox.appendChild(opt); } }, changed:function (e) { this._fireEvent("onSetValue", this.selectBox.value); }, setEnabled:function (is, force, preventEvent) { var ret = dojo.widget.ToolbarSelect.superclass.setEnabled.call(this, is, force, preventEvent); this.selectBox.disabled = this.disabled; return ret; }, _onmouseover:null, _onmouseout:null, _onclick:null, _onmousedown:null, _onmouseup:null}); dojo.widget.Icon = function (enabled, disabled, hovered, selected) { if (!arguments.length) { throw new Error("Icon must have at least an enabled state"); } var states = ["enabled", "disabled", "hovered", "selected"]; var currentState = "enabled"; var domNode = document.createElement("img"); this.getState = function () { return currentState; }; this.setState = function (value) { if (dojo.lang.inArray(states, value)) { if (this[value]) { currentState = value; var img = this[currentState]; if ((dojo.render.html.ie55 || dojo.render.html.ie60) && img.src && img.src.match(/[.]png$/i)) { domNode.width = img.width || img.offsetWidth; domNode.height = img.height || img.offsetHeight; domNode.setAttribute("src", dojo.uri.moduleUri("dojo.widget", "templates/images/blank.gif").uri); domNode.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + img.src + "',sizingMethod='image')"; } else { domNode.setAttribute("src", img.src); } } } else { throw new Error("Invalid state set on Icon (state: " + value + ")"); } }; this.setSrc = function (state, value) { if (/^img$/i.test(value.tagName)) { this[state] = value; } else { if (typeof value == "string" || value instanceof String || value instanceof dojo.uri.Uri) { this[state] = new Image(); this[state].src = value.toString(); } } return this[state]; }; this.setIcon = function (icon) { for (var i = 0; i < states.length; i++) { if (icon[states[i]]) { this.setSrc(states[i], icon[states[i]]); } } this.update(); }; this.enable = function () { this.setState("enabled"); }; this.disable = function () { this.setState("disabled"); }; this.hover = function () { this.setState("hovered"); }; this.select = function () { this.setState("selected"); }; this.getSize = function () { return {width:domNode.width || domNode.offsetWidth, height:domNode.height || domNode.offsetHeight}; }; this.setSize = function (w, h) { domNode.width = w; domNode.height = h; return {width:w, height:h}; }; this.getNode = function () { return domNode; }; this.getSrc = function (state) { if (state) { return this[state].src; } return domNode.src || ""; }; this.update = function () { this.setState(currentState); }; for (var i = 0; i < states.length; i++) { var arg = arguments[i]; var state = states[i]; this[state] = null; if (!arg) { continue; } this.setSrc(state, arg); } this.enable(); }; dojo.widget.Icon.make = function (a, b, c, d) { for (var i = 0; i < arguments.length; i++) { if (arguments[i] instanceof dojo.widget.Icon) { return arguments[i]; } } return new dojo.widget.Icon(a, b, c, d); }; dojo.widget.defineWidget("dojo.widget.ToolbarColorDialog", dojo.widget.ToolbarDialog, {palette:"7x10", fillInTemplate:function (args, frag) { dojo.widget.ToolbarColorDialog.superclass.fillInTemplate.call(this, args, frag); this.dialog = dojo.widget.createWidget("ColorPalette", {palette:this.palette}); this.dialog.domNode.style.position = "absolute"; dojo.event.connect(this.dialog, "onColorSelect", this, "_setValue"); }, _setValue:function (color) { this._value = color; this._fireEvent("onSetValue", color); }, showDialog:function (e) { dojo.widget.ToolbarColorDialog.superclass.showDialog.call(this, e); var abs = dojo.html.getAbsolutePosition(this.domNode, true); var y = abs.y + dojo.html.getBorderBox(this.domNode).height; this.dialog.showAt(abs.x, y); }, hideDialog:function (e) { dojo.widget.ToolbarColorDialog.superclass.hideDialog.call(this, e); this.dialog.hide(); }}); PK mMs src/widget/TreeCommon.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeCommon"); dojo.require("dojo.widget.*"); dojo.declare("dojo.widget.TreeCommon", null, {listenTreeEvents:[], listenedTrees:{}, listenNodeFilter:null, listenTree:function (tree) { var _this = this; if (this.listenedTrees[tree.widgetId]) { return; } dojo.lang.forEach(this.listenTreeEvents, function (event) { var eventHandler = "on" + event.charAt(0).toUpperCase() + event.substr(1); dojo.event.topic.subscribe(tree.eventNames[event], _this, eventHandler); }); var filter; if (this.listenNodeFilter) { this.processDescendants(tree, this.listenNodeFilter, this.listenNode, true); } this.listenedTrees[tree.widgetId] = true; }, listenNode:function () { }, unlistenNode:function () { }, unlistenTree:function (tree, nodeFilter) { var _this = this; if (!this.listenedTrees[tree.widgetId]) { return; } dojo.lang.forEach(this.listenTreeEvents, function (event) { var eventHandler = "on" + event.charAt(0).toUpperCase() + event.substr(1); dojo.event.topic.unsubscribe(tree.eventNames[event], _this, eventHandler); }); if (this.listenNodeFilter) { this.processDescendants(tree, this.listenNodeFilter, this.unlistenNode, true); } delete this.listenedTrees[tree.widgetId]; }, checkPathCondition:function (domElement, condition) { while (domElement && !domElement.widgetId) { if (condition.call(null, domElement)) { return true; } domElement = domElement.parentNode; } return false; }, domElement2TreeNode:function (domElement) { while (domElement && !domElement.widgetId) { domElement = domElement.parentNode; } if (!domElement) { return null; } var widget = dojo.widget.byId(domElement.widgetId); if (!widget.isTreeNode) { return null; } return widget; }, processDescendants:function (elem, filter, func, skipFirst) { var _this = this; if (!skipFirst) { if (!filter.call(_this, elem)) { return; } func.call(_this, elem); } var stack = [elem]; while (elem = stack.pop()) { dojo.lang.forEach(elem.children, function (elem) { if (filter.call(_this, elem)) { func.call(_this, elem); stack.push(elem); } }); } }}); PK mM; ; src/widget/TreeDemo.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeDemo"); dojo.require("dojo.Deferred"); dojo.widget.TreeDemo = {reportIfDefered:function (res) { if (res instanceof dojo.Deferred) { res.addCallbacks(function (res) { return res; }, function (err) { dojo.debug("Error"); dojo.debugShallow(err); }); } }, resetRandomChildren:function (maxCount) { this.randomChildrenMaxCount = maxCount; this.randomChildrenCount = 0; this.randomChildrenDepth = 0; }, makeRandomChildren:function (title) { this.randomChildrenDepth++; var children = []; for (var i = 1; i <= 5; i++) { var t = title + (this.randomChildrenDepth == 1 ? "" : ".") + i; var node = {title:t}; children.push(node); this.randomChildrenCount++; if (this.randomChildrenCount >= this.randomChildrenMaxCount) { break; } } var i = 1; var _this = this; dojo.lang.forEach(children, function (child) { var t = title + (_this.randomChildrenDepth == 1 ? "" : ".") + i; i++; if (_this.randomChildrenCount < _this.randomChildrenMaxCount && (_this.randomChildrenDepth == 1 && child === children[0] || _this.randomChildrenDepth < 5 && Math.random() > 0.3)) { child.children = _this.makeRandomChildren(t); } }); this.randomChildrenDepth--; return children; }, bindDemoMenu:function (controller) { var _t = this; dojo.event.topic.subscribe("treeContextMenuDestroy/engage", function (menuItem) { var node = menuItem.getTreeNode(); _t.reportIfDefered(controller.destroyChild(node)); }); dojo.event.topic.subscribe("treeContextMenuRefresh/engage", function (menuItem) { var node = menuItem.getTreeNode(); _t.reportIfDefered(controller.refreshChildren(node)); }); dojo.event.topic.subscribe("treeContextMenuCreate/engage", function (menuItem) { var node = menuItem.getTreeNode(); var d = controller.createAndEdit(node, 0); _t.reportIfDefered(d); }); dojo.event.topic.subscribe("treeContextMenuUp/engage", function (menuItem) { var node = menuItem.getTreeNode(); if (node.isFirstChild()) { return; } _t.reportIfDefered(controller.move(node, node.parent, node.getParentIndex() - 1)); }); dojo.event.topic.subscribe("treeContextMenuDown/engage", function (menuItem) { var node = menuItem.getTreeNode(); if (node.isLastChild()) { return; } _t.reportIfDefered(controller.move(node, node.parent, node.getParentIndex() + 1)); }); dojo.event.topic.subscribe("treeContextMenuEdit/engage", function (menuItem) { var node = menuItem.getTreeNode(); _t.reportIfDefered(controller.editLabelStart(node)); }); }}; PK mM""src/widget/TreeDocIconExtension.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeDocIconExtension"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.widget.TreeExtension"); dojo.widget.defineWidget("dojo.widget.TreeDocIconExtension", [dojo.widget.TreeExtension], {templateCssString:"\n/* CSS for TreeDocIconExtension */\n\n\n/* long vertical line under docIcon, connecting w/ children */\n.TreeStateChildrenYes-ExpandOpen .TreeIconContent {\n background-image : url('../templates/images/TreeV3/i_long.gif');\n background-repeat : no-repeat;\n background-position: 18px 9px;\n}\n\n/* close has higher priority */\n.TreeStateChildrenYes-ExpandClosed .TreeIconContent {\n background-image : url();\n}\n\n/* higher priotity: same length and appear after background-definition */\n.TreeStateChildrenNo-ExpandLeaf .TreeIconContent {\n background-image : url();\n}\n\n.TreeStateChildrenNo-ExpandClosed .TreeIconContent {\n background-image : url();\n}\n\n.TreeStateChildrenNo-ExpandOpen .TreeIconContent {\n background-image : url();\n}\n\n\n/* highest priority */\n.TreeIconDocument {\n background-image: url('../templates/images/TreeV3/document.gif');\n}\n\n.TreeExpandOpen .TreeIconFolder {\n background-image: url('../templates/images/TreeV3/open.gif');\n}\n\n.TreeExpandClosed .TreeIconFolder {\n background-image: url('../templates/images/TreeV3/closed.gif');\n}\n\n/* generic class for docIcon */\n.TreeIcon {\n width: 18px;\n height: 18px;\n float: left;\n display: inline;\n background-repeat : no-repeat;\n}\n\ndiv.TreeContent {\n margin-left: 36px;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/TreeDocIcon.css"), listenTreeEvents:["afterChangeTree", "afterSetFolder", "afterUnsetFolder"], listenNodeFilter:function (elem) { return elem instanceof dojo.widget.Widget; }, getnodeDocType:function (node) { var nodeDocType = node.getnodeDocType(); if (!nodeDocType) { nodeDocType = node.isFolder ? "Folder" : "Document"; } return nodeDocType; }, setnodeDocTypeClass:function (node) { var reg = new RegExp("(^|\\s)" + node.tree.classPrefix + "Icon\\w+", "g"); var clazz = dojo.html.getClass(node.iconNode).replace(reg, "") + " " + node.tree.classPrefix + "Icon" + this.getnodeDocType(node); dojo.html.setClass(node.iconNode, clazz); }, onAfterSetFolder:function (message) { if (message.source.iconNode) { this.setnodeDocTypeClass(message.source); } }, onAfterUnsetFolder:function (message) { this.setnodeDocTypeClass(message.source); }, listenNode:function (node) { node.contentIconNode = document.createElement("div"); var clazz = node.tree.classPrefix + "IconContent"; if (dojo.render.html.ie) { clazz = clazz + " " + node.tree.classPrefix + "IEIconContent"; } dojo.html.setClass(node.contentIconNode, clazz); node.contentNode.parentNode.replaceChild(node.contentIconNode, node.expandNode); node.iconNode = document.createElement("div"); dojo.html.setClass(node.iconNode, node.tree.classPrefix + "Icon" + " " + node.tree.classPrefix + "Icon" + this.getnodeDocType(node)); node.contentIconNode.appendChild(node.expandNode); node.contentIconNode.appendChild(node.iconNode); dojo.dom.removeNode(node.contentNode); node.contentIconNode.appendChild(node.contentNode); }, onAfterChangeTree:function (message) { var _this = this; if (!message.oldTree || !this.listenedTrees[message.oldTree.widgetId]) { this.processDescendants(message.node, this.listenNodeFilter, this.listenNode); } }}); PK mM src/widget/TreeExpandOnSelect.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeExpandOnSelect"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.widget.TreeSelectorV3"); dojo.require("dojo.html.selection"); /** * when a node is selected, expands tree to make it visible * useful for program expansion */ dojo.widget.defineWidget( "dojo.widget.TreeExpandOnSelect", dojo.widget.HtmlWidget, { selector: "", controller: "", initialize: function() { this.selector = dojo.widget.byId(this.selector); this.controller = dojo.widget.byId(this.controller); dojo.event.topic.subscribe(this.selector.eventNames.select, this, "onSelect"); }, onSelect: function(message) { this.controller.expandToNode(message.node) } }); PK mM%>v#src/widget/TreeLoadingController.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeLoadingController"); dojo.require("dojo.widget.TreeBasicController"); dojo.require("dojo.event.*"); dojo.require("dojo.json"); dojo.require("dojo.io.*"); dojo.widget.defineWidget("dojo.widget.TreeLoadingController", dojo.widget.TreeBasicController, {RPCUrl:"", RPCActionParam:"action", RPCErrorHandler:function (type, obj, evt) { alert("RPC Error: " + (obj.message || "no message")); }, preventCache:true, getRPCUrl:function (action) { if (this.RPCUrl == "local") { var dir = document.location.href.substr(0, document.location.href.lastIndexOf("/")); var localUrl = dir + "/" + action; return localUrl; } if (!this.RPCUrl) { dojo.raise("Empty RPCUrl: can't load"); } return this.RPCUrl + (this.RPCUrl.indexOf("?") > -1 ? "&" : "?") + this.RPCActionParam + "=" + action; }, loadProcessResponse:function (node, result, callObj, callFunc) { if (!dojo.lang.isUndefined(result.error)) { this.RPCErrorHandler("server", result.error); return false; } var newChildren = result; if (!dojo.lang.isArray(newChildren)) { dojo.raise("loadProcessResponse: Not array loaded: " + newChildren); } for (var i = 0; i < newChildren.length; i++) { newChildren[i] = dojo.widget.createWidget(node.widgetType, newChildren[i]); node.addChild(newChildren[i]); } node.state = node.loadStates.LOADED; if (dojo.lang.isFunction(callFunc)) { callFunc.apply(dojo.lang.isUndefined(callObj) ? this : callObj, [node, newChildren]); } }, getInfo:function (obj) { return obj.getInfo(); }, runRPC:function (kw) { var _this = this; var handle = function (type, data, evt) { if (kw.lock) { dojo.lang.forEach(kw.lock, function (t) { t.unlock(); }); } if (type == "load") { kw.load.call(this, data); } else { this.RPCErrorHandler(type, data, evt); } }; if (kw.lock) { dojo.lang.forEach(kw.lock, function (t) { t.lock(); }); } dojo.io.bind({url:kw.url, handle:dojo.lang.hitch(this, handle), mimetype:"text/json", preventCache:_this.preventCache, sync:kw.sync, content:{data:dojo.json.serialize(kw.params)}}); }, loadRemote:function (node, sync, callObj, callFunc) { var _this = this; var params = {node:this.getInfo(node), tree:this.getInfo(node.tree)}; this.runRPC({url:this.getRPCUrl("getChildren"), load:function (result) { _this.loadProcessResponse(node, result, callObj, callFunc); }, sync:sync, lock:[node], params:params}); }, expand:function (node, sync, callObj, callFunc) { if (node.state == node.loadStates.UNCHECKED && node.isFolder) { this.loadRemote(node, sync, this, function (node, newChildren) { this.expand(node, sync, callObj, callFunc); }); return; } dojo.widget.TreeBasicController.prototype.expand.apply(this, arguments); }, doMove:function (child, newParent, index) { if (newParent.isTreeNode && newParent.state == newParent.loadStates.UNCHECKED) { this.loadRemote(newParent, true); } return dojo.widget.TreeBasicController.prototype.doMove.apply(this, arguments); }, doCreateChild:function (parent, index, data, callObj, callFunc) { if (parent.state == parent.loadStates.UNCHECKED) { this.loadRemote(parent, true); } return dojo.widget.TreeBasicController.prototype.doCreateChild.apply(this, arguments); }}); PK mM~0R src/widget/TreeRPCController.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeRPCController"); dojo.require("dojo.event.*"); dojo.require("dojo.json"); dojo.require("dojo.io.*"); dojo.require("dojo.widget.TreeLoadingController"); dojo.widget.defineWidget("dojo.widget.TreeRPCController", dojo.widget.TreeLoadingController, {doMove:function (child, newParent, index) { var params = {child:this.getInfo(child), childTree:this.getInfo(child.tree), newParent:this.getInfo(newParent), newParentTree:this.getInfo(newParent.tree), newIndex:index}; var success; this.runRPC({url:this.getRPCUrl("move"), load:function (response) { success = this.doMoveProcessResponse(response, child, newParent, index); }, sync:true, lock:[child, newParent], params:params}); return success; }, doMoveProcessResponse:function (response, child, newParent, index) { if (!dojo.lang.isUndefined(response.error)) { this.RPCErrorHandler("server", response.error); return false; } var args = [child, newParent, index]; return dojo.widget.TreeLoadingController.prototype.doMove.apply(this, args); }, doRemoveNode:function (node, callObj, callFunc) { var params = {node:this.getInfo(node), tree:this.getInfo(node.tree)}; this.runRPC({url:this.getRPCUrl("removeNode"), load:function (response) { this.doRemoveNodeProcessResponse(response, node, callObj, callFunc); }, params:params, lock:[node]}); }, doRemoveNodeProcessResponse:function (response, node, callObj, callFunc) { if (!dojo.lang.isUndefined(response.error)) { this.RPCErrorHandler("server", response.error); return false; } if (!response) { return false; } if (response == true) { var args = [node, callObj, callFunc]; dojo.widget.TreeLoadingController.prototype.doRemoveNode.apply(this, args); return; } else { if (dojo.lang.isObject(response)) { dojo.raise(response.error); } else { dojo.raise("Invalid response " + response); } } }, doCreateChild:function (parent, index, output, callObj, callFunc) { var params = {tree:this.getInfo(parent.tree), parent:this.getInfo(parent), index:index, data:output}; this.runRPC({url:this.getRPCUrl("createChild"), load:function (response) { this.doCreateChildProcessResponse(response, parent, index, callObj, callFunc); }, params:params, lock:[parent]}); }, doCreateChildProcessResponse:function (response, parent, index, callObj, callFunc) { if (!dojo.lang.isUndefined(response.error)) { this.RPCErrorHandler("server", response.error); return false; } if (!dojo.lang.isObject(response)) { dojo.raise("Invalid result " + response); } var args = [parent, index, response, callObj, callFunc]; dojo.widget.TreeLoadingController.prototype.doCreateChild.apply(this, args); }}); PK mM 4 !src/widget/TreeTimeoutIterator.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeTimeoutIterator"); dojo.require("dojo.event.*"); dojo.require("dojo.json"); dojo.require("dojo.io.*"); dojo.require("dojo.widget.TreeCommon"); dojo.declare("dojo.widget.TreeTimeoutIterator", null, function (elem, callFunc, callObj) { var _this = this; this.currentParent = elem; this.callFunc = callFunc; this.callObj = callObj ? callObj : this; this.stack = []; }, {maxStackDepth:Number.POSITIVE_INFINITY, stack:null, currentParent:null, currentIndex:0, filterFunc:function () { return true; }, finishFunc:function () { return true; }, setFilter:function (func, obj) { this.filterFunc = func; this.filterObj = obj; }, setMaxLevel:function (level) { this.maxStackDepth = level - 2; }, forward:function (timeout) { var _this = this; if (this.timeout) { var tid = setTimeout(function () { _this.processNext(); clearTimeout(tid); }, _this.timeout); } else { return this.processNext(); } }, start:function (processFirst) { if (processFirst) { return this.callFunc.call(this.callObj, this.currentParent, this); } return this.processNext(); }, processNext:function () { var handler; var _this = this; var found; var next; if (this.maxStackDepth == -2) { return; } while (true) { var children = this.currentParent.children; if (children && children.length) { do { next = children[this.currentIndex]; } while (this.currentIndex++ < children.length && !(found = this.filterFunc.call(this.filterObj, next))); if (found) { if (next.isFolder && this.stack.length <= this.maxStackDepth) { this.moveParent(next, 0); } return this.callFunc.call(this.callObj, next, this); } } if (this.stack.length) { this.popParent(); continue; } break; } return this.finishFunc.call(this.finishObj); }, setFinish:function (func, obj) { this.finishFunc = func; this.finishObj = obj; }, popParent:function () { var p = this.stack.pop(); this.currentParent = p[0]; this.currentIndex = p[1]; }, moveParent:function (nextParent, nextIndex) { this.stack.push([this.currentParent, this.currentIndex]); this.currentParent = nextParent; this.currentIndex = nextIndex; }}); PK mMQ src/widget/ValidationTextbox.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.ValidationTextbox"); dojo.require("dojo.widget.Textbox"); dojo.require("dojo.i18n.common"); dojo.widget.defineWidget("dojo.widget.ValidationTextbox", dojo.widget.Textbox, function () { this.flags = {}; }, {required:false, rangeClass:"range", invalidClass:"invalid", missingClass:"missing", classPrefix:"dojoValidate", size:"", maxlength:"", promptMessage:"", invalidMessage:"", missingMessage:"", rangeMessage:"", listenOnKeyPress:true, htmlfloat:"none", lastCheckedValue:null, templateString:"\n\t\n\t${this.messages.invalidMessage}\n\t${this.messages.missingMessage}\n\t${this.messages.rangeMessage}\n\n", templateCssString:".dojoValidateEmpty{\n\tbackground-color: #00FFFF;\n}\n.dojoValidateValid{\n\tbackground-color: #cfc;\n}\n.dojoValidateInvalid{\n\tbackground-color: #fcc;\n}\n.dojoValidateRange{\n\tbackground-color: #ccf;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/Validate.css"), invalidSpan:null, missingSpan:null, rangeSpan:null, getValue:function () { return this.textbox.value; }, setValue:function (value) { this.textbox.value = value; this.update(); }, isValid:function () { return true; }, isInRange:function () { return true; }, isEmpty:function () { return (/^\s*$/.test(this.textbox.value)); }, isMissing:function () { return (this.required && this.isEmpty()); }, update:function () { this.lastCheckedValue = this.textbox.value; this.missingSpan.style.display = "none"; this.invalidSpan.style.display = "none"; this.rangeSpan.style.display = "none"; var empty = this.isEmpty(); var valid = true; if (this.promptMessage != this.textbox.value) { valid = this.isValid(); } var missing = this.isMissing(); if (missing) { this.missingSpan.style.display = ""; } else { if (!empty && !valid) { this.invalidSpan.style.display = ""; } else { if (!empty && !this.isInRange()) { this.rangeSpan.style.display = ""; } } } this.highlight(); }, updateClass:function (className) { var pre = this.classPrefix; dojo.html.removeClass(this.textbox, pre + "Empty"); dojo.html.removeClass(this.textbox, pre + "Valid"); dojo.html.removeClass(this.textbox, pre + "Invalid"); dojo.html.addClass(this.textbox, pre + className); }, highlight:function () { if (this.isEmpty()) { this.updateClass("Empty"); } else { if (this.isValid() && this.isInRange()) { this.updateClass("Valid"); } else { if (this.textbox.value != this.promptMessage) { this.updateClass("Invalid"); } else { this.updateClass("Empty"); } } } }, onfocus:function (evt) { if (!this.listenOnKeyPress) { this.updateClass("Empty"); } }, onblur:function (evt) { this.filter(); this.update(); }, onkeyup:function (evt) { if (this.listenOnKeyPress) { this.update(); } else { if (this.textbox.value != this.lastCheckedValue) { this.updateClass("Empty"); } } }, postMixInProperties:function (localProperties, frag) { dojo.widget.ValidationTextbox.superclass.postMixInProperties.apply(this, arguments); this.messages = dojo.i18n.getLocalization("dojo.widget", "validate", this.lang); dojo.lang.forEach(["invalidMessage", "missingMessage", "rangeMessage"], function (prop) { if (this[prop]) { this.messages[prop] = this[prop]; } }, this); }, fillInTemplate:function () { dojo.widget.ValidationTextbox.superclass.fillInTemplate.apply(this, arguments); this.textbox.isValid = function () { this.isValid.call(this); }; this.textbox.isMissing = function () { this.isMissing.call(this); }; this.textbox.isInRange = function () { this.isInRange.call(this); }; dojo.html.setClass(this.invalidSpan, this.invalidClass); this.update(); this.filter(); if (dojo.render.html.ie) { dojo.html.addClass(this.domNode, "ie"); } if (dojo.render.html.moz) { dojo.html.addClass(this.domNode, "moz"); } if (dojo.render.html.opera) { dojo.html.addClass(this.domNode, "opera"); } if (dojo.render.html.safari) { dojo.html.addClass(this.domNode, "safari"); } }}); PK mM3.lQsrc/widget/YahooMap.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.YahooMap"); dojo.require("dojo.event.*"); dojo.require("dojo.math"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.HtmlWidget"); (function () { var yappid = djConfig["yAppId"] || djConfig["yahooAppId"] || "dojotoolkit"; if (!dojo.hostenv.post_load_) { if (yappid == "dojotoolkit") { dojo.debug("please provide a unique Yahoo App ID in djConfig.yahooAppId when using the map widget"); } var tag = ""; if (!dj_global["YMap"]) { document.write(tag); } } else { dojo.debug("cannot initialize map system after the page has been loaded! Please either manually include the script block provided by Yahoo in your page or require() the YahooMap widget before onload has fired"); } })(); dojo.widget.defineWidget("dojo.widget.YahooMap", dojo.widget.HtmlWidget, function () { this.map = null; this.datasrc = ""; this.data = []; this.width = 0; this.height = 0; this.controls = ["zoomlong", "maptype", "pan"]; }, {isContainer:false, templatePath:null, templateCssPath:null, findCenter:function (aPts) { var start = new YGeoPoint(37, -90); if (aPts.length == 0) { return start; } var minLat, maxLat, minLon, maxLon, cLat, cLon; minLat = maxLat = aPts[0].Lat; minLon = maxLon = aPts[0].Lon; for (var i = 0; i < aPts.length; i++) { minLat = Math.min(minLat, aPts[i].Lat); maxLat = Math.max(maxLat, aPts[i].Lat); minLon = Math.min(minLon, aPts[i].Lon); maxLon = Math.max(maxLon, aPts[i].Lon); } cLat = dojo.math.round((minLat + maxLat) / 2, 6); cLon = dojo.math.round((minLon + maxLon) / 2, 6); return new YGeoPoint(cLat, cLon); }, setControls:function () { var methodmap = {maptype:"addTypeControl", pan:"addPanControl", zoomlong:"addZoomLong", zoomshort:"addZoomShort"}; var c = this.controls; for (var i = 0; i < c.length; i++) { var controlMethod = methodmap[c[i].toLowerCase()]; if (this.map[controlMethod]) { this.map[controlMethod](); } } }, parse:function (table) { this.data = []; var h = table.getElementsByTagName("thead")[0]; if (!h) { return; } var a = []; var cols = h.getElementsByTagName("td"); if (cols.length == 0) { cols = h.getElementsByTagName("th"); } for (var i = 0; i < cols.length; i++) { var c = cols[i].innerHTML.toLowerCase(); if (c == "long") { c = "lng"; } a.push(c); } var b = table.getElementsByTagName("tbody")[0]; if (!b) { return; } for (var i = 0; i < b.childNodes.length; i++) { if (!(b.childNodes[i].nodeName && b.childNodes[i].nodeName.toLowerCase() == "tr")) { continue; } var cells = b.childNodes[i].getElementsByTagName("td"); var o = {}; for (var j = 0; j < a.length; j++) { var col = a[j]; if (col == "lat" || col == "lng") { o[col] = parseFloat(cells[j].innerHTML); } else { o[col] = cells[j].innerHTML; } } this.data.push(o); } }, render:function () { var pts = []; var d = this.data; for (var i = 0; i < d.length; i++) { var pt = new YGeoPoint(d[i].lat, d[i].lng); pts.push(pt); var icon = d[i].icon || null; if (icon) { icon = new YImage(icon); } var m = new YMarker(pt, icon); if (d[i].description) { m.addAutoExpand("
" + d[i].description + "
"); } this.map.addOverlay(m); } var c = this.findCenter(pts); var z = this.map.getZoomLevel(pts); this.map.drawZoomAndCenter(c, z); }, initialize:function (args, frag) { if (!YMap || !YGeoPoint) { dojo.raise("dojo.widget.YahooMap: The Yahoo Map script must be included in order to use this widget."); } if (this.datasrc) { this.parse(dojo.byId(this.datasrc)); } else { if (this.domNode.getElementsByTagName("table")[0]) { this.parse(this.domNode.getElementsByTagName("table")[0]); } } }, postCreate:function () { while (this.domNode.childNodes.length > 0) { this.domNode.removeChild(this.domNode.childNodes[0]); } if (this.width > 0 && this.height > 0) { this.map = new YMap(this.domNode, YAHOO_MAP_REG, new YSize(this.width, this.height)); } else { this.map = new YMap(this.domNode); } this.setControls(); this.render(); }}); PK mM_g))src/xml/XslTransform.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.xml.XslTransform"); dojo.xml.XslTransform = function (xsltUri) { dojo.debug("XslTransform is supported by Internet Explorer and Mozilla, with limited support in Opera 9 (no document function support)."); var IS_IE = dojo.render.html.ie; var ACTIVEX_DOMS = ["Msxml2.DOMDocument.5.0", "Msxml2.DOMDocument.4.0", "Msxml2.DOMDocument.3.0", "MSXML2.DOMDocument", "MSXML.DOMDocument", "Microsoft.XMLDOM"]; var ACTIVEX_FT_DOMS = ["Msxml2.FreeThreadedDOMDocument.5.0", "MSXML2.FreeThreadedDOMDocument.4.0", "MSXML2.FreeThreadedDOMDocument.3.0"]; var ACTIVEX_TEMPLATES = ["Msxml2.XSLTemplate.5.0", "Msxml2.XSLTemplate.4.0", "MSXML2.XSLTemplate.3.0"]; function getActiveXImpl(activeXArray) { for (var i = 0; i < activeXArray.length; i++) { try { var testObj = new ActiveXObject(activeXArray[i]); if (testObj) { return activeXArray[i]; } } catch (e) { } } dojo.raise("Could not find an ActiveX implementation in:\n\n " + activeXArray); } if (xsltUri == null || xsltUri == undefined) { dojo.raise("You must pass the URI String for the XSL file to be used!"); return false; } var xsltDocument = null; var xsltProcessor = null; if (IS_IE) { xsltDocument = new ActiveXObject(getActiveXImpl(ACTIVEX_FT_DOMS)); xsltDocument.async = false; } else { xsltProcessor = new XSLTProcessor(); xsltDocument = document.implementation.createDocument("", "", null); xsltDocument.addEventListener("load", onXslLoad, false); } xsltDocument.load(xsltUri); if (IS_IE) { var xslt = new ActiveXObject(getActiveXImpl(ACTIVEX_TEMPLATES)); xslt.stylesheet = xsltDocument; xsltProcessor = xslt.createProcessor(); } function onXslLoad() { xsltProcessor.importStylesheet(xsltDocument); } function getResultDom(xmlDoc, params) { if (IS_IE) { addIeParams(params); var result = getIeResultDom(xmlDoc); removeIeParams(params); return result; } else { return getMozillaResultDom(xmlDoc, params); } } function addIeParams(params) { if (!params) { return; } for (var i = 0; i < params.length; i++) { xsltProcessor.addParameter(params[i][0], params[i][1]); } } function removeIeParams(params) { if (!params) { return; } for (var i = 0; i < params.length; i++) { xsltProcessor.addParameter(params[i][0], ""); } } function getIeResultDom(xmlDoc) { xsltProcessor.input = xmlDoc; var outDoc = new ActiveXObject(getActiveXImpl(ACTIVEX_DOMS)); outDoc.async = false; outDoc.validateOnParse = false; xsltProcessor.output = outDoc; xsltProcessor.transform(); if (outDoc.parseError.errorCode != 0) { var err = outDoc.parseError; dojo.raise("err.errorCode: " + err.errorCode + "\n\nerr.reason: " + err.reason + "\n\nerr.url: " + err.url + "\n\nerr.srcText: " + err.srcText); } return outDoc; } function getIeResultStr(xmlDoc, params) { xsltProcessor.input = xmlDoc; xsltProcessor.transform(); return xsltProcessor.output; } function addMozillaParams(params) { if (!params) { return; } for (var i = 0; i < params.length; i++) { xsltProcessor.setParameter(null, params[i][0], params[i][1]); } } function getMozillaResultDom(xmlDoc, params) { addMozillaParams(params); var resultDoc = xsltProcessor.transformToDocument(xmlDoc); xsltProcessor.clearParameters(); return resultDoc; } function getMozillaResultStr(xmlDoc, params, parentDoc) { addMozillaParams(params); var resultDoc = xsltProcessor.transformToFragment(xmlDoc, parentDoc); var serializer = new XMLSerializer(); xsltProcessor.clearParameters(); return serializer.serializeToString(resultDoc); } this.getResultString = function (xmlDoc, params, parentDoc) { var content = null; if (IS_IE) { addIeParams(params); content = getIeResultStr(xmlDoc, params); removeIeParams(params); } else { content = getMozillaResultStr(xmlDoc, params, parentDoc); } return content; }; this.transformToContentPane = function (xmlDoc, params, contentPane, parentDoc) { var content = this.getResultString(xmlDoc, params, parentDoc); contentPane.setContent(content); }; this.transformToRegion = function (xmlDoc, params, region, parentDoc) { try { var content = this.getResultString(xmlDoc, params, parentDoc); region.innerHTML = content; } catch (e) { dojo.raise(e.message + "\n\n xsltUri: " + xsltUri); } }; this.transformToDocument = function (xmlDoc, params) { return getResultDom(xmlDoc, params); }; this.transformToWindow = function (xmlDoc, params, windowDoc, parentDoc) { try { windowDoc.open(); windowDoc.write(this.getResultString(xmlDoc, params, parentDoc)); windowDoc.close(); } catch (e) { dojo.raise(e.message + "\n\n xsltUri: " + xsltUri); } }; }; PK mM" " Storage_version8.swfCWS xڬn+8V8N$v1iv2BmɐhPJRvUvBhWbtS {IQ4Iz!{{P?@Mr<_wzs[w}`zn_ӫ&MnsA*u=mhznM, ,ݶ~g(zpu3w7= ip vޛUٺ 놱4Q ͠jަWo5L'zrޅm=БEaJf]ө@&vc{Xl6vu4%5|R0G;h*(91#7=O?=-Ro6Sh9Y,;s|/e >]5-֡xSXmTD>)5mx  ˰7a%$Zq &7m[rngá%l5,`s/m 2?)4_$h͸ mL)" U¬?L' LKMdIy *,U'1X)+oХN`~'1˜aL}t c0fb3ad> B §1rf ENb*5\)+ ?^AKCr aAoZ<84ڕ+[ [kj3 |) mdK&Ifsm̖ zD5}Kvbd[Ƹ4Zr֜v]&W _q{)hIR9O1p' -Y4-8q*Z(0j %vTT%ϕm(@gij/XS` 6Ll54 R.e(1'3@a0+aAck$zBX 4՞r-4f/FOsdCyi%.zB (/!.M^ty~^7K3QmL`DlL7> ~<;# `"|WJ"sˆJfWbc7ze,F ]_xNSr!c$ X& EGB/D0P ^l ]w-]vo}|}, POlC_ =%zvZ;5^{FP}i3z}dX}aB \{Id03rB) ǀ=)({.I#AX7^H@dzLi|쇒MRͧVc_REV"FؑcGƎD|(8h|xf8Z mZbeQ6b]B!ly=t\ o@^5. UҺXjOXJh" oDiܤ; \v3b{[A5b z W#Bg ;^1>m~(CVPk_HJ&y3ӂCpa}AG*slw['B4l泿{'ܼ[ ]QSËfq1[=q=Q!kv_v|b/_gEȯEv+Tߕx}{;q?$juxo۫S{i;#\Ai'56L].,VYmyVp =vP$#WmB^Ng}ە7,=kJj-XC:s; |͍7[:(f] z8Ѭc;WX]a S].&ՏuY`#)BʷWaujCePܝLa*h|Ty|` % Z /To>C=X0Ni8ZrÎ>t~!Қ*ũ( M)V팠MtB0^Ų;}b?#߼hؽHJw Ux[_I³,]*l]~%tҿ]\$oPp um-2M^,s%5Ӟ2_,%k\>^&wd4 x MzU U8$P OqJ KN7bE/sPK mM5@struts/widget/BindAnchor.js/* * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ dojo.provide("struts.widget.BindAnchor"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.io.*"); dojo.require("struts.widget.Bind"); dojo.widget.defineWidget( "struts.widget.BindAnchor", struts.widget.Bind, { widgetType : "BindAnchor", events: "onclick", postCreate : function() { struts.widget.BindAnchor.superclass.postCreate.apply(this); this.domNode.href = "#"; } }); PK mMiDDstruts/widget/ComboBox.js/* * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ dojo.provide("struts.widget.ComboBox"); dojo.require("dojo.html.*"); dojo.require("dojo.widget.ComboBox"); struts.widget.ComboBoxDataProvider = function(combobox, node){ this.data = []; this.searchLimit = combobox.searchLimit; this.searchType = "STARTSTRING"; // may also be "STARTWORD" or "SUBSTRING" this.caseSensitive = false; // for caching optimizations this._lastSearch = ""; this._lastSearchResults = null; this.firstRequest = true; this.cbox = combobox; this.formId = this.cbox.formId; this.formFilter = this.cbox.formFilter; this.transport = this.cbox.transport; this.getData = function(/*String*/ url){ //show indicator dojo.html.show(this.cbox.indicator); dojo.io.bind({ url: url, formNode: dojo.byId(this.formId), formFilter: window[this.formFilter], transport: this.transport, handler: dojo.lang.hitch(this, function(type, data, evt) { //hide indicator dojo.html.hide(this.cbox.indicator); //if notifyTopics is published on the first request (onload) //the value of listeners will be reset if(!this.firstRequest || type == "error") { this.cbox.notify.apply(this.cbox, [data, type, evt]); } this.firstRequest = false; var arrData = null; var dataByName = data[dojo.string.isBlank(this.cbox.dataFieldName) ? this.cbox.name : this.cbox.dataFieldName]; if(!dojo.lang.isArray(data)) { //if there is a dataFieldName, take it if(dataByName) { if(dojo.lang.isArray(dataByName)) { //ok, it is an array arrData = dataByName; } else if(dojo.lang.isObject(dataByName)) { //it is an object, treat it like a map arrData = []; for(var key in dataByName){ arrData.push([key, dataByName[key]]); } } } else { //try to find a match var tmpArrData = []; for(var key in data){ //does it start with the field name? take it if(dojo.string.startsWith(key, this.cbox.name)) { arrData = data[key]; break; } else { //if nathing else is found, we will use values in this //object as the data tmpArrData.push([key, data[key]]); } //grab the first array found, we will use it if nothing else //is found if(!arrData && dojo.lang.isArray(data[key]) && !dojo.lang.isString(data[key])) { arrData = data[key]; } } if(!arrData) { arrData = tmpArrData; } } data = arrData; } this.setData(data); }), mimetype: "text/json" }); }; this.startSearch = function (searchStr, callback) { // FIXME: need to add timeout handling here!! this._preformSearch(searchStr, callback); }; this._preformSearch = function(/*String*/ searchStr, callback){ // // NOTE: this search is LINEAR, which means that it exhibits perhaps // the worst possible speed characteristics of any search type. It's // written this way to outline the responsibilities and interfaces for // a search. // var st = this.searchType; // FIXME: this is just an example search, which means that we implement // only a linear search without any of the attendant (useful!) optimizations var ret = []; if(!this.caseSensitive){ searchStr = searchStr.toLowerCase(); } for(var x=0; x 0) && (ret.length >= this.searchLimit)) { break; } // FIXME: we should avoid copies if possible! var dataLabel = new String((!this.caseSensitive) ? this.data[x][0].toLowerCase() : this.data[x][0]); if(dataLabel.length < searchStr.length){ // this won't ever be a good search, will it? What if we start // to support regex search? continue; } if(st == "STARTSTRING"){ if(searchStr == dataLabel.substr(0, searchStr.length)){ ret.push(this.data[x]); } }else if(st == "SUBSTRING"){ // this one is a gimmie if(dataLabel.indexOf(searchStr) >= 0){ ret.push(this.data[x]); } }else if(st == "STARTWORD"){ // do a substring search and then attempt to determine if the // preceeding char was the beginning of the string or a // whitespace char. var idx = dataLabel.indexOf(searchStr); if(idx == 0){ // implicit match ret.push(this.data[x]); } if(idx <= 0){ // if we didn't match or implicily matched, march onward continue; } // otherwise, we have to go figure out if the match was at the // start of a word... // this code is taken almost directy from nWidgets var matches = false; while(idx!=-1){ // make sure the match either starts whole string, or // follows a space, or follows some punctuation if(" ,/(".indexOf(dataLabel.charAt(idx-1)) != -1){ // FIXME: what about tab chars? matches = true; break; } idx = dataLabel.indexOf(searchStr, idx+1); } if(!matches){ continue; }else{ ret.push(this.data[x]); } } } callback(ret); }; this.addData = function(/*Array*/ pairs){ // FIXME: incredibly naive and slow! this.data = this.data.concat(pairs); }; this.setData = function(/*Array*/ pdata){ // populate this.data and initialize lookup structures this.data = pdata; //all ellements must be a key and value pair for(var i = 0; i < this.data.length; i++) { var element = this.data[i]; if(!dojo.lang.isArray(element)) { this.data[i] = [element, element]; } } }; if(!dojo.string.isBlank(this.cbox.dataUrl) && this.cbox.preload){ this.getData(this.cbox.dataUrl); } else { // check to see if we can populate the list from here yet var opts = node.getElementsByTagName("option"); var ol = opts.length; var data = []; for(var x=0; x 0)){ var cpos = this._getCaretPos(this.textInputNode); // only try to extend if we added the last character at the end of the input if((cpos+1) > this.textInputNode.value.length){ // only add to input node as we would overwrite Capitalisation of chars this.textInputNode.value += results[0][0].substr(cpos); // build a new range that has the distance from the earlier // caret position to the end of the first string selected this._setSelectedRange(this.textInputNode, cpos, this.textInputNode.value.length); } } var typedText = this.textInputNode.value; var even = true; while(results.length){ var tr = results.shift(); if(tr){ var td = document.createElement("div"); var text = tr[0]; var i = text.toLowerCase().indexOf(typedText.toLowerCase()); if(i >= 0) { var pre = text.substring(0, i); var matched = text.substring(i, i + typedText.length); var post = text.substring(i + typedText.length); if(!dojo.string.isBlank(pre)) { td.appendChild(document.createTextNode(pre)); } var boldNode = document.createElement("b"); td.appendChild(boldNode); boldNode.appendChild(document.createTextNode(matched)); td.appendChild(document.createTextNode(post)); } else { td.appendChild(document.createTextNode(tr[0])); } td.setAttribute("resultName", tr[0]); td.setAttribute("resultValue", tr[1]); td.className = "dojoComboBoxItem "+((even) ? "dojoComboBoxItemEven" : "dojoComboBoxItemOdd"); even = (!even); this.optionsListNode.appendChild(td); } } // show our list (only if we have content, else nothing) this.showResultList(); }, postCreate : function() { struts.widget.ComboBox.superclass.postCreate.apply(this); var self = this; //events if(!dojo.string.isBlank(this.listenTopics)) { var topics = this.listenTopics.split(","); for(var i = 0; i < topics.length; i++) { dojo.event.topic.subscribe(topics[i], function() { var request = {cancel: false}; self.notify(this.widgetId, "before", request); if(request.cancel) { return; } self.clearValues(); self.dataProvider.getData(self.dataUrl); }); } } //notify topics if(!dojo.string.isBlank(this.notifyTopics)) { this.notifyTopicsArray = this.notifyTopics.split(","); } //before topics if(!dojo.string.isBlank(this.beforeNotifyTopics)) { this.beforeNotifyTopicsArray = this.beforeNotifyTopics.split(","); } //after topics if(!dojo.string.isBlank(this.afterNotifyTopics)) { this.afterNotifyTopicsArray = this.afterNotifyTopics.split(","); } //error topics if(!dojo.string.isBlank(this.errorNotifyTopics)) { this.errorNotifyTopicsArray = this.errorNotifyTopics.split(","); } //value topics if(!dojo.string.isBlank(this.valueNotifyTopics)) { this.valueNotifyTopicsArray = this.valueNotifyTopics.split(","); } //better name this.comboBoxSelectionValue.name = dojo.string.isBlank(this.keyName) ? this.name + "Key" : this.keyName; //init values this.comboBoxValue.value = this.initialValue; this.comboBoxSelectionValue.value = this.initialKey; this.textInputNode.value = this.initialValue; //tabindex if(!dojo.string.isBlank(this.tabIndex)) { this.textInputNode.tabIndex = this.tabIndex; } //hide arrow? if(!this.visibleDownArrow) { dojo.html.hide(this.downArrowNode); } //search type if(!dojo.string.isBlank(this.searchType)) { this.dataProvider.searchType = this.searchType.toUpperCase(); } }, clearValues : function() { this.comboBoxValue.value = ""; this.comboBoxSelectionValue.value = ""; this.textInputNode.value = ""; }, onValueChanged : function(data) { this.notify(data, "valuechanged", null); }, notify : function(data, type, e) { var self = this; //general topics if(this.notifyTopicsArray) { dojo.lang.forEach(this.notifyTopicsArray, function(topic) { try { dojo.event.topic.publish(topic, data, type, e, self); } catch(ex){ self.log(ex); } }); } //before, after and error topics var topicsArray = null; switch(type) { case "before": this.notifyTo(this.beforeNotifyTopicsArray, [e, this]); break; case "load": this.notifyTo(this.afterNotifyTopicsArray, [data, e, this]); break; case "error": this.notifyTo(this.errorNotifyTopicsArray, [data, e, this]); break; case "valuechanged": this.notifyTo(this.valueNotifyTopicsArray, [this.getSelectedValue(), this.getSelectedKey(), this.getText(), this]); break; } }, notifyTo : function(topicsArray, params) { var self = this; if(topicsArray) { dojo.lang.forEach(topicsArray, function(topic) { try { dojo.event.topic.publishApply(topic, params); } catch(ex){ self.log(ex); } }); } }, log : function(text) { dojo.debug("[" + (this.widgetId ? this.widgetId : "unknown") + "] " + text); }, _startSearchFromInput: function() { var searchStr = this.textInputNode.value; if(this.loadOnType) { if(searchStr.length >= this.loadMinimum) { var nuHref = this.dataUrl + (this.dataUrl.indexOf("?") > -1 ? "&" : "?"); nuHref += this.name + '=' + encodeURIComponent(searchStr); this.dataProvider.getData(nuHref); this._startSearch(searchStr); } else { this._hideResultList(); } } else { this._startSearch(searchStr); } }, setSelectedKey : function(key) { var data = this.dataProvider.data; for(element in data) { var obj = data[element]; if(obj[1].toString() == key) { this.setValue(obj[0].toString()); this.comboBoxSelectionValue.value = obj[1].toString(); } } }, getSelectedKey : function() { return this.comboBoxSelectionValue.value; }, getSelectedValue : function() { return this.comboBoxValue.value; }, getText : function() { return this.textInputNode.value; } }); PK mMB B struts/widget/StrutsTreeNode.js/* * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ dojo.provide("struts.widget.StrutsTreeNode"); dojo.require("dojo.widget.TreeNode"); dojo.widget.defineWidget( "struts.widget.StrutsTreeNode", dojo.widget.TreeNode, { widgetType : "StrutsTreeNode", loaded : false, expand : function() { if(!this.loaded) { this.reload(); } struts.widget.StrutsTreeNode.superclass.expand.apply(this); }, removeChildren : function() { var self = this; var childrenCopy = dojo.lang.toArray(this.children); dojo.lang.forEach(childrenCopy, function(node) { self.removeNode(node); }); }, reload : function() { var href = this.tree.href; this.loaded = true; if(!dojo.string.isBlank(href)) { //clear children list this.removeChildren(); //pass widgetId as parameter var tmpHref = href + (href.indexOf("?") > -1 ? "&" : "?") + "nodeId=" + this.widgetId; var self = this; this.markLoading(); dojo.io.bind({ url: tmpHref, useCache: false, preventCache: true, handler: function(type, data, e) { if(type == 'load') { //data should be an array if(data) { dojo.lang.forEach(data, function(descr) { //create node for eachd descriptor var newNode = dojo.widget.createWidget("struts:StrutsTreeNode",{ title : descr.label, isFolder: descr.hasChildren, widgetId: descr.id }); self.addChild(newNode); }); } } self.unMarkLoading(); }, mimetype: "text/json" }); } } });PK mM:8toostruts_dojo.js.uncompressed.jsif(typeof dojo == "undefined"){ // TODOC: HOW TO DOC THE BELOW? // @global: djConfig // summary: // Application code can set the global 'djConfig' prior to loading // the library to override certain global settings for how dojo works. // description: The variables that can be set are as follows: // - isDebug: false // - allowQueryConfig: false // - baseScriptUri: "" // - baseRelativePath: "" // - libraryScriptUri: "" // - iePreventClobber: false // - ieClobberMinimal: true // - locale: undefined // - extraLocale: undefined // - preventBackButtonFix: true // - searchIds: [] // - parseWidgets: true // TODOC: HOW TO DOC THESE VARIABLES? // TODOC: IS THIS A COMPLETE LIST? // note: // 'djConfig' does not exist under 'dojo.*' so that it can be set before the // 'dojo' variable exists. // note: // Setting any of these variables *after* the library has loaded does nothing at all. // TODOC: is this still true? Release notes for 0.3 indicated they could be set after load. // //TODOC: HOW TO DOC THIS? // @global: dj_global // summary: // an alias for the top-level global object in the host environment // (e.g., the window object in a browser). // description: // Refer to 'dj_global' rather than referring to window to ensure your // code runs correctly in contexts other than web browsers (eg: Rhino on a server). var dj_global = this; //TODOC: HOW TO DOC THIS? // @global: dj_currentContext // summary: // Private global context object. Where 'dj_global' always refers to the boot-time // global context, 'dj_currentContext' can be modified for temporary context shifting. // dojo.global() returns dj_currentContext. // description: // Refer to dojo.global() rather than referring to dj_global to ensure your // code runs correctly in managed contexts. var dj_currentContext = this; // **************************************************************** // global public utils // TODOC: DO WE WANT TO NOTE THAT THESE ARE GLOBAL PUBLIC UTILS? // **************************************************************** function dj_undef(/*String*/ name, /*Object?*/ object){ //summary: Returns true if 'name' is defined on 'object' (or globally if 'object' is null). //description: Note that 'defined' and 'exists' are not the same concept. return (typeof (object || dj_currentContext)[name] == "undefined"); // Boolean } // make sure djConfig is defined if(dj_undef("djConfig", this)){ var djConfig = {}; } //TODOC: HOW TO DOC THIS? // dojo is the root variable of (almost all) our public symbols -- make sure it is defined. if(dj_undef("dojo", this)){ var dojo = {}; } dojo.global = function(){ // summary: // return the current global context object // (e.g., the window object in a browser). // description: // Refer to 'dojo.global()' rather than referring to window to ensure your // code runs correctly in contexts other than web browsers (eg: Rhino on a server). return dj_currentContext; } // Override locale setting, if specified dojo.locale = djConfig.locale; //TODOC: HOW TO DOC THIS? dojo.version = { // summary: version number of this instance of dojo. major: 0, minor: 4, patch: 3, flag: "", revision: Number("$Rev: 670371 $".match(/[0-9]+/)[0]), toString: function(){ with(dojo.version){ return major + "." + minor + "." + patch + flag + " (" + revision + ")"; // String } } } dojo.evalProp = function(/*String*/ name, /*Object*/ object, /*Boolean?*/ create){ // summary: Returns 'object[name]'. If not defined and 'create' is true, will return a new Object. // description: // Returns null if 'object[name]' is not defined and 'create' is not true. // Note: 'defined' and 'exists' are not the same concept. if((!object)||(!name)) return undefined; // undefined if(!dj_undef(name, object)) return object[name]; // mixed return (create ? (object[name]={}) : undefined); // mixed } dojo.parseObjPath = function(/*String*/ path, /*Object?*/ context, /*Boolean?*/ create){ // summary: Parse string path to an object, and return corresponding object reference and property name. // description: // Returns an object with two properties, 'obj' and 'prop'. // 'obj[prop]' is the reference indicated by 'path'. // path: Path to an object, in the form "A.B.C". // context: Object to use as root of path. Defaults to 'dojo.global()'. // create: If true, Objects will be created at any point along the 'path' that is undefined. var object = (context || dojo.global()); var names = path.split('.'); var prop = names.pop(); for (var i=0,l=names.length;i 1) { dh.modulesLoadedListeners.push(function() { obj[functionName](); }); } //Added for xdomain loading. dojo.addOnLoad is used to //indicate callbacks after doing some dojo.require() statements. //In the xdomain case, if all the requires are loaded (after initial //page load), then immediately call any listeners. if(dh.post_load_ && dh.inFlightCount == 0 && !dh.loadNotifying){ dh.callLoaded(); } } dojo.addOnUnload = function(/*Object?*/obj, /*String|Function?*/functionName){ // summary: registers a function to be triggered when the page unloads // // usage: // dojo.addOnLoad(functionPointer) // dojo.addOnLoad(object, "functionName") var dh = dojo.hostenv; if(arguments.length == 1){ dh.unloadListeners.push(obj); } else if(arguments.length > 1) { dh.unloadListeners.push(function() { obj[functionName](); }); } } dojo.hostenv.modulesLoaded = function(){ if(this.post_load_){ return; } if(this.loadUriStack.length==0 && this.getTextStack.length==0){ if(this.inFlightCount > 0){ dojo.debug("files still in flight!"); return; } dojo.hostenv.callLoaded(); } } dojo.hostenv.callLoaded = function(){ //The "object" check is for IE, and the other opera check fixes an issue //in Opera where it could not find the body element in some widget test cases. //For 0.9, maybe route all browsers through the setTimeout (need protection //still for non-browser environments though). This might also help the issue with //FF 2.0 and freezing issues where we try to do sync xhr while background css images //are being loaded (trac #2572)? Consider for 0.9. if(typeof setTimeout == "object" || (djConfig["useXDomain"] && dojo.render.html.opera)){ setTimeout("dojo.hostenv.loaded();", 0); }else{ dojo.hostenv.loaded(); } } dojo.hostenv.getModuleSymbols = function(/*String*/modulename){ // summary: // Converts a module name in dotted JS notation to an array representing the path in the source tree var syms = modulename.split("."); for(var i = syms.length; i>0; i--){ var parentModule = syms.slice(0, i).join("."); if((i==1) && !this.moduleHasPrefix(parentModule)){ // Support default module directory (sibling of dojo) for top-level modules syms[0] = "../" + syms[0]; }else{ var parentModulePath = this.getModulePrefix(parentModule); if(parentModulePath != parentModule){ syms.splice(0, i, parentModulePath); break; } } } return syms; // Array } dojo.hostenv._global_omit_module_check = false; dojo.hostenv.loadModule = function(/*String*/moduleName, /*Boolean?*/exactOnly, /*Boolean?*/omitModuleCheck){ // summary: // loads a Javascript module from the appropriate URI // // description: // loadModule("A.B") first checks to see if symbol A.B is defined. // If it is, it is simply returned (nothing to do). // // If it is not defined, it will look for "A/B.js" in the script root directory, // followed by "A.js". // // It throws if it cannot find a file to load, or if the symbol A.B is not // defined after loading. // // It returns the object A.B. // // This does nothing about importing symbols into the current package. // It is presumed that the caller will take care of that. For example, to import // all symbols: // // with (dojo.hostenv.loadModule("A.B")) { // ... // } // // And to import just the leaf symbol: // // var B = dojo.hostenv.loadModule("A.B"); // ... // // dj_load is an alias for dojo.hostenv.loadModule if(!moduleName){ return; } omitModuleCheck = this._global_omit_module_check || omitModuleCheck; var module = this.findModule(moduleName, false); if(module){ return module; } // protect against infinite recursion from mutual dependencies if(dj_undef(moduleName, this.loading_modules_)){ this.addedToLoadingCount.push(moduleName); } this.loading_modules_[moduleName] = 1; // convert periods to slashes var relpath = moduleName.replace(/\./g, '/') + '.js'; var nsyms = moduleName.split("."); // this line allowed loading of a module manifest as if it were a namespace // it's an interesting idea, but shouldn't be combined with 'namespaces' proper // and leads to unwanted dependencies // the effect can be achieved in other (albeit less-flexible) ways now, so I am // removing this pending further design work // perhaps we can explicitly define this idea of a 'module manifest', and subclass // 'namespace manifest' from that //dojo.getNamespace(nsyms[0]); var syms = this.getModuleSymbols(moduleName); var startedRelative = ((syms[0].charAt(0) != '/') && !syms[0].match(/^\w+:/)); var last = syms[syms.length - 1]; var ok; // figure out if we're looking for a full package, if so, we want to do // things slightly diffrently if(last=="*"){ moduleName = nsyms.slice(0, -1).join('.'); while(syms.length){ syms.pop(); syms.push(this.pkgFileName); relpath = syms.join("/") + '.js'; if(startedRelative && relpath.charAt(0)=="/"){ relpath = relpath.slice(1); } ok = this.loadPath(relpath, !omitModuleCheck ? moduleName : null); if(ok){ break; } syms.pop(); } }else{ relpath = syms.join("/") + '.js'; moduleName = nsyms.join('.'); var modArg = !omitModuleCheck ? moduleName : null; ok = this.loadPath(relpath, modArg); if(!ok && !exactOnly){ syms.pop(); while(syms.length){ relpath = syms.join('/') + '.js'; ok = this.loadPath(relpath, modArg); if(ok){ break; } syms.pop(); relpath = syms.join('/') + '/'+this.pkgFileName+'.js'; if(startedRelative && relpath.charAt(0)=="/"){ relpath = relpath.slice(1); } ok = this.loadPath(relpath, modArg); if(ok){ break; } } } if(!ok && !omitModuleCheck){ dojo.raise("Could not load '" + moduleName + "'; last tried '" + relpath + "'"); } } // check that the symbol was defined //Don't bother if we're doing xdomain (asynchronous) loading. if(!omitModuleCheck && !this["isXDomain"]){ // pass in false so we can give better error module = this.findModule(moduleName, false); if(!module){ dojo.raise("symbol '" + moduleName + "' is not defined after loading '" + relpath + "'"); } } return module; } dojo.hostenv.startPackage = function(/*String*/packageName){ // summary: // Creates a JavaScript package // // description: // startPackage("A.B") follows the path, and at each level creates a new empty // object or uses what already exists. It returns the result. // // packageName: the package to be created as a String in dot notation //Make sure we have a string. var fullPkgName = String(packageName); var strippedPkgName = fullPkgName; var syms = packageName.split(/\./); if(syms[syms.length-1]=="*"){ syms.pop(); strippedPkgName = syms.join("."); } var evaledPkg = dojo.evalObjPath(strippedPkgName, true); this.loaded_modules_[fullPkgName] = evaledPkg; this.loaded_modules_[strippedPkgName] = evaledPkg; return evaledPkg; // Object } dojo.hostenv.findModule = function(/*String*/moduleName, /*Boolean?*/mustExist){ // summary: // Returns the Object representing the module, if it exists, otherwise null. // // moduleName A fully qualified module including package name, like 'A.B'. // mustExist Optional, default false. throw instead of returning null // if the module does not currently exist. var lmn = String(moduleName); if(this.loaded_modules_[lmn]){ return this.loaded_modules_[lmn]; // Object } if(mustExist){ dojo.raise("no loaded module named '" + moduleName + "'"); } return null; // null } //Start of old bootstrap2: dojo.kwCompoundRequire = function(/*Object containing Arrays*/modMap){ // description: // This method taks a "map" of arrays which one can use to optionally load dojo // modules. The map is indexed by the possible dojo.hostenv.name_ values, with // two additional values: "default" and "common". The items in the "default" // array will be loaded if none of the other items have been choosen based on // the hostenv.name_ item. The items in the "common" array will _always_ be // loaded, regardless of which list is chosen. Here's how it's normally // called: // // dojo.kwCompoundRequire({ // browser: [ // ["foo.bar.baz", true, true], // an example that passes multiple args to loadModule() // "foo.sample.*", // "foo.test, // ], // default: [ "foo.sample.*" ], // common: [ "really.important.module.*" ] // }); var common = modMap["common"]||[]; var result = modMap[dojo.hostenv.name_] ? common.concat(modMap[dojo.hostenv.name_]||[]) : common.concat(modMap["default"]||[]); for(var x=0; x, // relative to Dojo root. For example, module acme is mapped to ../acme. // If you want to use a different module name, use dojo.registerModulePath. return dojo.hostenv.setModulePrefix(module, prefix); } if(djConfig["modulePaths"]){ for(var param in djConfig["modulePaths"]){ dojo.registerModulePath(param, djConfig["modulePaths"][param]); } } dojo.setModulePrefix = function(/*String*/module, /*String*/prefix){ // summary: maps a module name to a path dojo.deprecated('dojo.setModulePrefix("' + module + '", "' + prefix + '")', "replaced by dojo.registerModulePath", "0.5"); return dojo.registerModulePath(module, prefix); } dojo.exists = function(/*Object*/obj, /*String*/name){ // summary: determine if an object supports a given method // description: useful for longer api chains where you have to test each object in the chain var p = name.split("."); for(var i = 0; i < p.length; i++){ if(!obj[p[i]]){ return false; } // Boolean obj = obj[p[i]]; } return true; // Boolean } // Localization routines dojo.hostenv.normalizeLocale = function(/*String?*/locale){ // summary: // Returns canonical form of locale, as used by Dojo. All variants are case-insensitive and are separated by '-' // as specified in RFC 3066. If no locale is specified, the user agent's default is returned. var result = locale ? locale.toLowerCase() : dojo.locale; if(result == "root"){ result = "ROOT"; } return result;// String }; dojo.hostenv.searchLocalePath = function(/*String*/locale, /*Boolean*/down, /*Function*/searchFunc){ // summary: // A helper method to assist in searching for locale-based resources. Will iterate through // the variants of a particular locale, either up or down, executing a callback function. // For example, "en-us" and true will try "en-us" followed by "en" and finally "ROOT". locale = dojo.hostenv.normalizeLocale(locale); var elements = locale.split('-'); var searchlist = []; for(var i = elements.length; i > 0; i--){ searchlist.push(elements.slice(0, i).join('-')); } searchlist.push(false); if(down){searchlist.reverse();} for(var j = searchlist.length - 1; j >= 0; j--){ var loc = searchlist[j] || "ROOT"; var stop = searchFunc(loc); if(stop){ break; } } } //These two functions are placed outside of preloadLocalizations //So that the xd loading can use/override them. dojo.hostenv.localesGenerated =["ROOT","es-es","es","it-it","pt-br","de","fr-fr","zh-cn","pt","en-us","zh","fr","zh-tw","it","en-gb","xx","de-de","ko-kr","ja-jp","ko","en","ja"]; // value will be inserted here at build time, if necessary dojo.hostenv.registerNlsPrefix = function(){ // summary: // Register module "nls" to point where Dojo can find pre-built localization files dojo.registerModulePath("nls","nls"); } dojo.hostenv.preloadLocalizations = function(){ // summary: // Load built, flattened resource bundles, if available for all locales used in the page. // Execute only once. Note that this is a no-op unless there is a build. if(dojo.hostenv.localesGenerated){ dojo.hostenv.registerNlsPrefix(); function preload(locale){ locale = dojo.hostenv.normalizeLocale(locale); dojo.hostenv.searchLocalePath(locale, true, function(loc){ for(var i=0; i bestLocale.length){ bestLocale = flatLocales[i]; } } } if(!bestLocale){ bestLocale = "ROOT"; } } //See if the desired locale is already loaded. var tempLocale = availableFlatLocales ? bestLocale : targetLocale; var bundle = dojo.hostenv.findModule(bundlePackage); var localizedBundle = null; if(bundle){ if(djConfig.localizationComplete && bundle._built){return;} var jsLoc = tempLocale.replace('-', '_'); var translationPackage = bundlePackage+"."+jsLoc; localizedBundle = dojo.hostenv.findModule(translationPackage); } if(!localizedBundle){ bundle = dojo.hostenv.startPackage(bundlePackage); var syms = dojo.hostenv.getModuleSymbols(moduleName); var modpath = syms.concat("nls").join("/"); var parent; dojo.hostenv.searchLocalePath(tempLocale, availableFlatLocales, function(loc){ var jsLoc = loc.replace('-', '_'); var translationPackage = bundlePackage + "." + jsLoc; var loaded = false; if(!dojo.hostenv.findModule(translationPackage)){ // Mark loaded whether it's found or not, so that further load attempts will not be made dojo.hostenv.startPackage(translationPackage); var module = [modpath]; if(loc != "ROOT"){module.push(loc);} module.push(bundleName); var filespec = module.join("/") + '.js'; loaded = dojo.hostenv.loadPath(filespec, null, function(hash){ // Use singleton with prototype to point to parent bundle, then mix-in result from loadPath var clazz = function(){}; clazz.prototype = parent; bundle[jsLoc] = new clazz(); for(var j in hash){ bundle[jsLoc][j] = hash[j]; } }); }else{ loaded = true; } if(loaded && bundle[jsLoc]){ parent = bundle[jsLoc]; }else{ bundle[jsLoc] = parent; } if(availableFlatLocales){ //Stop the locale path searching if we know the availableFlatLocales, since //the first call to this function will load the only bundle that is needed. return true; } }); } //Save the best locale bundle as the target locale bundle when we know the //the available bundles. if(availableFlatLocales && targetLocale != bestLocale){ bundle[targetLocale.replace('-', '_')] = bundle[bestLocale.replace('-', '_')]; } }; (function(){ // If other locales are used, dojo.requireLocalization should load them as well, by default. // Override dojo.requireLocalization to do load the default bundle, then iterate through the // extraLocale list and load those translations as well, unless a particular locale was requested. var extra = djConfig.extraLocale; if(extra){ if(!extra instanceof Array){ extra = [extra]; } var req = dojo.requireLocalization; dojo.requireLocalization = function(m, b, locale, availableFlatLocales){ req(m,b,locale, availableFlatLocales); if(locale){return;} for(var i=0; i 1){ var paramStr = params[1]; var pairs = paramStr.split("&"); for(var x in pairs){ var sp = pairs[x].split("="); // FIXME: is this eval dangerous? if((sp[0].length > 9)&&(sp[0].substr(0, 9) == "djConfig.")){ var opt = sp[0].substr(9); try{ djConfig[opt]=eval(sp[1]); }catch(e){ djConfig[opt]=sp[1]; } } } } } if( ((djConfig["baseScriptUri"] == "")||(djConfig["baseRelativePath"] == "")) && (document && document.getElementsByTagName) ){ var scripts = document.getElementsByTagName("script"); var rePkg = /(__package__|dojo|bootstrap1)\.js([\?\.]|$)/i; for(var i = 0; i < scripts.length; i++) { var src = scripts[i].getAttribute("src"); if(!src) { continue; } var m = src.match(rePkg); if(m) { var root = src.substring(0, m.index); if(src.indexOf("bootstrap1") > -1) { root += "../"; } if(!this["djConfig"]) { djConfig = {}; } if(djConfig["baseScriptUri"] == "") { djConfig["baseScriptUri"] = root; } if(djConfig["baseRelativePath"] == "") { djConfig["baseRelativePath"] = root; } break; } } } // fill in the rendering support information in dojo.render.* var dr = dojo.render; var drh = dojo.render.html; var drs = dojo.render.svg; var dua = (drh.UA = navigator.userAgent); var dav = (drh.AV = navigator.appVersion); var t = true; var f = false; drh.capable = t; drh.support.builtin = t; dr.ver = parseFloat(drh.AV); dr.os.mac = dav.indexOf("Macintosh") >= 0; dr.os.win = dav.indexOf("Windows") >= 0; // could also be Solaris or something, but it's the same browser dr.os.linux = dav.indexOf("X11") >= 0; drh.opera = dua.indexOf("Opera") >= 0; drh.khtml = (dav.indexOf("Konqueror") >= 0)||(dav.indexOf("Safari") >= 0); drh.safari = dav.indexOf("Safari") >= 0; var geckoPos = dua.indexOf("Gecko"); drh.mozilla = drh.moz = (geckoPos >= 0)&&(!drh.khtml); if (drh.mozilla) { // gecko version is YYYYMMDD drh.geckoVersion = dua.substring(geckoPos + 6, geckoPos + 14); } drh.ie = (document.all)&&(!drh.opera); drh.ie50 = drh.ie && dav.indexOf("MSIE 5.0")>=0; drh.ie55 = drh.ie && dav.indexOf("MSIE 5.5")>=0; drh.ie60 = drh.ie && dav.indexOf("MSIE 6.0")>=0; drh.ie70 = drh.ie && dav.indexOf("MSIE 7.0")>=0; var cm = document["compatMode"]; drh.quirks = (cm == "BackCompat")||(cm == "QuirksMode")||drh.ie55||drh.ie50; // TODO: is the HTML LANG attribute relevant? dojo.locale = dojo.locale || (drh.ie ? navigator.userLanguage : navigator.language).toLowerCase(); dr.vml.capable=drh.ie; drs.capable = f; drs.support.plugin = f; drs.support.builtin = f; var tdoc = window["document"]; var tdi = tdoc["implementation"]; if((tdi)&&(tdi["hasFeature"])&&(tdi.hasFeature("org.w3c.dom.svg", "1.0"))){ drs.capable = t; drs.support.builtin = t; drs.support.plugin = f; } // webkits after 420 support SVG natively. The test string is "AppleWebKit/420+" if(drh.safari){ var tmp = dua.split("AppleWebKit/")[1]; var ver = parseFloat(tmp.split(" ")[0]); if(ver >= 420){ drs.capable = t; drs.support.builtin = t; drs.support.plugin = f; } }else{ } })(); dojo.hostenv.startPackage("dojo.hostenv"); dojo.render.name = dojo.hostenv.name_ = 'browser'; dojo.hostenv.searchIds = []; // These are in order of decreasing likelihood; this will change in time. dojo.hostenv._XMLHTTP_PROGIDS = ['Msxml2.XMLHTTP', 'Microsoft.XMLHTTP', 'Msxml2.XMLHTTP.4.0']; dojo.hostenv.getXmlhttpObject = function(){ // summary: does the work of portably generating a new XMLHTTPRequest object. var http = null; var last_e = null; try{ http = new XMLHttpRequest(); }catch(e){} if(!http){ for(var i=0; i<3; ++i){ var progid = dojo.hostenv._XMLHTTP_PROGIDS[i]; try{ http = new ActiveXObject(progid); }catch(e){ last_e = e; } if(http){ dojo.hostenv._XMLHTTP_PROGIDS = [progid]; // so faster next time break; } } /*if(http && !http.toString) { http.toString = function() { "[object XMLHttpRequest]"; } }*/ } if(!http){ return dojo.raise("XMLHTTP not available", last_e); } return http; // XMLHTTPRequest instance } dojo.hostenv._blockAsync = false; dojo.hostenv.getText = function(uri, async_cb, fail_ok){ // summary: Read the contents of the specified uri and return those contents. // uri: // A relative or absolute uri. If absolute, it still must be in // the same "domain" as we are. // async_cb: // If not specified, load synchronously. If specified, load // asynchronously, and use async_cb as the progress handler which // takes the xmlhttp object as its argument. If async_cb, this // function returns null. // fail_ok: // Default false. If fail_ok and !async_cb and loading fails, // return null instead of throwing. // need to block async callbacks from snatching this thread as the result // of an async callback might call another sync XHR, this hangs khtml forever // hostenv._blockAsync must also be checked in BrowserIO's watchInFlight() // NOTE: must be declared before scope switches ie. this.getXmlhttpObject() if(!async_cb){ this._blockAsync = true; } var http = this.getXmlhttpObject(); function isDocumentOk(http){ var stat = http["status"]; // allow a 304 use cache, needed in konq (is this compliant with the http spec?) return Boolean((!stat)||((200 <= stat)&&(300 > stat))||(stat==304)); } if(async_cb){ var _this = this, timer = null, gbl = dojo.global(); var xhr = dojo.evalObjPath("dojo.io.XMLHTTPTransport"); http.onreadystatechange = function(){ if(timer){ gbl.clearTimeout(timer); timer = null; } if(_this._blockAsync || (xhr && xhr._blockAsync)){ timer = gbl.setTimeout(function () { http.onreadystatechange.apply(this); }, 10); }else{ if(4==http.readyState){ if(isDocumentOk(http)){ // dojo.debug("LOADED URI: "+uri); async_cb(http.responseText); } } } } } http.open('GET', uri, async_cb ? true : false); try{ http.send(null); if(async_cb){ return null; } if(!isDocumentOk(http)){ var err = Error("Unable to load "+uri+" status:"+ http.status); err.status = http.status; err.responseText = http.responseText; throw err; } }catch(e){ this._blockAsync = false; if((fail_ok)&&(!async_cb)){ return null; }else{ throw e; } } this._blockAsync = false; return http.responseText; // String } dojo.hostenv.defaultDebugContainerId = 'dojoDebug'; dojo.hostenv._println_buffer = []; dojo.hostenv._println_safe = false; dojo.hostenv.println = function(/*String*/line){ // summary: // prints the provided line to whatever logging container is // available. If the page isn't loaded yet, the line may be added // to a buffer for printing later. if(!dojo.hostenv._println_safe){ dojo.hostenv._println_buffer.push(line); }else{ try { var console = document.getElementById(djConfig.debugContainerId ? djConfig.debugContainerId : dojo.hostenv.defaultDebugContainerId); if(!console) { console = dojo.body(); } var div = document.createElement("div"); div.appendChild(document.createTextNode(line)); console.appendChild(div); } catch (e) { try{ // safari needs the output wrapped in an element for some reason document.write("
" + line + "
"); }catch(e2){ window.status = line; } } } } dojo.addOnLoad(function(){ dojo.hostenv._println_safe = true; while(dojo.hostenv._println_buffer.length > 0){ dojo.hostenv.println(dojo.hostenv._println_buffer.shift()); } }); function dj_addNodeEvtHdlr(/*DomNode*/node, /*String*/evtName, /*Function*/fp){ // summary: // non-destructively adds the specified function to the node's // evtName handler. // node: the DomNode to add the handler to // evtName: should be in the form "click" for "onclick" handlers var oldHandler = node["on"+evtName] || function(){}; node["on"+evtName] = function(){ fp.apply(node, arguments); oldHandler.apply(node, arguments); } return true; } dojo.hostenv._djInitFired = false; // BEGIN DOMContentLoaded, from Dean Edwards (http://dean.edwards.name/weblog/2006/06/again/) function dj_load_init(e){ dojo.hostenv._djInitFired = true; // allow multiple calls, only first one will take effect // A bug in khtml calls events callbacks for document for event which isnt supported // for example a created contextmenu event calls DOMContentLoaded, workaround var type = (e && e.type) ? e.type.toLowerCase() : "load"; if(arguments.callee.initialized || (type!="domcontentloaded" && type!="load")){ return; } arguments.callee.initialized = true; if(typeof(_timer) != 'undefined'){ clearInterval(_timer); delete _timer; } var initFunc = function(){ //perform initialization if(dojo.render.html.ie){ dojo.hostenv.makeWidgets(); } }; if(dojo.hostenv.inFlightCount == 0){ initFunc(); dojo.hostenv.modulesLoaded(); }else{ //This else case should be xdomain loading. //Make sure this is the first thing in the load listener array. //Part of the dojo.addOnLoad guarantee is that when the listeners are notified, //It means the DOM (or page) has loaded and that widgets have been parsed. dojo.hostenv.modulesLoadedListeners.unshift(initFunc); } } // START DOMContentLoaded // Mozilla and Opera 9 expose the event we could use if(document.addEventListener){ // NOTE: // due to a threading issue in Firefox 2.0, we can't enable // DOMContentLoaded on that platform. For more information, see: // http://trac.dojotoolkit.org/ticket/1704 if(dojo.render.html.opera || (dojo.render.html.moz && (djConfig["enableMozDomContentLoaded"] === true))){ document.addEventListener("DOMContentLoaded", dj_load_init, null); } // mainly for Opera 8.5, won't be fired if DOMContentLoaded fired already. // also used for Mozilla because of trac #1640 window.addEventListener("load", dj_load_init, null); } // for Internet Explorer. readyState will not be achieved on init call, but dojo doesn't need it // however, we'll include it because we don't know if there are other functions added that might. // Note that this has changed because the build process strips all comments--including conditional // ones. if(dojo.render.html.ie && dojo.render.os.win){ document.attachEvent("onreadystatechange", function(e){ if(document.readyState == "complete"){ dj_load_init(); } }); } if (/(WebKit|khtml)/i.test(navigator.userAgent)) { // sniff var _timer = setInterval(function() { if (/loaded|complete/.test(document.readyState)) { dj_load_init(); // call the onload handler } }, 10); } // END DOMContentLoaded // IE WebControl hosted in an application can fire "beforeunload" and "unload" // events when control visibility changes, causing Dojo to unload too soon. The // following code fixes the problem // Reference: http://support.microsoft.com/default.aspx?scid=kb;en-us;199155 if(dojo.render.html.ie){ dj_addNodeEvtHdlr(window, "beforeunload", function(){ dojo.hostenv._unloading = true; window.setTimeout(function() { dojo.hostenv._unloading = false; }, 0); }); } dj_addNodeEvtHdlr(window, "unload", function(){ dojo.hostenv.unloaded(); if((!dojo.render.html.ie)||(dojo.render.html.ie && dojo.hostenv._unloading)){ dojo.hostenv.unloaded(); } }); dojo.hostenv.makeWidgets = function(){ // you can put searchIds in djConfig and dojo.hostenv at the moment // we should probably eventually move to one or the other var sids = []; if(djConfig.searchIds && djConfig.searchIds.length > 0) { sids = sids.concat(djConfig.searchIds); } if(dojo.hostenv.searchIds && dojo.hostenv.searchIds.length > 0) { sids = sids.concat(dojo.hostenv.searchIds); } if((djConfig.parseWidgets)||(sids.length > 0)){ if(dojo.evalObjPath("dojo.widget.Parse")){ // we must do this on a delay to avoid: // http://www.shaftek.org/blog/archives/000212.html // (IE bug) var parser = new dojo.xml.Parse(); if(sids.length > 0){ for(var x=0; x 0, trim from start, if wh < 0, trim from end, else both if(!str.replace){ return str; } if(!str.length){ return str; } var re = (wh > 0) ? (/^\s+/) : (wh < 0) ? (/\s+$/) : (/^\s+|\s+$/g); return str.replace(re, ""); // string } dojo.string.trimStart = function(/* string */str) { // summary // Trim whitespace at the beginning of 'str' return dojo.string.trim(str, 1); // string } dojo.string.trimEnd = function(/* string */str) { // summary // Trim whitespace at the end of 'str' return dojo.string.trim(str, -1); } dojo.string.repeat = function(/* string */str, /* integer */count, /* string? */separator) { // summary // Return 'str' repeated 'count' times, optionally placing 'separator' between each rep var out = ""; for(var i = 0; i < count; i++) { out += str; if(separator && i < count - 1) { out += separator; } } return out; // string } dojo.string.pad = function(/* string */str, /* integer */len/*=2*/, /* string */ c/*='0'*/, /* integer */dir/*=1*/) { // summary // Pad 'str' to guarantee that it is at least 'len' length with the character 'c' at either the // start (dir=1) or end (dir=-1) of the string var out = String(str); if(!c) { c = '0'; } if(!dir) { dir = 1; } while(out.length < len) { if(dir > 0) { out = c + out; } else { out += c; } } return out; // string } dojo.string.padLeft = function(/* string */str, /* integer */len, /* string */c) { // summary // same as dojo.string.pad(str, len, c, 1) return dojo.string.pad(str, len, c, 1); // string } dojo.string.padRight = function(/* string */str, /* integer */len, /* string */c) { // summary // same as dojo.string.pad(str, len, c, -1) return dojo.string.pad(str, len, c, -1); // string } dojo.provide("dojo.string"); dojo.provide("dojo.lang.common"); dojo.lang.inherits = function(/*Function*/subclass, /*Function*/superclass){ // summary: Set up inheritance between two classes. if(!dojo.lang.isFunction(superclass)){ dojo.raise("dojo.inherits: superclass argument ["+superclass+"] must be a function (subclass: ["+subclass+"']"); } subclass.prototype = new superclass(); subclass.prototype.constructor = subclass; subclass.superclass = superclass.prototype; // DEPRECATED: super is a reserved word, use 'superclass' subclass['super'] = superclass.prototype; } dojo.lang._mixin = function(/*Object*/ obj, /*Object*/ props){ // summary: // Adds all properties and methods of props to obj. This addition is // "prototype extension safe", so that instances of objects will not // pass along prototype defaults. var tobj = {}; for(var x in props){ // the "tobj" condition avoid copying properties in "props" // inherited from Object.prototype. For example, if obj has a custom // toString() method, don't overwrite it with the toString() method // that props inherited from Object.protoype if((typeof tobj[x] == "undefined") || (tobj[x] != props[x])){ obj[x] = props[x]; } } // IE doesn't recognize custom toStrings in for..in if(dojo.render.html.ie && (typeof(props["toString"]) == "function") && (props["toString"] != obj["toString"]) && (props["toString"] != tobj["toString"])) { obj.toString = props.toString; } return obj; // Object } dojo.lang.mixin = function(/*Object*/obj, /*Object...*/props){ // summary: Adds all properties and methods of props to obj. for(var i=1, l=arguments.length; i -1; // boolean } /** * Partial implmentation of is* functions from * http://www.crockford.com/javascript/recommend.html * NOTE: some of these may not be the best thing to use in all situations * as they aren't part of core JS and therefore can't work in every case. * See WARNING messages inline for tips. * * The following is* functions are fairly "safe" */ dojo.lang.isObject = function(/*anything*/ it){ // summary: Return true if it is an Object, Array or Function. if(typeof it == "undefined"){ return false; } return (typeof it == "object" || it === null || dojo.lang.isArray(it) || dojo.lang.isFunction(it)); // Boolean } dojo.lang.isArray = function(/*anything*/ it){ // summary: Return true if it is an Array. return (it && it instanceof Array || typeof it == "array"); // Boolean } dojo.lang.isArrayLike = function(/*anything*/ it){ // summary: // Return true if it can be used as an array (i.e. is an object with // an integer length property). if((!it)||(dojo.lang.isUndefined(it))){ return false; } if(dojo.lang.isString(it)){ return false; } if(dojo.lang.isFunction(it)){ return false; } // keeps out built-in constructors (Number, String, ...) which have length properties if(dojo.lang.isArray(it)){ return true; } // form node itself is ArrayLike, but not always iterable. Use form.elements instead. if((it.tagName)&&(it.tagName.toLowerCase()=='form')){ return false; } if(dojo.lang.isNumber(it.length) && isFinite(it.length)){ return true; } return false; // Boolean } dojo.lang.isFunction = function(/*anything*/ it){ // summary: Return true if it is a Function. return (it instanceof Function || typeof it == "function"); // Boolean }; (function(){ // webkit treats NodeList as a function, which is bad if((dojo.render.html.capable)&&(dojo.render.html["safari"])){ dojo.lang.isFunction = function(/*anything*/ it){ if((typeof(it) == "function") && (it == "[object NodeList]")) { return false; } return (it instanceof Function || typeof it == "function"); // Boolean } } })(); dojo.lang.isString = function(/*anything*/ it){ // summary: Return true if it is a String. return (typeof it == "string" || it instanceof String); } dojo.lang.isAlien = function(/*anything*/ it){ // summary: Return true if it is not a built-in function. False if not. if(!it){ return false; } return !dojo.lang.isFunction(it) && /\{\s*\[native code\]\s*\}/.test(String(it)); // Boolean } dojo.lang.isBoolean = function(/*anything*/ it){ // summary: Return true if it is a Boolean. return (it instanceof Boolean || typeof it == "boolean"); // Boolean } /** * The following is***() functions are somewhat "unsafe". Fortunately, * there are workarounds the the language provides and are mentioned * in the WARNING messages. * */ dojo.lang.isNumber = function(/*anything*/ it){ // summary: Return true if it is a number. // description: // WARNING - In most cases, isNaN(it) is sufficient to determine whether or not // something is a number or can be used as such. For example, a number or string // can be used interchangably when accessing array items (array["1"] is the same as // array[1]) and isNaN will return false for both values ("1" and 1). However, // isNumber("1") will return false, which is generally not too useful. // Also, isNumber(NaN) returns true, again, this isn't generally useful, but there // are corner cases (like when you want to make sure that two things are really // the same type of thing). That is really where isNumber "shines". // // Recommendation - Use isNaN(it) when possible return (it instanceof Number || typeof it == "number"); // Boolean } /* * FIXME: Should isUndefined go away since it is error prone? */ dojo.lang.isUndefined = function(/*anything*/ it){ // summary: Return true if it is not defined. // description: // WARNING - In some cases, isUndefined will not behave as you // might expect. If you do isUndefined(foo) and there is no earlier // reference to foo, an error will be thrown before isUndefined is // called. It behaves correctly if you scope yor object first, i.e. // isUndefined(foo.bar) where foo is an object and bar isn't a // property of the object. // // Recommendation - Use typeof foo == "undefined" when possible return ((typeof(it) == "undefined")&&(it == undefined)); // Boolean } // end Crockford functions dojo.provide("dojo.lang.extras"); dojo.lang.setTimeout = function(/*Function*/func, /*int*/delay /*, ...*/){ // summary: // Sets a timeout in milliseconds to execute a function in a given // context with optional arguments. // usage: // dojo.lang.setTimeout(Object context, function func, number delay[, arg1[, ...]]); // dojo.lang.setTimeout(function func, number delay[, arg1[, ...]]); var context = window, argsStart = 2; if(!dojo.lang.isFunction(func)){ context = func; func = delay; delay = arguments[2]; argsStart++; } if(dojo.lang.isString(func)){ func = context[func]; } var args = []; for (var i = argsStart; i < arguments.length; i++){ args.push(arguments[i]); } return dojo.global().setTimeout(function(){ func.apply(context, args); }, delay); // int } dojo.lang.clearTimeout = function(/*int*/timer){ // summary: clears timer by number from the execution queue // FIXME: // why do we have this function? It's not portable outside of browser // environments and it's a stupid wrapper on something that browsers // provide anyway. dojo.global().clearTimeout(timer); } dojo.lang.getNameInObj = function(/*Object*/ns, /*unknown*/item){ // summary: // looks for a value in the object ns with a value matching item and // returns the property name // ns: if null, dj_global is used // item: value to return a name for if(!ns){ ns = dj_global; } for(var x in ns){ if(ns[x] === item){ return new String(x); // String } } return null; // null } dojo.lang.shallowCopy = function(/*Object*/obj, /*Boolean?*/deep){ // summary: // copies object obj one level deep, or full depth if deep is true var i, ret; if(obj === null){ /*obj: null*/ return null; } // null if(dojo.lang.isObject(obj)){ // obj: Object ret = new obj.constructor(); for(i in obj){ if(dojo.lang.isUndefined(ret[i])){ ret[i] = deep ? dojo.lang.shallowCopy(obj[i], deep) : obj[i]; } } }else if(dojo.lang.isArray(obj)){ // obj: Array ret = []; for(i=0; i hacks: * iframe document hacks allow browsers to communicate asynchronously * with a server via HTTP POST and GET operations. With significant * effort and server cooperation, low-latency data transit between * client and server can be acheived via iframe mechanisms (repubsub). * * SVG: * Adobe's SVG viewer implements helpful primitives for XML-based * requests, but receipt of arbitrary text data seems unlikely w/o * sections. * * * A discussion between Dylan, Mark, Tom, and Alex helped to lay down a lot * the IO API interface. A transcript of it can be found at: * http://dojotoolkit.org/viewcvs/viewcvs.py/documents/irc/irc_io_api_log.txt?rev=307&view=auto * * Also referenced in the design of the API was the DOM 3 L&S spec: * http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/load-save.html ******************************************************************************/ // a map of the available transport options. Transports should add themselves // by calling add(name) dojo.io.transports = []; dojo.io.hdlrFuncNames = [ "load", "error", "timeout" ]; // we're omitting a progress() event for now dojo.io.Request = function(/*String*/ url, /*String*/ mimetype, /*String*/ transport, /*String or Boolean*/ changeUrl){ // summary: // Constructs a Request object that is used by dojo.io.bind(). // description: // dojo.io.bind() will create one of these for you if // you call dojo.io.bind() with an plain object containing the bind parameters. // This method can either take the arguments specified, or an Object containing all of the parameters that you // want to use to create the dojo.io.Request (similar to how dojo.io.bind() is called. // The named parameters to this constructor represent the minimum set of parameters need if((arguments.length == 1)&&(arguments[0].constructor == Object)){ this.fromKwArgs(arguments[0]); }else{ this.url = url; if(mimetype){ this.mimetype = mimetype; } if(transport){ this.transport = transport; } if(arguments.length >= 4){ this.changeUrl = changeUrl; } } } dojo.lang.extend(dojo.io.Request, { /** The URL to hit */ url: "", /** The mime type used to interrpret the response body */ mimetype: "text/plain", /** The HTTP method to use */ method: "GET", /** An Object containing key-value pairs to be included with the request */ content: undefined, // Object /** The transport medium to use */ transport: undefined, // String /** If defined the URL of the page is physically changed */ changeUrl: undefined, // String /** A form node to use in the request */ formNode: undefined, // HTMLFormElement /** Whether the request should be made synchronously */ sync: false, bindSuccess: false, /** Cache/look for the request in the cache before attempting to request? * NOTE: this isn't a browser cache, this is internal and would only cache in-page */ useCache: false, /** Prevent the browser from caching this by adding a query string argument to the URL */ preventCache: false, jsonFilter: function(value){ if( (this.mimetype == "text/json-comment-filtered")|| (this.mimetype == "application/json-comment-filtered") ){ var cStartIdx = value.indexOf("\/*"); var cEndIdx = value.lastIndexOf("*\/"); if((cStartIdx == -1)||(cEndIdx == -1)){ dojo.debug("your JSON wasn't comment filtered!"); // FIXME: throw exception instead? return ""; } return value.substring(cStartIdx+2, cEndIdx); } dojo.debug("please consider using a mimetype of text/json-comment-filtered to avoid potential security issues with JSON endpoints"); return value; }, // events stuff load: function(/*String*/type, /*Object*/data, /*Object*/transportImplementation, /*Object*/kwArgs){ // summary: // Called on successful completion of a bind. // type: String // A string with value "load" // data: Object // The object representing the result of the bind. The actual structure // of the data object will depend on the mimetype that was given to bind // in the bind arguments. // transportImplementation: Object // The object that implements a particular transport. Structure is depedent // on the transport. For XMLHTTPTransport (dojo.io.BrowserIO), it will be the // XMLHttpRequest object from the browser. // kwArgs: Object // Object that contains the request parameters that were given to the // bind call. Useful for storing and retrieving state from when bind // was called. }, error: function(/*String*/type, /*Object*/error, /*Object*/transportImplementation, /*Object*/kwArgs){ // summary: // Called when there is an error with a bind. // type: String // A string with value "error" // error: Object // The error object. Should be a dojo.io.Error object, but not guaranteed. // transportImplementation: Object // The object that implements a particular transport. Structure is depedent // on the transport. For XMLHTTPTransport (dojo.io.BrowserIO), it will be the // XMLHttpRequest object from the browser. // kwArgs: Object // Object that contains the request parameters that were given to the // bind call. Useful for storing and retrieving state from when bind // was called. }, timeout: function(/*String*/type, /*Object*/empty, /*Object*/transportImplementation, /*Object*/kwArgs){ // summary: // Called when there is an error with a bind. Only implemented in certain transports at this time. // type: String // A string with value "timeout" // empty: Object // Should be null. Just a spacer argument so that load, error, timeout and handle have the // same signatures. // transportImplementation: Object // The object that implements a particular transport. Structure is depedent // on the transport. For XMLHTTPTransport (dojo.io.BrowserIO), it will be the // XMLHttpRequest object from the browser. May be null for the timeout case for // some transports. // kwArgs: Object // Object that contains the request parameters that were given to the // bind call. Useful for storing and retrieving state from when bind // was called. }, handle: function(/*String*/type, /*Object*/data, /*Object*/transportImplementation, /*Object*/kwArgs){ // summary: // The handle method can be defined instead of defining separate load, error and timeout // callbacks. // type: String // A string with the type of callback: "load", "error", or "timeout". // data: Object // See the above callbacks for what this parameter could be. // transportImplementation: Object // The object that implements a particular transport. Structure is depedent // on the transport. For XMLHTTPTransport (dojo.io.BrowserIO), it will be the // XMLHttpRequest object from the browser. // kwArgs: Object // Object that contains the request parameters that were given to the // bind call. Useful for storing and retrieving state from when bind // was called. }, //FIXME: change IframeIO.js to use timeouts? // The number of seconds to wait until firing a timeout callback. // If it is zero, that means, don't do a timeout check. timeoutSeconds: 0, // the abort method needs to be filled in by the transport that accepts the // bind() request abort: function(){ }, // backButton: function(){ }, // forwardButton: function(){ }, fromKwArgs: function(/*Object*/ kwArgs){ // summary: // Creates a dojo.io.Request from a simple object (kwArgs object). // normalize args if(kwArgs["url"]){ kwArgs.url = kwArgs.url.toString(); } if(kwArgs["formNode"]) { kwArgs.formNode = dojo.byId(kwArgs.formNode); } if(!kwArgs["method"] && kwArgs["formNode"] && kwArgs["formNode"].method) { kwArgs.method = kwArgs["formNode"].method; } // backwards compatibility if(!kwArgs["handle"] && kwArgs["handler"]){ kwArgs.handle = kwArgs.handler; } if(!kwArgs["load"] && kwArgs["loaded"]){ kwArgs.load = kwArgs.loaded; } if(!kwArgs["changeUrl"] && kwArgs["changeURL"]) { kwArgs.changeUrl = kwArgs.changeURL; } // encoding fun! kwArgs.encoding = dojo.lang.firstValued(kwArgs["encoding"], djConfig["bindEncoding"], ""); kwArgs.sendTransport = dojo.lang.firstValued(kwArgs["sendTransport"], djConfig["ioSendTransport"], false); var isFunction = dojo.lang.isFunction; for(var x=0; x 0){ dojo.io.bind(dojo.io._bindQueue.shift()); }else{ dojo.io._queueBindInFlight = false; } } } dojo.io._bindQueue = []; dojo.io._queueBindInFlight = false; dojo.io.argsFromMap = function(/*Object*/map, /*String?*/encoding, /*String?*/last){ // summary: // Converts name/values pairs in the map object to an URL-encoded string // with format of name1=value1&name2=value2... // map: Object // Object that has the contains the names and values. // encoding: String? // String to specify how to encode the name and value. If the encoding string // contains "utf" (case-insensitive), then encodeURIComponent is used. Otherwise // dojo.string.encodeAscii is used. // last: String? // The last parameter in the list. Helps with final string formatting? var enc = /utf/i.test(encoding||"") ? encodeURIComponent : dojo.string.encodeAscii; var mapped = []; var control = new Object(); for(var name in map){ var domap = function(elt){ var val = enc(name)+"="+enc(elt); mapped[(last == name) ? "push" : "unshift"](val); } if(!control[name]){ var value = map[name]; // FIXME: should be isArrayLike? if (dojo.lang.isArray(value)){ dojo.lang.forEach(value, domap); }else{ domap(value); } } } return mapped.join("&"); //String } dojo.io.setIFrameSrc = function(/*DOMNode*/ iframe, /*String*/ src, /*Boolean*/ replace){ //summary: // Sets the URL that is loaded in an IFrame. The replace parameter indicates whether // location.replace() should be used when changing the location of the iframe. try{ var r = dojo.render.html; // dojo.debug(iframe); if(!replace){ if(r.safari){ iframe.location = src; }else{ frames[iframe.name].location = src; } }else{ // Fun with DOM 0 incompatibilities! var idoc; if(r.ie){ idoc = iframe.contentWindow.document; }else if(r.safari){ idoc = iframe.document; }else{ // if(r.moz){ idoc = iframe.contentWindow; } //For Safari (at least 2.0.3) and Opera, if the iframe //has just been created but it doesn't have content //yet, then iframe.document may be null. In that case, //use iframe.location and return. if(!idoc){ iframe.location = src; return; }else{ idoc.location.replace(src); } } }catch(e){ dojo.debug(e); dojo.debug("setIFrameSrc: "+e); } } /* dojo.io.sampleTranport = new function(){ this.canHandle = function(kwArgs){ // canHandle just tells dojo.io.bind() if this is a good transport to // use for the particular type of request. if( ( (kwArgs["mimetype"] == "text/plain") || (kwArgs["mimetype"] == "text/html") || (kwArgs["mimetype"] == "text/javascript") )&&( (kwArgs["method"] == "get") || ( (kwArgs["method"] == "post") && (!kwArgs["formNode"]) ) ) ){ return true; } return false; } this.bind = function(kwArgs){ var hdlrObj = {}; // set up a handler object for(var x=0; x1; }); // // returns false // dojo.lang.every([1, 2, 3, 4], function(item){ return item>0; }); // // returns true return this._everyOrSome(true, arr, callback, thisObject); // Boolean }, some: function(/*Array*/arr, /*Function*/callback, /*Object?*/thisObject){ // summary: // determines whether or not any item in the array satisfies the // condition implemented by callback. thisObject may be used to // scope the call to callback. The function signature is derived // from the JavaScript 1.6 Array.some() function. More // information on this can be found here: // http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Array:some // examples: // dojo.lang.some([1, 2, 3, 4], function(item){ return item>1; }); // // returns true // dojo.lang.some([1, 2, 3, 4], function(item){ return item<1; }); // // returns false return this._everyOrSome(false, arr, callback, thisObject); // Boolean }, filter: function(/*Array*/arr, /*Function*/callback, /*Object?*/thisObject){ // summary: // returns a new Array with those items from arr that match the // condition implemented by callback.thisObject may be used to // scope the call to callback. The function signature is derived // from the JavaScript 1.6 Array.filter() function, although // special accomidation is made in our implementation for strings. // More information on the JS 1.6 API can be found here: // http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Array:filter // examples: // dojo.lang.some([1, 2, 3, 4], function(item){ return item>1; }); // // returns [2, 3, 4] var isString = dojo.lang.isString(arr); if(isString){ /*arr: String*/arr = arr.split(""); } var outArr; if(Array.filter){ outArr = Array.filter(arr, callback, thisObject); }else{ if(!thisObject){ if(arguments.length >= 3){ dojo.raise("thisObject doesn't exist!"); } thisObject = dj_global; } outArr = []; for(var i = 0; i < arr.length; i++){ if(callback.call(thisObject, arr[i], i, arr)){ outArr.push(arr[i]); } } } if(isString){ return outArr.join(""); // String } else { return outArr; // Array } }, unnest: function(/* ... */){ // summary: // Creates a 1-D array out of all the arguments passed, // unravelling any array-like objects in the process // usage: // unnest(1, 2, 3) ==> [1, 2, 3] // unnest(1, [2, [3], [[[4]]]]) ==> [1, 2, 3, 4] var out = []; for(var i = 0; i < arguments.length; i++){ if(dojo.lang.isArrayLike(arguments[i])){ var add = dojo.lang.unnest.apply(this, arguments[i]); out = out.concat(add); }else{ out.push(arguments[i]); } } return out; // Array }, toArray: function(/*Object*/arrayLike, /*Number*/startOffset){ // summary: // Converts an array-like object (i.e. arguments, DOMCollection) // to an array. Returns a new Array object. var array = []; for(var i = startOffset||0; i < arrayLike.length; i++){ array.push(arrayLike[i]); } return array; // Array } }); dojo.provide("dojo.lang.func"); dojo.lang.hitch = function(/*Object*/thisObject, /*Function|String*/method /*, ...*/){ // summary: // Returns a function that will only ever execute in the a given scope // (thisObject). This allows for easy use of object member functions // in callbacks and other places in which the "this" keyword may // otherwise not reference the expected scope. Any number of default // positional arguments may be passed as parameters beyond "method". // Each of these values will be used to "placehold" (similar to curry) // for the hitched function. Note that the order of arguments may be // reversed in a future version. // thisObject: the scope to run the method in // method: // a function to be "bound" to thisObject or the name of the method in // thisObject to be used as the basis for the binding // usage: // dojo.lang.hitch(foo, "bar")(); // runs foo.bar() in the scope of foo // dojo.lang.hitch(foo, myFunction); // returns a function that runs myFunction in the scope of foo var args = []; for(var x=2; x"' // Optionally skips escapes for single quotes str = str.replace(/&/gm, "&").replace(//gm, ">").replace(/"/gm, """); if(!noSingleQuotes){ str = str.replace(/'/gm, "'"); } return str; // string } dojo.string.escapeSql = function(/*string*/str){ //summary: // Adds escape sequences for single quotes in SQL expressions return str.replace(/'/gm, "''"); //string } dojo.string.escapeRegExp = function(/*string*/str){ //summary: // Adds escape sequences for special characters in regular expressions return str.replace(/\\/gm, "\\\\").replace(/([\f\b\n\t\r[\^$|?*+(){}])/gm, "\\$1"); // string } //FIXME: should this one also escape backslash? dojo.string.escapeJavaScript = function(/*string*/str){ //summary: // Adds escape sequences for single and double quotes as well // as non-visible characters in JavaScript string literal expressions return str.replace(/(["'\f\b\n\t\r])/gm, "\\$1"); // string } //FIXME: looks a lot like escapeJavaScript, just adds quotes? deprecate one? dojo.string.escapeString = function(/*string*/str){ //summary: // Adds escape sequences for non-visual characters, double quote and backslash // and surrounds with double quotes to form a valid string literal. return ('"' + str.replace(/(["\\])/g, '\\$1') + '"' ).replace(/[\f]/g, "\\f" ).replace(/[\b]/g, "\\b" ).replace(/[\n]/g, "\\n" ).replace(/[\t]/g, "\\t" ).replace(/[\r]/g, "\\r"); // string } // TODO: make an HTML version dojo.string.summary = function(/*string*/str, /*number*/len){ // summary: // Truncates 'str' after 'len' characters and appends periods as necessary so that it ends with "..." if(!len || str.length <= len){ return str; // string } return str.substring(0, len).replace(/\.+$/, "") + "..."; // string } dojo.string.endsWith = function(/*string*/str, /*string*/end, /*boolean*/ignoreCase){ // summary: // Returns true if 'str' ends with 'end' if(ignoreCase){ str = str.toLowerCase(); end = end.toLowerCase(); } if((str.length - end.length) < 0){ return false; // boolean } return str.lastIndexOf(end) == str.length - end.length; // boolean } dojo.string.endsWithAny = function(/*string*/str /* , ... */){ // summary: // Returns true if 'str' ends with any of the arguments[2 -> n] for(var i = 1; i < arguments.length; i++) { if(dojo.string.endsWith(str, arguments[i])) { return true; // boolean } } return false; // boolean } dojo.string.startsWith = function(/*string*/str, /*string*/start, /*boolean*/ignoreCase){ // summary: // Returns true if 'str' starts with 'start' if(ignoreCase) { str = str.toLowerCase(); start = start.toLowerCase(); } return str.indexOf(start) == 0; // boolean } dojo.string.startsWithAny = function(/*string*/str /* , ... */){ // summary: // Returns true if 'str' starts with any of the arguments[2 -> n] for(var i = 1; i < arguments.length; i++) { if(dojo.string.startsWith(str, arguments[i])) { return true; // boolean } } return false; // boolean } dojo.string.has = function(/*string*/str /* , ... */) { // summary: // Returns true if 'str' contains any of the arguments 2 -> n for(var i = 1; i < arguments.length; i++) { if(str.indexOf(arguments[i]) > -1){ return true; // boolean } } return false; // boolean } dojo.string.normalizeNewlines = function(/*string*/text, /*string? (\n or \r)*/newlineChar){ // summary: // Changes occurences of CR and LF in text to CRLF, or if newlineChar is provided as '\n' or '\r', // substitutes newlineChar for occurrences of CR/LF and CRLF if (newlineChar == "\n"){ text = text.replace(/\r\n/g, "\n"); text = text.replace(/\r/g, "\n"); } else if (newlineChar == "\r"){ text = text.replace(/\r\n/g, "\r"); text = text.replace(/\n/g, "\r"); }else{ text = text.replace(/([^\r])\n/g, "$1\r\n").replace(/\r([^\n])/g, "\r\n$1"); } return text; // string } dojo.string.splitEscaped = function(/*string*/str, /*string of length=1*/charac){ // summary: // Splits 'str' into an array separated by 'charac', but skips characters escaped with a backslash var components = []; for (var i = 0, prevcomma = 0; i < str.length; i++){ if (str.charAt(i) == '\\'){ i++; continue; } if (str.charAt(i) == charac){ components.push(str.substring(prevcomma, i)); prevcomma = i + 1; } } components.push(str.substr(prevcomma)); return components; // array } dojo.provide("dojo.dom"); dojo.dom.ELEMENT_NODE = 1; dojo.dom.ATTRIBUTE_NODE = 2; dojo.dom.TEXT_NODE = 3; dojo.dom.CDATA_SECTION_NODE = 4; dojo.dom.ENTITY_REFERENCE_NODE = 5; dojo.dom.ENTITY_NODE = 6; dojo.dom.PROCESSING_INSTRUCTION_NODE = 7; dojo.dom.COMMENT_NODE = 8; dojo.dom.DOCUMENT_NODE = 9; dojo.dom.DOCUMENT_TYPE_NODE = 10; dojo.dom.DOCUMENT_FRAGMENT_NODE = 11; dojo.dom.NOTATION_NODE = 12; dojo.dom.dojoml = "http://www.dojotoolkit.org/2004/dojoml"; /** * comprehensive list of XML namespaces **/ dojo.dom.xmlns = { // summary // aliases for various common XML namespaces svg : "http://www.w3.org/2000/svg", smil : "http://www.w3.org/2001/SMIL20/", mml : "http://www.w3.org/1998/Math/MathML", cml : "http://www.xml-cml.org", xlink : "http://www.w3.org/1999/xlink", xhtml : "http://www.w3.org/1999/xhtml", xul : "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul", xbl : "http://www.mozilla.org/xbl", fo : "http://www.w3.org/1999/XSL/Format", xsl : "http://www.w3.org/1999/XSL/Transform", xslt : "http://www.w3.org/1999/XSL/Transform", xi : "http://www.w3.org/2001/XInclude", xforms : "http://www.w3.org/2002/01/xforms", saxon : "http://icl.com/saxon", xalan : "http://xml.apache.org/xslt", xsd : "http://www.w3.org/2001/XMLSchema", dt: "http://www.w3.org/2001/XMLSchema-datatypes", xsi : "http://www.w3.org/2001/XMLSchema-instance", rdf : "http://www.w3.org/1999/02/22-rdf-syntax-ns#", rdfs : "http://www.w3.org/2000/01/rdf-schema#", dc : "http://purl.org/dc/elements/1.1/", dcq: "http://purl.org/dc/qualifiers/1.0", "soap-env" : "http://schemas.xmlsoap.org/soap/envelope/", wsdl : "http://schemas.xmlsoap.org/wsdl/", AdobeExtensions : "http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" }; dojo.dom.isNode = function(/* object */wh){ // summary: // checks to see if wh is actually a node. if(typeof Element == "function") { try { return wh instanceof Element; // boolean } catch(e) {} } else { // best-guess return wh && !isNaN(wh.nodeType); // boolean } } dojo.dom.getUniqueId = function(){ // summary: // returns a unique string for use with any DOM element var _document = dojo.doc(); do { var id = "dj_unique_" + (++arguments.callee._idIncrement); }while(_document.getElementById(id)); return id; // string } dojo.dom.getUniqueId._idIncrement = 0; dojo.dom.firstElement = dojo.dom.getFirstChildElement = function(/* Element */parentNode, /* string? */tagName){ // summary: // returns the first child element matching tagName var node = parentNode.firstChild; while(node && node.nodeType != dojo.dom.ELEMENT_NODE){ node = node.nextSibling; } if(tagName && node && node.tagName && node.tagName.toLowerCase() != tagName.toLowerCase()) { node = dojo.dom.nextElement(node, tagName); } return node; // Element } dojo.dom.lastElement = dojo.dom.getLastChildElement = function(/* Element */parentNode, /* string? */tagName){ // summary: // returns the last child element matching tagName var node = parentNode.lastChild; while(node && node.nodeType != dojo.dom.ELEMENT_NODE) { node = node.previousSibling; } if(tagName && node && node.tagName && node.tagName.toLowerCase() != tagName.toLowerCase()) { node = dojo.dom.prevElement(node, tagName); } return node; // Element } dojo.dom.nextElement = dojo.dom.getNextSiblingElement = function(/* Node */node, /* string? */tagName){ // summary: // returns the next sibling element matching tagName if(!node) { return null; } do { node = node.nextSibling; } while(node && node.nodeType != dojo.dom.ELEMENT_NODE); if(node && tagName && tagName.toLowerCase() != node.tagName.toLowerCase()) { return dojo.dom.nextElement(node, tagName); } return node; // Element } dojo.dom.prevElement = dojo.dom.getPreviousSiblingElement = function(/* Node */node, /* string? */tagName){ // summary: // returns the previous sibling element matching tagName if(!node) { return null; } if(tagName) { tagName = tagName.toLowerCase(); } do { node = node.previousSibling; } while(node && node.nodeType != dojo.dom.ELEMENT_NODE); if(node && tagName && tagName.toLowerCase() != node.tagName.toLowerCase()) { return dojo.dom.prevElement(node, tagName); } return node; // Element } // TODO: hmph /*this.forEachChildTag = function(node, unaryFunc) { var child = this.getFirstChildTag(node); while(child) { if(unaryFunc(child) == "break") { break; } child = this.getNextSiblingTag(child); } }*/ dojo.dom.moveChildren = function(/*Element*/srcNode, /*Element*/destNode, /*boolean?*/trim){ // summary: // Moves children from srcNode to destNode and returns the count of // children moved; will trim off text nodes if trim == true var count = 0; if(trim) { while(srcNode.hasChildNodes() && srcNode.firstChild.nodeType == dojo.dom.TEXT_NODE) { srcNode.removeChild(srcNode.firstChild); } while(srcNode.hasChildNodes() && srcNode.lastChild.nodeType == dojo.dom.TEXT_NODE) { srcNode.removeChild(srcNode.lastChild); } } while(srcNode.hasChildNodes()){ destNode.appendChild(srcNode.firstChild); count++; } return count; // number } dojo.dom.copyChildren = function(/*Element*/srcNode, /*Element*/destNode, /*boolean?*/trim){ // summary: // Copies children from srcNde to destNode and returns the count of // children copied; will trim off text nodes if trim == true var clonedNode = srcNode.cloneNode(true); return this.moveChildren(clonedNode, destNode, trim); // number } dojo.dom.replaceChildren = function(/*Element*/node, /*Node*/newChild){ // summary: // Removes all children of node and appends newChild. All the existing // children will be destroyed. // FIXME: what if newChild is an array-like object? var nodes = []; if(dojo.render.html.ie){ for(var i=0;i 0){ return ancestors[0]; // Node } node = node.parentNode; } if(returnFirstHit){ return null; } return ancestors; // array } dojo.dom.getAncestorsByTag = function(/*Node*/node, /*String*/tag, /*boolean?*/returnFirstHit){ // summary: // returns all ancestors matching tag (as tagName), will only return // first one if returnFirstHit tag = tag.toLowerCase(); return dojo.dom.getAncestors(node, function(el){ return ((el.tagName)&&(el.tagName.toLowerCase() == tag)); }, returnFirstHit); // Node || array } dojo.dom.getFirstAncestorByTag = function(/*Node*/node, /*string*/tag){ // summary: // Returns first ancestor of node with tag tagName return dojo.dom.getAncestorsByTag(node, tag, true); // Node } dojo.dom.isDescendantOf = function(/* Node */node, /* Node */ancestor, /* boolean? */guaranteeDescendant){ // summary // Returns boolean if node is a descendant of ancestor // guaranteeDescendant allows us to be a "true" isDescendantOf function if(guaranteeDescendant && node) { node = node.parentNode; } while(node) { if(node == ancestor){ return true; // boolean } node = node.parentNode; } return false; // boolean } dojo.dom.innerXML = function(/*Node*/node){ // summary: // Implementation of MS's innerXML function. if(node.innerXML){ return node.innerXML; // string }else if (node.xml){ return node.xml; // string }else if(typeof XMLSerializer != "undefined"){ return (new XMLSerializer()).serializeToString(node); // string } } dojo.dom.createDocument = function(){ // summary: // cross-browser implementation of creating an XML document object. var doc = null; var _document = dojo.doc(); if(!dj_undef("ActiveXObject")){ var prefixes = [ "MSXML2", "Microsoft", "MSXML", "MSXML3" ]; for(var i = 0; i1) { var _document = dojo.doc(); dojo.dom.replaceChildren(node, _document.createTextNode(text)); return text; // string } else { if(node.textContent != undefined){ //FF 1.5 return node.textContent; // string } var _result = ""; if (node == null) { return _result; } for (var i = 0; i < node.childNodes.length; i++) { switch (node.childNodes[i].nodeType) { case 1: // ELEMENT_NODE case 5: // ENTITY_REFERENCE_NODE _result += dojo.dom.textContent(node.childNodes[i]); break; case 3: // TEXT_NODE case 2: // ATTRIBUTE_NODE case 4: // CDATA_SECTION_NODE _result += node.childNodes[i].nodeValue; break; default: break; } } return _result; // string } } dojo.dom.hasParent = function(/*Node*/node){ // summary: // returns whether or not node is a child of another node. return Boolean(node && node.parentNode && dojo.dom.isNode(node.parentNode)); // boolean } /** * Examples: * * myFooNode = * isTag(myFooNode, "foo"); // returns "foo" * isTag(myFooNode, "bar"); // returns "" * isTag(myFooNode, "FOO"); // returns "" * isTag(myFooNode, "hey", "foo", "bar"); // returns "foo" **/ dojo.dom.isTag = function(/* Node */node /* ... */){ // summary: // determines if node has any of the provided tag names and returns // the tag name that matches, empty string otherwise. if(node && node.tagName) { for(var i=1; i"); } }catch(e){/* squelch */} if(dojo.render.html.opera){ dojo.debug("Opera is not supported with dojo.undo.browser, so back/forward detection will not work."); } dojo.undo.browser = { initialHref: (!dj_undef("window")) ? window.location.href : "", initialHash: (!dj_undef("window")) ? window.location.hash : "", moveForward: false, historyStack: [], forwardStack: [], historyIframe: null, bookmarkAnchor: null, locationTimer: null, /** * */ setInitialState: function(/*Object*/args){ //summary: Sets the state object and back callback for the very first page that is loaded. //description: It is recommended that you call this method as part of an event listener that is registered via //dojo.addOnLoad(). //args: Object // See the addToHistory() function for the list of valid args properties. this.initialState = this._createState(this.initialHref, args, this.initialHash); }, //FIXME: Would like to support arbitrary back/forward jumps. Have to rework iframeLoaded among other things. //FIXME: is there a slight race condition in moz using change URL with the timer check and when // the hash gets set? I think I have seen a back/forward call in quick succession, but not consistent. addToHistory: function(args){ //summary: adds a state object (args) to the history list. You must set //djConfig.preventBackButtonFix = false to use dojo.undo.browser. //args: Object // args can have the following properties: // To support getting back button notifications, the object argument should implement a // function called either "back", "backButton", or "handle". The string "back" will be // passed as the first and only argument to this callback. // - To support getting forward button notifications, the object argument should implement a // function called either "forward", "forwardButton", or "handle". The string "forward" will be // passed as the first and only argument to this callback. // - If you want the browser location string to change, define "changeUrl" on the object. If the // value of "changeUrl" is true, then a unique number will be appended to the URL as a fragment // identifier (http://some.domain.com/path#uniquenumber). If it is any other value that does // not evaluate to false, that value will be used as the fragment identifier. For example, // if changeUrl: 'page1', then the URL will look like: http://some.domain.com/path#page1 // Full example: // dojo.undo.browser.addToHistory({ // back: function() { alert('back pressed'); }, // forward: function() { alert('forward pressed'); }, // changeUrl: true // }); // // BROWSER NOTES: // Safari 1.2: // back button "works" fine, however it's not possible to actually // DETECT that you've moved backwards by inspecting window.location. // Unless there is some other means of locating. // FIXME: perhaps we can poll on history.length? // Safari 2.0.3+ (and probably 1.3.2+): // works fine, except when changeUrl is used. When changeUrl is used, // Safari jumps all the way back to whatever page was shown before // the page that uses dojo.undo.browser support. // IE 5.5 SP2: // back button behavior is macro. It does not move back to the // previous hash value, but to the last full page load. This suggests // that the iframe is the correct way to capture the back button in // these cases. // Don't test this page using local disk for MSIE. MSIE will not create // a history list for iframe_history.html if served from a file: URL. // The XML served back from the XHR tests will also not be properly // created if served from local disk. Serve the test pages from a web // server to test in that browser. // IE 6.0: // same behavior as IE 5.5 SP2 // Firefox 1.0+: // the back button will return us to the previous hash on the same // page, thereby not requiring an iframe hack, although we do then // need to run a timer to detect inter-page movement. //If addToHistory is called, then that means we prune the //forward stack -- the user went back, then wanted to //start a new forward path. this.forwardStack = []; var hash = null; var url = null; if(!this.historyIframe){ if(djConfig["useXDomain"] && !djConfig["dojoIframeHistoryUrl"]){ dojo.debug("dojo.undo.browser: When using cross-domain Dojo builds," + " please save iframe_history.html to your domain and set djConfig.dojoIframeHistoryUrl" + " to the path on your domain to iframe_history.html"); } this.historyIframe = window.frames["djhistory"]; } if(!this.bookmarkAnchor){ this.bookmarkAnchor = document.createElement("a"); dojo.body().appendChild(this.bookmarkAnchor); this.bookmarkAnchor.style.display = "none"; } if(args["changeUrl"]){ hash = "#"+ ((args["changeUrl"]!==true) ? args["changeUrl"] : (new Date()).getTime()); //If the current hash matches the new one, just replace the history object with //this new one. It doesn't make sense to track different state objects for the same //logical URL. This matches the browser behavior of only putting in one history //item no matter how many times you click on the same #hash link, at least in Firefox //and Safari, and there is no reliable way in those browsers to know if a #hash link //has been clicked on multiple times. So making this the standard behavior in all browsers //so that dojo.undo.browser's behavior is the same in all browsers. if(this.historyStack.length == 0 && this.initialState.urlHash == hash){ this.initialState = this._createState(url, args, hash); return; }else if(this.historyStack.length > 0 && this.historyStack[this.historyStack.length - 1].urlHash == hash){ this.historyStack[this.historyStack.length - 1] = this._createState(url, args, hash); return; } this.changingUrl = true; setTimeout("window.location.href = '"+hash+"'; dojo.undo.browser.changingUrl = false;", 1); this.bookmarkAnchor.href = hash; if(dojo.render.html.ie){ url = this._loadIframeHistory(); var oldCB = args["back"]||args["backButton"]||args["handle"]; //The function takes handleName as a parameter, in case the //callback we are overriding was "handle". In that case, //we will need to pass the handle name to handle. var tcb = function(handleName){ if(window.location.hash != ""){ setTimeout("window.location.href = '"+hash+"';", 1); } //Use apply to set "this" to args, and to try to avoid memory leaks. oldCB.apply(this, [handleName]); } //Set interceptor function in the right place. if(args["back"]){ args.back = tcb; }else if(args["backButton"]){ args.backButton = tcb; }else if(args["handle"]){ args.handle = tcb; } var oldFW = args["forward"]||args["forwardButton"]||args["handle"]; //The function takes handleName as a parameter, in case the //callback we are overriding was "handle". In that case, //we will need to pass the handle name to handle. var tfw = function(handleName){ if(window.location.hash != ""){ window.location.href = hash; } if(oldFW){ // we might not actually have one //Use apply to set "this" to args, and to try to avoid memory leaks. oldFW.apply(this, [handleName]); } } //Set interceptor function in the right place. if(args["forward"]){ args.forward = tfw; }else if(args["forwardButton"]){ args.forwardButton = tfw; }else if(args["handle"]){ args.handle = tfw; } }else if(dojo.render.html.moz){ // start the timer if(!this.locationTimer){ this.locationTimer = setInterval("dojo.undo.browser.checkLocation();", 200); } } }else{ url = this._loadIframeHistory(); } this.historyStack.push(this._createState(url, args, hash)); }, checkLocation: function(){ //summary: private method. Do not call this directly. if (!this.changingUrl){ var hsl = this.historyStack.length; if((window.location.hash == this.initialHash||window.location.href == this.initialHref)&&(hsl == 1)){ // FIXME: could this ever be a forward button? // we can't clear it because we still need to check for forwards. Ugg. // clearInterval(this.locationTimer); this.handleBackButton(); return; } // first check to see if we could have gone forward. We always halt on // a no-hash item. if(this.forwardStack.length > 0){ if(this.forwardStack[this.forwardStack.length-1].urlHash == window.location.hash){ this.handleForwardButton(); return; } } // ok, that didn't work, try someplace back in the history stack if((hsl >= 2)&&(this.historyStack[hsl-2])){ if(this.historyStack[hsl-2].urlHash==window.location.hash){ this.handleBackButton(); return; } } } }, iframeLoaded: function(evt, ifrLoc){ //summary: private method. Do not call this directly. if(!dojo.render.html.opera){ var query = this._getUrlQuery(ifrLoc.href); if(query == null){ // alert("iframeLoaded"); // we hit the end of the history, so we should go back if(this.historyStack.length == 1){ this.handleBackButton(); } return; } if(this.moveForward){ // we were expecting it, so it's not either a forward or backward movement this.moveForward = false; return; } //Check the back stack first, since it is more likely. //Note that only one step back or forward is supported. if(this.historyStack.length >= 2 && query == this._getUrlQuery(this.historyStack[this.historyStack.length-2].url)){ this.handleBackButton(); } else if(this.forwardStack.length > 0 && query == this._getUrlQuery(this.forwardStack[this.forwardStack.length-1].url)){ this.handleForwardButton(); } } }, handleBackButton: function(){ //summary: private method. Do not call this directly. //The "current" page is always at the top of the history stack. var current = this.historyStack.pop(); if(!current){ return; } var last = this.historyStack[this.historyStack.length-1]; if(!last && this.historyStack.length == 0){ last = this.initialState; } if (last){ if(last.kwArgs["back"]){ last.kwArgs["back"](); }else if(last.kwArgs["backButton"]){ last.kwArgs["backButton"](); }else if(last.kwArgs["handle"]){ last.kwArgs.handle("back"); } } this.forwardStack.push(current); }, handleForwardButton: function(){ //summary: private method. Do not call this directly. var last = this.forwardStack.pop(); if(!last){ return; } if(last.kwArgs["forward"]){ last.kwArgs.forward(); }else if(last.kwArgs["forwardButton"]){ last.kwArgs.forwardButton(); }else if(last.kwArgs["handle"]){ last.kwArgs.handle("forward"); } this.historyStack.push(last); }, _createState: function(url, args, hash){ //summary: private method. Do not call this directly. return {"url": url, "kwArgs": args, "urlHash": hash}; //Object }, _getUrlQuery: function(url){ //summary: private method. Do not call this directly. var segments = url.split("?"); if (segments.length < 2){ return null; //null } else{ return segments[1]; //String } }, _loadIframeHistory: function(){ //summary: private method. Do not call this directly. var url = (djConfig["dojoIframeHistoryUrl"] || dojo.hostenv.getBaseScriptUri()+'iframe_history.html') + "?" + (new Date()).getTime(); this.moveForward = true; dojo.io.setIFrameSrc(this.historyIframe, url, false); return url; //String } } dojo.provide("dojo.io.BrowserIO"); if(!dj_undef("window")) { dojo.io.checkChildrenForFile = function(/*DOMNode*/node){ //summary: Checks any child nodes of node for an input type="file" element. var hasFile = false; var inputs = node.getElementsByTagName("input"); dojo.lang.forEach(inputs, function(input){ if(hasFile){ return; } if(input.getAttribute("type")=="file"){ hasFile = true; } }); return hasFile; //boolean } dojo.io.formHasFile = function(/*DOMNode*/formNode){ //summary: Just calls dojo.io.checkChildrenForFile(). return dojo.io.checkChildrenForFile(formNode); //boolean } dojo.io.updateNode = function(/*DOMNode*/node, /*String or Object*/urlOrArgs){ //summary: Updates a DOMnode with the result of a dojo.io.bind() call. //node: DOMNode //urlOrArgs: String or Object // Either a String that has an URL, or an object containing dojo.io.bind() // arguments. node = dojo.byId(node); var args = urlOrArgs; if(dojo.lang.isString(urlOrArgs)){ args = { url: urlOrArgs }; } args.mimetype = "text/html"; args.load = function(t, d, e){ while(node.firstChild){ dojo.dom.destroyNode(node.firstChild); } node.innerHTML = d; }; dojo.io.bind(args); } dojo.io.formFilter = function(/*DOMNode*/node) { //summary: Returns true if the node is an input element that is enabled, has //a name, and whose type is one of the following values: ["file", "submit", "image", "reset", "button"] var type = (node.type||"").toLowerCase(); return !node.disabled && node.name && !dojo.lang.inArray(["file", "submit", "image", "reset", "button"], type); //boolean } // TODO: Move to htmlUtils dojo.io.encodeForm = function(/*DOMNode*/formNode, /*String?*/encoding, /*Function?*/formFilter){ //summary: Converts the names and values of form elements into an URL-encoded //string (name=value&name=value...). //formNode: DOMNode //encoding: String? // The encoding to use for the values. Specify a string that starts with // "utf" (for instance, "utf8"), to use encodeURIComponent() as the encoding // function. Otherwise, dojo.string.encodeAscii will be used. //formFilter: Function? // A function used to filter out form elements. The element node will be passed // to the formFilter function, and a boolean result is expected (true indicating // indicating that the element should have its name/value included in the output). // If no formFilter is specified, then dojo.io.formFilter() will be used. if((!formNode)||(!formNode.tagName)||(!formNode.tagName.toLowerCase() == "form")){ dojo.raise("Attempted to encode a non-form element."); } if(!formFilter) { formFilter = dojo.io.formFilter; } var enc = /utf/i.test(encoding||"") ? encodeURIComponent : dojo.string.encodeAscii; var values = []; for(var i = 0; i < formNode.elements.length; i++){ var elm = formNode.elements[i]; if(!elm || elm.tagName.toLowerCase() == "fieldset" || !formFilter(elm)) { continue; } var name = enc(elm.name); var type = elm.type.toLowerCase(); if(type == "select-multiple"){ for(var j = 0; j < elm.options.length; j++){ if(elm.options[j].selected) { values.push(name + "=" + enc(elm.options[j].value)); } } }else if(dojo.lang.inArray(["radio", "checkbox"], type)){ if(elm.checked){ values.push(name + "=" + enc(elm.value)); } }else{ values.push(name + "=" + enc(elm.value)); } } // now collect input type="image", which doesn't show up in the elements array var inputs = formNode.getElementsByTagName("input"); for(var i = 0; i < inputs.length; i++) { var input = inputs[i]; if(input.type.toLowerCase() == "image" && input.form == formNode && formFilter(input)) { var name = enc(input.name); values.push(name + "=" + enc(input.value)); values.push(name + ".x=0"); values.push(name + ".y=0"); } } return values.join("&") + "&"; //String } dojo.io.FormBind = function(/*DOMNode or Object*/args) { //summary: constructor for a dojo.io.FormBind object. See the Dojo Book for //some information on usage: http://manual.dojotoolkit.org/WikiHome/DojoDotBook/Book23 //args: DOMNode or Object // args can either be the DOMNode for a form element, or an object containing // dojo.io.bind() arguments, one of which should be formNode with the value of // a form element DOMNode. this.bindArgs = {}; if(args && args.formNode) { this.init(args); } else if(args) { this.init({formNode: args}); } } dojo.lang.extend(dojo.io.FormBind, { form: null, bindArgs: null, clickedButton: null, init: function(/*DOMNode or Object*/args) { //summary: Internal function called by the dojo.io.FormBind() constructor //do not call this method directly. var form = dojo.byId(args.formNode); if(!form || !form.tagName || form.tagName.toLowerCase() != "form") { throw new Error("FormBind: Couldn't apply, invalid form"); } else if(this.form == form) { return; } else if(this.form) { throw new Error("FormBind: Already applied to a form"); } dojo.lang.mixin(this.bindArgs, args); this.form = form; this.connect(form, "onsubmit", "submit"); for(var i = 0; i < form.elements.length; i++) { var node = form.elements[i]; if(node && node.type && dojo.lang.inArray(["submit", "button"], node.type.toLowerCase())) { this.connect(node, "onclick", "click"); } } var inputs = form.getElementsByTagName("input"); for(var i = 0; i < inputs.length; i++) { var input = inputs[i]; if(input.type.toLowerCase() == "image" && input.form == form) { this.connect(input, "onclick", "click"); } } }, onSubmit: function(/*DOMNode*/form) { //summary: Function used to verify that the form is OK to submit. //Override this function if you want specific form validation done. return true; //boolean }, submit: function(/*Event*/e) { //summary: internal function that is connected as a listener to the //form's onsubmit event. e.preventDefault(); if(this.onSubmit(this.form)) { dojo.io.bind(dojo.lang.mixin(this.bindArgs, { formFilter: dojo.lang.hitch(this, "formFilter") })); } }, click: function(/*Event*/e) { //summary: internal method that is connected as a listener to the //form's elements whose click event can submit a form. var node = e.currentTarget; if(node.disabled) { return; } this.clickedButton = node; }, formFilter: function(/*DOMNode*/node) { //summary: internal function used to know which form element values to include // in the dojo.io.bind() request. var type = (node.type||"").toLowerCase(); var accept = false; if(node.disabled || !node.name) { accept = false; } else if(dojo.lang.inArray(["submit", "button", "image"], type)) { if(!this.clickedButton) { this.clickedButton = node; } accept = node == this.clickedButton; } else { accept = !dojo.lang.inArray(["file", "submit", "reset", "button"], type); } return accept; //boolean }, // in case you don't have dojo.event.* pulled in connect: function(/*Object*/srcObj, /*Function*/srcFcn, /*Function*/targetFcn) { //summary: internal function used to connect event listeners to form elements //that trigger events. Used in case dojo.event is not loaded. if(dojo.evalObjPath("dojo.event.connect")) { dojo.event.connect(srcObj, srcFcn, this, targetFcn); } else { var fcn = dojo.lang.hitch(this, targetFcn); srcObj[srcFcn] = function(e) { if(!e) { e = window.event; } if(!e.currentTarget) { e.currentTarget = e.srcElement; } if(!e.preventDefault) { e.preventDefault = function() { window.event.returnValue = false; } } fcn(e); } } } }); dojo.io.XMLHTTPTransport = new function(){ //summary: The object that implements the dojo.io.bind transport for XMLHttpRequest. var _this = this; var _cache = {}; // FIXME: make this public? do we even need to? this.useCache = false; // if this is true, we'll cache unless kwArgs.useCache = false this.preventCache = false; // if this is true, we'll always force GET requests to cache // FIXME: Should this even be a function? or do we just hard code it in the next 2 functions? function getCacheKey(url, query, method) { return url + "|" + query + "|" + method.toLowerCase(); } function addToCache(url, query, method, http) { _cache[getCacheKey(url, query, method)] = http; } function getFromCache(url, query, method) { return _cache[getCacheKey(url, query, method)]; } this.clearCache = function() { _cache = {}; } // moved successful load stuff here function doLoad(kwArgs, http, url, query, useCache) { if( ((http.status>=200)&&(http.status<300))|| // allow any 2XX response code (http.status==304)|| // get it out of the cache (http.status==1223)|| // Internet Explorer mangled the status code (location.protocol=="file:" && (http.status==0 || http.status==undefined))|| (location.protocol=="chrome:" && (http.status==0 || http.status==undefined)) ){ var ret; if(kwArgs.method.toLowerCase() == "head"){ var headers = http.getAllResponseHeaders(); ret = {}; ret.toString = function(){ return headers; } var values = headers.split(/[\r\n]+/g); for(var i = 0; i < values.length; i++) { var pair = values[i].match(/^([^:]+)\s*:\s*(.+)$/i); if(pair) { ret[pair[1]] = pair[2]; } } }else if(kwArgs.mimetype == "text/javascript"){ try{ ret = dj_eval(http.responseText); }catch(e){ dojo.debug(e); dojo.debug(http.responseText); ret = null; } }else if(kwArgs.mimetype.substr(0, 9) == "text/json" || kwArgs.mimetype.substr(0, 16) == "application/json"){ try{ ret = dj_eval("("+kwArgs.jsonFilter(http.responseText)+")"); }catch(e){ dojo.debug(e); dojo.debug(http.responseText); ret = false; } }else if((kwArgs.mimetype == "application/xml")|| (kwArgs.mimetype == "text/xml")){ ret = http.responseXML; if(!ret || typeof ret == "string" || !http.getResponseHeader("Content-Type")) { ret = dojo.dom.createDocumentFromText(http.responseText); } }else{ ret = http.responseText; } if(useCache){ // only cache successful responses addToCache(url, query, kwArgs.method, http); } kwArgs[(typeof kwArgs.load == "function") ? "load" : "handle"]("load", ret, http, kwArgs); }else{ var errObj = new dojo.io.Error("XMLHttpTransport Error: "+http.status+" "+http.statusText); kwArgs[(typeof kwArgs.error == "function") ? "error" : "handle"]("error", errObj, http, kwArgs); } } // set headers (note: Content-Type will get overriden if kwArgs.contentType is set) function setHeaders(http, kwArgs){ if(kwArgs["headers"]) { for(var header in kwArgs["headers"]) { if(header.toLowerCase() == "content-type" && !kwArgs["contentType"]) { kwArgs["contentType"] = kwArgs["headers"][header]; } else { http.setRequestHeader(header, kwArgs["headers"][header]); } } } } this.inFlight = []; this.inFlightTimer = null; this.startWatchingInFlight = function(){ //summary: internal method used to trigger a timer to watch all inflight //XMLHttpRequests. if(!this.inFlightTimer){ // setInterval broken in mozilla x86_64 in some circumstances, see // https://bugzilla.mozilla.org/show_bug.cgi?id=344439 // using setTimeout instead this.inFlightTimer = setTimeout("dojo.io.XMLHTTPTransport.watchInFlight();", 10); } } this.watchInFlight = function(){ //summary: internal method that checks each inflight XMLHttpRequest to see //if it has completed or if the timeout situation applies. var now = null; // make sure sync calls stay thread safe, if this callback is called during a sync call // and this results in another sync call before the first sync call ends the browser hangs if(!dojo.hostenv._blockAsync && !_this._blockAsync){ for(var x=this.inFlight.length-1; x>=0; x--){ try{ var tif = this.inFlight[x]; if(!tif || tif.http._aborted || !tif.http.readyState){ this.inFlight.splice(x, 1); continue; } if(4==tif.http.readyState){ // remove it so we can clean refs this.inFlight.splice(x, 1); doLoad(tif.req, tif.http, tif.url, tif.query, tif.useCache); }else if (tif.startTime){ //See if this is a timeout case. if(!now){ now = (new Date()).getTime(); } if(tif.startTime + (tif.req.timeoutSeconds * 1000) < now){ //Stop the request. if(typeof tif.http.abort == "function"){ tif.http.abort(); } // remove it so we can clean refs this.inFlight.splice(x, 1); tif.req[(typeof tif.req.timeout == "function") ? "timeout" : "handle"]("timeout", null, tif.http, tif.req); } } }catch(e){ try{ var errObj = new dojo.io.Error("XMLHttpTransport.watchInFlight Error: " + e); tif.req[(typeof tif.req.error == "function") ? "error" : "handle"]("error", errObj, tif.http, tif.req); }catch(e2){ dojo.debug("XMLHttpTransport error callback failed: " + e2); } } } } clearTimeout(this.inFlightTimer); if(this.inFlight.length == 0){ this.inFlightTimer = null; return; } this.inFlightTimer = setTimeout("dojo.io.XMLHTTPTransport.watchInFlight();", 10); } var hasXmlHttp = dojo.hostenv.getXmlhttpObject() ? true : false; this.canHandle = function(/*dojo.io.Request*/kwArgs){ //summary: Tells dojo.io.bind() if this is a good transport to //use for the particular type of request. This type of transport cannot //handle forms that have an input type="file" element. // FIXME: we need to determine when form values need to be // multi-part mime encoded and avoid using this transport for those // requests. var mlc = kwArgs["mimetype"].toLowerCase()||""; return hasXmlHttp && ( ( dojo.lang.inArray([ "text/plain", "text/html", "application/xml", "text/xml", "text/javascript" ], mlc ) ) || ( mlc.substr(0, 9) == "text/json" || mlc.substr(0, 16) == "application/json" ) ) && !( kwArgs["formNode"] && dojo.io.formHasFile(kwArgs["formNode"]) ); //boolean } this.multipartBoundary = "45309FFF-BD65-4d50-99C9-36986896A96F"; // unique guid as a boundary value for multipart posts this.bind = function(/*dojo.io.Request*/kwArgs){ //summary: function that sends the request to the server. //This function will attach an abort() function to the kwArgs dojo.io.Request object, //so if you need to abort the request, you can call that method on the request object. //The following are acceptable properties in kwArgs (in addition to the //normal dojo.io.Request object properties). //url: String: URL the server URL to use for the request. //method: String: the HTTP method to use (GET, POST, etc...). //mimetype: Specifies what format the result data should be given to the load/handle callback. Valid values are: // text/javascript, text/json, application/json, application/xml, text/xml. Any other mimetype will give back a text // string. //transport: String: specify "XMLHTTPTransport" to force the use of this XMLHttpRequest transport. //headers: Object: The object property names and values will be sent as HTTP request header // names and values. //sendTransport: boolean: If true, then dojo.transport=xmlhttp will be added to the request. //encoding: String: The type of encoding to use when dealing with the content kwArgs property. //content: Object: The content object is converted into a name=value&name=value string, by // using dojo.io.argsFromMap(). The encoding kwArgs property is passed to dojo.io.argsFromMap() // for use in encoding the names and values. The resulting string is added to the request. //formNode: DOMNode: a form element node. This should not normally be used. Use new dojo.io.FormBind() instead. // If formNode is used, then the names and values of the form elements will be converted // to a name=value&name=value string and added to the request. The encoding kwArgs property is used // to encode the names and values. //postContent: String: Raw name=value&name=value string to be included as part of the request. //back or backButton: Function: A function to be called if the back button is pressed. If this kwArgs property // is used, then back button support via dojo.undo.browser will be used. See notes for dojo.undo.browser on usage. // You need to set djConfig.preventBackButtonFix = false to enable back button support. //changeUrl: boolean or String: Used as part of back button support. See notes for dojo.undo.browser on usage. //user: String: The user name. Used in conjuction with password. Passed to XMLHttpRequest.open(). //password: String: The user's password. Used in conjuction with user. Passed to XMLHttpRequest.open(). //file: Object or Array of Objects: an object simulating a file to be uploaded. file objects should have the following properties: // name or fileName: the name of the file // contentType: the MIME content type for the file. // content: the actual content of the file. //multipart: boolean: indicates whether this should be a multipart mime request. If kwArgs.file exists, then this // property is set to true automatically. //sync: boolean: if true, then a synchronous XMLHttpRequest call is done, // if false (the default), then an asynchronous call is used. //preventCache: boolean: If true, then a cache busting parameter is added to the request URL. // default value is false. //useCache: boolean: If true, then XMLHttpTransport will keep an internal cache of the server // response and use that response if a similar request is done again. // A similar request is one that has the same URL, query string and HTTP method value. // default is false. if(!kwArgs["url"]){ // are we performing a history action? if( !kwArgs["formNode"] && (kwArgs["backButton"] || kwArgs["back"] || kwArgs["changeUrl"] || kwArgs["watchForURL"]) && (!djConfig.preventBackButtonFix)) { dojo.deprecated("Using dojo.io.XMLHTTPTransport.bind() to add to browser history without doing an IO request", "Use dojo.undo.browser.addToHistory() instead.", "0.4"); dojo.undo.browser.addToHistory(kwArgs); return true; } } // build this first for cache purposes var url = kwArgs.url; var query = ""; if(kwArgs["formNode"]){ var ta = kwArgs.formNode.getAttribute("action"); if((ta)&&(!kwArgs["url"])){ url = ta; } var tp = kwArgs.formNode.getAttribute("method"); if((tp)&&(!kwArgs["method"])){ kwArgs.method = tp; } query += dojo.io.encodeForm(kwArgs.formNode, kwArgs.encoding, kwArgs["formFilter"]); } if(url.indexOf("#") > -1) { dojo.debug("Warning: dojo.io.bind: stripping hash values from url:", url); url = url.split("#")[0]; } if(kwArgs["file"]){ // force post for file transfer kwArgs.method = "post"; } if(!kwArgs["method"]){ kwArgs.method = "get"; } // guess the multipart value if(kwArgs.method.toLowerCase() == "get"){ // GET cannot use multipart kwArgs.multipart = false; }else{ if(kwArgs["file"]){ // enforce multipart when sending files kwArgs.multipart = true; }else if(!kwArgs["multipart"]){ // default kwArgs.multipart = false; } } if(kwArgs["backButton"] || kwArgs["back"] || kwArgs["changeUrl"]){ dojo.undo.browser.addToHistory(kwArgs); } var content = kwArgs["content"] || {}; if(kwArgs.sendTransport) { content["dojo.transport"] = "xmlhttp"; } do { // break-block if(kwArgs.postContent){ query = kwArgs.postContent; break; } if(content) { query += dojo.io.argsFromMap(content, kwArgs.encoding); } if(kwArgs.method.toLowerCase() == "get" || !kwArgs.multipart){ break; } var t = []; if(query.length){ var q = query.split("&"); for(var i = 0; i < q.length; ++i){ if(q[i].length){ var p = q[i].split("="); t.push( "--" + this.multipartBoundary, "Content-Disposition: form-data; name=\"" + p[0] + "\"", "", p[1]); } } } if(kwArgs.file){ if(dojo.lang.isArray(kwArgs.file)){ for(var i = 0; i < kwArgs.file.length; ++i){ var o = kwArgs.file[i]; t.push( "--" + this.multipartBoundary, "Content-Disposition: form-data; name=\"" + o.name + "\"; filename=\"" + ("fileName" in o ? o.fileName : o.name) + "\"", "Content-Type: " + ("contentType" in o ? o.contentType : "application/octet-stream"), "", o.content); } }else{ var o = kwArgs.file; t.push( "--" + this.multipartBoundary, "Content-Disposition: form-data; name=\"" + o.name + "\"; filename=\"" + ("fileName" in o ? o.fileName : o.name) + "\"", "Content-Type: " + ("contentType" in o ? o.contentType : "application/octet-stream"), "", o.content); } } if(t.length){ t.push("--"+this.multipartBoundary+"--", ""); query = t.join("\r\n"); } }while(false); // kwArgs.Connection = "close"; var async = kwArgs["sync"] ? false : true; var preventCache = kwArgs["preventCache"] || (this.preventCache == true && kwArgs["preventCache"] != false); var useCache = kwArgs["useCache"] == true || (this.useCache == true && kwArgs["useCache"] != false ); // preventCache is browser-level (add query string junk), useCache // is for the local cache. If we say preventCache, then don't attempt // to look in the cache, but if useCache is true, we still want to cache // the response if(!preventCache && useCache){ var cachedHttp = getFromCache(url, query, kwArgs.method); if(cachedHttp){ doLoad(kwArgs, cachedHttp, url, query, false); return; } } // much of this is from getText, but reproduced here because we need // more flexibility var http = dojo.hostenv.getXmlhttpObject(kwArgs); var received = false; // build a handler function that calls back to the handler obj if(async){ var startTime = // FIXME: setting up this callback handler leaks on IE!!! this.inFlight.push({ "req": kwArgs, "http": http, "url": url, "query": query, "useCache": useCache, "startTime": kwArgs.timeoutSeconds ? (new Date()).getTime() : 0 }); this.startWatchingInFlight(); }else{ // block async callbacks until sync is in, needed in khtml, others? _this._blockAsync = true; } if(kwArgs.method.toLowerCase() == "post"){ // FIXME: need to hack in more flexible Content-Type setting here! if (!kwArgs.user) { http.open("POST", url, async); }else{ http.open("POST", url, async, kwArgs.user, kwArgs.password); } setHeaders(http, kwArgs); http.setRequestHeader("Content-Type", kwArgs.multipart ? ("multipart/form-data; boundary=" + this.multipartBoundary) : (kwArgs.contentType || "application/x-www-form-urlencoded")); try{ http.send(query); }catch(e){ if(typeof http.abort == "function"){ http.abort(); } doLoad(kwArgs, {status: 404}, url, query, useCache); } }else{ var tmpUrl = url; if(query != "") { tmpUrl += (tmpUrl.indexOf("?") > -1 ? "&" : "?") + query; } if(preventCache) { tmpUrl += (dojo.string.endsWithAny(tmpUrl, "?", "&") ? "" : (tmpUrl.indexOf("?") > -1 ? "&" : "?")) + "dojo.preventCache=" + new Date().valueOf(); } if (!kwArgs.user) { http.open(kwArgs.method.toUpperCase(), tmpUrl, async); }else{ http.open(kwArgs.method.toUpperCase(), tmpUrl, async, kwArgs.user, kwArgs.password); } setHeaders(http, kwArgs); try { http.send(null); }catch(e) { if(typeof http.abort == "function"){ http.abort(); } doLoad(kwArgs, {status: 404}, url, query, useCache); } } if( !async ) { doLoad(kwArgs, http, url, query, useCache); _this._blockAsync = false; } kwArgs.abort = function(){ try{// khtml doesent reset readyState on abort, need this workaround http._aborted = true; }catch(e){/*squelsh*/} return http.abort(); } return; } dojo.io.transports.addTransport("XMLHTTPTransport"); } } dojo.provide("dojo.io.cookie"); dojo.io.cookie.setCookie = function(/*String*/name, /*String*/value, /*Number?*/days, /*String?*/path, /*String?*/domain, /*boolean?*/secure){ //summary: sets a cookie. var expires = -1; if((typeof days == "number")&&(days >= 0)){ var d = new Date(); d.setTime(d.getTime()+(days*24*60*60*1000)); expires = d.toGMTString(); } value = escape(value); document.cookie = name + "=" + value + ";" + (expires != -1 ? " expires=" + expires + ";" : "") + (path ? "path=" + path : "") + (domain ? "; domain=" + domain : "") + (secure ? "; secure" : ""); } dojo.io.cookie.set = dojo.io.cookie.setCookie; dojo.io.cookie.getCookie = function(/*String*/name){ //summary: Gets a cookie with the given name. // FIXME: Which cookie should we return? // If there are cookies set for different sub domains in the current // scope there could be more than one cookie with the same name. // I think taking the last one in the list takes the one from the // deepest subdomain, which is what we're doing here. var idx = document.cookie.lastIndexOf(name+'='); if(idx == -1) { return null; } var value = document.cookie.substring(idx+name.length+1); var end = value.indexOf(';'); if(end == -1) { end = value.length; } value = value.substring(0, end); value = unescape(value); return value; //String } dojo.io.cookie.get = dojo.io.cookie.getCookie; dojo.io.cookie.deleteCookie = function(/*String*/name){ //summary: Deletes a cookie with the given name. dojo.io.cookie.setCookie(name, "-", 0); } dojo.io.cookie.setObjectCookie = function( /*String*/name, /*Object*/obj, /*Number?*/days, /*String?*/path, /*String?*/domain, /*boolean?*/secure, /*boolean?*/clearCurrent){ //summary: Takes an object, serializes it to a cookie value, and either //sets a cookie with the serialized value. //description: If clearCurrent is true, then any current cookie value //for this object will be replaced with the the new serialized object value. //If clearCurrent is false, then the existing cookie value will be modified //with any changes from the new object value. //Objects must be simple name/value pairs where the value is either a string //or a number. Any other value will be ignored. if(arguments.length == 5){ // for backwards compat clearCurrent = domain; domain = null; secure = null; } var pairs = [], cookie, value = ""; if(!clearCurrent){ cookie = dojo.io.cookie.getObjectCookie(name); } if(days >= 0){ if(!cookie){ cookie = {}; } for(var prop in obj){ if(obj[prop] == null){ delete cookie[prop]; }else if((typeof obj[prop] == "string")||(typeof obj[prop] == "number")){ cookie[prop] = obj[prop]; } } prop = null; for(var prop in cookie){ pairs.push(escape(prop) + "=" + escape(cookie[prop])); } value = pairs.join("&"); } dojo.io.cookie.setCookie(name, value, days, path, domain, secure); } dojo.io.cookie.getObjectCookie = function(/*String*/name){ //summary: Gets an object value for the given cookie name. The complement of //dojo.io.cookie.setObjectCookie(). var values = null, cookie = dojo.io.cookie.getCookie(name); if(cookie){ values = {}; var pairs = cookie.split("&"); for(var i = 0; i < pairs.length; i++){ var pair = pairs[i].split("="); var value = pair[1]; if( isNaN(value) ){ value = unescape(pair[1]); } values[ unescape(pair[0]) ] = value; } } return values; } dojo.io.cookie.isSupported = function(){ //summary: Tests the browser to see if cookies are enabled. if(typeof navigator.cookieEnabled != "boolean"){ dojo.io.cookie.setCookie("__TestingYourBrowserForCookieSupport__", "CookiesAllowed", 90, null); var cookieVal = dojo.io.cookie.getCookie("__TestingYourBrowserForCookieSupport__"); navigator.cookieEnabled = (cookieVal == "CookiesAllowed"); if(navigator.cookieEnabled){ // FIXME: should we leave this around? this.deleteCookie("__TestingYourBrowserForCookieSupport__"); } } return navigator.cookieEnabled; //boolean } // need to leave this in for backwards-compat from 0.1 for when it gets pulled in by dojo.io.* if(!dojo.io.cookies){ dojo.io.cookies = dojo.io.cookie; } dojo.kwCompoundRequire({ common: ["dojo.io.common"], rhino: ["dojo.io.RhinoIO"], browser: ["dojo.io.BrowserIO", "dojo.io.cookie"], dashboard: ["dojo.io.BrowserIO", "dojo.io.cookie"] }); dojo.provide("dojo.io.*"); dojo.provide("dojo.event.common"); // TODO: connection filter functions // these are functions that accept a method invocation (like around // advice) and return a boolean based on it. That value determines // whether or not the connection proceeds. It could "feel" like around // advice for those who know what it is (calling proceed() or not), // but I think presenting it as a "filter" and/or calling it with the // function args and not the MethodInvocation might make it more // palletable to "normal" users than around-advice currently is // TODO: execution scope mangling // YUI's event facility by default executes listeners in the context // of the source object. This is very odd, but should probably be // supported as an option (both for the source and for the dest). It // can be thought of as a connection-specific hitch(). // TODO: more resiliency for 4+ arguments to connect() dojo.event = new function(){ this._canTimeout = dojo.lang.isFunction(dj_global["setTimeout"])||dojo.lang.isAlien(dj_global["setTimeout"]); // FIXME: where should we put this method (not here!)? function interpolateArgs(args, searchForNames){ var dl = dojo.lang; var ao = { srcObj: dj_global, srcFunc: null, adviceObj: dj_global, adviceFunc: null, aroundObj: null, aroundFunc: null, adviceType: (args.length>2) ? args[0] : "after", precedence: "last", once: false, delay: null, rate: 0, adviceMsg: false, maxCalls: -1 }; switch(args.length){ case 0: return; case 1: return; case 2: ao.srcFunc = args[0]; ao.adviceFunc = args[1]; break; case 3: if((dl.isObject(args[0]))&&(dl.isString(args[1]))&&(dl.isString(args[2]))){ ao.adviceType = "after"; ao.srcObj = args[0]; ao.srcFunc = args[1]; ao.adviceFunc = args[2]; }else if((dl.isString(args[1]))&&(dl.isString(args[2]))){ ao.srcFunc = args[1]; ao.adviceFunc = args[2]; }else if((dl.isObject(args[0]))&&(dl.isString(args[1]))&&(dl.isFunction(args[2]))){ ao.adviceType = "after"; ao.srcObj = args[0]; ao.srcFunc = args[1]; var tmpName = dl.nameAnonFunc(args[2], ao.adviceObj, searchForNames); ao.adviceFunc = tmpName; }else if((dl.isFunction(args[0]))&&(dl.isObject(args[1]))&&(dl.isString(args[2]))){ ao.adviceType = "after"; ao.srcObj = dj_global; var tmpName = dl.nameAnonFunc(args[0], ao.srcObj, searchForNames); ao.srcFunc = tmpName; ao.adviceObj = args[1]; ao.adviceFunc = args[2]; } break; case 4: if((dl.isObject(args[0]))&&(dl.isObject(args[2]))){ // we can assume that we've got an old-style "connect" from // the sigslot school of event attachment. We therefore // assume after-advice. ao.adviceType = "after"; ao.srcObj = args[0]; ao.srcFunc = args[1]; ao.adviceObj = args[2]; ao.adviceFunc = args[3]; }else if((dl.isString(args[0]))&&(dl.isString(args[1]))&&(dl.isObject(args[2]))){ ao.adviceType = args[0]; ao.srcObj = dj_global; ao.srcFunc = args[1]; ao.adviceObj = args[2]; ao.adviceFunc = args[3]; }else if((dl.isString(args[0]))&&(dl.isFunction(args[1]))&&(dl.isObject(args[2]))){ ao.adviceType = args[0]; ao.srcObj = dj_global; var tmpName = dl.nameAnonFunc(args[1], dj_global, searchForNames); ao.srcFunc = tmpName; ao.adviceObj = args[2]; ao.adviceFunc = args[3]; }else if((dl.isString(args[0]))&&(dl.isObject(args[1]))&&(dl.isString(args[2]))&&(dl.isFunction(args[3]))){ ao.srcObj = args[1]; ao.srcFunc = args[2]; var tmpName = dl.nameAnonFunc(args[3], dj_global, searchForNames); ao.adviceObj = dj_global; ao.adviceFunc = tmpName; }else if(dl.isObject(args[1])){ ao.srcObj = args[1]; ao.srcFunc = args[2]; ao.adviceObj = dj_global; ao.adviceFunc = args[3]; }else if(dl.isObject(args[2])){ ao.srcObj = dj_global; ao.srcFunc = args[1]; ao.adviceObj = args[2]; ao.adviceFunc = args[3]; }else{ ao.srcObj = ao.adviceObj = ao.aroundObj = dj_global; ao.srcFunc = args[1]; ao.adviceFunc = args[2]; ao.aroundFunc = args[3]; } break; case 6: ao.srcObj = args[1]; ao.srcFunc = args[2]; ao.adviceObj = args[3] ao.adviceFunc = args[4]; ao.aroundFunc = args[5]; ao.aroundObj = dj_global; break; default: ao.srcObj = args[1]; ao.srcFunc = args[2]; ao.adviceObj = args[3] ao.adviceFunc = args[4]; ao.aroundObj = args[5]; ao.aroundFunc = args[6]; ao.once = args[7]; ao.delay = args[8]; ao.rate = args[9]; ao.adviceMsg = args[10]; ao.maxCalls = (!isNaN(parseInt(args[11]))) ? args[11] : -1; break; } if(dl.isFunction(ao.aroundFunc)){ var tmpName = dl.nameAnonFunc(ao.aroundFunc, ao.aroundObj, searchForNames); ao.aroundFunc = tmpName; } if(dl.isFunction(ao.srcFunc)){ ao.srcFunc = dl.getNameInObj(ao.srcObj, ao.srcFunc); } if(dl.isFunction(ao.adviceFunc)){ ao.adviceFunc = dl.getNameInObj(ao.adviceObj, ao.adviceFunc); } if((ao.aroundObj)&&(dl.isFunction(ao.aroundFunc))){ ao.aroundFunc = dl.getNameInObj(ao.aroundObj, ao.aroundFunc); } if(!ao.srcObj){ dojo.raise("bad srcObj for srcFunc: "+ao.srcFunc); } if(!ao.adviceObj){ dojo.raise("bad adviceObj for adviceFunc: "+ao.adviceFunc); } if(!ao.adviceFunc){ dojo.debug("bad adviceFunc for srcFunc: "+ao.srcFunc); dojo.debugShallow(ao); } return ao; } this.connect = function(/*...*/){ // summary: // dojo.event.connect is the glue that holds most Dojo-based // applications together. Most combinations of arguments are // supported, with the connect() method attempting to disambiguate // the implied types of positional parameters. The following will // all work: // dojo.event.connect("globalFunctionName1", "globalFunctionName2"); // dojo.event.connect(functionReference1, functionReference2); // dojo.event.connect("globalFunctionName1", functionReference2); // dojo.event.connect(functionReference1, "globalFunctionName2"); // dojo.event.connect(scope1, "functionName1", "globalFunctionName2"); // dojo.event.connect("globalFunctionName1", scope2, "functionName2"); // dojo.event.connect(scope1, "functionName1", scope2, "functionName2"); // dojo.event.connect("after", scope1, "functionName1", scope2, "functionName2"); // dojo.event.connect("before", scope1, "functionName1", scope2, "functionName2"); // dojo.event.connect("around", scope1, "functionName1", // scope2, "functionName2", // aroundFunctionReference); // dojo.event.connect("around", scope1, "functionName1", // scope2, "functionName2", // scope3, "aroundFunctionName"); // dojo.event.connect("before-around", scope1, "functionName1", // scope2, "functionName2", // aroundFunctionReference); // dojo.event.connect("after-around", scope1, "functionName1", // scope2, "functionName2", // aroundFunctionReference); // dojo.event.connect("after-around", scope1, "functionName1", // scope2, "functionName2", // scope3, "aroundFunctionName"); // dojo.event.connect("around", scope1, "functionName1", // scope2, "functionName2", // scope3, "aroundFunctionName", true, 30); // dojo.event.connect("around", scope1, "functionName1", // scope2, "functionName2", // scope3, "aroundFunctionName", null, null, 10); // adviceType: // Optional. String. One of "before", "after", "around", // "before-around", or "after-around". FIXME // srcObj: // the scope in which to locate/execute the named srcFunc. Along // with srcFunc, this creates a way to dereference the function to // call. So if the function in question is "foo.bar", the // srcObj/srcFunc pair would be foo and "bar", where "bar" is a // string and foo is an object reference. // srcFunc: // the name of the function to connect to. When it is executed, // the listener being registered with this call will be called. // The adviceType defines the call order between the source and // the target functions. // adviceObj: // the scope in which to locate/execute the named adviceFunc. // adviceFunc: // the name of the function being conected to srcObj.srcFunc // aroundObj: // the scope in which to locate/execute the named aroundFunc. // aroundFunc: // the name of, or a reference to, the function that will be used // to mediate the advice call. Around advice requires a special // unary function that will be passed a "MethodInvocation" object. // These objects have several important properties, namely: // - args // a mutable array of arguments to be passed into the // wrapped function // - proceed // a function that "continues" the invocation. The result // of this function is the return of the wrapped function. // You can then manipulate this return before passing it // back out (or take further action based on it). // once: // boolean that determines whether or not this connect() will // create a new connection if an identical connect() has already // been made. Defaults to "false". // delay: // an optional delay (in ms), as an integer, for dispatch of a // listener after the source has been fired. // rate: // an optional rate throttling parameter (integer, in ms). When // specified, this particular connection will not fire more than // once in the interval specified by the rate // adviceMsg: // boolean. Should the listener have all the parameters passed in // as a single argument? /* ao.adviceType = args[0]; ao.srcObj = args[1]; ao.srcFunc = args[2]; ao.adviceObj = args[3] ao.adviceFunc = args[4]; ao.aroundObj = args[5]; ao.aroundFunc = args[6]; ao.once = args[7]; ao.delay = args[8]; ao.rate = args[9]; ao.adviceMsg = args[10]; ao.maxCalls = args[11]; */ if(arguments.length == 1){ var ao = arguments[0]; }else{ var ao = interpolateArgs(arguments, true); } if(dojo.lang.isString(ao.srcFunc) && (ao.srcFunc.toLowerCase() == "onkey") ){ if(dojo.render.html.ie){ ao.srcFunc = "onkeydown"; this.connect(ao); } ao.srcFunc = "onkeypress"; } if(dojo.lang.isArray(ao.srcObj) && ao.srcObj!=""){ var tmpAO = {}; for(var x in ao){ tmpAO[x] = ao[x]; } var mjps = []; dojo.lang.forEach(ao.srcObj, function(src){ if((dojo.render.html.capable)&&(dojo.lang.isString(src))){ src = dojo.byId(src); // dojo.debug(src); } tmpAO.srcObj = src; // dojo.debug(tmpAO.srcObj, tmpAO.srcFunc); // dojo.debug(tmpAO.adviceObj, tmpAO.adviceFunc); mjps.push(dojo.event.connect.call(dojo.event, tmpAO)); }); return mjps; } // FIXME: just doing a "getForMethod()" seems to be enough to put this into infinite recursion!! var mjp = dojo.event.MethodJoinPoint.getForMethod(ao.srcObj, ao.srcFunc); if(ao.adviceFunc){ var mjp2 = dojo.event.MethodJoinPoint.getForMethod(ao.adviceObj, ao.adviceFunc); } mjp.kwAddAdvice(ao); // advanced users might want to fsck w/ the join point manually return mjp; // a MethodJoinPoint object } this.log = function(/*object or funcName*/ a1, /*funcName*/ a2){ // summary: // a function that will wrap and log all calls to the specified // a1.a2() function. If only a1 is passed, it'll be used as a // function or function name on the global context. Logging will // be sent to dojo.debug // a1: // if a2 is passed, this should be an object. If not, it can be a // function or function name. // a2: // a function name var kwArgs; if((arguments.length == 1)&&(typeof a1 == "object")){ kwArgs = a1; }else{ kwArgs = { srcObj: a1, srcFunc: a2 }; } kwArgs.adviceFunc = function(){ var argsStr = []; for(var x=0; x= this.jp_.around.length){ return this.jp_.object[this.jp_.methodname].apply(this.jp_.object, this.args); // return this.jp_.run_before_after(this.object, this.args); }else{ var ti = this.jp_.around[this.around_index]; var mobj = ti[0]||dj_global; var meth = ti[1]; return mobj[meth].call(mobj, this); } } dojo.event.MethodJoinPoint = function(/*Object*/obj, /*String*/funcName){ this.object = obj||dj_global; this.methodname = funcName; this.methodfunc = this.object[funcName]; this.squelch = false; // this.before = []; // this.after = []; // this.around = []; } dojo.event.MethodJoinPoint.getForMethod = function(/*Object*/obj, /*String*/funcName){ // summary: // "static" class function for returning a MethodJoinPoint from a // scoped function. If one doesn't exist, one is created. // obj: // the scope to search for the function in // funcName: // the name of the function to return a MethodJoinPoint for if(!obj){ obj = dj_global; } var ofn = obj[funcName]; if(!ofn){ // supply a do-nothing method implementation ofn = obj[funcName] = function(){}; if(!obj[funcName]){ // e.g. cannot add to inbuilt objects in IE6 dojo.raise("Cannot set do-nothing method on that object "+funcName); } }else if((typeof ofn != "function")&&(!dojo.lang.isFunction(ofn))&&(!dojo.lang.isAlien(ofn))){ // FIXME: should we throw an exception here instead? return null; } // we hide our joinpoint instance in obj[funcName + '$joinpoint'] var jpname = funcName + "$joinpoint"; var jpfuncname = funcName + "$joinpoint$method"; var joinpoint = obj[jpname]; if(!joinpoint){ var isNode = false; if(dojo.event["browser"]){ if( (obj["attachEvent"])|| (obj["nodeType"])|| (obj["addEventListener"]) ){ isNode = true; dojo.event.browser.addClobberNodeAttrs(obj, [jpname, jpfuncname, funcName]); } } var origArity = ofn.length; obj[jpfuncname] = ofn; // joinpoint = obj[jpname] = new dojo.event.MethodJoinPoint(obj, funcName); joinpoint = obj[jpname] = new dojo.event.MethodJoinPoint(obj, jpfuncname); if(!isNode){ obj[funcName] = function(){ // var args = []; // for(var x=0; x -1){ if(maxCount == 0){ return; } marr[7]--; } var undef; var to = { args: [], jp_: this, object: obj, proceed: function(){ return callObj[callFunc].apply(callObj, to.args); } }; to.args = aargs; var delay = parseInt(marr[4]); var hasDelay = ((!isNaN(delay))&&(marr[4]!==null)&&(typeof marr[4] != "undefined")); if(marr[5]){ var rate = parseInt(marr[5]); var cur = new Date(); var timerSet = false; if((marr["last"])&&((cur-marr.last)<=rate)){ if(dojo.event._canTimeout){ if(marr["delayTimer"]){ clearTimeout(marr.delayTimer); } var tod = parseInt(rate*2); // is rate*2 naive? var mcpy = dojo.lang.shallowCopy(marr); marr.delayTimer = setTimeout(function(){ // FIXME: on IE at least, event objects from the // browser can go out of scope. How (or should?) we // deal with it? mcpy[5] = 0; unrollAdvice(mcpy); }, tod); } return; }else{ marr.last = cur; } } // FIXME: need to enforce rates for a connection here! if(aroundFunc){ // NOTE: around advice can't delay since we might otherwise depend // on execution order! aroundObj[aroundFunc].call(aroundObj, to); }else{ // var tmjp = dojo.event.MethodJoinPoint.getForMethod(obj, methname); if((hasDelay)&&((dojo.render.html)||(dojo.render.svg))){ // FIXME: the render checks are grotty! dj_global["setTimeout"](function(){ if(msg){ callObj[callFunc].call(callObj, to); }else{ callObj[callFunc].apply(callObj, args); } }, delay); }else{ // many environments can't support delay! if(msg){ callObj[callFunc].call(callObj, to); }else{ callObj[callFunc].apply(callObj, args); } } } }; var unRollSquelch = function(){ if(this.squelch){ try{ return unrollAdvice.apply(this, arguments); }catch(e){ dojo.debug(e); } }else{ return unrollAdvice.apply(this, arguments); } }; if((this["before"])&&(this.before.length>0)){ // pass a cloned array, if this event disconnects this event forEach on this.before wont work dojo.lang.forEach(this.before.concat(new Array()), unRollSquelch); } var result; try{ if((this["around"])&&(this.around.length>0)){ var mi = new dojo.event.MethodInvocation(this, obj, args); result = mi.proceed(); }else if(this.methodfunc){ result = this.object[this.methodname].apply(this.object, args); } }catch(e){ if(!this.squelch){ dojo.debug(e,"when calling",this.methodname,"on",this.object,"with arguments",args); dojo.raise(e); } } if((this["after"])&&(this.after.length>0)){ // see comment on this.before above dojo.lang.forEach(this.after.concat(new Array()), unRollSquelch); } return (this.methodfunc) ? result : null; }, getArr: function(/*String*/kind){ // summary: return a list of listeners of the past "kind" // kind: // can be one of: "before", "after", "around", "before-around", or // "after-around" var type = "after"; // FIXME: we should be able to do this through props or Array.in() if((typeof kind == "string")&&(kind.indexOf("before")!=-1)){ type = "before"; }else if(kind=="around"){ type = "around"; } if(!this[type]){ this[type] = []; } return this[type]; // Array }, kwAddAdvice: function(/*Object*/args){ // summary: // adds advice to the joinpoint with arguments in a map // args: // An object that can have the following properties: // - adviceType // - adviceObj // - adviceFunc // - aroundObj // - aroundFunc // - once // - delay // - rate // - adviceMsg // - maxCalls this.addAdvice( args["adviceObj"], args["adviceFunc"], args["aroundObj"], args["aroundFunc"], args["adviceType"], args["precedence"], args["once"], args["delay"], args["rate"], args["adviceMsg"], args["maxCalls"]); }, addAdvice: function( thisAdviceObj, thisAdvice, thisAroundObj, thisAround, adviceType, precedence, once, delay, rate, asMessage, maxCalls){ // summary: // add advice to this joinpoint using positional parameters // thisAdviceObj: // the scope in which to locate/execute the named adviceFunc. // thisAdviceFunc: // the name of the function being conected // thisAroundObj: // the scope in which to locate/execute the named aroundFunc. // thisAroundFunc: // the name of the function that will be used to mediate the // advice call. // adviceType: // Optional. String. One of "before", "after", "around", // "before-around", or "after-around". FIXME // once: // boolean that determines whether or not this advice will create // a new connection if an identical advice set has already been // provided. Defaults to "false". // delay: // an optional delay (in ms), as an integer, for dispatch of a // listener after the source has been fired. // rate: // an optional rate throttling parameter (integer, in ms). When // specified, this particular connection will not fire more than // once in the interval specified by the rate // adviceMsg: // boolean. Should the listener have all the parameters passed in // as a single argument? // maxCalls: // Integer. The maximum number of times this connection can be // used before being auto-disconnected. -1 signals that the // connection should never be disconnected. var arr = this.getArr(adviceType); if(!arr){ dojo.raise("bad this: " + this); } var ao = [thisAdviceObj, thisAdvice, thisAroundObj, thisAround, delay, rate, asMessage, maxCalls]; if(once){ if(this.hasAdvice(thisAdviceObj, thisAdvice, adviceType, arr) >= 0){ return; } } if(precedence == "first"){ arr.unshift(ao); }else{ arr.push(ao); } }, hasAdvice: function(thisAdviceObj, thisAdvice, adviceType, arr){ // summary: // returns the array index of the first existing connection // betweened the passed advice and this joinpoint. Will be -1 if // none exists. // thisAdviceObj: // the scope in which to locate/execute the named adviceFunc. // thisAdviceFunc: // the name of the function being conected // adviceType: // Optional. String. One of "before", "after", "around", // "before-around", or "after-around". FIXME // arr: // Optional. The list of advices to search. Will be found via // adviceType if not passed if(!arr){ arr = this.getArr(adviceType); } var ind = -1; for(var x=0; x=0; i=i-1){ var el = na[i]; try{ if(el && el["__clobberAttrs__"]){ for(var j=0; j= 65 && unifiedCharCode <= 90 && evt.shiftKey == false){ unifiedCharCode += 32; } if(unifiedCharCode >= 1 && unifiedCharCode <= 26 && evt.ctrlKey){ unifiedCharCode += 96; // 001-032 = ctrl+[a-z] } evt.key = String.fromCharCode(unifiedCharCode); } } } else if(evt["type"] == "keypress"){ if(dojo.render.html.opera){ if(evt.which == 0){ evt.key = evt.keyCode; }else if(evt.which > 0){ switch(evt.which){ case evt.KEY_SHIFT: case evt.KEY_CTRL: case evt.KEY_ALT: case evt.KEY_CAPS_LOCK: case evt.KEY_NUM_LOCK: case evt.KEY_SCROLL_LOCK: break; case evt.KEY_PAUSE: case evt.KEY_TAB: case evt.KEY_BACKSPACE: case evt.KEY_ENTER: case evt.KEY_ESCAPE: evt.key = evt.which; break; default: var unifiedCharCode = evt.which; if((evt.ctrlKey || evt.altKey || evt.metaKey) && (evt.which >= 65 && evt.which <= 90 && evt.shiftKey == false)){ unifiedCharCode += 32; } evt.key = String.fromCharCode(unifiedCharCode); } } }else if(dojo.render.html.ie){ // catch some IE keys that are hard to get in keyDown // key combinations were handled in onKeyDown if(!evt.ctrlKey && !evt.altKey && evt.keyCode >= evt.KEY_SPACE){ evt.key = String.fromCharCode(evt.keyCode); } }else if(dojo.render.html.safari){ switch(evt.keyCode){ case 25: evt.key = evt.KEY_TAB; evt.shift = true;break; case 63232: evt.key = evt.KEY_UP_ARROW; break; case 63233: evt.key = evt.KEY_DOWN_ARROW; break; case 63234: evt.key = evt.KEY_LEFT_ARROW; break; case 63235: evt.key = evt.KEY_RIGHT_ARROW; break; case 63236: evt.key = evt.KEY_F1; break; case 63237: evt.key = evt.KEY_F2; break; case 63238: evt.key = evt.KEY_F3; break; case 63239: evt.key = evt.KEY_F4; break; case 63240: evt.key = evt.KEY_F5; break; case 63241: evt.key = evt.KEY_F6; break; case 63242: evt.key = evt.KEY_F7; break; case 63243: evt.key = evt.KEY_F8; break; case 63244: evt.key = evt.KEY_F9; break; case 63245: evt.key = evt.KEY_F10; break; case 63246: evt.key = evt.KEY_F11; break; case 63247: evt.key = evt.KEY_F12; break; case 63250: evt.key = evt.KEY_PAUSE; break; case 63272: evt.key = evt.KEY_DELETE; break; case 63273: evt.key = evt.KEY_HOME; break; case 63275: evt.key = evt.KEY_END; break; case 63276: evt.key = evt.KEY_PAGE_UP; break; case 63277: evt.key = evt.KEY_PAGE_DOWN; break; case 63302: evt.key = evt.KEY_INSERT; break; case 63248://prtscr case 63249://scrolllock case 63289://numlock break; default: evt.key = evt.charCode >= evt.KEY_SPACE ? String.fromCharCode(evt.charCode) : evt.keyCode; } }else{ evt.key = evt.charCode > 0 ? String.fromCharCode(evt.charCode) : evt.keyCode; } } } if(dojo.render.html.ie){ if(!evt.target){ evt.target = evt.srcElement; } if(!evt.currentTarget){ evt.currentTarget = (sender ? sender : evt.srcElement); } if(!evt.layerX){ evt.layerX = evt.offsetX; } if(!evt.layerY){ evt.layerY = evt.offsetY; } // FIXME: scroll position query is duped from dojo.html to avoid dependency on that entire module // DONOT replace the following to use dojo.body(), in IE, document.documentElement should be used // here rather than document.body var doc = (evt.srcElement && evt.srcElement.ownerDocument) ? evt.srcElement.ownerDocument : document; var docBody = ((dojo.render.html.ie55)||(doc["compatMode"] == "BackCompat")) ? doc.body : doc.documentElement; if(!evt.pageX){ evt.pageX = evt.clientX + (docBody.scrollLeft || 0) } if(!evt.pageY){ evt.pageY = evt.clientY + (docBody.scrollTop || 0) } // mouseover if(evt.type == "mouseover"){ evt.relatedTarget = evt.fromElement; } // mouseout if(evt.type == "mouseout"){ evt.relatedTarget = evt.toElement; } this.currentEvent = evt; evt.callListener = this.callListener; evt.stopPropagation = this._stopPropagation; evt.preventDefault = this._preventDefault; } return evt; // Event } this.stopEvent = function(/*Event*/evt){ // summary: // prevents propigation and clobbers the default action of the // passed event // evt: Optional for IE. The native event object. if(window.event){ evt.cancelBubble = true; evt.returnValue = false; }else{ evt.preventDefault(); evt.stopPropagation(); } } } dojo.kwCompoundRequire({ common: ["dojo.event.common", "dojo.event.topic"], browser: ["dojo.event.browser"], dashboard: ["dojo.event.browser"] }); dojo.provide("dojo.event.*"); dojo.provide("dojo.gfx.color"); // TODO: rewrite the "x2y" methods to take advantage of the parsing // abilities of the Color object. Also, beef up the Color // object (as possible) to parse most common formats // takes an r, g, b, a(lpha) value, [r, g, b, a] array, "rgb(...)" string, hex string (#aaa, #aaaaaa, aaaaaaa) dojo.gfx.color.Color = function(r, g, b, a) { // dojo.debug("r:", r[0], "g:", r[1], "b:", r[2]); if(dojo.lang.isArray(r)){ this.r = r[0]; this.g = r[1]; this.b = r[2]; this.a = r[3]||1.0; }else if(dojo.lang.isString(r)){ var rgb = dojo.gfx.color.extractRGB(r); this.r = rgb[0]; this.g = rgb[1]; this.b = rgb[2]; this.a = g||1.0; }else if(r instanceof dojo.gfx.color.Color){ // why does this create a new instance if we were passed one? this.r = r.r; this.b = r.b; this.g = r.g; this.a = r.a; }else{ this.r = r; this.g = g; this.b = b; this.a = a; } } dojo.gfx.color.Color.fromArray = function(arr) { return new dojo.gfx.color.Color(arr[0], arr[1], arr[2], arr[3]); } dojo.extend(dojo.gfx.color.Color, { toRgb: function(includeAlpha) { if(includeAlpha) { return this.toRgba(); } else { return [this.r, this.g, this.b]; } }, toRgba: function() { return [this.r, this.g, this.b, this.a]; }, toHex: function() { return dojo.gfx.color.rgb2hex(this.toRgb()); }, toCss: function() { return "rgb(" + this.toRgb().join() + ")"; }, toString: function() { return this.toHex(); // decent default? }, blend: function(color, weight){ var rgb = null; if(dojo.lang.isArray(color)){ rgb = color; }else if(color instanceof dojo.gfx.color.Color){ rgb = color.toRgb(); }else{ rgb = new dojo.gfx.color.Color(color).toRgb(); } return dojo.gfx.color.blend(this.toRgb(), rgb, weight); } }); dojo.gfx.color.named = { white: [255,255,255], black: [0,0,0], red: [255,0,0], green: [0,255,0], lime: [0,255,0], blue: [0,0,255], navy: [0,0,128], gray: [128,128,128], silver: [192,192,192] }; dojo.gfx.color.blend = function(a, b, weight){ // summary: // blend colors a and b (both as RGB array or hex strings) with weight // from -1 to +1, 0 being a 50/50 blend if(typeof a == "string"){ return dojo.gfx.color.blendHex(a, b, weight); } if(!weight){ weight = 0; } weight = Math.min(Math.max(-1, weight), 1); // alex: this interface blows. // map -1 to 1 to the range 0 to 1 weight = ((weight + 1)/2); var c = []; // var stop = (1000*weight); for(var x = 0; x < 3; x++){ c[x] = parseInt( b[x] + ( (a[x] - b[x]) * weight) ); } return c; } // very convenient blend that takes and returns hex values // (will get called automatically by blend when blend gets strings) dojo.gfx.color.blendHex = function(a, b, weight) { return dojo.gfx.color.rgb2hex(dojo.gfx.color.blend(dojo.gfx.color.hex2rgb(a), dojo.gfx.color.hex2rgb(b), weight)); } // get RGB array from css-style color declarations dojo.gfx.color.extractRGB = function(color) { var hex = "0123456789abcdef"; color = color.toLowerCase(); if( color.indexOf("rgb") == 0 ) { var matches = color.match(/rgba*\((\d+), *(\d+), *(\d+)/i); var ret = matches.splice(1, 3); return ret; } else { var colors = dojo.gfx.color.hex2rgb(color); if(colors) { return colors; } else { // named color (how many do we support?) return dojo.gfx.color.named[color] || [255, 255, 255]; } } } dojo.gfx.color.hex2rgb = function(hex) { var hexNum = "0123456789ABCDEF"; var rgb = new Array(3); if( hex.indexOf("#") == 0 ) { hex = hex.substring(1); } hex = hex.toUpperCase(); if(hex.replace(new RegExp("["+hexNum+"]", "g"), "") != "") { return null; } if( hex.length == 3 ) { rgb[0] = hex.charAt(0) + hex.charAt(0) rgb[1] = hex.charAt(1) + hex.charAt(1) rgb[2] = hex.charAt(2) + hex.charAt(2); } else { rgb[0] = hex.substring(0, 2); rgb[1] = hex.substring(2, 4); rgb[2] = hex.substring(4); } for(var i = 0; i < rgb.length; i++) { rgb[i] = hexNum.indexOf(rgb[i].charAt(0)) * 16 + hexNum.indexOf(rgb[i].charAt(1)); } return rgb; } dojo.gfx.color.rgb2hex = function(r, g, b) { if(dojo.lang.isArray(r)) { g = r[1] || 0; b = r[2] || 0; r = r[0] || 0; } var ret = dojo.lang.map([r, g, b], function(x) { x = new Number(x); var s = x.toString(16); while(s.length < 2) { s = "0" + s; } return s; }); ret.unshift("#"); return ret.join(""); } dojo.provide("dojo.lfx.Animation"); /* Animation package based on Dan Pupius' work: http://pupius.co.uk/js/Toolkit.Drawing.js */ dojo.lfx.Line = function(/*int*/ start, /*int*/ end){ // summary: dojo.lfx.Line is the object used to generate values // from a start value to an end value this.start = start; this.end = end; if(dojo.lang.isArray(start)){ /* start: Array end: Array pId: a */ var diff = []; dojo.lang.forEach(this.start, function(s,i){ diff[i] = this.end[i] - s; }, this); this.getValue = function(/*float*/ n){ var res = []; dojo.lang.forEach(this.start, function(s, i){ res[i] = (diff[i] * n) + s; }, this); return res; // Array } }else{ var diff = end - start; this.getValue = function(/*float*/ n){ // summary: returns the point on the line // n: a floating point number greater than 0 and less than 1 return (diff * n) + this.start; // Decimal } } } if((dojo.render.html.khtml)&&(!dojo.render.html.safari)){ // the cool kids are obviously not using konqueror... // found a very wierd bug in floats constants, 1.5 evals as 1 // seems somebody mixed up ints and floats in 3.5.4 ?? // FIXME: investigate more and post a KDE bug (Fredrik) dojo.lfx.easeDefault = function(/*Decimal?*/ n){ // summary: Returns the point for point n on a sin wave. return (parseFloat("0.5")+((Math.sin( (n+parseFloat("1.5")) * Math.PI))/2)); } }else{ dojo.lfx.easeDefault = function(/*Decimal?*/ n){ return (0.5+((Math.sin( (n+1.5) * Math.PI))/2)); } } dojo.lfx.easeIn = function(/*Decimal?*/ n){ // summary: returns the point on an easing curve // n: a floating point number greater than 0 and less than 1 return Math.pow(n, 3); } dojo.lfx.easeOut = function(/*Decimal?*/ n){ // summary: returns the point on the line // n: a floating point number greater than 0 and less than 1 return ( 1 - Math.pow(1 - n, 3) ); } dojo.lfx.easeInOut = function(/*Decimal?*/ n){ // summary: returns the point on the line // n: a floating point number greater than 0 and less than 1 return ( (3 * Math.pow(n, 2)) - (2 * Math.pow(n, 3)) ); } dojo.lfx.IAnimation = function(){ // summary: dojo.lfx.IAnimation is an interface that implements // commonly used functions of animation objects } dojo.lang.extend(dojo.lfx.IAnimation, { // public properties curve: null, duration: 1000, easing: null, repeatCount: 0, rate: 10, // events handler: null, beforeBegin: null, onBegin: null, onAnimate: null, onEnd: null, onPlay: null, onPause: null, onStop: null, // public methods play: null, pause: null, stop: null, connect: function(/*Event*/ evt, /*Object*/ scope, /*Function*/ newFunc){ // summary: Convenience function. Quickly connect to an event // of this object and save the old functions connected to it. // evt: The name of the event to connect to. // scope: the scope in which to run newFunc. // newFunc: the function to run when evt is fired. if(!newFunc){ /* scope: Function newFunc: null pId: f */ newFunc = scope; scope = this; } newFunc = dojo.lang.hitch(scope, newFunc); var oldFunc = this[evt]||function(){}; this[evt] = function(){ var ret = oldFunc.apply(this, arguments); newFunc.apply(this, arguments); return ret; } return this; // dojo.lfx.IAnimation }, fire: function(/*Event*/ evt, /*Array*/ args){ // summary: Convenience function. Fire event "evt" and pass it // the arguments specified in "args". // evt: The event to fire. // args: The arguments to pass to the event. if(this[evt]){ this[evt].apply(this, (args||[])); } return this; // dojo.lfx.IAnimation }, repeat: function(/*int*/ count){ // summary: Set the repeat count of this object. // count: How many times to repeat the animation. this.repeatCount = count; return this; // dojo.lfx.IAnimation }, // private properties _active: false, _paused: false }); dojo.lfx.Animation = function( /*Object*/ handlers, /*int*/ duration, /*dojo.lfx.Line*/ curve, /*function*/ easing, /*int*/ repeatCount, /*int*/ rate){ // summary // a generic animation object that fires callbacks into it's handlers // object at various states // handlers: { handler: Function?, onstart: Function?, onstop: Function?, onanimate: Function? } dojo.lfx.IAnimation.call(this); if(dojo.lang.isNumber(handlers)||(!handlers && duration.getValue)){ // no handlers argument: rate = repeatCount; repeatCount = easing; easing = curve; curve = duration; duration = handlers; handlers = null; }else if(handlers.getValue||dojo.lang.isArray(handlers)){ // no handlers or duration: rate = easing; repeatCount = curve; easing = duration; curve = handlers; duration = null; handlers = null; } if(dojo.lang.isArray(curve)){ /* curve: Array pId: a */ this.curve = new dojo.lfx.Line(curve[0], curve[1]); }else{ this.curve = curve; } if(duration != null && duration > 0){ this.duration = duration; } if(repeatCount){ this.repeatCount = repeatCount; } if(rate){ this.rate = rate; } if(handlers){ dojo.lang.forEach([ "handler", "beforeBegin", "onBegin", "onEnd", "onPlay", "onStop", "onAnimate" ], function(item){ if(handlers[item]){ this.connect(item, handlers[item]); } }, this); } if(easing && dojo.lang.isFunction(easing)){ this.easing=easing; } } dojo.inherits(dojo.lfx.Animation, dojo.lfx.IAnimation); dojo.lang.extend(dojo.lfx.Animation, { // "private" properties _startTime: null, _endTime: null, _timer: null, _percent: 0, _startRepeatCount: 0, // public methods play: function(/*int?*/ delay, /*bool?*/ gotoStart){ // summary: Start the animation. // delay: How many milliseconds to delay before starting. // gotoStart: If true, starts the animation from the beginning; otherwise, // starts it from its current position. if(gotoStart){ clearTimeout(this._timer); this._active = false; this._paused = false; this._percent = 0; }else if(this._active && !this._paused){ return this; // dojo.lfx.Animation } this.fire("handler", ["beforeBegin"]); this.fire("beforeBegin"); if(delay > 0){ setTimeout(dojo.lang.hitch(this, function(){ this.play(null, gotoStart); }), delay); return this; // dojo.lfx.Animation } this._startTime = new Date().valueOf(); if(this._paused){ this._startTime -= (this.duration * this._percent / 100); } this._endTime = this._startTime + this.duration; this._active = true; this._paused = false; var step = this._percent / 100; var value = this.curve.getValue(step); if(this._percent == 0 ){ if(!this._startRepeatCount){ this._startRepeatCount = this.repeatCount; } this.fire("handler", ["begin", value]); this.fire("onBegin", [value]); } this.fire("handler", ["play", value]); this.fire("onPlay", [value]); this._cycle(); return this; // dojo.lfx.Animation }, pause: function(){ // summary: Pauses a running animation. clearTimeout(this._timer); if(!this._active){ return this; /*dojo.lfx.Animation*/} this._paused = true; var value = this.curve.getValue(this._percent / 100); this.fire("handler", ["pause", value]); this.fire("onPause", [value]); return this; // dojo.lfx.Animation }, gotoPercent: function(/*Decimal*/ pct, /*bool?*/ andPlay){ // summary: Sets the progress of the animation. // pct: A percentage in decimal notation (between and including 0.0 and 1.0). // andPlay: If true, play the animation after setting the progress. clearTimeout(this._timer); this._active = true; this._paused = true; this._percent = pct; if(andPlay){ this.play(); } return this; // dojo.lfx.Animation }, stop: function(/*bool?*/ gotoEnd){ // summary: Stops a running animation. // gotoEnd: If true, the animation will end. clearTimeout(this._timer); var step = this._percent / 100; if(gotoEnd){ step = 1; } var value = this.curve.getValue(step); this.fire("handler", ["stop", value]); this.fire("onStop", [value]); this._active = false; this._paused = false; return this; // dojo.lfx.Animation }, status: function(){ // summary: Returns a string representation of the status of // the animation. if(this._active){ return this._paused ? "paused" : "playing"; // String }else{ return "stopped"; // String } return this; }, // "private" methods _cycle: function(){ clearTimeout(this._timer); if(this._active){ var curr = new Date().valueOf(); var step = (curr - this._startTime) / (this._endTime - this._startTime); if(step >= 1){ step = 1; this._percent = 100; }else{ this._percent = step * 100; } // Perform easing if((this.easing)&&(dojo.lang.isFunction(this.easing))){ step = this.easing(step); } var value = this.curve.getValue(step); this.fire("handler", ["animate", value]); this.fire("onAnimate", [value]); if( step < 1 ){ this._timer = setTimeout(dojo.lang.hitch(this, "_cycle"), this.rate); }else{ this._active = false; this.fire("handler", ["end"]); this.fire("onEnd"); if(this.repeatCount > 0){ this.repeatCount--; this.play(null, true); }else if(this.repeatCount == -1){ this.play(null, true); }else{ if(this._startRepeatCount){ this.repeatCount = this._startRepeatCount; this._startRepeatCount = 0; } } } } return this; // dojo.lfx.Animation } }); dojo.lfx.Combine = function(/*dojo.lfx.IAnimation...*/ animations){ // summary: An animation object to play animations passed to it at the same time. dojo.lfx.IAnimation.call(this); this._anims = []; this._animsEnded = 0; var anims = arguments; if(anims.length == 1 && (dojo.lang.isArray(anims[0]) || dojo.lang.isArrayLike(anims[0]))){ /* animations: dojo.lfx.IAnimation[] pId: a */ anims = anims[0]; } dojo.lang.forEach(anims, function(anim){ this._anims.push(anim); anim.connect("onEnd", dojo.lang.hitch(this, "_onAnimsEnded")); }, this); } dojo.inherits(dojo.lfx.Combine, dojo.lfx.IAnimation); dojo.lang.extend(dojo.lfx.Combine, { // private members _animsEnded: 0, // public methods play: function(/*int?*/ delay, /*bool?*/ gotoStart){ // summary: Start the animations. // delay: How many milliseconds to delay before starting. // gotoStart: If true, starts the animations from the beginning; otherwise, // starts them from their current position. if( !this._anims.length ){ return this; /*dojo.lfx.Combine*/} this.fire("beforeBegin"); if(delay > 0){ setTimeout(dojo.lang.hitch(this, function(){ this.play(null, gotoStart); }), delay); return this; // dojo.lfx.Combine } if(gotoStart || this._anims[0].percent == 0){ this.fire("onBegin"); } this.fire("onPlay"); this._animsCall("play", null, gotoStart); return this; // dojo.lfx.Combine }, pause: function(){ // summary: Pauses the running animations. this.fire("onPause"); this._animsCall("pause"); return this; // dojo.lfx.Combine }, stop: function(/*bool?*/ gotoEnd){ // summary: Stops the running animations. // gotoEnd: If true, the animations will end. this.fire("onStop"); this._animsCall("stop", gotoEnd); return this; // dojo.lfx.Combine }, // private methods _onAnimsEnded: function(){ this._animsEnded++; if(this._animsEnded >= this._anims.length){ this.fire("onEnd"); } return this; // dojo.lfx.Combine }, _animsCall: function(/*String*/ funcName){ var args = []; if(arguments.length > 1){ for(var i = 1 ; i < arguments.length ; i++){ args.push(arguments[i]); } } var _this = this; dojo.lang.forEach(this._anims, function(anim){ anim[funcName](args); }, _this); return this; // dojo.lfx.Combine } }); dojo.lfx.Chain = function(/*dojo.lfx.IAnimation...*/ animations) { // summary: An animation object to play animations passed to it // one after another. dojo.lfx.IAnimation.call(this); this._anims = []; this._currAnim = -1; var anims = arguments; if(anims.length == 1 && (dojo.lang.isArray(anims[0]) || dojo.lang.isArrayLike(anims[0]))){ /* animations: dojo.lfx.IAnimation[] pId: a */ anims = anims[0]; } var _this = this; dojo.lang.forEach(anims, function(anim, i, anims_arr){ this._anims.push(anim); if(i < anims_arr.length - 1){ anim.connect("onEnd", dojo.lang.hitch(this, "_playNext") ); }else{ anim.connect("onEnd", dojo.lang.hitch(this, function(){ this.fire("onEnd"); }) ); } }, this); } dojo.inherits(dojo.lfx.Chain, dojo.lfx.IAnimation); dojo.lang.extend(dojo.lfx.Chain, { // private members _currAnim: -1, // public methods play: function(/*int?*/ delay, /*bool?*/ gotoStart){ // summary: Start the animation sequence. // delay: How many milliseconds to delay before starting. // gotoStart: If true, starts the sequence from the beginning; otherwise, // starts it from its current position. if( !this._anims.length ) { return this; /*dojo.lfx.Chain*/} if( gotoStart || !this._anims[this._currAnim] ) { this._currAnim = 0; } var currentAnimation = this._anims[this._currAnim]; this.fire("beforeBegin"); if(delay > 0){ setTimeout(dojo.lang.hitch(this, function(){ this.play(null, gotoStart); }), delay); return this; // dojo.lfx.Chain } if(currentAnimation){ if(this._currAnim == 0){ this.fire("handler", ["begin", this._currAnim]); this.fire("onBegin", [this._currAnim]); } this.fire("onPlay", [this._currAnim]); currentAnimation.play(null, gotoStart); } return this; // dojo.lfx.Chain }, pause: function(){ // summary: Pauses the running animation sequence. if( this._anims[this._currAnim] ) { this._anims[this._currAnim].pause(); this.fire("onPause", [this._currAnim]); } return this; // dojo.lfx.Chain }, playPause: function(){ // summary: If the animation sequence is playing, pause it; otherwise, // play it. if(this._anims.length == 0){ return this; } if(this._currAnim == -1){ this._currAnim = 0; } var currAnim = this._anims[this._currAnim]; if( currAnim ) { if( !currAnim._active || currAnim._paused ) { this.play(); } else { this.pause(); } } return this; // dojo.lfx.Chain }, stop: function(){ // summary: Stops the running animations. var currAnim = this._anims[this._currAnim]; if(currAnim){ currAnim.stop(); this.fire("onStop", [this._currAnim]); } return currAnim; // dojo.lfx.IAnimation }, // private methods _playNext: function(){ if( this._currAnim == -1 || this._anims.length == 0 ) { return this; } this._currAnim++; if( this._anims[this._currAnim] ){ this._anims[this._currAnim].play(null, true); } return this; // dojo.lfx.Chain } }); dojo.lfx.combine = function(/*dojo.lfx.IAnimation...*/ animations){ // summary: Convenience function. Returns a dojo.lfx.Combine created // using the animations passed in. var anims = arguments; if(dojo.lang.isArray(arguments[0])){ /* animations: dojo.lfx.IAnimation[] pId: a */ anims = arguments[0]; } if(anims.length == 1){ return anims[0]; } return new dojo.lfx.Combine(anims); // dojo.lfx.Combine } dojo.lfx.chain = function(/*dojo.lfx.IAnimation...*/ animations){ // summary: Convenience function. Returns a dojo.lfx.Chain created // using the animations passed in. var anims = arguments; if(dojo.lang.isArray(arguments[0])){ /* animations: dojo.lfx.IAnimation[] pId: a */ anims = arguments[0]; } if(anims.length == 1){ return anims[0]; } return new dojo.lfx.Chain(anims); // dojo.lfx.Combine } dojo.provide("dojo.html.common"); dojo.lang.mixin(dojo.html, dojo.dom); dojo.html.body = function(){ dojo.deprecated("dojo.html.body() moved to dojo.body()", "0.5"); return dojo.body(); } // FIXME: we are going to assume that we can throw any and every rendering // engine into the IE 5.x box model. In Mozilla, we do this w/ CSS. // Need to investigate for KHTML and Opera dojo.html.getEventTarget = function(/* DOMEvent */evt){ // summary // Returns the target of an event if(!evt) { evt = dojo.global().event || {} }; var t = (evt.srcElement ? evt.srcElement : (evt.target ? evt.target : null)); while((t)&&(t.nodeType!=1)){ t = t.parentNode; } return t; // HTMLElement } dojo.html.getViewport = function(){ // summary // Returns the dimensions of the viewable area of a browser window var _window = dojo.global(); var _document = dojo.doc(); var w = 0; var h = 0; if(dojo.render.html.mozilla){ // mozilla w = _document.documentElement.clientWidth; h = _window.innerHeight; }else if(!dojo.render.html.opera && _window.innerWidth){ //in opera9, dojo.body().clientWidth should be used, instead //of window.innerWidth/document.documentElement.clientWidth //so we have to check whether it is opera w = _window.innerWidth; h = _window.innerHeight; } else if (!dojo.render.html.opera && dojo.exists(_document, "documentElement.clientWidth")){ // IE6 Strict var w2 = _document.documentElement.clientWidth; // this lets us account for scrollbars if(!w || w2 && w2 < w) { w = w2; } h = _document.documentElement.clientHeight; } else if (dojo.body().clientWidth){ // IE, Opera w = dojo.body().clientWidth; h = dojo.body().clientHeight; } return { width: w, height: h }; // object } dojo.html.getScroll = function(){ // summary // Returns the scroll position of the document var _window = dojo.global(); var _document = dojo.doc(); var top = _window.pageYOffset || _document.documentElement.scrollTop || dojo.body().scrollTop || 0; var left = _window.pageXOffset || _document.documentElement.scrollLeft || dojo.body().scrollLeft || 0; return { top: top, left: left, offset:{ x: left, y: top } // note the change, NOT an Array with added properties. }; // object } dojo.html.getParentByType = function(/* HTMLElement */node, /* string */type) { // summary // Returns the first ancestor of node with tagName type. var _document = dojo.doc(); var parent = dojo.byId(node); type = type.toLowerCase(); while((parent)&&(parent.nodeName.toLowerCase()!=type)){ if(parent==(_document["body"]||_document["documentElement"])){ return null; } parent = parent.parentNode; } return parent; // HTMLElement } dojo.html.getAttribute = function(/* HTMLElement */node, /* string */attr){ // summary // Returns the value of attribute attr from node. node = dojo.byId(node); // FIXME: need to add support for attr-specific accessors if((!node)||(!node.getAttribute)){ // if(attr !== 'nwType'){ // alert("getAttr of '" + attr + "' with bad node"); // } return null; } var ta = typeof attr == 'string' ? attr : new String(attr); // first try the approach most likely to succeed var v = node.getAttribute(ta.toUpperCase()); if((v)&&(typeof v == 'string')&&(v!="")){ return v; // string } // try returning the attributes value, if we couldn't get it as a string if(v && v.value){ return v.value; // string } // this should work on Opera 7, but it's a little on the crashy side if((node.getAttributeNode)&&(node.getAttributeNode(ta))){ return (node.getAttributeNode(ta)).value; // string }else if(node.getAttribute(ta)){ return node.getAttribute(ta); // string }else if(node.getAttribute(ta.toLowerCase())){ return node.getAttribute(ta.toLowerCase()); // string } return null; // string } dojo.html.hasAttribute = function(/* HTMLElement */node, /* string */attr){ // summary // Determines whether or not the specified node carries a value for the attribute in question. return dojo.html.getAttribute(dojo.byId(node), attr) ? true : false; // boolean } dojo.html.getCursorPosition = function(/* DOMEvent */e){ // summary // Returns the mouse position relative to the document (not the viewport). // For example, if you have a document that is 10000px tall, // but your browser window is only 100px tall, // if you scroll to the bottom of the document and call this function it // will return {x: 0, y: 10000} // NOTE: for events delivered via dojo.event.connect() and/or dojoAttachEvent (for widgets), // you can just access evt.pageX and evt.pageY, rather than calling this function. e = e || dojo.global().event; var cursor = {x:0, y:0}; if(e.pageX || e.pageY){ cursor.x = e.pageX; cursor.y = e.pageY; }else{ var de = dojo.doc().documentElement; var db = dojo.body(); cursor.x = e.clientX + ((de||db)["scrollLeft"]) - ((de||db)["clientLeft"]); cursor.y = e.clientY + ((de||db)["scrollTop"]) - ((de||db)["clientTop"]); } return cursor; // object } dojo.html.isTag = function(/* HTMLElement */node) { // summary // Like dojo.dom.isTag, except case-insensitive node = dojo.byId(node); if(node && node.tagName) { for (var i=1; i, //which will be treated as an external javascript file in IE var xscript = dojo.doc().createElement('script'); xscript.src = "javascript:'dojo.html.createExternalElement=function(doc, tag){ return doc.createElement(tag); }'"; dojo.doc().getElementsByTagName("head")[0].appendChild(xscript); })(); } }else{ //for other browsers, simply use document.createElement //is enough dojo.html.createExternalElement = function(/* HTMLDocument */doc, /* string */tag){ // summary // Creates an element in the HTML document, here for ActiveX activation workaround. return doc.createElement(tag); // HTMLElement } } dojo.html._callDeprecated = function(inFunc, replFunc, args, argName, retValue){ dojo.deprecated("dojo.html." + inFunc, "replaced by dojo.html." + replFunc + "(" + (argName ? "node, {"+ argName + ": " + argName + "}" : "" ) + ")" + (retValue ? "." + retValue : ""), "0.5"); var newArgs = []; if(argName){ var argsIn = {}; argsIn[argName] = args[1]; newArgs.push(args[0]); newArgs.push(argsIn); } else { newArgs = args } var ret = dojo.html[replFunc].apply(dojo.html, args); if(retValue){ return ret[retValue]; } else { return ret; } } dojo.html.getViewportWidth = function(){ return dojo.html._callDeprecated("getViewportWidth", "getViewport", arguments, null, "width"); } dojo.html.getViewportHeight = function(){ return dojo.html._callDeprecated("getViewportHeight", "getViewport", arguments, null, "height"); } dojo.html.getViewportSize = function(){ return dojo.html._callDeprecated("getViewportSize", "getViewport", arguments); } dojo.html.getScrollTop = function(){ return dojo.html._callDeprecated("getScrollTop", "getScroll", arguments, null, "top"); } dojo.html.getScrollLeft = function(){ return dojo.html._callDeprecated("getScrollLeft", "getScroll", arguments, null, "left"); } dojo.html.getScrollOffset = function(){ return dojo.html._callDeprecated("getScrollOffset", "getScroll", arguments, null, "offset"); } dojo.provide("dojo.uri.Uri"); dojo.uri = new function() { this.dojoUri = function (/*dojo.uri.Uri||String*/uri) { // summary: returns a Uri object resolved relative to the dojo root return new dojo.uri.Uri(dojo.hostenv.getBaseScriptUri(), uri); } this.moduleUri = function(/*String*/module, /*dojo.uri.Uri||String*/uri){ // summary: returns a Uri object relative to a module // description: Examples: dojo.uri.moduleUri("dojo.widget","templates/template.html"), or dojo.uri.moduleUri("acme","images/small.png") var loc = dojo.hostenv.getModuleSymbols(module).join('/'); if(!loc){ return null; } if(loc.lastIndexOf("/") != loc.length-1){ loc += "/"; } //If the path is an absolute path (starts with a / or is on another domain/xdomain) //then don't add the baseScriptUri. var colonIndex = loc.indexOf(":"); var slashIndex = loc.indexOf("/"); if(loc.charAt(0) != "/" && (colonIndex == -1 || colonIndex > slashIndex)){ loc = dojo.hostenv.getBaseScriptUri() + loc; } return new dojo.uri.Uri(loc,uri); } this.Uri = function (/*dojo.uri.Uri||String...*/) { // summary: Constructor to create an object representing a URI. // description: // Each argument is evaluated in order relative to the next until // a canonical uri is produced. To get an absolute Uri relative // to the current document use // new dojo.uri.Uri(document.baseURI, uri) // TODO: support for IPv6, see RFC 2732 // resolve uri components relative to each other var uri = arguments[0]; for (var i = 1; i < arguments.length; i++) { if(!arguments[i]) { continue; } // Safari doesn't support this.constructor so we have to be explicit var relobj = new dojo.uri.Uri(arguments[i].toString()); var uriobj = new dojo.uri.Uri(uri.toString()); if ((relobj.path=="")&&(relobj.scheme==null)&&(relobj.authority==null)&&(relobj.query==null)) { if (relobj.fragment != null) { uriobj.fragment = relobj.fragment; } relobj = uriobj; } else if (relobj.scheme == null) { relobj.scheme = uriobj.scheme; if (relobj.authority == null) { relobj.authority = uriobj.authority; if (relobj.path.charAt(0) != "/") { var path = uriobj.path.substring(0, uriobj.path.lastIndexOf("/") + 1) + relobj.path; var segs = path.split("/"); for (var j = 0; j < segs.length; j++) { if (segs[j] == ".") { if (j == segs.length - 1) { segs[j] = ""; } else { segs.splice(j, 1); j--; } } else if (j > 0 && !(j == 1 && segs[0] == "") && segs[j] == ".." && segs[j-1] != "..") { if (j == segs.length - 1) { segs.splice(j, 1); segs[j - 1] = ""; } else { segs.splice(j - 1, 2); j -= 2; } } } relobj.path = segs.join("/"); } } } uri = ""; if (relobj.scheme != null) { uri += relobj.scheme + ":"; } if (relobj.authority != null) { uri += "//" + relobj.authority; } uri += relobj.path; if (relobj.query != null) { uri += "?" + relobj.query; } if (relobj.fragment != null) { uri += "#" + relobj.fragment; } } this.uri = uri.toString(); // break the uri into its main components var regexp = "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$"; var r = this.uri.match(new RegExp(regexp)); this.scheme = r[2] || (r[1] ? "" : null); this.authority = r[4] || (r[3] ? "" : null); this.path = r[5]; // can never be undefined this.query = r[7] || (r[6] ? "" : null); this.fragment = r[9] || (r[8] ? "" : null); if (this.authority != null) { // server based naming authority regexp = "^((([^:]+:)?([^@]+))@)?([^:]*)(:([0-9]+))?$"; r = this.authority.match(new RegExp(regexp)); this.user = r[3] || null; this.password = r[4] || null; this.host = r[5]; this.port = r[7] || null; } this.toString = function(){ return this.uri; } } }; dojo.provide("dojo.html.style"); dojo.html.getClass = function(/* HTMLElement */node){ // summary // Returns the string value of the list of CSS classes currently assigned directly // to the node in question. Returns an empty string if no class attribute is found; node = dojo.byId(node); if(!node){ return ""; } var cs = ""; if(node.className){ cs = node.className; }else if(dojo.html.hasAttribute(node, "class")){ cs = dojo.html.getAttribute(node, "class"); } return cs.replace(/^\s+|\s+$/g, ""); // string } dojo.html.getClasses = function(/* HTMLElement */node) { // summary // Returns an array of CSS classes currently assigned directly to the node in question. // Returns an empty array if no classes are found; var c = dojo.html.getClass(node); return (c == "") ? [] : c.split(/\s+/g); // array } dojo.html.hasClass = function(/* HTMLElement */node, /* string */classname){ // summary // Returns whether or not the specified classname is a portion of the // class list currently applied to the node. Does not cover cascaded // styles, only classes directly applied to the node. return (new RegExp('(^|\\s+)'+classname+'(\\s+|$)')).test(dojo.html.getClass(node)) // boolean } dojo.html.prependClass = function(/* HTMLElement */node, /* string */classStr){ // summary // Adds the specified class to the beginning of the class list on the // passed node. This gives the specified class the highest precidence // when style cascading is calculated for the node. Returns true or // false; indicating success or failure of the operation, respectively. classStr += " " + dojo.html.getClass(node); return dojo.html.setClass(node, classStr); // boolean } dojo.html.addClass = function(/* HTMLElement */node, /* string */classStr){ // summary // Adds the specified class to the end of the class list on the // passed &node;. Returns &true; or &false; indicating success or failure. if (dojo.html.hasClass(node, classStr)) { return false; } classStr = (dojo.html.getClass(node) + " " + classStr).replace(/^\s+|\s+$/g,""); return dojo.html.setClass(node, classStr); // boolean } dojo.html.setClass = function(/* HTMLElement */node, /* string */classStr){ // summary // Clobbers the existing list of classes for the node, replacing it with // the list given in the 2nd argument. Returns true or false // indicating success or failure. node = dojo.byId(node); var cs = new String(classStr); try{ if(typeof node.className == "string"){ node.className = cs; }else if(node.setAttribute){ node.setAttribute("class", classStr); node.className = cs; }else{ return false; } }catch(e){ dojo.debug("dojo.html.setClass() failed", e); } return true; } dojo.html.removeClass = function(/* HTMLElement */node, /* string */classStr, /* boolean? */allowPartialMatches){ // summary // Removes the className from the node;. Returns true or false indicating success or failure. try{ if (!allowPartialMatches) { var newcs = dojo.html.getClass(node).replace(new RegExp('(^|\\s+)'+classStr+'(\\s+|$)'), "$1$2"); } else { var newcs = dojo.html.getClass(node).replace(classStr,''); } dojo.html.setClass(node, newcs); }catch(e){ dojo.debug("dojo.html.removeClass() failed", e); } return true; // boolean } dojo.html.replaceClass = function(/* HTMLElement */node, /* string */newClass, /* string */oldClass) { // summary // Replaces 'oldClass' and adds 'newClass' to node dojo.html.removeClass(node, oldClass); dojo.html.addClass(node, newClass); } // Enum type for getElementsByClass classMatchType arg: dojo.html.classMatchType = { ContainsAll : 0, // all of the classes are part of the node's class (default) ContainsAny : 1, // any of the classes are part of the node's class IsOnly : 2 // only all of the classes are part of the node's class } dojo.html.getElementsByClass = function( /* string */classStr, /* HTMLElement? */parent, /* string? */nodeType, /* integer? */classMatchType, /* boolean? */useNonXpath ){ // summary // Returns an array of nodes for the given classStr, children of a // parent, and optionally of a certain nodeType // FIXME: temporarily set to false because of several dojo tickets related // to the xpath version not working consistently in firefox. useNonXpath = false; var _document = dojo.doc(); parent = dojo.byId(parent) || _document; var classes = classStr.split(/\s+/g); var nodes = []; if( classMatchType != 1 && classMatchType != 2 ) classMatchType = 0; // make it enum var reClass = new RegExp("(\\s|^)((" + classes.join(")|(") + "))(\\s|$)"); var srtLength = classes.join(" ").length; var candidateNodes = []; if(!useNonXpath && _document.evaluate) { // supports dom 3 xpath var xpath = ".//" + (nodeType || "*") + "[contains("; if(classMatchType != dojo.html.classMatchType.ContainsAny){ xpath += "concat(' ',@class,' '), ' " + classes.join(" ') and contains(concat(' ',@class,' '), ' ") + " ')"; if (classMatchType == 2) { xpath += " and string-length(@class)="+srtLength+"]"; }else{ xpath += "]"; } }else{ xpath += "concat(' ',@class,' '), ' " + classes.join(" ') or contains(concat(' ',@class,' '), ' ") + " ')]"; } var xpathResult = _document.evaluate(xpath, parent, null, XPathResult.ANY_TYPE, null); var result = xpathResult.iterateNext(); while(result){ try{ candidateNodes.push(result); result = xpathResult.iterateNext(); }catch(e){ break; } } return candidateNodes; // NodeList }else{ if(!nodeType){ nodeType = "*"; } candidateNodes = parent.getElementsByTagName(nodeType); var node, i = 0; outer: while(node = candidateNodes[i++]){ var nodeClasses = dojo.html.getClasses(node); if(nodeClasses.length == 0){ continue outer; } var matches = 0; for(var j = 0; j < nodeClasses.length; j++){ if(reClass.test(nodeClasses[j])){ if(classMatchType == dojo.html.classMatchType.ContainsAny){ nodes.push(node); continue outer; }else{ matches++; } }else{ if(classMatchType == dojo.html.classMatchType.IsOnly){ continue outer; } } } if(matches == classes.length){ if( (classMatchType == dojo.html.classMatchType.IsOnly)&& (matches == nodeClasses.length)){ nodes.push(node); }else if(classMatchType == dojo.html.classMatchType.ContainsAll){ nodes.push(node); } } } return nodes; // NodeList } } dojo.html.getElementsByClassName = dojo.html.getElementsByClass; dojo.html.toCamelCase = function(/* string */selector){ // summary // Translates a CSS selector string to a camel-cased one. var arr = selector.split('-'), cc = arr[0]; for(var i = 1; i < arr.length; i++) { cc += arr[i].charAt(0).toUpperCase() + arr[i].substring(1); } return cc; // string } dojo.html.toSelectorCase = function(/* string */selector){ // summary // Translates a camel cased string to a selector cased one. return selector.replace(/([A-Z])/g, "-$1" ).toLowerCase(); // string } if (dojo.render.html.ie) { // IE branch dojo.html.getComputedStyle = function(/*HTMLElement|String*/node, /*String*/property, /*String*/value) { // summary // Get the computed style value for style "property" on "node" (IE). node = dojo.byId(node); // FIXME: remove ability to access nodes by id for this time-critical function if(!node || !node.currentStyle){return value;} // FIXME: standardize on camel-case input to improve speed return node.currentStyle[dojo.html.toCamelCase(property)]; // String } // SJM: getComputedStyle should be abandoned and replaced with the below function. // All our supported browsers can return CSS2 compliant CssStyleDeclaration objects // which can be queried directly for multiple styles. dojo.html.getComputedStyles = function(/*HTMLElement*/node) { // summary // Get a style object containing computed styles for HTML Element node (IE). return node.currentStyle; // CSSStyleDeclaration } } else { // non-IE branch dojo.html.getComputedStyle = function(/*HTMLElement|String*/node, /*String*/property, /*Any*/value) { // summary // Get the computed style value for style "property" on "node" (non-IE). node = dojo.byId(node); if(!node || !node.style){return value;} var s = document.defaultView.getComputedStyle(node, null); // s may be null on Safari return (s&&s[dojo.html.toCamelCase(property)])||''; // String } // SJM: getComputedStyle should be abandoned and replaced with the below function. // All our supported browsers can return CSS2 compliant CssStyleDeclaration objects // which can be queried directly for multiple styles. dojo.html.getComputedStyles = function(node) { // summary // Get a style object containing computed styles for HTML Element node (non-IE). return document.defaultView.getComputedStyle(node, null); // CSSStyleDeclaration } } dojo.html.getStyleProperty = function(/* HTMLElement */node, /* string */cssSelector){ // summary // Returns the value of the passed style node = dojo.byId(node); return (node && node.style ? node.style[dojo.html.toCamelCase(cssSelector)] : undefined); // string } dojo.html.getStyle = function(/* HTMLElement */node, /* string */cssSelector){ // summary // Returns the computed value of the passed style var value = dojo.html.getStyleProperty(node, cssSelector); return (value ? value : dojo.html.getComputedStyle(node, cssSelector)); // string || integer } dojo.html.setStyle = function(/* HTMLElement */node, /* string */cssSelector, /* string */value){ // summary // Set the value of passed style on node node = dojo.byId(node); if(node && node.style){ var camelCased = dojo.html.toCamelCase(cssSelector); node.style[camelCased] = value; } } dojo.html.setStyleText = function (/* HTMLElement */target, /* string */text) { // summary // Try to set the entire cssText property of the passed target; equiv of setting style attribute. try { target.style.cssText = text; } catch (e) { target.setAttribute("style", text); } } dojo.html.copyStyle = function(/* HTMLElement */target, /* HTMLElement */source){ // summary // work around for opera which doesn't have cssText, and for IE which fails on setAttribute if(!source.style.cssText){ target.setAttribute("style", source.getAttribute("style")); }else{ target.style.cssText = source.style.cssText; } dojo.html.addClass(target, dojo.html.getClass(source)); } dojo.html.getUnitValue = function(/* HTMLElement */node, /* string */cssSelector, /* boolean? */autoIsZero){ // summary // Get the value of passed selector, with the specific units used var s = dojo.html.getComputedStyle(node, cssSelector); if((!s)||((s == 'auto')&&(autoIsZero))){ return { value: 0, units: 'px' }; // object } // FIXME: is regex inefficient vs. parseInt or some manual test? var match = s.match(/(\-?[\d.]+)([a-z%]*)/i); if (!match){return dojo.html.getUnitValue.bad;} return { value: Number(match[1]), units: match[2].toLowerCase() }; // object } dojo.html.getUnitValue.bad = { value: NaN, units: '' }; if (dojo.render.html.ie) { // IE branch dojo.html.toPixelValue = function(/* HTMLElement */element, /* String */styleValue){ // summary // Extract value in pixels from styleValue (IE version). // If a value cannot be extracted, zero is returned. if(!styleValue){return 0;} if(styleValue.slice(-2) == 'px'){return parseFloat(styleValue);} var pixelValue = 0; with(element){ var sLeft = style.left; var rsLeft = runtimeStyle.left; runtimeStyle.left = currentStyle.left; try { style.left = styleValue || 0; pixelValue = style.pixelLeft; style.left = sLeft; runtimeStyle.left = rsLeft; }catch(e){ // FIXME: it's possible for styleValue to be incompatible with // style.left. In particular, border width values of // "thick", "medium", or "thin" will provoke an exception. } } return pixelValue; // Number } } else { // non-IE branch dojo.html.toPixelValue = function(/* HTMLElement */element, /* String */styleValue){ // summary // Extract value in pixels from styleValue (non-IE version). // If a value cannot be extracted, zero is returned. return (styleValue && (styleValue.slice(-2)=='px') ? parseFloat(styleValue) : 0); // Number } } dojo.html.getPixelValue = function(/* HTMLElement */node, /* string */styleProperty, /* boolean? */autoIsZero){ // summary // Get a computed style value, in pixels. // node: HTMLElement // Node to interrogate // styleProperty: String // Style property to query, in either css-selector or camelCase (property) format. // autoIsZero: Boolean // Deprecated. Any value that cannot be converted to pixels is returned as zero. // // summary // Get the value of passed selector in pixels. // return dojo.html.toPixelValue(node, dojo.html.getComputedStyle(node, styleProperty)); } dojo.html.setPositivePixelValue = function(/* HTMLElement */node, /* string */selector, /* integer */value){ // summary // Attempt to set the value of selector on node as a positive pixel value. if(isNaN(value)){return false;} node.style[selector] = Math.max(0, value) + 'px'; return true; // boolean } dojo.html.styleSheet = null; // FIXME: this is a really basic stub for adding and removing cssRules, but // it assumes that you know the index of the cssRule that you want to add // or remove, making it less than useful. So we need something that can // search for the selector that you you want to remove. dojo.html.insertCssRule = function(/* string */selector, /* string */declaration, /* integer? */index) { // summary // Attempt to insert declaration as selector on the internal stylesheet; if index try to set it there. if (!dojo.html.styleSheet) { if (document.createStyleSheet) { // IE dojo.html.styleSheet = document.createStyleSheet(); } else if (document.styleSheets[0]) { // rest // FIXME: should create a new style sheet here // fall back on an exsiting style sheet dojo.html.styleSheet = document.styleSheets[0]; } else { return null; // integer } // fail } if (arguments.length < 3) { // index may == 0 if (dojo.html.styleSheet.cssRules) { // W3 index = dojo.html.styleSheet.cssRules.length; } else if (dojo.html.styleSheet.rules) { // IE index = dojo.html.styleSheet.rules.length; } else { return null; // integer } // fail } if (dojo.html.styleSheet.insertRule) { // W3 var rule = selector + " { " + declaration + " }"; return dojo.html.styleSheet.insertRule(rule, index); // integer } else if (dojo.html.styleSheet.addRule) { // IE return dojo.html.styleSheet.addRule(selector, declaration, index); // integer } else { return null; // integer } // fail } dojo.html.removeCssRule = function(/* integer? */index){ // summary // Attempt to remove the rule at index. if(!dojo.html.styleSheet){ dojo.debug("no stylesheet defined for removing rules"); return false; } if(dojo.render.html.ie){ if(!index){ index = dojo.html.styleSheet.rules.length; dojo.html.styleSheet.removeRule(index); } }else if(document.styleSheets[0]){ if(!index){ index = dojo.html.styleSheet.cssRules.length; } dojo.html.styleSheet.deleteRule(index); } return true; // boolean } dojo.html._insertedCssFiles = []; // cache container needed because IE reformats cssText when added to DOM dojo.html.insertCssFile = function(/* string */URI, /* HTMLDocument? */doc, /* boolean? */checkDuplicates, /* boolean */fail_ok){ // summary // calls css by XmlHTTP and inserts it into DOM as if(!URI){ return; } if(!doc){ doc = document; } var cssStr = dojo.hostenv.getText(URI, false, fail_ok); if(cssStr===null){ return; } cssStr = dojo.html.fixPathsInCssText(cssStr, URI); if(checkDuplicates){ var idx = -1, node, ent = dojo.html._insertedCssFiles; for(var i = 0; i < ent.length; i++){ if((ent[i].doc == doc) && (ent[i].cssText == cssStr)){ idx = i; node = ent[i].nodeRef; break; } } // make sure we havent deleted our node if(node){ var styles = doc.getElementsByTagName("style"); for(var i = 0; i < styles.length; i++){ if(styles[i] == node){ return; } } // delete this entry dojo.html._insertedCssFiles.shift(idx, 1); } } var style = dojo.html.insertCssText(cssStr, doc); dojo.html._insertedCssFiles.push({'doc': doc, 'cssText': cssStr, 'nodeRef': style}); // insert custom attribute ex dbgHref="../foo.css" usefull when debugging in DOM inspectors, no? if(style && djConfig.isDebug){ style.setAttribute("dbgHref", URI); } return style; // HTMLStyleElement } dojo.html.insertCssText = function(/* string */cssStr, /* HTMLDocument? */doc, /* string? */URI){ // summary // Attempt to insert CSS rules into the document through inserting a style element // DomNode Style = insertCssText(String ".dojoMenu {color: green;}"[, DomDoc document, dojo.uri.Uri Url ]) if(!cssStr){ return; // HTMLStyleElement } if(!doc){ doc = document; } if(URI){// fix paths in cssStr cssStr = dojo.html.fixPathsInCssText(cssStr, URI); } var style = doc.createElement("style"); style.setAttribute("type", "text/css"); // IE is b0rken enough to require that we add the element to the doc // before changing it's properties var head = doc.getElementsByTagName("head")[0]; if(!head){ // must have a head tag dojo.debug("No head tag in document, aborting styles"); return; // HTMLStyleElement }else{ head.appendChild(style); } if(style.styleSheet){// IE var setFunc = function(){ try{ style.styleSheet.cssText = cssStr; }catch(e){ dojo.debug(e); } }; if(style.styleSheet.disabled){ setTimeout(setFunc, 10); }else{ setFunc(); } }else{ // w3c var cssText = doc.createTextNode(cssStr); style.appendChild(cssText); } return style; // HTMLStyleElement } dojo.html.fixPathsInCssText = function(/* string */cssStr, /* string */URI){ // summary // usage: cssText comes from dojoroot/src/widget/templates/Foobar.css // it has .dojoFoo { background-image: url(images/bar.png);} then uri should point to dojoroot/src/widget/templates/ if(!cssStr || !URI){ return; } var match, str = "", url = "", urlChrs = "[\\t\\s\\w\\(\\)\\/\\.\\\\'\"-:#=&?~]+"; var regex = new RegExp('url\\(\\s*('+urlChrs+')\\s*\\)'); var regexProtocol = /(file|https?|ftps?):\/\//; regexTrim = new RegExp("^[\\s]*(['\"]?)("+urlChrs+")\\1[\\s]*?$"); if(dojo.render.html.ie55 || dojo.render.html.ie60){ var regexIe = new RegExp("AlphaImageLoader\\((.*)src\=['\"]("+urlChrs+")['\"]"); // TODO: need to decide how to handle relative paths and AlphaImageLoader see #1441 // current implementation breaks on build with intern_strings while(match = regexIe.exec(cssStr)){ url = match[2].replace(regexTrim, "$2"); if(!regexProtocol.exec(url)){ url = (new dojo.uri.Uri(URI, url).toString()); } str += cssStr.substring(0, match.index) + "AlphaImageLoader(" + match[1] + "src='" + url + "'"; cssStr = cssStr.substr(match.index + match[0].length); } cssStr = str + cssStr; str = ""; } while(match = regex.exec(cssStr)){ url = match[1].replace(regexTrim, "$2"); if(!regexProtocol.exec(url)){ url = (new dojo.uri.Uri(URI, url).toString()); } str += cssStr.substring(0, match.index) + "url(" + url + ")"; cssStr = cssStr.substr(match.index + match[0].length); } return str + cssStr; // string } dojo.html.setActiveStyleSheet = function(/* string */title){ // summary // Activate style sheet with specified title. var i = 0, a, els = dojo.doc().getElementsByTagName("link"); while (a = els[i++]) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")){ a.disabled = true; if (a.getAttribute("title") == title) { a.disabled = false; } } } } dojo.html.getActiveStyleSheet = function(){ // summary // return the title of the currently active stylesheet var i = 0, a, els = dojo.doc().getElementsByTagName("link"); while (a = els[i++]) { if (a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title") && !a.disabled ){ return a.getAttribute("title"); // string } } return null; // string } dojo.html.getPreferredStyleSheet = function(){ // summary // Return the preferred stylesheet title (i.e. link without alt attribute) var i = 0, a, els = dojo.doc().getElementsByTagName("link"); while (a = els[i++]) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("rel").indexOf("alt") == -1 && a.getAttribute("title") ){ return a.getAttribute("title"); // string } } return null; // string } dojo.html.applyBrowserClass = function(/* HTMLElement */node){ // summary // Applies pre-set class names based on browser & version to the passed node. // Modified version of Morris' CSS hack. var drh=dojo.render.html; var classes = { dj_ie: drh.ie, dj_ie55: drh.ie55, dj_ie6: drh.ie60, dj_ie7: drh.ie70, dj_iequirks: drh.ie && drh.quirks, dj_opera: drh.opera, dj_opera8: drh.opera && (Math.floor(dojo.render.version)==8), dj_opera9: drh.opera && (Math.floor(dojo.render.version)==9), dj_khtml: drh.khtml, dj_safari: drh.safari, dj_gecko: drh.mozilla }; // no dojo unsupported browsers for(var p in classes){ if(classes[p]){ dojo.html.addClass(node, p); } } }; dojo.provide("dojo.html.display"); dojo.html._toggle = function(node, tester, setter){ node = dojo.byId(node); setter(node, !tester(node)); return tester(node); } dojo.html.show = function(/* HTMLElement */node){ // summary // Show the passed element by reverting display property set by dojo.html.hide node = dojo.byId(node); if(dojo.html.getStyleProperty(node, 'display')=='none'){ dojo.html.setStyle(node, 'display', (node.dojoDisplayCache||'')); node.dojoDisplayCache = undefined; // cannot use delete on a node in IE6 } } dojo.html.hide = function(/* HTMLElement */node){ // summary // Hide the passed element by setting display:none node = dojo.byId(node); if(typeof node["dojoDisplayCache"] == "undefined"){ // it could == '', so we cannot say !node.dojoDisplayCount var d = dojo.html.getStyleProperty(node, 'display') if(d!='none'){ node.dojoDisplayCache = d; } } dojo.html.setStyle(node, 'display', 'none'); } dojo.html.setShowing = function(/* HTMLElement */node, /* boolean? */showing){ // summary // Calls show() if showing is true, hide() otherwise dojo.html[(showing ? 'show' : 'hide')](node); } dojo.html.isShowing = function(/* HTMLElement */node){ // summary // Returns whether the element is displayed or not. // FIXME: returns true if node is bad, isHidden would be easier to make correct return (dojo.html.getStyleProperty(node, 'display') != 'none'); // boolean } dojo.html.toggleShowing = function(/* HTMLElement */node){ // summary // Call setShowing() on node with the complement of isShowing(), then return the new value of isShowing() return dojo.html._toggle(node, dojo.html.isShowing, dojo.html.setShowing); // boolean } // Simple mapping of tag names to display values // FIXME: simplistic dojo.html.displayMap = { tr: '', td: '', th: '', img: 'inline', span: 'inline', input: 'inline', button: 'inline' }; dojo.html.suggestDisplayByTagName = function(/* HTMLElement */node){ // summary // Suggest a value for the display property that will show 'node' based on it's tag node = dojo.byId(node); if(node && node.tagName){ var tag = node.tagName.toLowerCase(); return (tag in dojo.html.displayMap ? dojo.html.displayMap[tag] : 'block'); // string } } dojo.html.setDisplay = function(/* HTMLElement */node, /* string */display){ // summary // Sets the value of style.display to value of 'display' parameter if it is a string. // Otherwise, if 'display' is false, set style.display to 'none'. // Finally, set 'display' to a suggested display value based on the node's tag dojo.html.setStyle(node, 'display', ((display instanceof String || typeof display == "string") ? display : (display ? dojo.html.suggestDisplayByTagName(node) : 'none'))); } dojo.html.isDisplayed = function(/* HTMLElement */node){ // summary // Is true if the the computed display style for node is not 'none' // FIXME: returns true if node is bad, isNotDisplayed would be easier to make correct return (dojo.html.getComputedStyle(node, 'display') != 'none'); // boolean } dojo.html.toggleDisplay = function(/* HTMLElement */node){ // summary // Call setDisplay() on node with the complement of isDisplayed(), then // return the new value of isDisplayed() return dojo.html._toggle(node, dojo.html.isDisplayed, dojo.html.setDisplay); // boolean } dojo.html.setVisibility = function(/* HTMLElement */node, /* string */visibility){ // summary // Sets the value of style.visibility to value of 'visibility' parameter if it is a string. // Otherwise, if 'visibility' is false, set style.visibility to 'hidden'. Finally, set style.visibility to 'visible'. dojo.html.setStyle(node, 'visibility', ((visibility instanceof String || typeof visibility == "string") ? visibility : (visibility ? 'visible' : 'hidden'))); } dojo.html.isVisible = function(/* HTMLElement */node){ // summary // Returns true if the the computed visibility style for node is not 'hidden' // FIXME: returns true if node is bad, isInvisible would be easier to make correct return (dojo.html.getComputedStyle(node, 'visibility') != 'hidden'); // boolean } dojo.html.toggleVisibility = function(node){ // summary // Call setVisibility() on node with the complement of isVisible(), then return the new value of isVisible() return dojo.html._toggle(node, dojo.html.isVisible, dojo.html.setVisibility); // boolean } dojo.html.setOpacity = function(/* HTMLElement */node, /* float */opacity, /* boolean? */dontFixOpacity){ // summary // Sets the opacity of node in a cross-browser way. // float between 0.0 (transparent) and 1.0 (opaque) node = dojo.byId(node); var h = dojo.render.html; if(!dontFixOpacity){ if( opacity >= 1.0){ if(h.ie){ dojo.html.clearOpacity(node); return; }else{ opacity = 0.999999; } }else if( opacity < 0.0){ opacity = 0; } } if(h.ie){ if(node.nodeName.toLowerCase() == "tr"){ // FIXME: is this too naive? will we get more than we want? var tds = node.getElementsByTagName("td"); for(var x=0; x= 0.999999 ? 1.0 : Number(opac); // float } dojo.provide("dojo.html.color"); dojo.html.getBackgroundColor = function(/* HTMLElement */node){ // summary // returns the background color of the passed node as a 32-bit color (RGBA) node = dojo.byId(node); var color; do{ color = dojo.html.getStyle(node, "background-color"); // Safari doesn't say "transparent" if(color.toLowerCase() == "rgba(0, 0, 0, 0)") { color = "transparent"; } if(node == document.getElementsByTagName("body")[0]) { node = null; break; } node = node.parentNode; }while(node && dojo.lang.inArray(["transparent", ""], color)); if(color == "transparent"){ color = [255, 255, 255, 0]; }else{ color = dojo.gfx.color.extractRGB(color); } return color; // array } dojo.provide("dojo.html.layout"); dojo.html.sumAncestorProperties = function(/* HTMLElement */node, /* string */prop){ // summary // Returns the sum of the passed property on all ancestors of node. node = dojo.byId(node); if(!node){ return 0; } // FIXME: throw an error? var retVal = 0; while(node){ if(dojo.html.getComputedStyle(node, 'position') == 'fixed'){ return 0; } var val = node[prop]; if(val){ retVal += val - 0; if(node==dojo.body()){ break; }// opera and khtml #body & #html has the same values, we only need one value } node = node.parentNode; } return retVal; // integer } dojo.html.setStyleAttributes = function(/* HTMLElement */node, /* string */attributes) { // summary // allows a dev to pass a string similar to what you'd pass in style="", and apply it to a node. node = dojo.byId(node); var splittedAttribs=attributes.replace(/(;)?\s*$/, "").split(";"); for(var i=0; i0){ ret.x += isNaN(n) ? 0 : n; } var m = curnode["offsetTop"]; ret.y += isNaN(m) ? 0 : m; curnode = curnode.offsetParent; }while((curnode != endNode)&&(curnode != null)); }else if(node["x"]&&node["y"]){ ret.x += isNaN(node.x) ? 0 : node.x; ret.y += isNaN(node.y) ? 0 : node.y; } } // account for document scrolling! if(includeScroll){ var scroll = dojo.html.getScroll(); ret.y += scroll.top; ret.x += scroll.left; } var extentFuncArray=[dojo.html.getPaddingExtent, dojo.html.getBorderExtent, dojo.html.getMarginExtent]; if(nativeBoxType > targetBoxType){ for(var i=targetBoxType;inativeBoxType;--i){ ret.y -= extentFuncArray[i-1](node, 'top'); ret.x -= extentFuncArray[i-1](node, 'left'); } } ret.top = ret.y; ret.left = ret.x; return ret; // object } dojo.html.isPositionAbsolute = function(/* HTMLElement */node){ // summary // Returns true if the element is absolutely positioned. return (dojo.html.getComputedStyle(node, 'position') == 'absolute'); // boolean } dojo.html._sumPixelValues = function(/* HTMLElement */node, selectors, autoIsZero){ var total = 0; for(var x=0; x 4 ) { coords.pop(); } var ret = { left: coords[0], top: coords[1], width: coords[2], height: coords[3] }; }else if(!coords.nodeType && !(coords instanceof String || typeof coords == "string") && ('width' in coords || 'height' in coords || 'left' in coords || 'x' in coords || 'top' in coords || 'y' in coords)){ // coords is a coordinate object or at least part of one var ret = { left: coords.left||coords.x||0, top: coords.top||coords.y||0, width: coords.width||0, height: coords.height||0 }; }else{ // coords is an dom object (or dom object id); return it's coordinates var node = dojo.byId(coords); var pos = dojo.html.abs(node, includeScroll, boxtype); var marginbox = dojo.html.getMarginBox(node); var ret = { left: pos.left, top: pos.top, width: marginbox.width, height: marginbox.height }; } ret.x = ret.left; ret.y = ret.top; return ret; // object } dojo.html.setMarginBoxWidth = dojo.html.setOuterWidth = function(node, width){ return dojo.html._callDeprecated("setMarginBoxWidth", "setMarginBox", arguments, "width"); } dojo.html.setMarginBoxHeight = dojo.html.setOuterHeight = function(){ return dojo.html._callDeprecated("setMarginBoxHeight", "setMarginBox", arguments, "height"); } dojo.html.getMarginBoxWidth = dojo.html.getOuterWidth = function(){ return dojo.html._callDeprecated("getMarginBoxWidth", "getMarginBox", arguments, null, "width"); } dojo.html.getMarginBoxHeight = dojo.html.getOuterHeight = function(){ return dojo.html._callDeprecated("getMarginBoxHeight", "getMarginBox", arguments, null, "height"); } dojo.html.getTotalOffset = function(node, type, includeScroll){ return dojo.html._callDeprecated("getTotalOffset", "getAbsolutePosition", arguments, null, type); } dojo.html.getAbsoluteX = function(node, includeScroll){ return dojo.html._callDeprecated("getAbsoluteX", "getAbsolutePosition", arguments, null, "x"); } dojo.html.getAbsoluteY = function(node, includeScroll){ return dojo.html._callDeprecated("getAbsoluteY", "getAbsolutePosition", arguments, null, "y"); } dojo.html.totalOffsetLeft = function(node, includeScroll){ return dojo.html._callDeprecated("totalOffsetLeft", "getAbsolutePosition", arguments, null, "left"); } dojo.html.totalOffsetTop = function(node, includeScroll){ return dojo.html._callDeprecated("totalOffsetTop", "getAbsolutePosition", arguments, null, "top"); } dojo.html.getMarginWidth = function(node){ return dojo.html._callDeprecated("getMarginWidth", "getMargin", arguments, null, "width"); } dojo.html.getMarginHeight = function(node){ return dojo.html._callDeprecated("getMarginHeight", "getMargin", arguments, null, "height"); } dojo.html.getBorderWidth = function(node){ return dojo.html._callDeprecated("getBorderWidth", "getBorder", arguments, null, "width"); } dojo.html.getBorderHeight = function(node){ return dojo.html._callDeprecated("getBorderHeight", "getBorder", arguments, null, "height"); } dojo.html.getPaddingWidth = function(node){ return dojo.html._callDeprecated("getPaddingWidth", "getPadding", arguments, null, "width"); } dojo.html.getPaddingHeight = function(node){ return dojo.html._callDeprecated("getPaddingHeight", "getPadding", arguments, null, "height"); } dojo.html.getPadBorderWidth = function(node){ return dojo.html._callDeprecated("getPadBorderWidth", "getPadBorder", arguments, null, "width"); } dojo.html.getPadBorderHeight = function(node){ return dojo.html._callDeprecated("getPadBorderHeight", "getPadBorder", arguments, null, "height"); } dojo.html.getBorderBoxWidth = dojo.html.getInnerWidth = function(){ return dojo.html._callDeprecated("getBorderBoxWidth", "getBorderBox", arguments, null, "width"); } dojo.html.getBorderBoxHeight = dojo.html.getInnerHeight = function(){ return dojo.html._callDeprecated("getBorderBoxHeight", "getBorderBox", arguments, null, "height"); } dojo.html.getContentBoxWidth = dojo.html.getContentWidth = function(){ return dojo.html._callDeprecated("getContentBoxWidth", "getContentBox", arguments, null, "width"); } dojo.html.getContentBoxHeight = dojo.html.getContentHeight = function(){ return dojo.html._callDeprecated("getContentBoxHeight", "getContentBox", arguments, null, "height"); } dojo.html.setContentBoxWidth = dojo.html.setContentWidth = function(node, width){ return dojo.html._callDeprecated("setContentBoxWidth", "setContentBox", arguments, "width"); } dojo.html.setContentBoxHeight = dojo.html.setContentHeight = function(node, height){ return dojo.html._callDeprecated("setContentBoxHeight", "setContentBox", arguments, "height"); } dojo.provide("dojo.lfx.html"); dojo.lfx.html._byId = function(nodes){ if(!nodes){ return []; } if(dojo.lang.isArrayLike(nodes)){ if(!nodes.alreadyChecked){ var n = []; dojo.lang.forEach(nodes, function(node){ n.push(dojo.byId(node)); }); n.alreadyChecked = true; return n; }else{ return nodes; } }else{ var n = []; n.push(dojo.byId(nodes)); n.alreadyChecked = true; return n; } } dojo.lfx.html.propertyAnimation = function( /*DOMNode[]*/ nodes, /*Object[]*/ propertyMap, /*int*/ duration, /*function*/ easing, /*Object*/ handlers){ // summary: Returns an animation that will transition the properties of "nodes" // depending how they are defined in "propertyMap". // nodes: An array of DOMNodes or one DOMNode. // propertyMap: { property: String, start: Decimal?, end: Decimal?, units: String? } // An array of objects defining properties to change. // duration: Duration of the animation in milliseconds. // easing: An easing function. // handlers: { handler: Function?, onstart: Function?, onstop: Function?, onanimate: Function? } nodes = dojo.lfx.html._byId(nodes); var targs = { "propertyMap": propertyMap, "nodes": nodes, "duration": duration, "easing": easing||dojo.lfx.easeDefault }; var setEmUp = function(args){ if(args.nodes.length==1){ // FIXME: we're only supporting start-value filling when one node is // passed var pm = args.propertyMap; if(!dojo.lang.isArray(args.propertyMap)){ // it's stupid to have to pack an array with a set of objects // when you can just pass in an object list var parr = []; for(var pname in pm){ pm[pname].property = pname; parr.push(pm[pname]); } pm = args.propertyMap = parr; } dojo.lang.forEach(pm, function(prop){ if(dj_undef("start", prop)){ if(prop.property != "opacity"){ prop.start = parseInt(dojo.html.getComputedStyle(args.nodes[0], prop.property)); }else{ prop.start = dojo.html.getOpacity(args.nodes[0]); } } }); } } var coordsAsInts = function(coords){ var cints = []; dojo.lang.forEach(coords, function(c){ cints.push(Math.round(c)); }); return cints; } var setStyle = function(n, style){ n = dojo.byId(n); if(!n || !n.style){ return; } for(var s in style){ try{ if(s == "opacity"){ dojo.html.setOpacity(n, style[s]); }else{ n.style[s] = style[s]; } }catch(e){ dojo.debug(e); } } } var propLine = function(properties){ this._properties = properties; this.diffs = new Array(properties.length); dojo.lang.forEach(properties, function(prop, i){ // calculate the end - start to optimize a bit if(dojo.lang.isFunction(prop.start)){ prop.start = prop.start(prop, i); } if(dojo.lang.isFunction(prop.end)){ prop.end = prop.end(prop, i); } if(dojo.lang.isArray(prop.start)){ // don't loop through the arrays this.diffs[i] = null; }else if(prop.start instanceof dojo.gfx.color.Color){ // save these so we don't have to call toRgb() every getValue() call prop.startRgb = prop.start.toRgb(); prop.endRgb = prop.end.toRgb(); }else{ this.diffs[i] = prop.end - prop.start; } }, this); this.getValue = function(n){ var ret = {}; dojo.lang.forEach(this._properties, function(prop, i){ var value = null; if(dojo.lang.isArray(prop.start)){ // FIXME: what to do here? }else if(prop.start instanceof dojo.gfx.color.Color){ value = (prop.units||"rgb") + "("; for(var j = 0 ; j < prop.startRgb.length ; j++){ value += Math.round(((prop.endRgb[j] - prop.startRgb[j]) * n) + prop.startRgb[j]) + (j < prop.startRgb.length - 1 ? "," : ""); } value += ")"; }else{ value = ((this.diffs[i]) * n) + prop.start + (prop.property != "opacity" ? prop.units||"px" : ""); } ret[dojo.html.toCamelCase(prop.property)] = value; }, this); return ret; } } var anim = new dojo.lfx.Animation({ beforeBegin: function(){ setEmUp(targs); anim.curve = new propLine(targs.propertyMap); }, onAnimate: function(propValues){ dojo.lang.forEach(targs.nodes, function(node){ setStyle(node, propValues); }); } }, targs.duration, null, targs.easing ); if(handlers){ for(var x in handlers){ if(dojo.lang.isFunction(handlers[x])){ anim.connect(x, anim, handlers[x]); } } } return anim; // dojo.lfx.Animation } dojo.lfx.html._makeFadeable = function(nodes){ var makeFade = function(node){ if(dojo.render.html.ie){ // only set the zoom if the "tickle" value would be the same as the // default if( (node.style.zoom.length == 0) && (dojo.html.getStyle(node, "zoom") == "normal") ){ // make sure the node "hasLayout" // NOTE: this has been tested with larger and smaller user-set text // sizes and works fine node.style.zoom = "1"; // node.style.zoom = "normal"; } // don't set the width to auto if it didn't already cascade that way. // We don't want to f anyones designs if( (node.style.width.length == 0) && (dojo.html.getStyle(node, "width") == "auto") ){ node.style.width = "auto"; } } } if(dojo.lang.isArrayLike(nodes)){ dojo.lang.forEach(nodes, makeFade); }else{ makeFade(nodes); } } dojo.lfx.html.fade = function(/*DOMNode[]*/ nodes, /*Object*/values, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary:Returns an animation that will fade the "nodes" from the start to end values passed. // nodes: An array of DOMNodes or one DOMNode. // values: { start: Decimal?, end: Decimal? } // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. nodes = dojo.lfx.html._byId(nodes); var props = { property: "opacity" }; if(!dj_undef("start", values)){ props.start = values.start; }else{ props.start = function(){ return dojo.html.getOpacity(nodes[0]); }; } if(!dj_undef("end", values)){ props.end = values.end; }else{ dojo.raise("dojo.lfx.html.fade needs an end value"); } var anim = dojo.lfx.propertyAnimation(nodes, [ props ], duration, easing); anim.connect("beforeBegin", function(){ dojo.lfx.html._makeFadeable(nodes); }); if(callback){ anim.connect("onEnd", function(){ callback(nodes, anim); }); } return anim; // dojo.lfx.Animation } dojo.lfx.html.fadeIn = function(/*DOMNode[]*/ nodes, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary: Returns an animation that will fade "nodes" from its current opacity to fully opaque. // nodes: An array of DOMNodes or one DOMNode. // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. return dojo.lfx.html.fade(nodes, { end: 1 }, duration, easing, callback); // dojo.lfx.Animation } dojo.lfx.html.fadeOut = function(/*DOMNode[]*/ nodes, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary: Returns an animation that will fade "nodes" from its current opacity to fully transparent. // nodes: An array of DOMNodes or one DOMNode. // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. return dojo.lfx.html.fade(nodes, { end: 0 }, duration, easing, callback); // dojo.lfx.Animation } dojo.lfx.html.fadeShow = function(/*DOMNode[]*/ nodes, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary: Returns an animation that will fade "nodes" from transparent to opaque and shows // "nodes" at the end if it is hidden. // nodes: An array of DOMNodes or one DOMNode. // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. nodes=dojo.lfx.html._byId(nodes); dojo.lang.forEach(nodes, function(node){ dojo.html.setOpacity(node, 0.0); }); var anim = dojo.lfx.html.fadeIn(nodes, duration, easing, callback); anim.connect("beforeBegin", function(){ if(dojo.lang.isArrayLike(nodes)){ dojo.lang.forEach(nodes, dojo.html.show); }else{ dojo.html.show(nodes); } }); return anim; // dojo.lfx.Animation } dojo.lfx.html.fadeHide = function(/*DOMNode[]*/ nodes, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary: Returns an animation that will fade "nodes" from its current opacity to opaque and hides // "nodes" at the end. // nodes: An array of DOMNodes or one DOMNode. // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. var anim = dojo.lfx.html.fadeOut(nodes, duration, easing, function(){ if(dojo.lang.isArrayLike(nodes)){ dojo.lang.forEach(nodes, dojo.html.hide); }else{ dojo.html.hide(nodes); } if(callback){ callback(nodes, anim); } }); return anim; // dojo.lfx.Animation } dojo.lfx.html.wipeIn = function(/*DOMNode[]*/ nodes, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary: Returns an animation that will show and wipe in "nodes". // nodes: An array of DOMNodes or one DOMNode. // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. nodes = dojo.lfx.html._byId(nodes); var anims = []; dojo.lang.forEach(nodes, function(node){ var oprop = { }; // old properties of node (before we mucked w/them) // get node height, either it's natural height or it's height specified via style or class attributes // (for FF, the node has to be (temporarily) rendered to measure height) // TODO: should this offscreen code be part of dojo.html, so that getBorderBox() works on hidden nodes? var origTop, origLeft, origPosition; with(node.style){ origTop=top; origLeft=left; origPosition=position; top="-9999px"; left="-9999px"; position="absolute"; display=""; } var nodeHeight = dojo.html.getBorderBox(node).height; with(node.style){ top=origTop; left=origLeft; position=origPosition; display="none"; } var anim = dojo.lfx.propertyAnimation(node, { "height": { start: 1, // 0 causes IE to display the whole panel end: function(){ return nodeHeight; } } }, duration, easing); anim.connect("beforeBegin", function(){ oprop.overflow = node.style.overflow; oprop.height = node.style.height; with(node.style){ overflow = "hidden"; height = "1px"; // 0 causes IE to display the whole panel } dojo.html.show(node); }); anim.connect("onEnd", function(){ with(node.style){ overflow = oprop.overflow; height = oprop.height; } if(callback){ callback(node, anim); } }); anims.push(anim); }); return dojo.lfx.combine(anims); // dojo.lfx.Combine } dojo.lfx.html.wipeOut = function(/*DOMNode[]*/ nodes, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary: Returns an animation that will wipe out and hide "nodes". // nodes: An array of DOMNodes or one DOMNode. // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. nodes = dojo.lfx.html._byId(nodes); var anims = []; dojo.lang.forEach(nodes, function(node){ var oprop = { }; // old properties of node (before we mucked w/them) var anim = dojo.lfx.propertyAnimation(node, { "height": { start: function(){ return dojo.html.getContentBox(node).height; }, end: 1 // 0 causes IE to display the whole panel } }, duration, easing, { "beforeBegin": function(){ oprop.overflow = node.style.overflow; oprop.height = node.style.height; with(node.style){ overflow = "hidden"; } dojo.html.show(node); }, "onEnd": function(){ dojo.html.hide(node); with(node.style){ overflow = oprop.overflow; height = oprop.height; } if(callback){ callback(node, anim); } } } ); anims.push(anim); }); return dojo.lfx.combine(anims); // dojo.lfx.Combine } dojo.lfx.html.slideTo = function(/*DOMNode*/ nodes, /*Object*/ coords, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary: Returns an animation that will slide "nodes" from its current position to // the position defined in "coords". // nodes: An array of DOMNodes or one DOMNode. // coords: { top: Decimal?, left: Decimal? } // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. nodes = dojo.lfx.html._byId(nodes); var anims = []; var compute = dojo.html.getComputedStyle; if(dojo.lang.isArray(coords)){ /* coords: Array pId: a */ dojo.deprecated('dojo.lfx.html.slideTo(node, array)', 'use dojo.lfx.html.slideTo(node, {top: value, left: value});', '0.5'); coords = { top: coords[0], left: coords[1] }; } dojo.lang.forEach(nodes, function(node){ var top = null; var left = null; var init = (function(){ var innerNode = node; return function(){ var pos = compute(innerNode, 'position'); top = (pos == 'absolute' ? node.offsetTop : parseInt(compute(node, 'top')) || 0); left = (pos == 'absolute' ? node.offsetLeft : parseInt(compute(node, 'left')) || 0); if (!dojo.lang.inArray(['absolute', 'relative'], pos)) { var ret = dojo.html.abs(innerNode, true); dojo.html.setStyleAttributes(innerNode, "position:absolute;top:"+ret.y+"px;left:"+ret.x+"px;"); top = ret.y; left = ret.x; } } })(); init(); var anim = dojo.lfx.propertyAnimation(node, { "top": { start: top, end: (coords.top||0) }, "left": { start: left, end: (coords.left||0) } }, duration, easing, { "beforeBegin": init } ); if(callback){ anim.connect("onEnd", function(){ callback(nodes, anim); }); } anims.push(anim); }); return dojo.lfx.combine(anims); // dojo.lfx.Combine } dojo.lfx.html.slideBy = function(/*DOMNode*/ nodes, /*Object*/ coords, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary: Returns an animation that will slide "nodes" from its current position // to its current position plus the numbers defined in "coords". // nodes: An array of DOMNodes or one DOMNode. // coords: { top: Decimal?, left: Decimal? } // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. nodes = dojo.lfx.html._byId(nodes); var anims = []; var compute = dojo.html.getComputedStyle; if(dojo.lang.isArray(coords)){ /* coords: Array pId: a */ dojo.deprecated('dojo.lfx.html.slideBy(node, array)', 'use dojo.lfx.html.slideBy(node, {top: value, left: value});', '0.5'); coords = { top: coords[0], left: coords[1] }; } dojo.lang.forEach(nodes, function(node){ var top = null; var left = null; var init = (function(){ var innerNode = node; return function(){ var pos = compute(innerNode, 'position'); top = (pos == 'absolute' ? node.offsetTop : parseInt(compute(node, 'top')) || 0); left = (pos == 'absolute' ? node.offsetLeft : parseInt(compute(node, 'left')) || 0); if (!dojo.lang.inArray(['absolute', 'relative'], pos)) { var ret = dojo.html.abs(innerNode, true); dojo.html.setStyleAttributes(innerNode, "position:absolute;top:"+ret.y+"px;left:"+ret.x+"px;"); top = ret.y; left = ret.x; } } })(); init(); var anim = dojo.lfx.propertyAnimation(node, { "top": { start: top, end: top+(coords.top||0) }, "left": { start: left, end: left+(coords.left||0) } }, duration, easing).connect("beforeBegin", init); if(callback){ anim.connect("onEnd", function(){ callback(nodes, anim); }); } anims.push(anim); }); return dojo.lfx.combine(anims); // dojo.lfx.Combine } dojo.lfx.html.explode = function(/*DOMNode*/ start, /*DOMNode*/ endNode, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary: Returns an animation that will // start: // endNode: // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. var h = dojo.html; start = dojo.byId(start); endNode = dojo.byId(endNode); var startCoords = h.toCoordinateObject(start, true); var outline = document.createElement("div"); h.copyStyle(outline, endNode); if(endNode.explodeClassName){ outline.className = endNode.explodeClassName; } with(outline.style){ position = "absolute"; display = "none"; // border = "1px solid black"; var backgroundStyle = h.getStyle(start, "background-color"); backgroundColor = backgroundStyle ? backgroundStyle.toLowerCase() : "transparent"; backgroundColor = (backgroundColor == "transparent") ? "rgb(221, 221, 221)" : backgroundColor; } dojo.body().appendChild(outline); with(endNode.style){ visibility = "hidden"; display = "block"; } var endCoords = h.toCoordinateObject(endNode, true); with(endNode.style){ display = "none"; visibility = "visible"; } var props = { opacity: { start: 0.5, end: 1.0 } }; dojo.lang.forEach(["height", "width", "top", "left"], function(type){ props[type] = { start: startCoords[type], end: endCoords[type] } }); var anim = new dojo.lfx.propertyAnimation(outline, props, duration, easing, { "beforeBegin": function(){ h.setDisplay(outline, "block"); }, "onEnd": function(){ h.setDisplay(endNode, "block"); outline.parentNode.removeChild(outline); } } ); if(callback){ anim.connect("onEnd", function(){ callback(endNode, anim); }); } return anim; // dojo.lfx.Animation } dojo.lfx.html.implode = function(/*DOMNode*/ startNode, /*DOMNode*/ end, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary: Returns an animation that will // startNode: // end: // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. var h = dojo.html; startNode = dojo.byId(startNode); end = dojo.byId(end); var startCoords = dojo.html.toCoordinateObject(startNode, true); var endCoords = dojo.html.toCoordinateObject(end, true); var outline = document.createElement("div"); dojo.html.copyStyle(outline, startNode); if (startNode.explodeClassName) { outline.className = startNode.explodeClassName; } dojo.html.setOpacity(outline, 0.3); with(outline.style){ position = "absolute"; display = "none"; backgroundColor = h.getStyle(startNode, "background-color").toLowerCase(); } dojo.body().appendChild(outline); var props = { opacity: { start: 1.0, end: 0.5 } }; dojo.lang.forEach(["height", "width", "top", "left"], function(type){ props[type] = { start: startCoords[type], end: endCoords[type] } }); var anim = new dojo.lfx.propertyAnimation(outline, props, duration, easing, { "beforeBegin": function(){ dojo.html.hide(startNode); dojo.html.show(outline); }, "onEnd": function(){ outline.parentNode.removeChild(outline); } } ); if(callback){ anim.connect("onEnd", function(){ callback(startNode, anim); }); } return anim; // dojo.lfx.Animation } dojo.lfx.html.highlight = function(/*DOMNode[]*/ nodes, /*dojo.gfx.color.Color*/ startColor, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary: Returns an animation that will set the background color // of "nodes" to startColor and transition it to "nodes" // original color. // startColor: Color to transition from. // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. nodes = dojo.lfx.html._byId(nodes); var anims = []; dojo.lang.forEach(nodes, function(node){ var color = dojo.html.getBackgroundColor(node); var bg = dojo.html.getStyle(node, "background-color").toLowerCase(); var bgImage = dojo.html.getStyle(node, "background-image"); var wasTransparent = (bg == "transparent" || bg == "rgba(0, 0, 0, 0)"); while(color.length > 3) { color.pop(); } var rgb = new dojo.gfx.color.Color(startColor); var endRgb = new dojo.gfx.color.Color(color); var anim = dojo.lfx.propertyAnimation(node, { "background-color": { start: rgb, end: endRgb } }, duration, easing, { "beforeBegin": function(){ if(bgImage){ node.style.backgroundImage = "none"; } node.style.backgroundColor = "rgb(" + rgb.toRgb().join(",") + ")"; }, "onEnd": function(){ if(bgImage){ node.style.backgroundImage = bgImage; } if(wasTransparent){ node.style.backgroundColor = "transparent"; } if(callback){ callback(node, anim); } } } ); anims.push(anim); }); return dojo.lfx.combine(anims); // dojo.lfx.Combine } dojo.lfx.html.unhighlight = function(/*DOMNode[]*/ nodes, /*dojo.gfx.color.Color*/ endColor, /*int?*/ duration, /*Function?*/ easing, /*Function?*/ callback){ // summary: Returns an animation that will transition "nodes" background color // from its current color to "endColor". // endColor: Color to transition to. // duration: Duration of the animation in milliseconds. // easing: An easing function. // callback: Function to run at the end of the animation. nodes = dojo.lfx.html._byId(nodes); var anims = []; dojo.lang.forEach(nodes, function(node){ var color = new dojo.gfx.color.Color(dojo.html.getBackgroundColor(node)); var rgb = new dojo.gfx.color.Color(endColor); var bgImage = dojo.html.getStyle(node, "background-image"); var anim = dojo.lfx.propertyAnimation(node, { "background-color": { start: color, end: rgb } }, duration, easing, { "beforeBegin": function(){ if(bgImage){ node.style.backgroundImage = "none"; } node.style.backgroundColor = "rgb(" + color.toRgb().join(",") + ")"; }, "onEnd": function(){ if(callback){ callback(node, anim); } } } ); anims.push(anim); }); return dojo.lfx.combine(anims); // dojo.lfx.Combine } dojo.lang.mixin(dojo.lfx, dojo.lfx.html); dojo.kwCompoundRequire({ browser: ["dojo.lfx.html"], dashboard: ["dojo.lfx.html"] }); dojo.provide("dojo.lfx.*"); if(!this["dojo"]){ alert("\"dojo/__package__.js\" is now located at \"dojo/dojo.js\". Please update your includes accordingly"); } dojo.provide("dojo.xml.Parse"); //TODO: determine dependencies // currently has dependency on dojo.xml.DomUtil nodeTypes constants... // using documentFragment nomenclature to generalize in case we don't want to require passing a collection of nodes with a single parent dojo.xml.Parse = function(){ // summary: // generic class for taking a DOM node and parsing it into an object // based on the "dojo tag name" of that node. // // supported dojoTagName's: // => prefix:tag // => dojo:tag // => dojo:tag // => dojo:type // => prefix:type // => dojo:type // => dojo:type var isIE = ((dojo.render.html.capable)&&(dojo.render.html.ie)); // get normalized (lowercase) tagName // some browsers report tagNames in lowercase no matter what function getTagName(node){ /* return ((node)&&(node["tagName"]) ? node.tagName.toLowerCase() : ''); */ try{ return node.tagName.toLowerCase(); }catch(e){ return ""; } } // locate dojo qualified tag name function getDojoTagName(node){ var tagName = getTagName(node); if (!tagName){ return ''; } // any registered tag if((dojo.widget)&&(dojo.widget.tags[tagName])){ return tagName; } // => prefix:tag var p = tagName.indexOf(":"); if(p>=0){ return tagName; } // => dojo:tag if(tagName.substr(0,5) == "dojo:"){ return tagName; } if(dojo.render.html.capable && dojo.render.html.ie && node.scopeName != 'HTML'){ return node.scopeName.toLowerCase() + ':' + tagName; } // => dojo:tag if(tagName.substr(0,4) == "dojo"){ // FIXME: this assumes tag names are always lower case return "dojo:" + tagName.substring(4); } // => prefix:type // => dojo:type var djt = node.getAttribute("dojoType") || node.getAttribute("dojotype"); if(djt){ if (djt.indexOf(":")<0){ djt = "dojo:"+djt; } return djt.toLowerCase(); } // => dojo:type djt = node.getAttributeNS && node.getAttributeNS(dojo.dom.dojoml,"type"); if(djt){ return "dojo:" + djt.toLowerCase(); } // => dojo:type try{ // FIXME: IE really really doesn't like this, so we squelch errors for it djt = node.getAttribute("dojo:type"); }catch(e){ // FIXME: log? } if(djt){ return "dojo:"+djt.toLowerCase(); } // => dojo:type if((dj_global["djConfig"])&&(!djConfig["ignoreClassNames"])){ // FIXME: should we make this optionally enabled via djConfig? var classes = node.className||node.getAttribute("class"); // FIXME: following line, without check for existence of classes.indexOf // breaks firefox 1.5's svg widgets if((classes )&&(classes.indexOf)&&(classes.indexOf("dojo-")!=-1)){ var aclasses = classes.split(" "); for(var x=0, c=aclasses.length; x as nodes that should be parsed. Ignore these if(isIE && tagName.indexOf("/")==0){ return null; } try{ var attr = node.getAttribute("parseWidgets"); if(attr && attr.toLowerCase() == "false"){ return {}; } }catch(e){/*continue*/} // look for a dojoml qualified name // process dojoml only when optimizeForDojoML is true var process = true; if(optimizeForDojoML){ var dojoTagName = getDojoTagName(node); tagName = dojoTagName || tagName; process = Boolean(dojoTagName); } var parsedNodeSet = {}; parsedNodeSet[tagName] = []; var pos = tagName.indexOf(":"); if(pos>0){ var ns = tagName.substring(0,pos); parsedNodeSet["ns"] = ns; // honor user namespace filters if((dojo.ns)&&(!dojo.ns.allow(ns))){process=false;} } if(process){ var attributeSet = this.parseAttributes(node); for(var attr in attributeSet){ if((!parsedNodeSet[tagName][attr])||(typeof parsedNodeSet[tagName][attr] != "array")){ parsedNodeSet[tagName][attr] = []; } parsedNodeSet[tagName][attr].push(attributeSet[attr]); } // FIXME: we might want to make this optional or provide cloning instead of // referencing, but for now, we include a node reference to allow // instantiated components to figure out their "roots" parsedNodeSet[tagName].nodeRef = node; parsedNodeSet.tagName = tagName; parsedNodeSet.index = thisIdx||0; } var count = 0; for(var i = 0; i < node.childNodes.length; i++){ var tcn = node.childNodes.item(i); switch(tcn.nodeType){ case dojo.dom.ELEMENT_NODE: // element nodes, call this function recursively var ctn = getDojoTagName(tcn) || getTagName(tcn); if(!parsedNodeSet[ctn]){ parsedNodeSet[ctn] = []; } parsedNodeSet[ctn].push(this.parseElement(tcn, true, optimizeForDojoML, count)); if( (tcn.childNodes.length == 1)&& (tcn.childNodes.item(0).nodeType == dojo.dom.TEXT_NODE)){ parsedNodeSet[ctn][parsedNodeSet[ctn].length-1].value = tcn.childNodes.item(0).nodeValue; } count++; break; case dojo.dom.TEXT_NODE: // if a single text node is the child, treat it as an attribute if(node.childNodes.length == 1){ parsedNodeSet[tagName].push({ value: node.childNodes.item(0).nodeValue }); } break; default: break; /* case dojo.dom.ATTRIBUTE_NODE: // attribute node... not meaningful here break; case dojo.dom.CDATA_SECTION_NODE: // cdata section... not sure if this would ever be meaningful... might be... break; case dojo.dom.ENTITY_REFERENCE_NODE: // entity reference node... not meaningful here break; case dojo.dom.ENTITY_NODE: // entity node... not sure if this would ever be meaningful break; case dojo.dom.PROCESSING_INSTRUCTION_NODE: // processing instruction node... not meaningful here break; case dojo.dom.COMMENT_NODE: // comment node... not not sure if this would ever be meaningful break; case dojo.dom.DOCUMENT_NODE: // document node... not sure if this would ever be meaningful break; case dojo.dom.DOCUMENT_TYPE_NODE: // document type node... not meaningful here break; case dojo.dom.DOCUMENT_FRAGMENT_NODE: // document fragment node... not meaningful here break; case dojo.dom.NOTATION_NODE:// notation node... not meaningful here break; */ } } //return (hasParentNodeSet) ? parsedNodeSet[node.tagName] : parsedNodeSet; //if(parsedNodeSet.tagName)dojo.debug("parseElement: RETURNING NODE WITH TAGNAME "+parsedNodeSet.tagName); return parsedNodeSet; }; /* parses a set of attributes on a node into an object tree */ this.parseAttributes = function(/*DomNode*/node){ // summary: // creates an attribute object that maps attribute values for the // passed node. Note that this is similar to creating a JSON // representation of a DOM node. // usage: // a node with the following serialization: //
...
// would yeild the following return structure when passed into this // function: // { // "foo": { // "value": "bar" // }, // "baz": { // "value": "thud" // } // } // var parsedAttributeSet = {}; var atts = node.attributes; // TODO: should we allow for duplicate attributes at this point... // would any of the relevant dom implementations even allow this? var attnode, i=0; while((attnode=atts[i++])){ if(isIE){ if(!attnode){ continue; } if((typeof attnode == "object")&& (typeof attnode.nodeValue == 'undefined')|| (attnode.nodeValue == null)|| (attnode.nodeValue == '')){ continue; } } var nn = attnode.nodeName.split(":"); nn = (nn.length == 2) ? nn[1] : attnode.nodeName; parsedAttributeSet[nn] = { value: attnode.nodeValue }; } return parsedAttributeSet; }; }; dojo.provide("dojo.lang.declare"); dojo.lang.declare = function( /*String*/ className, /*Function|Array*/ superclass, /*Function?*/ init, /*Object|Array*/ props){ /* * summary: Create a feature-rich constructor with a compact notation * className: the name of the constructor (loosely, a "class") * superclass: * may be a Function, or an Array of Functions. If "superclass" is an * array, the first element is used as the prototypical ancestor and * any following Functions become mixin ancestors. * init: an initializer function * props: * an object (or array of objects) whose properties are copied to the * created prototype * description: * Create a constructor using a compact notation for inheritance and * prototype extension. "superclass" argument may be a Function, or an * array of Functions. * * If "superclass" is an array, the first element is used as the * prototypical ancestor and any following Functions become mixin * ancestors. * * All "superclass(es)" must be Functions (not mere Objects). * * Using mixin ancestors provides a type of multiple inheritance. * Mixin ancestors prototypical properties are copied to the subclass, * and any inializater/constructor is invoked. * * Properties of object "props" are copied to the constructor * prototype. If "props" is an array, properties of each object in the * array are copied to the constructor prototype. * * name of the class ("className" argument) is stored in * "declaredClass" property * * Initializer functions are called when an object is instantiated * from this constructor. * * Aliased as "dojo.declare" * * Usage: * * dojo.declare("my.classes.bar", my.classes.foo, * function(){ * // initialization function * this.myComplicatedObject = new ReallyComplicatedObject(); * }, * { // properties to be added to the class prototype * someValue: 2, * someMethod: function(){ * doStuff(); * } * } * ); * */ if((dojo.lang.isFunction(props))||((!props)&&(!dojo.lang.isFunction(init)))){ // parameter juggling to support omitting init param (also allows // reordering init and props arguments) var temp = props; props = init; init = temp; } var mixins = [ ]; if(dojo.lang.isArray(superclass)){ mixins = superclass; superclass = mixins.shift(); } if(!init){ init = dojo.evalObjPath(className, false); if((init)&&(!dojo.lang.isFunction(init))){ init = null }; } var ctor = dojo.lang.declare._makeConstructor(); var scp = (superclass ? superclass.prototype : null); if(scp){ scp.prototyping = true; ctor.prototype = new superclass(); scp.prototyping = false; } ctor.superclass = scp; ctor.mixins = mixins; for(var i=0,l=mixins.length; i by convention if(!dojo.hostenv.moduleHasPrefix(name)){ dojo.registerModulePath(name, "../" + name); } req([name, 'manifest'].join('.'), false, true); } if(!this.namespaces[name]){ this.failed[name] = true; //only look for a namespace once } }finally{ this.loading[name]=false; } return this.namespaces[name]; // Ns } } dojo.ns.Ns = function(/*String*/name, /*String*/module, /*Function?*/resolver){ // summary: this object simply encapsulates namespace data this.name = name; this.module = module; this.resolver = resolver; this._loaded = [ ]; this._failed = [ ]; } dojo.ns.Ns.prototype.resolve = function(/*String*/name, /*String*/domain, /*Boolean?*/omitModuleCheck){ //summary: map component with 'name' and 'domain' to a module via namespace resolver, if specified if(!this.resolver || djConfig["skipAutoRequire"]){return false;} // Boolean var fullName = this.resolver(name, domain); //only load a widget once. This is a quicker check than dojo.require does if((fullName)&&(!this._loaded[fullName])&&(!this._failed[fullName])){ //workaround so we don't break the build system var req = dojo.require; req(fullName, false, true); //omit the module check, we'll do it ourselves. if(dojo.hostenv.findModule(fullName, false)){ this._loaded[fullName] = true; }else{ if(!omitModuleCheck){dojo.raise("dojo.ns.Ns.resolve: module '" + fullName + "' not found after loading via namespace '" + this.name + "'");} this._failed[fullName] = true; } } return Boolean(this._loaded[fullName]); // Boolean } dojo.registerNamespace = function(/*String*/name, /*String*/module, /*Function?*/resolver){ // summary: maps a module name to a namespace for widgets, and optionally maps widget names to modules for auto-loading // description: An unregistered namespace is mapped to an eponymous module. // For example, namespace acme is mapped to module acme, and widgets are // assumed to belong to acme.widget. If you want to use a different widget // module, use dojo.registerNamespace. dojo.ns.register.apply(dojo.ns, arguments); } dojo.registerNamespaceResolver = function(/*String*/name, /*Function*/resolver){ // summary: a resolver function maps widget names to modules, so the // widget manager can auto-load needed widget implementations // // description: The resolver provides information to allow Dojo // to load widget modules on demand. When a widget is created, // a namespace resolver can tell Dojo what module to require // to ensure that the widget implementation code is loaded. // // name: will always be lower-case. // // example: // dojo.registerNamespaceResolver("acme", // function(name){ // return "acme.widget."+dojo.string.capitalize(name); // } // ); var n = dojo.ns.namespaces[name]; if(n){ n.resolver = resolver; } } dojo.registerNamespaceManifest = function(/*String*/module, /*String*/path, /*String*/name, /*String*/widgetModule, /*Function?*/resolver){ // summary: convenience function to register a module path, a namespace, and optionally a resolver all at once. dojo.registerModulePath(name, path); dojo.registerNamespace(name, widgetModule, resolver); } // NOTE: rather put this in dojo.widget.Widget, but that fubars debugAtAllCosts dojo.registerNamespace("dojo", "dojo.widget"); dojo.provide("dojo.widget.Manager"); // summary // Manager class for the widgets. // This is an internal class used by dojo; users shouldn't call this class directly. dojo.widget.manager = new function(){ this.widgets = []; this.widgetIds = []; // map of widgetId-->widget for widgets without parents (top level widgets) this.topWidgets = {}; var widgetTypeCtr = {}; var renderPrefixCache = []; this.getUniqueId = function (widgetType) { var widgetId; do{ widgetId = widgetType + "_" + (widgetTypeCtr[widgetType] != undefined ? ++widgetTypeCtr[widgetType] : widgetTypeCtr[widgetType] = 0); }while(this.getWidgetById(widgetId)); return widgetId; } this.add = function(widget){ //dojo.profile.start("dojo.widget.manager.add"); this.widgets.push(widget); // Opera9 uses ID (caps) if(!widget.extraArgs["id"]){ widget.extraArgs["id"] = widget.extraArgs["ID"]; } // FIXME: the rest of this method is very slow! if(widget.widgetId == ""){ if(widget["id"]){ widget.widgetId = widget["id"]; }else if(widget.extraArgs["id"]){ widget.widgetId = widget.extraArgs["id"]; }else{ widget.widgetId = this.getUniqueId(widget.ns+'_'+widget.widgetType); } } if(this.widgetIds[widget.widgetId]){ dojo.debug("widget ID collision on ID: "+widget.widgetId); } this.widgetIds[widget.widgetId] = widget; // Widget.destroy already calls removeById(), so we don't need to // connect() it here //dojo.profile.end("dojo.widget.manager.add"); } this.destroyAll = function(){ for(var x=this.widgets.length-1; x>=0; x--){ try{ // this.widgets[x].destroyChildren(); this.widgets[x].destroy(true); delete this.widgets[x]; }catch(e){ } } } // FIXME: we should never allow removal of the root widget until all others // are removed! this.remove = function(widgetIndex){ if(dojo.lang.isNumber(widgetIndex)){ var tw = this.widgets[widgetIndex].widgetId; delete this.topWidgets[tw]; delete this.widgetIds[tw]; this.widgets.splice(widgetIndex, 1); }else{ this.removeById(widgetIndex); } } // FIXME: suboptimal performance this.removeById = function(id) { if(!dojo.lang.isString(id)){ id = id["widgetId"]; if(!id){ dojo.debug("invalid widget or id passed to removeById"); return; } } for (var i=0; i.widget by convention dojo.ns.register(ns, ns + '.widget'); nsObj = dojo.ns.get(ns); } // allow the namespace to resolve the widget module if(nsObj){nsObj.resolve(widgetName);} // locate a widget implementation in the registered module for our current rendering environment impl = findImplementation(lowerCaseWidgetName, nsObj.module); if(impl){return(imps[lowerCaseWidgetName] = impl)}; // try to load a manifest to resolve this implemenation nsObj = dojo.ns.require(ns); if((nsObj)&&(nsObj.resolver)){ nsObj.resolve(widgetName); impl = findImplementation(lowerCaseWidgetName, nsObj.module); if(impl){return(imps[lowerCaseWidgetName] = impl)}; } // this is an error condition under new rules dojo.deprecated('dojo.widget.Manager.getImplementationName', 'Could not locate widget implementation for "' + widgetName + '" in "' + nsObj.module + '" registered to namespace "' + nsObj.name + '". ' + "Developers must specify correct namespaces for all non-Dojo widgets", "0.5"); // backward compat: if the user has not specified any namespace and their widget is not in dojo.widget.* // search registered widget packages [sic] // note: registerWidgetPackage itself is now deprecated for(var i=0; i 0) { return widgets[n]; } return widgets; } g("registerWidgetPackage"); g("getImplementation", "getWidgetImplementation"); g("getImplementationName", "getWidgetImplementationName"); dw.widgets = dwm.widgets; dw.widgetIds = dwm.widgetIds; dw.root = dwm.root; })(); dojo.kwCompoundRequire({ common: [["dojo.uri.Uri", false, false]] }); dojo.provide("dojo.uri.*"); dojo.provide("dojo.a11y"); dojo.a11y = { // imgPath: String path to the test image for determining if images are displayed or not // doAccessibleCheck: Boolean if true will perform check for need to create accessible widgets // accessible: Boolean uninitialized when null (accessible check has not been performed) // if true generate accessible widgets imgPath:dojo.uri.moduleUri("dojo.widget", "templates/images"), doAccessibleCheck: true, accessible: null, checkAccessible: function(){ // summary: // perform check for accessibility if accessibility checking is turned // on and the accessibility test has not been performed yet if(this.accessible === null){ this.accessible = false; //default if(this.doAccessibleCheck == true){ this.accessible = this.testAccessible(); } } return this.accessible; /* Boolean */ }, testAccessible: function(){ // summary: // Always perform the accessibility check to determine if high // contrast mode is on or display of images are turned off. Currently only checks // in IE and Mozilla. this.accessible = false; //default if (dojo.render.html.ie || dojo.render.html.mozilla){ var div = document.createElement("div"); //div.style.color="rgb(153,204,204)"; div.style.backgroundImage = "url(\"" + this.imgPath + "/tab_close.gif\")"; // must add to hierarchy before can view currentStyle below dojo.body().appendChild(div); // in FF and IE the value for the current background style of the added div // will be "none" in high contrast mode // in FF the return value will be url(invalid-url:) when running over http var bkImg = null; if (window.getComputedStyle ) { var cStyle = getComputedStyle(div, ""); bkImg = cStyle.getPropertyValue("background-image"); }else{ bkImg = div.currentStyle.backgroundImage; } var bUseImgElem = false; if (bkImg != null && (bkImg == "none" || bkImg == "url(invalid-url:)" )) { this.accessible = true; } /* if(this.accessible == false && document.images){ // test if images are off in IE var testImg = new Image(); if(testImg.fileSize) { testImg.src = this.imgPath + "/tab_close.gif"; if(testImg.fileSize < 0){ this.accessible = true; } } }*/ dojo.body().removeChild(div); } return this.accessible; /* Boolean */ }, setCheckAccessible: function(/* Boolean */ bTest){ // summary: // Set whether or not to check for accessibility mode. Default value // of module is true - perform check for accessibility modes. // bTest: Boolean - true to check; false to turn off checking this.doAccessibleCheck = bTest; }, setAccessibleMode: function(){ // summary: // perform the accessibility check and sets the correct mode to load // a11y widgets. Only runs if test for accessiiblity has not been performed yet. // Call testAccessible() to force the test. if (this.accessible === null){ if (this.checkAccessible()){ dojo.render.html.prefixes.unshift("a11y"); } } return this.accessible; /* Boolean */ } }; //dojo.hostenv.modulesLoadedListeners.unshift(function() { dojo.a11y.setAccessibleMode(); }); //dojo.event.connect("before", dojo.hostenv, "makeWidgets", dojo.a11y, "setAccessibleMode"); dojo.provide("dojo.widget.Widget"); dojo.declare("dojo.widget.Widget", null, function(){ // these properties aren't primitives and need to be created on a per-item // basis. // children: Array // a list of all of the widgets that have been added as children of // this component. Should only have values if isContainer is true. this.children = []; // extraArgs: Object // a map of properties which the widget system tried to assign from // user input but did not correspond to any of the properties set on // the class prototype. These names will also be available in all // lower-case form in this map this.extraArgs = {}; }, { // parent: Widget // the parent of this widget parent: null, // isTopLevel: Boolean // should this widget eat all events that bubble up to it? // obviously, top-level and modal widgets should set these appropriately isTopLevel: false, // disabled: Boolean // should this widget respond to user input? // in markup, this is specified as "disabled='disabled'", or just "disabled" disabled: false, // isContainer: Boolean // can this widget contain other widgets? isContainer: false, // widgetId: String // a unique, opaque ID string that can be assigned by users or by the // system. If the developer passes an ID which is known not to be // unique, the specified ID is ignored and the system-generated ID is // used instead. widgetId: "", // widgetType: String // used for building generic widgets widgetType: "Widget", // ns: String // defaults to 'dojo'. "namespace" is a reserved word in JavaScript, so we abbreviate ns: "dojo", getNamespacedType: function(){ // summary: // get the "full" name of the widget. If the widget comes from the // "dojo" namespace and is a Button, calling this method will // return "dojo:button", all lower-case return (this.ns ? this.ns + ":" + this.widgetType : this.widgetType).toLowerCase(); // String }, toString: function(){ // summary: // returns a string that represents the widget. When a widget is // cast to a string, this method will be used to generate the // output. Currently, it does not implement any sort of reversable // serialization. return '[Widget ' + this.getNamespacedType() + ', ' + (this.widgetId || 'NO ID') + ']'; // String }, repr: function(){ // summary: returns the string representation of the widget. return this.toString(); // String }, enable: function(){ // summary: // enables the widget, usually involving unmasking inputs and // turning on event handlers. Not implemented here. this.disabled = false; }, disable: function(){ // summary: // disables the widget, usually involves masking inputs and // unsetting event handlers. Not implemented here. this.disabled = true; }, // TODO: // 1) this would be better in HtmlWidget rather than here? // 2) since many widgets don't care if they've been resized, maybe this should be a mixin? onResized: function(){ // summary: // A signal that widgets will call when they have been resized. // Can be connected to for determining if a layout needs to be // reflowed. Clients should override this function to do special // processing, then call this.notifyChildrenOfResize() to notify // children of resize. this.notifyChildrenOfResize(); }, notifyChildrenOfResize: function(){ // summary: dispatches resized events to all children of this widget for(var i=0; i mixInProperties"); //dojo.profile.start(this.widgetType + " mixInProperties"); this.mixInProperties(args, fragment, parent); //dojo.profile.end(this.widgetType + " mixInProperties"); // dojo.debug(this.widgetType, "-> postMixInProperties"); //dojo.profile.start(this.widgetType + " postMixInProperties"); this.postMixInProperties(args, fragment, parent); //dojo.profile.end(this.widgetType + " postMixInProperties"); // dojo.debug(this.widgetType, "-> dojo.widget.manager.add"); dojo.widget.manager.add(this); // dojo.debug(this.widgetType, "-> buildRendering"); //dojo.profile.start(this.widgetType + " buildRendering"); this.buildRendering(args, fragment, parent); //dojo.profile.end(this.widgetType + " buildRendering"); // dojo.debug(this.widgetType, "-> initialize"); //dojo.profile.start(this.widgetType + " initialize"); this.initialize(args, fragment, parent); //dojo.profile.end(this.widgetType + " initialize"); // dojo.debug(this.widgetType, "-> postInitialize"); // postinitialize includes subcomponent creation // profile is put directly to function this.postInitialize(args, fragment, parent); // dojo.debug(this.widgetType, "-> postCreate"); //dojo.profile.start(this.widgetType + " postCreate"); this.postCreate(args, fragment, parent); //dojo.profile.end(this.widgetType + " postCreate"); // dojo.debug(this.widgetType, "done!"); //dojo.profile.end(this.widgetType + " create"); return this; }, destroy: function(finalize){ // summary: // Destroy this widget and it's descendants. This is the generic // "destructor" function that all widget users should call to // clealy discard with a widget. Once a widget is destroyed, it's // removed from the manager object. // finalize: Boolean // is this function being called part of global environment // tear-down? // FIXME: this is woefully incomplete if(this.parent){ this.parent.removeChild(this); } this.destroyChildren(); this.uninitialize(); this.destroyRendering(finalize); dojo.widget.manager.removeById(this.widgetId); }, destroyChildren: function(){ // summary: // Recursively destroy the children of this widget and their // descendents. var widget; var i=0; while(this.children.length > i){ widget = this.children[i]; if (widget instanceof dojo.widget.Widget) { // find first widget this.removeChild(widget); widget.destroy(); continue; } i++; // skip data object } }, getChildrenOfType: function(/*String*/type, recurse){ // summary: // return an array of descendant widgets who match the passed type // recurse: Boolean // should we try to get all descendants that match? Defaults to // false. var ret = []; var isFunc = dojo.lang.isFunction(type); if(!isFunc){ type = type.toLowerCase(); } for(var x=0; xsi)){ this[x][pairs[y].substr(0, si).replace(/^\s+|\s+$/g, "")] = pairs[y].substr(si+1); } } } }else{ // the default is straight-up string assignment. When would // we ever hit this? this[x] = args[x]; } } }else{ // collect any extra 'non mixed in' args this.extraArgs[x.toLowerCase()] = args[x]; } } // dojo.profile.end("mixInProperties"); }, postMixInProperties: function(/*Object*/args, /*Object*/frag, /*Widget*/parent){ // summary // Called after the parameters to the widget have been read-in, // but before the widget template is instantiated. // Especially useful to set properties that are referenced in the widget template. }, initialize: function(/*Object*/args, /*Object*/frag, /*Widget*/parent){ // summary: stub function. return false; // dojo.unimplemented("dojo.widget.Widget.initialize"); }, postInitialize: function(/*Object*/args, /*Object*/frag, /*Widget*/parent){ // summary: stub function. return false; }, postCreate: function(/*Object*/args, /*Object*/frag, /*Widget*/parent){ // summary: stub function. return false; }, uninitialize: function(){ // summary: // stub function. Over-ride to implement custom widget tear-down // behavior. return false; }, buildRendering: function(/*Object*/args, /*Object*/frag, /*Widget*/parent){ // summary: stub function. SUBCLASSES MUST IMPLEMENT dojo.unimplemented("dojo.widget.Widget.buildRendering, on "+this.toString()+", "); return false; }, destroyRendering: function(){ // summary: stub function. SUBCLASSES MUST IMPLEMENT dojo.unimplemented("dojo.widget.Widget.destroyRendering"); return false; }, addedTo: function(parent){ // summary: // stub function this is just a signal that can be caught // parent: Widget // instance of dojo.widget.Widget that we were added to }, addChild: function(child){ // summary: stub function. SUBCLASSES MUST IMPLEMENT dojo.unimplemented("dojo.widget.Widget.addChild"); return false; }, // Detach the given child widget from me, but don't destroy it removeChild: function(/*Widget*/widget){ // summary: // removes the passed widget instance from this widget but does // not destroy it for(var x=0; x dojo.widget.tags["dojo:connect"] = function(fragment, widgetParser, parentComp){ var properties = widgetParser.parseProperties(fragment["dojo:connect"]); } // FIXME: if we know the insertion point (to a reasonable location), why then do we: // - create a template node // - clone the template node // - render the clone and set properties // - remove the clone from the render tree // - place the clone // this is quite dumb dojo.widget.buildWidgetFromParseTree = function(/*String*/ type, /*Object*/ frag, /*dojo.widget.Parse*/ parser, /*Widget, optional*/ parentComp, /*int, optional*/ insertionIndex, /*Object*/ localProps){ // summary: creates a tree of widgets from the data structure produced by the first-pass parser (frag) // test for accessibility mode dojo.a11y.setAccessibleMode(); //dojo.profile.start("buildWidgetFromParseTree"); // FIXME: for codepath from createComponentFromScript, we are now splitting a path // that we already split and then joined var stype = type.split(":"); stype = (stype.length == 2) ? stype[1] : type; // FIXME: we don't seem to be doing anything with this! // var propertySets = parser.getPropertySets(frag); var localProperties = localProps || parser.parseProperties(frag[frag["ns"]+":"+stype]); var twidget = dojo.widget.manager.getImplementation(stype,null,null,frag["ns"]); if(!twidget){ throw new Error('cannot find "' + type + '" widget'); }else if (!twidget.create){ throw new Error('"' + type + '" widget object has no "create" method and does not appear to implement *Widget'); } localProperties["dojoinsertionindex"] = insertionIndex; // FIXME: we lose no less than 5ms in construction! var ret = twidget.create(localProperties, frag, parentComp, frag["ns"]); // dojo.profile.end("buildWidgetFromParseTree"); return ret; } dojo.widget.defineWidget = function(widgetClass, renderer, superclasses, init, props){ // summary: Create a widget constructor function (aka widgetClass) // widgetClass: String // the location in the object hierarchy to place the new widget class constructor // renderer: String // usually "html", determines when this delcaration will be used // superclasses: Function||Function[] // can be either a single function or an array of functions to be // mixed in as superclasses. If an array, only the first will be used // to set prototype inheritance. // init: Function // an optional constructor function. Will be called after superclasses are mixed in. // props: Object // a map of properties and functions to extend the class prototype with // This meta-function does parameter juggling for backward compat and overloading // if 4th argument is a string, we are using the old syntax // old sig: widgetClass, superclasses, props (object), renderer (string), init (function) if(dojo.lang.isString(arguments[3])){ dojo.widget._defineWidget(arguments[0], arguments[3], arguments[1], arguments[4], arguments[2]); }else{ // widgetClass var args = [ arguments[0] ], p = 3; if(dojo.lang.isString(arguments[1])){ // renderer, superclass args.push(arguments[1], arguments[2]); }else{ // superclass args.push('', arguments[1]); p = 2; } if(dojo.lang.isFunction(arguments[p])){ // init (function), props (object) args.push(arguments[p], arguments[p+1]); }else{ // props (object) args.push(null, arguments[p]); } dojo.widget._defineWidget.apply(this, args); } } dojo.widget.defineWidget.renderers = "html|svg|vml"; dojo.widget._defineWidget = function(widgetClass /*string*/, renderer /*string*/, superclasses /*function||array*/, init /*function*/, props /*object*/){ // FIXME: uncomment next line to test parameter juggling ... remove when confidence improves // dojo.debug('(c:)' + widgetClass + '\n\n(r:)' + renderer + '\n\n(i:)' + init + '\n\n(p:)' + props); // widgetClass takes the form foo.bar.baz<.renderer>.WidgetName (e.g. foo.bar.baz.WidgetName or foo.bar.baz.html.WidgetName) var module = widgetClass.split("."); var type = module.pop(); // type <= WidgetName, module <= foo.bar.baz<.renderer> var regx = "\\.(" + (renderer ? renderer + '|' : '') + dojo.widget.defineWidget.renderers + ")\\."; var r = widgetClass.search(new RegExp(regx)); module = (r < 0 ? module.join(".") : widgetClass.substr(0, r)); // deprecated in favor of namespace system, remove for 0.5 dojo.widget.manager.registerWidgetPackage(module); var pos = module.indexOf("."); var nsName = (pos > -1) ? module.substring(0,pos) : module; // FIXME: hrm, this might make things simpler //dojo.widget.tags.addParseTreeHandler(nsName+":"+type.toLowerCase()); props=(props)||{}; props.widgetType = type; if((!init)&&(props["classConstructor"])){ init = props.classConstructor; delete props.classConstructor; } dojo.declare(widgetClass, superclasses, init, props); } dojo.provide("dojo.widget.Parse"); // // dojoML parser should be moved out of 'widget', codifying the difference between a 'component' // and a 'widget'. A 'component' being anything that can be generated from a tag. // // a particular dojoML tag would be handled by a registered tagHandler with a hook for a default handler // if the widget system is loaded, a widget builder would be attach itself as the default handler // // widget tags are no longer registered themselves: // they are now arbitrarily namespaced, so we cannot register them all, and the non-prefixed portions // are no longer guaranteed unique // // therefore dojo.widget.tags should go with this parser code out of the widget module // dojo.widget.Parse = function(/*Object*/fragment){ this.propertySetsList = []; this.fragment = fragment; this.createComponents = function(/*Object*/frag, /*Object*/parentComp){ var comps = []; var built = false; // if we have items to parse/create at this level, do it! try{ if(frag && frag.tagName && (frag != frag.nodeRef)){ // these are in fact, not ever for widgets per-se anymore, // but for other markup elements (aka components) var djTags = dojo.widget.tags; // we split so that you can declare multiple // non-destructive components from the same ctor node var tna = String(frag.tagName).split(";"); for(var x=0; x -1) ? name.substring(0,pos) : "dojo"; if(pos > -1){ name = name.substring(pos+1); } var lowerCaseName = name.toLowerCase(); var namespacedName = ns + ":" + lowerCaseName; isNode = (dojo.byId(name) && !dojo.widget.tags[namespacedName]); } if((arguments.length == 1) && (isNode || !isNameStr)){ // we got a DOM node var xp = new dojo.xml.Parse(); // FIXME: we should try to find the parent! var tn = isNode ? dojo.byId(name) : name; return dojo.widget.getParser().createComponents(xp.parseElement(tn, null, true))[0]; } function fromScript(placeKeeperNode, name, props, ns){ props[namespacedName] = { dojotype: [{value: lowerCaseName}], nodeRef: placeKeeperNode, fastMixIn: true }; props.ns = ns; return dojo.widget.getParser().createComponentFromScript(placeKeeperNode, name, props, ns); } props = props||{}; var notRef = false; var tn = null; var h = dojo.render.html.capable; if(h){ tn = document.createElement("span"); } if(!refNode){ notRef = true; refNode = tn; if(h){ dojo.body().appendChild(refNode); } }else if(position){ dojo.dom.insertAtPosition(tn, refNode, position); }else{ // otherwise don't replace, but build in-place tn = refNode; } var widgetArray = fromScript(tn, name.toLowerCase(), props, ns); if( (!widgetArray)||(!widgetArray[0])|| (typeof widgetArray[0].widgetType == "undefined") ){ throw new Error("createWidget: Creation of \"" + name + "\" widget failed."); } try{ if(notRef && widgetArray[0].domNode.parentNode){ widgetArray[0].domNode.parentNode.removeChild(widgetArray[0].domNode); } }catch(e){ /* squelch for Safari */ dojo.debug(e); } return widgetArray[0]; // Widget } dojo.provide("dojo.widget.DomWidget"); dojo.widget._cssFiles = {}; dojo.widget._cssStrings = {}; dojo.widget._templateCache = {}; dojo.widget.defaultStrings = { // summary: a mapping of strings that are used in template variable replacement dojoRoot: dojo.hostenv.getBaseScriptUri(), dojoWidgetModuleUri: dojo.uri.moduleUri("dojo.widget"), baseScriptUri: dojo.hostenv.getBaseScriptUri() }; dojo.widget.fillFromTemplateCache = function(obj, templatePath, templateString, avoidCache){ // summary: // static method to build from a template w/ or w/o a real widget in // place // obj: DomWidget // an instance of dojo.widget.DomWidget to initialize the template for // templatePath: String // the URL to get the template from. dojo.uri.Uri is often passed as well. // templateString: String? // a string to use in lieu of fetching the template from a URL // avoidCache: Boolean? // should the template system not use whatever is in the cache and // always use the passed templatePath or templateString? // dojo.debug("avoidCache:", avoidCache); var tpath = templatePath || obj.templatePath; var tmplts = dojo.widget._templateCache; if(!tpath && !obj["widgetType"]) { // don't have a real template here do { var dummyName = "__dummyTemplate__" + dojo.widget._templateCache.dummyCount++; } while(tmplts[dummyName]); obj.widgetType = dummyName; } var wt = tpath?tpath.toString():obj.widgetType; var ts = tmplts[wt]; if(!ts){ tmplts[wt] = {"string": null, "node": null}; if(avoidCache){ ts = {}; }else{ ts = tmplts[wt]; } } if((!obj.templateString)&&(!avoidCache)){ obj.templateString = templateString || ts["string"]; } if(obj.templateString){ obj.templateString = this._sanitizeTemplateString(obj.templateString); } if((!obj.templateNode)&&(!avoidCache)){ obj.templateNode = ts["node"]; } if((!obj.templateNode)&&(!obj.templateString)&&(tpath)){ // fetch a text fragment and assign it to templateString // NOTE: we rely on blocking IO here! var tstring = this._sanitizeTemplateString(dojo.hostenv.getText(tpath)); obj.templateString = tstring; if(!avoidCache){ tmplts[wt]["string"] = tstring; } } if((!ts["string"])&&(!avoidCache)){ ts.string = obj.templateString; } } dojo.widget._sanitizeTemplateString = function(/*String*/tString){ //summary: Strips declarations so that external SVG and XML //documents can be added to a document without worry. Also, if the string //is an HTML document, only the part inside the body tag is returned. if(tString){ tString = tString.replace(/^\s*<\?xml(\s)+version=[\'\"](\d)*.(\d)*[\'\"](\s)*\?>/im, ""); var matches = tString.match(/]*>\s*([\s\S]+)\s*<\/body>/im); if(matches){ tString = matches[1]; } }else{ tString = ""; } return tString; //String } dojo.widget._templateCache.dummyCount = 0; // Array: list of properties to search for node-to-property mappings dojo.widget.attachProperties = ["dojoAttachPoint", "id"]; // String: name of the property to use for mapping DOM events to widget functions dojo.widget.eventAttachProperty = "dojoAttachEvent"; // String: property name of code to evaluate when the widget is constructed dojo.widget.onBuildProperty = "dojoOnBuild"; // Array: possible accessibility values to set on widget elements - role or state dojo.widget.waiNames = ["waiRole", "waiState"]; dojo.widget.wai = { // summary: Contains functions to set accessibility roles and states // onto widget elements waiRole: { // name: String: // information for mapping accessibility role name: "waiRole", // namespace: String: // URI of the namespace for the set of roles "namespace": "http://www.w3.org/TR/xhtml2", // alias: String: // The alias to assign the namespace alias: "x2", // prefix: String: // The prefix to assign to the role value prefix: "wairole:" }, waiState: { // name: String: // information for mapping accessibility state name: "waiState", // namespace: String: // URI of the namespace for the set of states "namespace": "http://www.w3.org/2005/07/aaa", // alias: String: // The alias to assign the namespace alias: "aaa", // prefix: String: // empty string - state value does not require prefix prefix: "" }, setAttr: function(/*DomNode*/node, /*String*/ ns, /*String*/ attr, /*String|Boolean*/value){ // summary: Use appropriate API to set the role or state attribute onto the element. // description: In IE use the generic setAttribute() api. Append a namespace // alias to the attribute name and appropriate prefix to the value. // Otherwise, use the setAttribueNS api to set the namespaced attribute. Also // add the appropriate prefix to the attribute value. if(dojo.render.html.ie){ node.setAttribute(this[ns].alias+":"+ attr, this[ns].prefix+value); }else{ node.setAttributeNS(this[ns]["namespace"], attr, this[ns].prefix+value); } }, getAttr: function(/*DomNode*/ node, /*String*/ ns, /*String|Boolena*/ attr){ // Summary: Use the appropriate API to retrieve the role or state value // Description: In IE use the generic getAttribute() api. An alias value // was added to the attribute name to simulate a namespace when the attribute // was set. Otherwise use the getAttributeNS() api to retrieve the state value if(dojo.render.html.ie){ return node.getAttribute(this[ns].alias+":"+attr); }else{ return node.getAttributeNS(this[ns]["namespace"], attr); } }, removeAttr: function(/*DomNode*/ node, /*String*/ ns, /*String|Boolena*/ attr){ // summary: Use the appropriate API to remove the role or state value // description: In IE use the generic removeAttribute() api. An alias value // was added to the attribute name to simulate a namespace when the attribute // was set. Otherwise use the removeAttributeNS() api to remove the state value var success = true; //only IE returns a value if(dojo.render.html.ie){ success = node.removeAttribute(this[ns].alias+":"+attr); }else{ node.removeAttributeNS(this[ns]["namespace"], attr); } return success; } }; dojo.widget.attachTemplateNodes = function(rootNode, /*Widget*/ targetObj, events ){ // summary: // map widget properties and functions to the handlers specified in // the dom node and it's descendants. This function iterates over all // nodes and looks for these properties: // * dojoAttachPoint // * dojoAttachEvent // * waiRole // * waiState // * any "dojoOn*" proprties passed in the events array // rootNode: DomNode // the node to search for properties. All children will be searched. // events: Array // a list of properties generated from getDojoEventsFromStr. // FIXME: this method is still taking WAAAY too long. We need ways of optimizing: // a.) what we are looking for on each node // b.) the nodes that are subject to interrogation (use xpath instead?) // c.) how expensive event assignment is (less eval(), more connect()) // var start = new Date(); var elementNodeType = dojo.dom.ELEMENT_NODE; function trim(str){ return str.replace(/^\s+|\s+$/g, ""); } if(!rootNode){ rootNode = targetObj.domNode; } if(rootNode.nodeType != elementNodeType){ return; } // alert(events.length); var nodes = rootNode.all || rootNode.getElementsByTagName("*"); var _this = targetObj; for(var x=-1; x= 0){ // oh, if only JS had tuple assignment var funcNameArr = tevt.split(":"); tevt = trim(funcNameArr[0]); thisFunc = trim(funcNameArr[1]); } if(!thisFunc){ thisFunc = tevt; } var tf = function(){ var ntf = new String(thisFunc); return function(evt){ if(_this[ntf]){ _this[ntf](dojo.event.browser.fixEvent(evt, this)); } }; }(); dojo.event.browser.addListener(baseNode, tevt, tf, false, true); // dojo.event.browser.addListener(baseNode, tevt, dojo.lang.hitch(_this, thisFunc)); } } for(var y=0; y=0){ funcs = dojo.lang.map(thisFunc.split(";"), trim); } for(var z=0; z0)&&(typeof arguments[0] == "object")){ this.create(arguments[0]); } }, { // templateNode: DomNode // a node that represents the widget template. Pre-empts both templateString and templatePath. templateNode: null, // templateString String: // a string that represents the widget template. Pre-empts the // templatePath. In builds that have their strings "interned", the // templatePath is converted to an inline templateString, thereby // preventing a synchronous network call. templateString: null, // templateCssString String: // a string that represents the CSS for the widgettemplate. // Pre-empts the templateCssPath. In builds that have their // strings "interned", the templateCssPath is converted to an // inline templateCssString, thereby preventing a synchronous // network call. templateCssString: null, // preventClobber Boolean: // should the widget not replace the node from which it was // constructed? Widgets that apply behaviors to pre-existing parts // of a page can be implemented easily by setting this to "true". // In these cases, the domNode property will point to the node // which the widget was created from. preventClobber: false, // domNode DomNode: // this is our visible representation of the widget! Other DOM // Nodes may by assigned to other properties, usually through the // template system's dojoAttachPonit syntax, but the domNode // property is the canonical "top level" node in widget UI. domNode: null, // containerNode DomNode: // holds child elements. "containerNode" is generally set via a // dojoAttachPoint assignment and it designates where widgets that // are defined as "children" of the parent will be placed // visually. containerNode: null, // widgetsInTemplate Boolean: // should we parse the template to find widgets that might be // declared in markup inside it? false by default. widgetsInTemplate: false, addChild: function(/*Widget*/ widget, overrideContainerNode, pos, ref, insertIndex){ // summary: // Process the given child widget, inserting it's dom node as // a child of our dom node // overrideContainerNode: DomNode? // a non-default container node for the widget // pos: String? // can be one of "before", "after", "first", or "last". This // has the same meaning as in dojo.dom.insertAtPosition() // ref: DomNode? // a node to place the widget relative to // insertIndex: int? // DOM index, same meaning as in dojo.dom.insertAtIndex() // returns: the widget that was inserted // FIXME: should we support addition at an index in the children arr and // order the display accordingly? Right now we always append. if(!this.isContainer){ // we aren't allowed to contain other widgets, it seems dojo.debug("dojo.widget.DomWidget.addChild() attempted on non-container widget"); return null; }else{ if(insertIndex == undefined){ insertIndex = this.children.length; } this.addWidgetAsDirectChild(widget, overrideContainerNode, pos, ref, insertIndex); this.registerChild(widget, insertIndex); } return widget; // Widget }, addWidgetAsDirectChild: function(/*Widget*/ widget, overrideContainerNode, pos, ref, insertIndex){ // summary: // Process the given child widget, inserting it's dom node as // a child of our dom node // overrideContainerNode: DomNode // a non-default container node for the widget // pos: String? // can be one of "before", "after", "first", or "last". This // has the same meaning as in dojo.dom.insertAtPosition() // ref: DomNode? // a node to place the widget relative to // insertIndex: int? // DOM index, same meaning as in dojo.dom.insertAtIndex() if((!this.containerNode)&&(!overrideContainerNode)){ this.containerNode = this.domNode; } var cn = (overrideContainerNode) ? overrideContainerNode : this.containerNode; if(!pos){ pos = "after"; } if(!ref){ if(!cn){ cn = dojo.body(); } ref = cn.lastChild; } if(!insertIndex) { insertIndex = 0; } widget.domNode.setAttribute("dojoinsertionindex", insertIndex); // insert the child widget domNode directly underneath my domNode, in the // specified position (by default, append to end) if(!ref){ cn.appendChild(widget.domNode); }else{ // FIXME: was this meant to be the (ugly hack) way to support insert @ index? //dojo.dom[pos](widget.domNode, ref, insertIndex); // CAL: this appears to be the intended way to insert a node at a given position... if (pos == 'insertAtIndex'){ // dojo.debug("idx:", insertIndex, "isLast:", ref === cn.lastChild); dojo.dom.insertAtIndex(widget.domNode, ref.parentNode, insertIndex); }else{ // dojo.debug("pos:", pos, "isLast:", ref === cn.lastChild); if((pos == "after")&&(ref === cn.lastChild)){ cn.appendChild(widget.domNode); }else{ dojo.dom.insertAtPosition(widget.domNode, cn, pos); } } } }, registerChild: function(widget, insertionIndex){ // summary: record that given widget descends from me // widget: Widget // the widget that is now a child // insertionIndex: int // where in the children[] array to place it // we need to insert the child at the right point in the parent's // 'children' array, based on the insertionIndex widget.dojoInsertionIndex = insertionIndex; var idx = -1; for(var i=0; i node that can't be inserted back into the original DOM tree parentComp.addWidgetAsDirectChild(this, "", "insertAtIndex", "", args["dojoinsertionindex"], sourceNodeRef); } else if (sourceNodeRef){ // Do in-place replacement of the my source node with my generated dom if(this.domNode && (this.domNode !== sourceNodeRef)){ this._sourceNodeRef = dojo.dom.replaceNode(sourceNodeRef, this.domNode); } } // Register myself with my parent, or with the widget manager if // I have no parent // TODO: the code below erroneously adds all programatically generated widgets // to topWidgets (since we don't know who the parent is until after creation finishes) if ( parentComp ) { parentComp.registerChild(this, args.dojoinsertionindex); } else { dojo.widget.manager.topWidgets[this.widgetId]=this; } if(this.widgetsInTemplate){ var parser = new dojo.xml.Parse(); var subContainerNode; //TODO: use xpath here? var subnodes = this.domNode.getElementsByTagName("*"); for(var i=0;i= 0){ // oh, if only JS had tuple assignment var funcNameArr = tevt.split(":"); tevt = dojo.string.trim(funcNameArr[0]); thisFunc = dojo.string.trim(funcNameArr[1]); } if(!thisFunc){ thisFunc = tevt; } if(dojo.lang.isFunction(widget[tevt])){ dojo.event.kwConnect({ srcObj: widget, srcFunc: tevt, targetObj: this, targetFunc: thisFunc }); }else{ alert(tevt+" is not a function in widget "+widget); } } } if(widget.extraArgs['dojoattachpoint']){ //don't attach widget.domNode here, as we do not know which //dom node we should connect to (in checkbox widget case, //it is inputNode). So we make the widget itself available this[widget.extraArgs['dojoattachpoint']] = widget; } } } //dojo.profile.end(this.widgetType + " postInitialize"); // Expand my children widgets /* dojoDontFollow is important for a very special case * basically if you have a widget that you instantiate from script * and that widget is a container, and it contains a reference to a parent * instance, the parser will start recursively parsing until the browser * complains. So the solution is to set an initialization property of * dojoDontFollow: true and then it won't recurse where it shouldn't */ if(this.isContainer && !frag["dojoDontFollow"]){ //alert("recurse from " + this.widgetId); // build any sub-components with us as the parent dojo.widget.getParser().createSubComponents(frag, this); } }, // method over-ride buildRendering: function(/*Object*/ args, /*Object*/ frag){ // summary: // Construct the UI for this widget, generally from a // template. This can be over-ridden for custom UI creation to // to side-step the template system. This is an // implementation of the stub function defined in // dojo.widget.Widget. // DOM widgets construct themselves from a template var ts = dojo.widget._templateCache[this.widgetType]; // Handle style for this widget here, as even if templatePath // is not set, style specified by templateCssString or templateCssPath // should be applied. templateCssString has higher priority // than templateCssPath if(args["templatecsspath"]){ args["templateCssPath"] = args["templatecsspath"]; } var cpath = args["templateCssPath"] || this.templateCssPath; if(cpath && !dojo.widget._cssFiles[cpath.toString()]){ if((!this.templateCssString)&&(cpath)){ this.templateCssString = dojo.hostenv.getText(cpath); this.templateCssPath = null; } dojo.widget._cssFiles[cpath.toString()] = true; } if((this["templateCssString"])&&(!dojo.widget._cssStrings[this.templateCssString])){ dojo.html.insertCssText(this.templateCssString, null, cpath); dojo.widget._cssStrings[this.templateCssString] = true; } if( (!this.preventClobber)&&( (this.templatePath)|| (this.templateNode)|| ( (this["templateString"])&&(this.templateString.length) )|| ( (typeof ts != "undefined")&&( (ts["string"])||(ts["node"]) ) ) ) ){ // if it looks like we can build the thing from a template, do it! this.buildFromTemplate(args, frag); }else{ // otherwise, assign the DOM node that was the source of the widget // parsing to be the root node this.domNode = this.getFragNodeRef(frag); } this.fillInTemplate(args, frag); // this is where individual widgets // will handle population of data // from properties, remote data // sets, etc. }, buildFromTemplate: function(/*Object*/ args, /*Object*/ frag){ // summary: // Called by buildRendering, creates the actual UI in a DomWidget. // var start = new Date(); // copy template properties if they're already set in the templates object // dojo.debug("buildFromTemplate:", this); var avoidCache = false; if(args["templatepath"]){ // avoidCache = true; args["templatePath"] = args["templatepath"]; } dojo.widget.fillFromTemplateCache( this, args["templatePath"], null, avoidCache); var ts = dojo.widget._templateCache[this.templatePath?this.templatePath.toString():this.widgetType]; if((ts)&&(!avoidCache)){ if(!this.templateString.length){ this.templateString = ts["string"]; } if(!this.templateNode){ this.templateNode = ts["node"]; } } var matches = false; var node = null; // var tstr = new String(this.templateString); var tstr = this.templateString; // attempt to clone a template node, if there is one if((!this.templateNode)&&(this.templateString)){ matches = this.templateString.match(/\$\{([^\}]+)\}/g); if(matches) { // if we do property replacement, don't create a templateNode // to clone from. var hash = this.strings || {}; // FIXME: should this hash of default replacements be cached in // templateString? for(var key in dojo.widget.defaultStrings) { if(dojo.lang.isUndefined(hash[key])) { hash[key] = dojo.widget.defaultStrings[key]; } } // FIXME: this is a lot of string munging. Can we make it faster? for(var i = 0; i < matches.length; i++) { var key = matches[i]; key = key.substring(2, key.length-1); var kval = (key.substring(0, 5) == "this.") ? dojo.lang.getObjPathValue(key.substring(5), this) : hash[key]; var value; if((kval)||(dojo.lang.isString(kval))){ value = new String((dojo.lang.isFunction(kval)) ? kval.call(this, key, this.templateString) : kval); // Safer substitution, see heading "Attribute values" in // http://www.w3.org/TR/REC-html40/appendix/notes.html#h-B.3.2 while (value.indexOf("\"") > -1) { value=value.replace("\"","""); } tstr = tstr.replace(matches[i], value); } } }else{ // otherwise, we are required to instantiate a copy of the template // string if one is provided. // FIXME: need to be able to distinguish here what should be done // or provide a generic interface across all DOM implementations // FIMXE: this breaks if the template has whitespace as its first // characters // node = this.createNodesFromText(this.templateString, true); // this.templateNode = node[0].cloneNode(true); // we're optimistic here this.templateNode = this.createNodesFromText(this.templateString, true)[0]; if(!avoidCache){ ts.node = this.templateNode; } } } if((!this.templateNode)&&(!matches)){ dojo.debug("DomWidget.buildFromTemplate: could not create template"); return false; }else if(!matches){ node = this.templateNode.cloneNode(true); if(!node){ return false; } }else{ node = this.createNodesFromText(tstr, true)[0]; } // recurse through the node, looking for, and attaching to, our // attachment points which should be defined on the template node. this.domNode = node; // dojo.profile.start("attachTemplateNodes"); this.attachTemplateNodes(); // dojo.profile.end("attachTemplateNodes"); // relocate source contents to templated container node // this.containerNode must be able to receive children, or exceptions will be thrown if (this.isContainer && this.containerNode){ var src = this.getFragNodeRef(frag); if (src){ dojo.dom.moveChildren(src, this.containerNode); } } }, attachTemplateNodes: function(baseNode, targetObj){ // summary: // hooks up event handlers and property/node linkages. Calls // dojo.widget.attachTemplateNodes to do all the hard work. // baseNode: DomNode // defaults to "this.domNode" // targetObj: Widget // defaults to "this" if(!baseNode){ baseNode = this.domNode; } if(!targetObj){ targetObj = this; } return dojo.widget.attachTemplateNodes(baseNode, targetObj, dojo.widget.getDojoEventsFromStr(this.templateString)); }, fillInTemplate: function(){ // summary: // stub function! sub-classes may use as a default UI // initializer function. The UI rendering will be available by // the time this is called from buildRendering. If // buildRendering is over-ridden, this function may not be // fired! // dojo.unimplemented("dojo.widget.DomWidget.fillInTemplate"); }, // method over-ride destroyRendering: function(){ // summary: UI destructor. Destroy the dom nodes associated w/this widget. try{ dojo.dom.destroyNode(this.domNode); delete this.domNode; }catch(e){ /* squelch! */ } if(this._sourceNodeRef){ try{ dojo.dom.destroyNode(this._sourceNodeRef); }catch(e){ /* squelch! */ } } }, createNodesFromText: function(){ // summary // Attempts to create a set of nodes based on the structure of the passed text. // Implemented in HtmlWidget and SvgWidget. dojo.unimplemented("dojo.widget.DomWidget.createNodesFromText"); } } ); dojo.provide("dojo.html.util"); dojo.html.getElementWindow = function(/* HTMLElement */element){ // summary // Get the window object where the element is placed in. return dojo.html.getDocumentWindow( element.ownerDocument ); // Window } dojo.html.getDocumentWindow = function(doc){ // summary // Get window object associated with document doc // With Safari, there is not wa to retrieve the window from the document, so we must fix it. if(dojo.render.html.safari && !doc._parentWindow){ /* This is a Safari specific function that fix the reference to the parent window from the document object. */ var fix=function(win){ win.document._parentWindow=win; for(var i=0; i // If you wanted to insert a node into a DOM tree based on the mouse // position you might use the following code: //
	//	if (gravity(node, e) & gravity.NORTH) { [insert before]; }
	//	else { [insert after]; }
	//	
// // @param node The node // @param e The event containing the mouse coordinates // @return The directions, NORTH or SOUTH and EAST or WEST. These // are properties of the function. node = dojo.byId(node); var mouse = dojo.html.getCursorPosition(e); with (dojo.html) { var absolute = getAbsolutePosition(node, true); var bb = getBorderBox(node); var nodecenterx = absolute.x + (bb.width / 2); var nodecentery = absolute.y + (bb.height / 2); } with (dojo.html.gravity) { return ((mouse.x < nodecenterx ? WEST : EAST) | (mouse.y < nodecentery ? NORTH : SOUTH)); // integer } } dojo.html.gravity.NORTH = 1; dojo.html.gravity.SOUTH = 1 << 1; dojo.html.gravity.EAST = 1 << 2; dojo.html.gravity.WEST = 1 << 3; dojo.html.overElement = function(/* HTMLElement */element, /* DOMEvent */e){ // summary // Returns whether the mouse is over the passed element. // Element must be display:block (ie, not a ) element = dojo.byId(element); var mouse = dojo.html.getCursorPosition(e); var bb = dojo.html.getBorderBox(element); var absolute = dojo.html.getAbsolutePosition(element, true, dojo.html.boxSizing.BORDER_BOX); var top = absolute.y; var bottom = top + bb.height; var left = absolute.x; var right = left + bb.width; return (mouse.x >= left && mouse.x <= right && mouse.y >= top && mouse.y <= bottom ); // boolean } dojo.html.renderedTextContent = function(/* HTMLElement */node){ // summary // Attempts to return the text as it would be rendered, with the line breaks // sorted out nicely. Unfinished. node = dojo.byId(node); var result = ""; if (node == null) { return result; } for (var i = 0; i < node.childNodes.length; i++) { switch (node.childNodes[i].nodeType) { case 1: // ELEMENT_NODE case 5: // ENTITY_REFERENCE_NODE var display = "unknown"; try { display = dojo.html.getStyle(node.childNodes[i], "display"); } catch(E) {} switch (display) { case "block": case "list-item": case "run-in": case "table": case "table-row-group": case "table-header-group": case "table-footer-group": case "table-row": case "table-column-group": case "table-column": case "table-cell": case "table-caption": // TODO: this shouldn't insert double spaces on aligning blocks result += "\n"; result += dojo.html.renderedTextContent(node.childNodes[i]); result += "\n"; break; case "none": break; default: if(node.childNodes[i].tagName && node.childNodes[i].tagName.toLowerCase() == "br") { result += "\n"; } else { result += dojo.html.renderedTextContent(node.childNodes[i]); } break; } break; case 3: // TEXT_NODE case 2: // ATTRIBUTE_NODE case 4: // CDATA_SECTION_NODE var text = node.childNodes[i].nodeValue; var textTransform = "unknown"; try { textTransform = dojo.html.getStyle(node, "text-transform"); } catch(E) {} switch (textTransform){ case "capitalize": var words = text.split(' '); for(var i=0; i]/i).test(txt.replace(/^\s+/))) { txt = "" + txt + "
"; tableType = "cell"; } else if((/^]/i).test(txt.replace(/^\s+/))) { txt = "" + txt + "
"; tableType = "row"; } else if((/^<(thead|tbody|tfoot)[\s\r\n>]/i).test(txt.replace(/^\s+/))) { txt = "" + txt + "
"; tableType = "section"; } tn.innerHTML = txt; if(tn["normalize"]){ tn.normalize(); } var parent = null; switch(tableType) { case "cell": parent = tn.getElementsByTagName("tr")[0]; break; case "row": parent = tn.getElementsByTagName("tbody")[0]; break; case "section": parent = tn.getElementsByTagName("table")[0]; break; default: parent = tn; break; } /* this doesn't make much sense, I'm assuming it just meant trim() so wrap was replaced with trim if(wrap){ var ret = []; // start hack var fc = tn.firstChild; ret[0] = ((fc.nodeValue == " ")||(fc.nodeValue == "\t")) ? fc.nextSibling : fc; // end hack // tn.style.display = "none"; dojo.body().removeChild(tn); return ret; } */ var nodes = []; for(var x=0; x view.width) { x = view.width - w; match = false; } else { x = tryX; } x = Math.max(padding[0], x) + scroll.x; var y = tryY + h; if(y > view.height) { y = view.height - h; match = false; } else { y = tryY; } y = Math.max(padding[1], y) + scroll.y; if(match){ //perfect match, return now bestx = x; besty = y; bestDistance = 0; bestCorner = corner; break; }else{ //not perfect, find out whether it is better than the saved one var dist = Math.pow(x-tryX-scroll.x,2)+Math.pow(y-tryY-scroll.y,2); if(bestDistance > dist){ bestDistance = dist; bestx = x; besty = y; bestCorner = corner; } } } if(!tryOnly){ node.style.left = bestx + "px"; node.style.top = besty + "px"; } return { left: bestx, top: besty, x: bestx, y: besty, dist: bestDistance, corner: bestCorner}; // object } dojo.html.placeOnScreenPoint = function(node, desiredX, desiredY, padding, hasScroll) { dojo.deprecated("dojo.html.placeOnScreenPoint", "use dojo.html.placeOnScreen() instead", "0.5"); return dojo.html.placeOnScreen(node, desiredX, desiredY, padding, hasScroll, ['TL', 'TR', 'BL', 'BR']); } dojo.html.placeOnScreenAroundElement = function( /* HTMLElement */node, /* HTMLElement */aroundNode, /* integer */padding, /* string? */aroundType, /* string? */aroundCorners, /* boolean? */tryOnly ){ // summary // Like placeOnScreen, except it accepts aroundNode instead of x,y // and attempts to place node around it. aroundType (see // dojo.html.boxSizing in html/layout.js) determines which box of the // aroundNode should be used to calculate the outer box. // aroundCorners specify Which corner of aroundNode should be // used to place the node => which corner(s) of node to use (see the // corners parameter in dojo.html.placeOnScreen) // aroundCorners: {'TL': 'BL', 'BL': 'TL'} var best, bestDistance=Infinity; aroundNode = dojo.byId(aroundNode); var oldDisplay = aroundNode.style.display; aroundNode.style.display=""; var mb = dojo.html.getElementBox(aroundNode, aroundType); var aroundNodeW = mb.width; var aroundNodeH = mb.height; var aroundNodePos = dojo.html.getAbsolutePosition(aroundNode, true, aroundType); aroundNode.style.display=oldDisplay; for(var nodeCorner in aroundCorners){ var pos, desiredX, desiredY; var corners = aroundCorners[nodeCorner]; desiredX = aroundNodePos.x + (nodeCorner.charAt(1)=='L' ? 0 : aroundNodeW); desiredY = aroundNodePos.y + (nodeCorner.charAt(0)=='T' ? 0 : aroundNodeH); pos = dojo.html.placeOnScreen(node, desiredX, desiredY, padding, true, corners, true); if(pos.dist == 0){ best = pos; break; }else{ //not perfect, find out whether it is better than the saved one if(bestDistance > pos.dist){ bestDistance = pos.dist; best = pos; } } } if(!tryOnly){ node.style.left = best.left + "px"; node.style.top = best.top + "px"; } return best; // object } dojo.html.scrollIntoView = function(/* HTMLElement */node){ // summary // Scroll the passed node into view, if it is not. if(!node){ return; } // don't rely on that node.scrollIntoView works just because the function is there // it doesnt work in Konqueror or Opera even though the function is there and probably // not safari either // dont like browser sniffs implementations but sometimes you have to use it if(dojo.render.html.ie){ //only call scrollIntoView if there is a scrollbar for this menu, //otherwise, scrollIntoView will scroll the window scrollbar if(dojo.html.getBorderBox(node.parentNode).height <= node.parentNode.scrollHeight){ node.scrollIntoView(false); } }else if(dojo.render.html.mozilla){ // IE, mozilla node.scrollIntoView(false); }else{ var parent = node.parentNode; var parentBottom = parent.scrollTop + dojo.html.getBorderBox(parent).height; var nodeBottom = node.offsetTop + dojo.html.getMarginBox(node).height; if(parentBottom < nodeBottom){ parent.scrollTop += (nodeBottom - parentBottom); }else if(parent.scrollTop > node.offsetTop){ parent.scrollTop -= (parent.scrollTop - node.offsetTop); } } } dojo.provide("dojo.lfx.toggle"); dojo.lfx.toggle.plain = { show: function(node, duration, easing, callback){ dojo.html.show(node); if(dojo.lang.isFunction(callback)){ callback(); } }, hide: function(node, duration, easing, callback){ dojo.html.hide(node); if(dojo.lang.isFunction(callback)){ callback(); } } } dojo.lfx.toggle.fade = { show: function(node, duration, easing, callback){ dojo.lfx.fadeShow(node, duration, easing, callback).play(); }, hide: function(node, duration, easing, callback){ dojo.lfx.fadeHide(node, duration, easing, callback).play(); } } dojo.lfx.toggle.wipe = { show: function(node, duration, easing, callback){ dojo.lfx.wipeIn(node, duration, easing, callback).play(); }, hide: function(node, duration, easing, callback){ dojo.lfx.wipeOut(node, duration, easing, callback).play(); } } dojo.lfx.toggle.explode = { show: function(node, duration, easing, callback, explodeSrc){ dojo.lfx.explode(explodeSrc||{x:0,y:0,width:0,height:0}, node, duration, easing, callback).play(); }, hide: function(node, duration, easing, callback, explodeSrc){ dojo.lfx.implode(node, explodeSrc||{x:0,y:0,width:0,height:0}, duration, easing, callback).play(); } } dojo.provide("dojo.widget.HtmlWidget"); dojo.declare("dojo.widget.HtmlWidget", dojo.widget.DomWidget, { // summary // Base class for all browser based widgets, or at least "html" widgets. // The meaning of "html" has become unclear; in practice, all widgets derive from this class. // templateCssPath: String // Path to CSS file for this widget templateCssPath: null, // templatePath: String // Path to template (HTML file) for this widget templatePath: null, // lang: String // Language to display this widget in (like en-us). // Defaults to brower's specified preferred language (typically the language of the OS) lang: "", // toggle: String // Controls animation effect for when show() and hide() (or toggle()) are called. // Possible values: "plain", "wipe", "fade", "explode" toggle: "plain", // toggleDuration: Integer // Number of milliseconds for toggle animation effect to complete toggleDuration: 150, initialize: function(args, frag){ // summary: called after the widget is rendered; most subclasses won't override or call this function }, postMixInProperties: function(args, frag){ if(this.lang === ""){this.lang = null;} // now that we know the setting for toggle, get toggle object // (default to plain toggler if user specified toggler not present) this.toggleObj = dojo.lfx.toggle[this.toggle.toLowerCase()] || dojo.lfx.toggle.plain; }, createNodesFromText: function(txt, wrap){ return dojo.html.createNodesFromText(txt, wrap); }, destroyRendering: function(finalize){ try{ if(this.bgIframe){ this.bgIframe.remove(); delete this.bgIframe; } if(!finalize && this.domNode){ dojo.event.browser.clean(this.domNode); } dojo.widget.HtmlWidget.superclass.destroyRendering.call(this); }catch(e){ /* squelch! */ } }, ///////////////////////////////////////////////////////// // Displaying/hiding the widget ///////////////////////////////////////////////////////// isShowing: function(){ // summary // Tests whether widget is set to show-mode or hide-mode (see show() and // hide() methods) // // This function is poorly named. Even if widget is in show-mode, // if it's inside a container that's hidden // (either a container widget, or just a domnode with display:none), // then it won't be displayed return dojo.html.isShowing(this.domNode); // Boolean }, toggleShowing: function(){ // summary: show or hide the widget, to switch it's state if(this.isShowing()){ this.hide(); }else{ this.show(); } }, show: function(){ // summary: show the widget if(this.isShowing()){ return; } this.animationInProgress=true; this.toggleObj.show(this.domNode, this.toggleDuration, null, dojo.lang.hitch(this, this.onShow), this.explodeSrc); }, onShow: function(){ // summary: called after the show() animation has completed this.animationInProgress=false; this.checkSize(); }, hide: function(){ // summary: hide the widget (ending up with display:none) if(!this.isShowing()){ return; } this.animationInProgress = true; this.toggleObj.hide(this.domNode, this.toggleDuration, null, dojo.lang.hitch(this, this.onHide), this.explodeSrc); }, onHide: function(){ // summary: called after the hide() animation has completed this.animationInProgress=false; }, ////////////////////////////////////////////////////////////////////////////// // Sizing related methods // If the parent changes size then for each child it should call either // - resizeTo(): size the child explicitly // - or checkSize(): notify the child the the parent has changed size ////////////////////////////////////////////////////////////////////////////// _isResized: function(w, h){ // summary // Test if my size has changed. // If width & height are specified then that's my new size; otherwise, // query outerWidth/outerHeight of my domNode // If I'm not being displayed then disregard (show() must // check if the size has changed) if(!this.isShowing()){ return false; } // If my parent has been resized and I have style="height: 100%" // or something similar then my size has changed too. var wh = dojo.html.getMarginBox(this.domNode); var width=w||wh.width; var height=h||wh.height; if(this.width == width && this.height == height){ return false; } this.width=width; this.height=height; return true; }, checkSize: function(){ // summary // Called when my parent has changed size, but my parent won't call resizeTo(). // This is useful if my size is height:100% or something similar. // Also called whenever I am shown, because the first time I am shown I may need // to do size calculations. if(!this._isResized()){ return; } this.onResized(); }, resizeTo: function(w, h){ // summary: explicitly set this widget's size (in pixels). dojo.html.setMarginBox(this.domNode, { width: w, height: h }); // can't do sizing if widget is hidden because referencing node.offsetWidth/node.offsetHeight returns 0. // do sizing on show() instead. if(this.isShowing()){ this.onResized(); } }, resizeSoon: function(){ // summary // schedule onResized() to be called soon, after browser has had // a little more time to calculate the sizes if(this.isShowing()){ dojo.lang.setTimeout(this, this.onResized, 0); } }, onResized: function(){ // summary // Called when my size has changed. // Must notify children if their size has (possibly) changed. dojo.lang.forEach(this.children, function(child){ if(child.checkSize){child.checkSize();} }); } }); dojo.kwCompoundRequire({ common: ["dojo.xml.Parse", "dojo.widget.Widget", "dojo.widget.Parse", "dojo.widget.Manager"], browser: ["dojo.widget.DomWidget", "dojo.widget.HtmlWidget"], dashboard: ["dojo.widget.DomWidget", "dojo.widget.HtmlWidget"], svg: ["dojo.widget.SvgWidget"], rhino: ["dojo.widget.SwtWidget"] }); dojo.provide("dojo.widget.*"); dojo.kwCompoundRequire({ common: [ "dojo.html.common", "dojo.html.style" ] }); dojo.provide("dojo.html.*"); dojo.provide("dojo.html.selection"); /** * type of selection **/ dojo.html.selectionType = { NONE : 0, //selection is empty TEXT : 1, //selection contains text (may also contains CONTROL objects) CONTROL : 2 //only one element is selected (such as img, table etc) }; dojo.html.clearSelection = function(){ // summary: deselect the current selection to make it empty var _window = dojo.global(); var _document = dojo.doc(); try{ if(_window["getSelection"]){ if(dojo.render.html.safari){ // pulled from WebCore/ecma/kjs_window.cpp, line 2536 _window.getSelection().collapse(); }else{ _window.getSelection().removeAllRanges(); } }else if(_document.selection){ if(_document.selection.empty){ _document.selection.empty(); }else if(_document.selection.clear){ _document.selection.clear(); } } return true; }catch(e){ dojo.debug(e); return false; } } dojo.html.disableSelection = function(/*DomNode*/element){ // summary: disable selection on a node element = dojo.byId(element)||dojo.body(); var h = dojo.render.html; if(h.mozilla){ element.style.MozUserSelect = "none"; }else if(h.safari){ element.style.KhtmlUserSelect = "none"; }else if(h.ie){ element.unselectable = "on"; }else{ return false; } return true; } dojo.html.enableSelection = function(/*DomNode*/element){ // summary: enable selection on a node element = dojo.byId(element)||dojo.body(); var h = dojo.render.html; if(h.mozilla){ element.style.MozUserSelect = ""; }else if(h.safari){ element.style.KhtmlUserSelect = ""; }else if(h.ie){ element.unselectable = "off"; }else{ return false; } return true; } dojo.html.selectElement = function(/*DomNode*/element){ dojo.deprecated("dojo.html.selectElement", "replaced by dojo.html.selection.selectElementChildren", 0.5); } dojo.html.selectInputText = function(/*DomNode*/element){ // summary: select all the text in an input element var _window = dojo.global(); var _document = dojo.doc(); element = dojo.byId(element); if(_document["selection"] && dojo.body()["createTextRange"]){ // IE var range = element.createTextRange(); range.moveStart("character", 0); range.moveEnd("character", element.value.length); range.select(); }else if(_window["getSelection"]){ var selection = _window.getSelection(); // FIXME: does this work on Safari? element.setSelectionRange(0, element.value.length); } element.focus(); } dojo.html.isSelectionCollapsed = function(){ dojo.deprecated("dojo.html.isSelectionCollapsed", "replaced by dojo.html.selection.isCollapsed", 0.5); return dojo.html.selection.isCollapsed(); } dojo.lang.mixin(dojo.html.selection, { getType: function() { // summary: Get the selection type (like document.select.type in IE). if(dojo.doc()["selection"]){ //IE return dojo.html.selectionType[dojo.doc().selection.type.toUpperCase()]; }else{ var stype = dojo.html.selectionType.TEXT; // Check if the actual selection is a CONTROL (IMG, TABLE, HR, etc...). var oSel; try {oSel = dojo.global().getSelection();} catch (e) {} if(oSel && oSel.rangeCount==1){ var oRange = oSel.getRangeAt(0); if (oRange.startContainer == oRange.endContainer && (oRange.endOffset - oRange.startOffset) == 1 && oRange.startContainer.nodeType != dojo.dom.TEXT_NODE) { stype = dojo.html.selectionType.CONTROL; } } return stype; } }, isCollapsed: function() { // summary: return whether the current selection is empty var _window = dojo.global(); var _document = dojo.doc(); if(_document["selection"]){ // IE return _document.selection.createRange().text == ""; }else if(_window["getSelection"]){ var selection = _window.getSelection(); if(dojo.lang.isString(selection)){ // Safari return selection == ""; }else{ // Mozilla/W3 return selection.isCollapsed || selection.toString() == ""; } } }, getSelectedElement: function() { // summary: // Retrieves the selected element (if any), just in the case that a single // element (object like and image or a table) is selected. if ( dojo.html.selection.getType() == dojo.html.selectionType.CONTROL ){ if(dojo.doc()["selection"]){ //IE var range = dojo.doc().selection.createRange(); if ( range && range.item ){ return dojo.doc().selection.createRange().item(0); } }else{ var selection = dojo.global().getSelection(); return selection.anchorNode.childNodes[ selection.anchorOffset ]; } } }, getParentElement: function() { // summary: // Get the parent element of the current selection if(dojo.html.selection.getType() == dojo.html.selectionType.CONTROL){ var p = dojo.html.selection.getSelectedElement(); if(p){ return p.parentNode; } }else{ if(dojo.doc()["selection"]){ //IE return dojo.doc().selection.createRange().parentElement(); }else{ var selection = dojo.global().getSelection(); if(selection){ var node = selection.anchorNode; while ( node && node.nodeType != dojo.dom.ELEMENT_NODE ){ node = node.parentNode; } return node; } } } }, getSelectedText: function(){ // summary: // Return the text (no html tags) included in the current selection or null if no text is selected if(dojo.doc()["selection"]){ //IE if(dojo.html.selection.getType() == dojo.html.selectionType.CONTROL){ return null; } return dojo.doc().selection.createRange().text; }else{ var selection = dojo.global().getSelection(); if(selection){ return selection.toString(); } } }, getSelectedHtml: function(){ // summary: // Return the html of the current selection or null if unavailable if(dojo.doc()["selection"]){ //IE if(dojo.html.selection.getType() == dojo.html.selectionType.CONTROL){ return null; } return dojo.doc().selection.createRange().htmlText; }else{ var selection = dojo.global().getSelection(); if(selection && selection.rangeCount){ var frag = selection.getRangeAt(0).cloneContents(); var div = document.createElement("div"); div.appendChild(frag); return div.innerHTML; } return null; } }, hasAncestorElement: function(/*String*/tagName /* ... */){ // summary: // Check whether current selection has a parent element which is of type tagName (or one of the other specified tagName) return (dojo.html.selection.getAncestorElement.apply(this, arguments) != null); }, getAncestorElement: function(/*String*/tagName /* ... */){ // summary: // Return the parent element of the current selection which is of type tagName (or one of the other specified tagName) var node = dojo.html.selection.getSelectedElement() || dojo.html.selection.getParentElement(); while(node /*&& node.tagName.toLowerCase() != 'body'*/){ if(dojo.html.selection.isTag(node, arguments).length>0){ return node; } node = node.parentNode; } return null; }, //modified from dojo.html.isTag to take an array as second parameter isTag: function(/*DomNode*/node, /*Array*/tags) { if(node && node.tagName) { for (var i=0; i. Why do we want this? JavaScript has no threads, and even if it did, threads are hard. Deferreds are a way of abstracting non-blocking events, such as the final response to an XMLHttpRequest. The sequence of callbacks is internally represented as a list of 2-tuples containing the callback/errback pair. For example, the following call sequence:: var d = new Deferred(); d.addCallback(myCallback); d.addErrback(myErrback); d.addBoth(myBoth); d.addCallbacks(myCallback, myErrback); is translated into a Deferred with the following internal representation:: [ [myCallback, null], [null, myErrback], [myBoth, myBoth], [myCallback, myErrback] ] The Deferred also keeps track of its current status (fired). Its status may be one of three things: -1: no value yet (initial condition) 0: success 1: error A Deferred will be in the error state if one of the following three conditions are met: 1. The result given to callback or errback is "instanceof" Error 2. The previous callback or errback raised an exception while executing 3. The previous callback or errback returned a value "instanceof" Error Otherwise, the Deferred will be in the success state. The state of the Deferred determines the next element in the callback sequence to run. When a callback or errback occurs with the example deferred chain, something equivalent to the following will happen (imagine that exceptions are caught and returned):: // d.callback(result) or d.errback(result) if(!(result instanceof Error)){ result = myCallback(result); } if(result instanceof Error){ result = myErrback(result); } result = myBoth(result); if(result instanceof Error){ result = myErrback(result); }else{ result = myCallback(result); } The result is then stored away in case another step is added to the callback sequence. Since the Deferred already has a value available, any new callbacks added will be called immediately. There are two other "advanced" details about this implementation that are useful: Callbacks are allowed to return Deferred instances themselves, so you can build complicated sequences of events with ease. The creator of the Deferred may specify a canceller. The canceller is a function that will be called if Deferred.cancel is called before the Deferred fires. You can use this to implement clean aborting of an XMLHttpRequest, etc. Note that cancel will fire the deferred with a CancelledError (unless your canceller returns another kind of error), so the errbacks should be prepared to handle that error for cancellable Deferreds. */ this.chain = []; this.id = this._nextId(); this.fired = -1; this.paused = 0; this.results = [null, null]; this.canceller = canceller; this.silentlyCancelled = false; }; dojo.lang.extend(dojo.Deferred, { getFunctionFromArgs: function(){ var a = arguments; if((a[0])&&(!a[1])){ if(dojo.lang.isFunction(a[0])){ return a[0]; }else if(dojo.lang.isString(a[0])){ return dj_global[a[0]]; } }else if((a[0])&&(a[1])){ return dojo.lang.hitch(a[0], a[1]); } return null; }, makeCalled: function() { var deferred = new dojo.Deferred(); deferred.callback(); return deferred; }, repr: function(){ var state; if(this.fired == -1){ state = 'unfired'; }else if(this.fired == 0){ state = 'success'; } else { state = 'error'; } return 'Deferred(' + this.id + ', ' + state + ')'; }, toString: dojo.lang.forward("repr"), _nextId: (function(){ var n = 1; return function(){ return n++; }; })(), cancel: function(){ // summary: Cancels a Deferred that has not yet received a value, or is // waiting on another Deferred as its value. // description: // If a canceller is defined, the canceller is called. If the // canceller did not return an error, or there was no canceller, // then the errback chain is started with CancelledError. if(this.fired == -1){ if (this.canceller){ this.canceller(this); }else{ this.silentlyCancelled = true; } if(this.fired == -1){ this.errback(new Error(this.repr())); } }else if( (this.fired == 0)&& (this.results[0] instanceof dojo.Deferred)){ this.results[0].cancel(); } }, _pause: function(){ // summary: Used internally to signal that it's waiting on another Deferred this.paused++; }, _unpause: function(){ // summary: Used internally to signal that it's no longer waiting on // another Deferred. this.paused--; if ((this.paused == 0) && (this.fired >= 0)) { this._fire(); } }, _continue: function(res){ // summary: Used internally when a dependent deferred fires. this._resback(res); this._unpause(); }, _resback: function(res){ // The primitive that means either callback or errback this.fired = ((res instanceof Error) ? 1 : 0); this.results[this.fired] = res; this._fire(); }, _check: function(){ if(this.fired != -1){ if(!this.silentlyCancelled){ dojo.raise("already called!"); } this.silentlyCancelled = false; return; } }, callback: function(res){ // summary: Begin the callback sequence with a non-error value. /* callback or errback should only be called once on a given Deferred. */ this._check(); this._resback(res); }, errback: function(res){ // summary: Begin the callback sequence with an error result. this._check(); if(!(res instanceof Error)){ res = new Error(res); } this._resback(res); }, addBoth: function(cb, cbfn){ /* summary Add the same function as both a callback and an errback as the next element on the callback sequence. This is useful for code that you want to guarantee to run, e.g. a finalizer. */ var enclosed = this.getFunctionFromArgs(cb, cbfn); if(arguments.length > 2){ enclosed = dojo.lang.curryArguments(null, enclosed, arguments, 2); } return this.addCallbacks(enclosed, enclosed); }, addCallback: function(cb, cbfn){ // summary: Add a single callback to the end of the callback sequence. var enclosed = this.getFunctionFromArgs(cb, cbfn); if(arguments.length > 2){ enclosed = dojo.lang.curryArguments(null, enclosed, arguments, 2); } return this.addCallbacks(enclosed, null); }, addErrback: function(cb, cbfn){ // summary: Add a single callback to the end of the callback sequence. var enclosed = this.getFunctionFromArgs(cb, cbfn); if(arguments.length > 2){ enclosed = dojo.lang.curryArguments(null, enclosed, arguments, 2); } return this.addCallbacks(null, enclosed); return this.addCallbacks(null, cbfn); }, addCallbacks: function (cb, eb) { // summary: Add separate callback and errback to the end of the callback // sequence. this.chain.push([cb, eb]) if (this.fired >= 0) { this._fire(); } return this; }, _fire: function(){ // summary: Used internally to exhaust the callback sequence when a result // is available. var chain = this.chain; var fired = this.fired; var res = this.results[fired]; var self = this; var cb = null; while (chain.length > 0 && this.paused == 0) { // Array var pair = chain.shift(); var f = pair[fired]; if (f == null) { continue; } try { res = f(res); fired = ((res instanceof Error) ? 1 : 0); if(res instanceof dojo.Deferred) { cb = function(res){ self._continue(res); } this._pause(); } }catch(err){ fired = 1; res = err; } } this.fired = fired; this.results[fired] = res; if((cb)&&(this.paused)){ // this is for "tail recursion" in case the dependent // deferred is already fired res.addBoth(cb); } } }); /* -*- tab-width: 4 -*- */ dojo.provide("dojo.widget.RichText"); // used to save content // but do not try doing document.write if we are using xd loading. // document.write will only work if RichText.js is included in the dojo.js // file. If it is included in dojo.js and you want to allow rich text saving // for back/forward actions, then set djConfig.allowXdRichTextSave = true. if(!djConfig["useXDomain"] || djConfig["allowXdRichTextSave"]){ if(dojo.hostenv.post_load_){ (function(){ var savetextarea = dojo.doc().createElement('textarea'); savetextarea.id = "dojo.widget.RichText.savedContent"; savetextarea.style = "display:none;position:absolute;top:-100px;left:-100px;height:3px;width:3px;overflow:hidden;"; dojo.body().appendChild(savetextarea); })(); }else{ //dojo.body() is not available before onLoad is fired try { dojo.doc().write(''); }catch(e){ } } } dojo.widget.defineWidget( "dojo.widget.RichText", dojo.widget.HtmlWidget, function(){ // summary: // dojo.widget.RichText is the core of the WYSIWYG editor in dojo, which // provides the basic editing features. It also encapsulates the differences // of different js engines for various browsers // contentPreFilters: Array // pre content filter function register array this.contentPreFilters = []; // contentPostFilters: Array // post content filter function register array this.contentPostFilters = []; // contentDomPreFilters: Array // pre content dom filter function register array this.contentDomPreFilters = []; // contentDomPostFilters: Array // post content dom filter function register array this.contentDomPostFilters = []; // editingAreaStyleSheets: Array // array to store all the stylesheets applied to the editing area this.editingAreaStyleSheets=[]; if(dojo.render.html.moz){ this.contentPreFilters.push(this._fixContentForMoz); } this._keyHandlers = {}; if(dojo.Deferred){ this.onLoadDeferred = new dojo.Deferred(); } }, { // inheritWidth: Boolean // whether to inherit the parent's width or simply use 100% inheritWidth: false, // focusOnLoad: Boolean // whether focusing into this instance of richtext when page onload focusOnLoad: false, // saveName: String // If a save name is specified the content is saved and restored when the user // leave this page can come back, or if the editor is not properly closed after // editing has started. saveName: "", // styleSheets: String // semicolon (";") separated list of css files for the editing area styleSheets: "", // _content: String // temporary content storage _content: "", // height: String // set height to fix the editor at a specific height, with scrolling height: "", // minHeight: String // The minimum height that the editor should have minHeight: "1em", // isClosed: Boolean isClosed: true, // isLoaded: Boolean isLoaded: false, // useActiveX: Boolean // whether to use the active-x object in IE useActiveX: false, // relativeImageUrls: Boolean // whether to use relative URLs for images - if this is enabled // images will be given absolute URLs when inside the editor but // will be changed to use relative URLs (to the current page) on save relativeImageUrls: false, // _SEPARATOR: String // used to concat contents from multiple textareas into a single string _SEPARATOR: "@@**%%__RICHTEXTBOUNDRY__%%**@@", // onLoadDeferred: dojo.Deferred // deferred that can be used to connect to the onLoad function. This // will only be set if dojo.Deferred is required onLoadDeferred: null, /* Init *******/ fillInTemplate: function(){ // summary: see dojo.widget.DomWidget dojo.event.topic.publish("dojo.widget.RichText::init", this); this.open(); // backwards compatibility, needs to be removed dojo.event.connect(this, "onKeyPressed", this, "afterKeyPress"); dojo.event.connect(this, "onKeyPress", this, "keyPress"); dojo.event.connect(this, "onKeyDown", this, "keyDown"); dojo.event.connect(this, "onKeyUp", this, "keyUp"); this.setupDefaultShortcuts(); }, setupDefaultShortcuts: function(){ // summary: add some default key handlers // description: // Overwrite this to setup your own handlers. The default // implementation does not use Editor2 commands, but directly // executes the builtin commands within the underlying browser // support. var ctrl = this.KEY_CTRL; var exec = function (cmd, arg) { return arguments.length == 1 ? function () { this.execCommand(cmd); } : function () { this.execCommand(cmd, arg); } } this.addKeyHandler("b", ctrl, exec("bold")); this.addKeyHandler("i", ctrl, exec("italic")); this.addKeyHandler("u", ctrl, exec("underline")); this.addKeyHandler("a", ctrl, exec("selectall")); this.addKeyHandler("s", ctrl, function () { this.save(true); }); this.addKeyHandler("1", ctrl, exec("formatblock", "h1")); this.addKeyHandler("2", ctrl, exec("formatblock", "h2")); this.addKeyHandler("3", ctrl, exec("formatblock", "h3")); this.addKeyHandler("4", ctrl, exec("formatblock", "h4")); this.addKeyHandler("\\", ctrl, exec("insertunorderedlist")); if(!dojo.render.html.ie){ this.addKeyHandler("Z", ctrl, exec("redo")); } }, // events: Array // events which should be connected to the underlying editing area events: ["onBlur", "onFocus", "onKeyPress", "onKeyDown", "onKeyUp", "onClick"], /** * Transforms the node referenced in this.domNode into a rich text editing * node. This can result in the creation and replacement with an '; var iframeNode = document.getElementsByTagName("iframe")[0]; iframeNode.src = makeClientUrl("init", 'id=' + xipStateId + '&server=' + encodeURIComponent(serverUrl) + '&fr=endpoint'); }else{ setClientUrl("loaded"); } } if(typeof(window.addEventListener) == "undefined"){ window.attachEvent("onload", onServerLoad); }else{ window.addEventListener('load', onServerLoad, false); } // -->

The Dojo Toolkit -- xip_server.html

This file is used for Dojo's XMLHttpRequest Iframe Proxy. This is the the file that should go on the server that will actually be doing the XHR request.

PK mM#w{src/lang/assert.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.lang.assert"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.array"); dojo.require("dojo.lang.type"); dojo.lang.assert = function (booleanValue, message) { if (!booleanValue) { var errorMessage = "An assert statement failed.\n" + "The method dojo.lang.assert() was called with a 'false' value.\n"; if (message) { errorMessage += "Here's the assert message:\n" + message + "\n"; } throw new Error(errorMessage); } }; dojo.lang.assertType = function (value, type, keywordParameters) { if (dojo.lang.isString(keywordParameters)) { dojo.deprecated("dojo.lang.assertType(value, type, \"message\")", "use dojo.lang.assertType(value, type) instead", "0.5"); } if (!dojo.lang.isOfType(value, type, keywordParameters)) { if (!dojo.lang.assertType._errorMessage) { dojo.lang.assertType._errorMessage = "Type mismatch: dojo.lang.assertType() failed."; } dojo.lang.assert(false, dojo.lang.assertType._errorMessage); } }; dojo.lang.assertValidKeywords = function (object, expectedProperties, message) { var key; if (!message) { if (!dojo.lang.assertValidKeywords._errorMessage) { dojo.lang.assertValidKeywords._errorMessage = "In dojo.lang.assertValidKeywords(), found invalid keyword:"; } message = dojo.lang.assertValidKeywords._errorMessage; } if (dojo.lang.isArray(expectedProperties)) { for (key in object) { if (!dojo.lang.inArray(expectedProperties, key)) { dojo.lang.assert(false, message + " " + key); } } } else { for (key in object) { if (!(key in expectedProperties)) { dojo.lang.assert(false, message + " " + key); } } } }; PK mMyœ src/lang/func.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.lang.func"); dojo.require("dojo.lang.common"); dojo.lang.hitch = function (thisObject, method) { var args = []; for (var x = 2; x < arguments.length; x++) { args.push(arguments[x]); } var fcn = (dojo.lang.isString(method) ? thisObject[method] : method) || function () { }; return function () { var ta = args.concat([]); for (var x = 0; x < arguments.length; x++) { ta.push(arguments[x]); } return fcn.apply(thisObject, ta); }; }; dojo.lang.anonCtr = 0; dojo.lang.anon = {}; dojo.lang.nameAnonFunc = function (anonFuncPtr, thisObj, searchForNames) { var nso = (thisObj || dojo.lang.anon); if ((searchForNames) || ((dj_global["djConfig"]) && (djConfig["slowAnonFuncLookups"] == true))) { for (var x in nso) { try { if (nso[x] === anonFuncPtr) { return x; } } catch (e) { } } } var ret = "__" + dojo.lang.anonCtr++; while (typeof nso[ret] != "undefined") { ret = "__" + dojo.lang.anonCtr++; } nso[ret] = anonFuncPtr; return ret; }; dojo.lang.forward = function (funcName) { return function () { return this[funcName].apply(this, arguments); }; }; dojo.lang.curry = function (thisObj, func) { var outerArgs = []; thisObj = thisObj || dj_global; if (dojo.lang.isString(func)) { func = thisObj[func]; } for (var x = 2; x < arguments.length; x++) { outerArgs.push(arguments[x]); } var ecount = (func["__preJoinArity"] || func.length) - outerArgs.length; function gather(nextArgs, innerArgs, expected) { var texpected = expected; var totalArgs = innerArgs.slice(0); for (var x = 0; x < nextArgs.length; x++) { totalArgs.push(nextArgs[x]); } expected = expected - nextArgs.length; if (expected <= 0) { var res = func.apply(thisObj, totalArgs); expected = texpected; return res; } else { return function () { return gather(arguments, totalArgs, expected); }; } } return gather([], outerArgs, ecount); }; dojo.lang.curryArguments = function (thisObj, func, args, offset) { var targs = []; var x = offset || 0; for (x = offset; x < args.length; x++) { targs.push(args[x]); } return dojo.lang.curry.apply(dojo.lang, [thisObj, func].concat(targs)); }; dojo.lang.tryThese = function () { for (var x = 0; x < arguments.length; x++) { try { if (typeof arguments[x] == "function") { var ret = (arguments[x]()); if (ret) { return ret; } } } catch (e) { dojo.debug(e); } } }; dojo.lang.delayThese = function (farr, cb, delay, onend) { if (!farr.length) { if (typeof onend == "function") { onend(); } return; } if ((typeof delay == "undefined") && (typeof cb == "number")) { delay = cb; cb = function () { }; } else { if (!cb) { cb = function () { }; if (!delay) { delay = 0; } } } setTimeout(function () { (farr.shift())(); cb(); dojo.lang.delayThese(farr, cb, delay, onend); }, delay); }; PK mM ??src/lang/timing/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.lang.timing.*"); PK mMTi*i*src/lfx/Animation.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.lfx.Animation"); dojo.require("dojo.lang.func"); dojo.lfx.Line = function (start, end) { this.start = start; this.end = end; if (dojo.lang.isArray(start)) { var diff = []; dojo.lang.forEach(this.start, function (s, i) { diff[i] = this.end[i] - s; }, this); this.getValue = function (n) { var res = []; dojo.lang.forEach(this.start, function (s, i) { res[i] = (diff[i] * n) + s; }, this); return res; }; } else { var diff = end - start; this.getValue = function (n) { return (diff * n) + this.start; }; } }; if ((dojo.render.html.khtml) && (!dojo.render.html.safari)) { dojo.lfx.easeDefault = function (n) { return (parseFloat("0.5") + ((Math.sin((n + parseFloat("1.5")) * Math.PI)) / 2)); }; } else { dojo.lfx.easeDefault = function (n) { return (0.5 + ((Math.sin((n + 1.5) * Math.PI)) / 2)); }; } dojo.lfx.easeIn = function (n) { return Math.pow(n, 3); }; dojo.lfx.easeOut = function (n) { return (1 - Math.pow(1 - n, 3)); }; dojo.lfx.easeInOut = function (n) { return ((3 * Math.pow(n, 2)) - (2 * Math.pow(n, 3))); }; dojo.lfx.IAnimation = function () { }; dojo.lang.extend(dojo.lfx.IAnimation, {curve:null, duration:1000, easing:null, repeatCount:0, rate:10, handler:null, beforeBegin:null, onBegin:null, onAnimate:null, onEnd:null, onPlay:null, onPause:null, onStop:null, play:null, pause:null, stop:null, connect:function (evt, scope, newFunc) { if (!newFunc) { newFunc = scope; scope = this; } newFunc = dojo.lang.hitch(scope, newFunc); var oldFunc = this[evt] || function () { }; this[evt] = function () { var ret = oldFunc.apply(this, arguments); newFunc.apply(this, arguments); return ret; }; return this; }, fire:function (evt, args) { if (this[evt]) { this[evt].apply(this, (args || [])); } return this; }, repeat:function (count) { this.repeatCount = count; return this; }, _active:false, _paused:false}); dojo.lfx.Animation = function (handlers, duration, curve, easing, repeatCount, rate) { dojo.lfx.IAnimation.call(this); if (dojo.lang.isNumber(handlers) || (!handlers && duration.getValue)) { rate = repeatCount; repeatCount = easing; easing = curve; curve = duration; duration = handlers; handlers = null; } else { if (handlers.getValue || dojo.lang.isArray(handlers)) { rate = easing; repeatCount = curve; easing = duration; curve = handlers; duration = null; handlers = null; } } if (dojo.lang.isArray(curve)) { this.curve = new dojo.lfx.Line(curve[0], curve[1]); } else { this.curve = curve; } if (duration != null && duration > 0) { this.duration = duration; } if (repeatCount) { this.repeatCount = repeatCount; } if (rate) { this.rate = rate; } if (handlers) { dojo.lang.forEach(["handler", "beforeBegin", "onBegin", "onEnd", "onPlay", "onStop", "onAnimate"], function (item) { if (handlers[item]) { this.connect(item, handlers[item]); } }, this); } if (easing && dojo.lang.isFunction(easing)) { this.easing = easing; } }; dojo.inherits(dojo.lfx.Animation, dojo.lfx.IAnimation); dojo.lang.extend(dojo.lfx.Animation, {_startTime:null, _endTime:null, _timer:null, _percent:0, _startRepeatCount:0, play:function (delay, gotoStart) { if (gotoStart) { clearTimeout(this._timer); this._active = false; this._paused = false; this._percent = 0; } else { if (this._active && !this._paused) { return this; } } this.fire("handler", ["beforeBegin"]); this.fire("beforeBegin"); if (delay > 0) { setTimeout(dojo.lang.hitch(this, function () { this.play(null, gotoStart); }), delay); return this; } this._startTime = new Date().valueOf(); if (this._paused) { this._startTime -= (this.duration * this._percent / 100); } this._endTime = this._startTime + this.duration; this._active = true; this._paused = false; var step = this._percent / 100; var value = this.curve.getValue(step); if (this._percent == 0) { if (!this._startRepeatCount) { this._startRepeatCount = this.repeatCount; } this.fire("handler", ["begin", value]); this.fire("onBegin", [value]); } this.fire("handler", ["play", value]); this.fire("onPlay", [value]); this._cycle(); return this; }, pause:function () { clearTimeout(this._timer); if (!this._active) { return this; } this._paused = true; var value = this.curve.getValue(this._percent / 100); this.fire("handler", ["pause", value]); this.fire("onPause", [value]); return this; }, gotoPercent:function (pct, andPlay) { clearTimeout(this._timer); this._active = true; this._paused = true; this._percent = pct; if (andPlay) { this.play(); } return this; }, stop:function (gotoEnd) { clearTimeout(this._timer); var step = this._percent / 100; if (gotoEnd) { step = 1; } var value = this.curve.getValue(step); this.fire("handler", ["stop", value]); this.fire("onStop", [value]); this._active = false; this._paused = false; return this; }, status:function () { if (this._active) { return this._paused ? "paused" : "playing"; } else { return "stopped"; } return this; }, _cycle:function () { clearTimeout(this._timer); if (this._active) { var curr = new Date().valueOf(); var step = (curr - this._startTime) / (this._endTime - this._startTime); if (step >= 1) { step = 1; this._percent = 100; } else { this._percent = step * 100; } if ((this.easing) && (dojo.lang.isFunction(this.easing))) { step = this.easing(step); } var value = this.curve.getValue(step); this.fire("handler", ["animate", value]); this.fire("onAnimate", [value]); if (step < 1) { this._timer = setTimeout(dojo.lang.hitch(this, "_cycle"), this.rate); } else { this._active = false; this.fire("handler", ["end"]); this.fire("onEnd"); if (this.repeatCount > 0) { this.repeatCount--; this.play(null, true); } else { if (this.repeatCount == -1) { this.play(null, true); } else { if (this._startRepeatCount) { this.repeatCount = this._startRepeatCount; this._startRepeatCount = 0; } } } } } return this; }}); dojo.lfx.Combine = function (animations) { dojo.lfx.IAnimation.call(this); this._anims = []; this._animsEnded = 0; var anims = arguments; if (anims.length == 1 && (dojo.lang.isArray(anims[0]) || dojo.lang.isArrayLike(anims[0]))) { anims = anims[0]; } dojo.lang.forEach(anims, function (anim) { this._anims.push(anim); anim.connect("onEnd", dojo.lang.hitch(this, "_onAnimsEnded")); }, this); }; dojo.inherits(dojo.lfx.Combine, dojo.lfx.IAnimation); dojo.lang.extend(dojo.lfx.Combine, {_animsEnded:0, play:function (delay, gotoStart) { if (!this._anims.length) { return this; } this.fire("beforeBegin"); if (delay > 0) { setTimeout(dojo.lang.hitch(this, function () { this.play(null, gotoStart); }), delay); return this; } if (gotoStart || this._anims[0].percent == 0) { this.fire("onBegin"); } this.fire("onPlay"); this._animsCall("play", null, gotoStart); return this; }, pause:function () { this.fire("onPause"); this._animsCall("pause"); return this; }, stop:function (gotoEnd) { this.fire("onStop"); this._animsCall("stop", gotoEnd); return this; }, _onAnimsEnded:function () { this._animsEnded++; if (this._animsEnded >= this._anims.length) { this.fire("onEnd"); } return this; }, _animsCall:function (funcName) { var args = []; if (arguments.length > 1) { for (var i = 1; i < arguments.length; i++) { args.push(arguments[i]); } } var _this = this; dojo.lang.forEach(this._anims, function (anim) { anim[funcName](args); }, _this); return this; }}); dojo.lfx.Chain = function (animations) { dojo.lfx.IAnimation.call(this); this._anims = []; this._currAnim = -1; var anims = arguments; if (anims.length == 1 && (dojo.lang.isArray(anims[0]) || dojo.lang.isArrayLike(anims[0]))) { anims = anims[0]; } var _this = this; dojo.lang.forEach(anims, function (anim, i, anims_arr) { this._anims.push(anim); if (i < anims_arr.length - 1) { anim.connect("onEnd", dojo.lang.hitch(this, "_playNext")); } else { anim.connect("onEnd", dojo.lang.hitch(this, function () { this.fire("onEnd"); })); } }, this); }; dojo.inherits(dojo.lfx.Chain, dojo.lfx.IAnimation); dojo.lang.extend(dojo.lfx.Chain, {_currAnim:-1, play:function (delay, gotoStart) { if (!this._anims.length) { return this; } if (gotoStart || !this._anims[this._currAnim]) { this._currAnim = 0; } var currentAnimation = this._anims[this._currAnim]; this.fire("beforeBegin"); if (delay > 0) { setTimeout(dojo.lang.hitch(this, function () { this.play(null, gotoStart); }), delay); return this; } if (currentAnimation) { if (this._currAnim == 0) { this.fire("handler", ["begin", this._currAnim]); this.fire("onBegin", [this._currAnim]); } this.fire("onPlay", [this._currAnim]); currentAnimation.play(null, gotoStart); } return this; }, pause:function () { if (this._anims[this._currAnim]) { this._anims[this._currAnim].pause(); this.fire("onPause", [this._currAnim]); } return this; }, playPause:function () { if (this._anims.length == 0) { return this; } if (this._currAnim == -1) { this._currAnim = 0; } var currAnim = this._anims[this._currAnim]; if (currAnim) { if (!currAnim._active || currAnim._paused) { this.play(); } else { this.pause(); } } return this; }, stop:function () { var currAnim = this._anims[this._currAnim]; if (currAnim) { currAnim.stop(); this.fire("onStop", [this._currAnim]); } return currAnim; }, _playNext:function () { if (this._currAnim == -1 || this._anims.length == 0) { return this; } this._currAnim++; if (this._anims[this._currAnim]) { this._anims[this._currAnim].play(null, true); } return this; }}); dojo.lfx.combine = function (animations) { var anims = arguments; if (dojo.lang.isArray(arguments[0])) { anims = arguments[0]; } if (anims.length == 1) { return anims[0]; } return new dojo.lfx.Combine(anims); }; dojo.lfx.chain = function (animations) { var anims = arguments; if (dojo.lang.isArray(arguments[0])) { anims = arguments[0]; } if (anims.length == 1) { return anims[0]; } return new dojo.lfx.Chain(anims); }; PK mMr src/lfx/shadow.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.lfx.shadow"); dojo.require("dojo.lang.common"); dojo.require("dojo.uri.Uri"); dojo.lfx.shadow = function (node) { this.shadowPng = dojo.uri.moduleUri("dojo.html", "images/shadow"); this.shadowThickness = 8; this.shadowOffset = 15; this.init(node); }; dojo.extend(dojo.lfx.shadow, {init:function (node) { this.node = node; this.pieces = {}; var x1 = -1 * this.shadowThickness; var y0 = this.shadowOffset; var y1 = this.shadowOffset + this.shadowThickness; this._makePiece("tl", "top", y0, "left", x1); this._makePiece("l", "top", y1, "left", x1, "scale"); this._makePiece("tr", "top", y0, "left", 0); this._makePiece("r", "top", y1, "left", 0, "scale"); this._makePiece("bl", "top", 0, "left", x1); this._makePiece("b", "top", 0, "left", 0, "crop"); this._makePiece("br", "top", 0, "left", 0); }, _makePiece:function (name, vertAttach, vertCoord, horzAttach, horzCoord, sizing) { var img; var url = this.shadowPng + name.toUpperCase() + ".png"; if (dojo.render.html.ie55 || dojo.render.html.ie60) { img = dojo.doc().createElement("div"); img.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + url + "'" + (sizing ? ", sizingMethod='" + sizing + "'" : "") + ")"; } else { img = dojo.doc().createElement("img"); img.src = url; } img.style.position = "absolute"; img.style[vertAttach] = vertCoord + "px"; img.style[horzAttach] = horzCoord + "px"; img.style.width = this.shadowThickness + "px"; img.style.height = this.shadowThickness + "px"; this.pieces[name] = img; this.node.appendChild(img); }, size:function (width, height) { var sideHeight = height - (this.shadowOffset + this.shadowThickness + 1); if (sideHeight < 0) { sideHeight = 0; } if (height < 1) { height = 1; } if (width < 1) { width = 1; } with (this.pieces) { l.style.height = sideHeight + "px"; r.style.height = sideHeight + "px"; b.style.width = (width - 1) + "px"; bl.style.top = (height - 1) + "px"; b.style.top = (height - 1) + "px"; br.style.top = (height - 1) + "px"; tr.style.left = (width - 1) + "px"; r.style.left = (width - 1) + "px"; br.style.left = (width - 1) + "px"; } }}); PK mMCN33 src/loader.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ (function () { var _addHostEnv = {pkgFileName:"__package__", loading_modules_:{}, loaded_modules_:{}, addedToLoadingCount:[], removedFromLoadingCount:[], inFlightCount:0, modulePrefixes_:{dojo:{name:"dojo", value:"src"}}, setModulePrefix:function (module, prefix) { this.modulePrefixes_[module] = {name:module, value:prefix}; }, moduleHasPrefix:function (module) { var mp = this.modulePrefixes_; return Boolean(mp[module] && mp[module].value); }, getModulePrefix:function (module) { if (this.moduleHasPrefix(module)) { return this.modulePrefixes_[module].value; } return module; }, getTextStack:[], loadUriStack:[], loadedUris:[], post_load_:false, modulesLoadedListeners:[], unloadListeners:[], loadNotifying:false}; for (var param in _addHostEnv) { dojo.hostenv[param] = _addHostEnv[param]; } })(); dojo.hostenv.loadPath = function (relpath, module, cb) { var uri; if (relpath.charAt(0) == "/" || relpath.match(/^\w+:/)) { uri = relpath; } else { uri = this.getBaseScriptUri() + relpath; } if (djConfig.cacheBust && dojo.render.html.capable) { uri += "?" + String(djConfig.cacheBust).replace(/\W+/g, ""); } try { return !module ? this.loadUri(uri, cb) : this.loadUriAndCheck(uri, module, cb); } catch (e) { dojo.debug(e); return false; } }; dojo.hostenv.loadUri = function (uri, cb) { if (this.loadedUris[uri]) { return true; } var contents = this.getText(uri, null, true); if (!contents) { return false; } this.loadedUris[uri] = true; if (cb) { contents = "(" + contents + ")"; } var value = dj_eval(contents); if (cb) { cb(value); } return true; }; dojo.hostenv.loadUriAndCheck = function (uri, moduleName, cb) { var ok = true; try { ok = this.loadUri(uri, cb); } catch (e) { dojo.debug("failed loading ", uri, " with error: ", e); } return Boolean(ok && this.findModule(moduleName, false)); }; dojo.loaded = function () { }; dojo.unloaded = function () { }; dojo.hostenv.loaded = function () { this.loadNotifying = true; this.post_load_ = true; var mll = this.modulesLoadedListeners; for (var x = 0; x < mll.length; x++) { mll[x](); } this.modulesLoadedListeners = []; this.loadNotifying = false; dojo.loaded(); }; dojo.hostenv.unloaded = function () { var mll = this.unloadListeners; while (mll.length) { (mll.pop())(); } dojo.unloaded(); }; dojo.addOnLoad = function (obj, functionName) { var dh = dojo.hostenv; if (arguments.length == 1) { dh.modulesLoadedListeners.push(obj); } else { if (arguments.length > 1) { dh.modulesLoadedListeners.push(function () { obj[functionName](); }); } } if (dh.post_load_ && dh.inFlightCount == 0 && !dh.loadNotifying) { dh.callLoaded(); } }; dojo.addOnUnload = function (obj, functionName) { var dh = dojo.hostenv; if (arguments.length == 1) { dh.unloadListeners.push(obj); } else { if (arguments.length > 1) { dh.unloadListeners.push(function () { obj[functionName](); }); } } }; dojo.hostenv.modulesLoaded = function () { if (this.post_load_) { return; } if (this.loadUriStack.length == 0 && this.getTextStack.length == 0) { if (this.inFlightCount > 0) { dojo.debug("files still in flight!"); return; } dojo.hostenv.callLoaded(); } }; dojo.hostenv.callLoaded = function () { if (typeof setTimeout == "object" || (djConfig["useXDomain"] && dojo.render.html.opera)) { setTimeout("dojo.hostenv.loaded();", 0); } else { dojo.hostenv.loaded(); } }; dojo.hostenv.getModuleSymbols = function (modulename) { var syms = modulename.split("."); for (var i = syms.length; i > 0; i--) { var parentModule = syms.slice(0, i).join("."); if ((i == 1) && !this.moduleHasPrefix(parentModule)) { syms[0] = "../" + syms[0]; } else { var parentModulePath = this.getModulePrefix(parentModule); if (parentModulePath != parentModule) { syms.splice(0, i, parentModulePath); break; } } } return syms; }; dojo.hostenv._global_omit_module_check = false; dojo.hostenv.loadModule = function (moduleName, exactOnly, omitModuleCheck) { if (!moduleName) { return; } omitModuleCheck = this._global_omit_module_check || omitModuleCheck; var module = this.findModule(moduleName, false); if (module) { return module; } if (dj_undef(moduleName, this.loading_modules_)) { this.addedToLoadingCount.push(moduleName); } this.loading_modules_[moduleName] = 1; var relpath = moduleName.replace(/\./g, "/") + ".js"; var nsyms = moduleName.split("."); var syms = this.getModuleSymbols(moduleName); var startedRelative = ((syms[0].charAt(0) != "/") && !syms[0].match(/^\w+:/)); var last = syms[syms.length - 1]; var ok; if (last == "*") { moduleName = nsyms.slice(0, -1).join("."); while (syms.length) { syms.pop(); syms.push(this.pkgFileName); relpath = syms.join("/") + ".js"; if (startedRelative && relpath.charAt(0) == "/") { relpath = relpath.slice(1); } ok = this.loadPath(relpath, !omitModuleCheck ? moduleName : null); if (ok) { break; } syms.pop(); } } else { relpath = syms.join("/") + ".js"; moduleName = nsyms.join("."); var modArg = !omitModuleCheck ? moduleName : null; ok = this.loadPath(relpath, modArg); if (!ok && !exactOnly) { syms.pop(); while (syms.length) { relpath = syms.join("/") + ".js"; ok = this.loadPath(relpath, modArg); if (ok) { break; } syms.pop(); relpath = syms.join("/") + "/" + this.pkgFileName + ".js"; if (startedRelative && relpath.charAt(0) == "/") { relpath = relpath.slice(1); } ok = this.loadPath(relpath, modArg); if (ok) { break; } } } if (!ok && !omitModuleCheck) { dojo.raise("Could not load '" + moduleName + "'; last tried '" + relpath + "'"); } } if (!omitModuleCheck && !this["isXDomain"]) { module = this.findModule(moduleName, false); if (!module) { dojo.raise("symbol '" + moduleName + "' is not defined after loading '" + relpath + "'"); } } return module; }; dojo.hostenv.startPackage = function (packageName) { var fullPkgName = String(packageName); var strippedPkgName = fullPkgName; var syms = packageName.split(/\./); if (syms[syms.length - 1] == "*") { syms.pop(); strippedPkgName = syms.join("."); } var evaledPkg = dojo.evalObjPath(strippedPkgName, true); this.loaded_modules_[fullPkgName] = evaledPkg; this.loaded_modules_[strippedPkgName] = evaledPkg; return evaledPkg; }; dojo.hostenv.findModule = function (moduleName, mustExist) { var lmn = String(moduleName); if (this.loaded_modules_[lmn]) { return this.loaded_modules_[lmn]; } if (mustExist) { dojo.raise("no loaded module named '" + moduleName + "'"); } return null; }; dojo.kwCompoundRequire = function (modMap) { var common = modMap["common"] || []; var result = modMap[dojo.hostenv.name_] ? common.concat(modMap[dojo.hostenv.name_] || []) : common.concat(modMap["default"] || []); for (var x = 0; x < result.length; x++) { var curr = result[x]; if (curr.constructor == Array) { dojo.hostenv.loadModule.apply(dojo.hostenv, curr); } else { dojo.hostenv.loadModule(curr); } } }; dojo.require = function (resourceName) { dojo.hostenv.loadModule.apply(dojo.hostenv, arguments); }; dojo.requireIf = function (condition, resourceName) { var arg0 = arguments[0]; if ((arg0 === true) || (arg0 == "common") || (arg0 && dojo.render[arg0].capable)) { var args = []; for (var i = 1; i < arguments.length; i++) { args.push(arguments[i]); } dojo.require.apply(dojo, args); } }; dojo.requireAfterIf = dojo.requireIf; dojo.provide = function (resourceName) { return dojo.hostenv.startPackage.apply(dojo.hostenv, arguments); }; dojo.registerModulePath = function (module, prefix) { return dojo.hostenv.setModulePrefix(module, prefix); }; if (djConfig["modulePaths"]) { for (var param in djConfig["modulePaths"]) { dojo.registerModulePath(param, djConfig["modulePaths"][param]); } } dojo.setModulePrefix = function (module, prefix) { dojo.deprecated("dojo.setModulePrefix(\"" + module + "\", \"" + prefix + "\")", "replaced by dojo.registerModulePath", "0.5"); return dojo.registerModulePath(module, prefix); }; dojo.exists = function (obj, name) { var p = name.split("."); for (var i = 0; i < p.length; i++) { if (!obj[p[i]]) { return false; } obj = obj[p[i]]; } return true; }; dojo.hostenv.normalizeLocale = function (locale) { var result = locale ? locale.toLowerCase() : dojo.locale; if (result == "root") { result = "ROOT"; } return result; }; dojo.hostenv.searchLocalePath = function (locale, down, searchFunc) { locale = dojo.hostenv.normalizeLocale(locale); var elements = locale.split("-"); var searchlist = []; for (var i = elements.length; i > 0; i--) { searchlist.push(elements.slice(0, i).join("-")); } searchlist.push(false); if (down) { searchlist.reverse(); } for (var j = searchlist.length - 1; j >= 0; j--) { var loc = searchlist[j] || "ROOT"; var stop = searchFunc(loc); if (stop) { break; } } }; dojo.hostenv.localesGenerated; dojo.hostenv.registerNlsPrefix = function () { dojo.registerModulePath("nls", "nls"); }; dojo.hostenv.preloadLocalizations = function () { if (dojo.hostenv.localesGenerated) { dojo.hostenv.registerNlsPrefix(); function preload(locale) { locale = dojo.hostenv.normalizeLocale(locale); dojo.hostenv.searchLocalePath(locale, true, function (loc) { for (var i = 0; i < dojo.hostenv.localesGenerated.length; i++) { if (dojo.hostenv.localesGenerated[i] == loc) { dojo["require"]("nls.dojo_" + loc); return true; } } return false; }); } preload(); var extra = djConfig.extraLocale || []; for (var i = 0; i < extra.length; i++) { preload(extra[i]); } } dojo.hostenv.preloadLocalizations = function () { }; }; dojo.requireLocalization = function (moduleName, bundleName, locale, availableFlatLocales) { dojo.hostenv.preloadLocalizations(); var targetLocale = dojo.hostenv.normalizeLocale(locale); var bundlePackage = [moduleName, "nls", bundleName].join("."); var bestLocale = ""; if (availableFlatLocales) { var flatLocales = availableFlatLocales.split(","); for (var i = 0; i < flatLocales.length; i++) { if (targetLocale.indexOf(flatLocales[i]) == 0) { if (flatLocales[i].length > bestLocale.length) { bestLocale = flatLocales[i]; } } } if (!bestLocale) { bestLocale = "ROOT"; } } var tempLocale = availableFlatLocales ? bestLocale : targetLocale; var bundle = dojo.hostenv.findModule(bundlePackage); var localizedBundle = null; if (bundle) { if (djConfig.localizationComplete && bundle._built) { return; } var jsLoc = tempLocale.replace("-", "_"); var translationPackage = bundlePackage + "." + jsLoc; localizedBundle = dojo.hostenv.findModule(translationPackage); } if (!localizedBundle) { bundle = dojo.hostenv.startPackage(bundlePackage); var syms = dojo.hostenv.getModuleSymbols(moduleName); var modpath = syms.concat("nls").join("/"); var parent; dojo.hostenv.searchLocalePath(tempLocale, availableFlatLocales, function (loc) { var jsLoc = loc.replace("-", "_"); var translationPackage = bundlePackage + "." + jsLoc; var loaded = false; if (!dojo.hostenv.findModule(translationPackage)) { dojo.hostenv.startPackage(translationPackage); var module = [modpath]; if (loc != "ROOT") { module.push(loc); } module.push(bundleName); var filespec = module.join("/") + ".js"; loaded = dojo.hostenv.loadPath(filespec, null, function (hash) { var clazz = function () { }; clazz.prototype = parent; bundle[jsLoc] = new clazz(); for (var j in hash) { bundle[jsLoc][j] = hash[j]; } }); } else { loaded = true; } if (loaded && bundle[jsLoc]) { parent = bundle[jsLoc]; } else { bundle[jsLoc] = parent; } if (availableFlatLocales) { return true; } }); } if (availableFlatLocales && targetLocale != bestLocale) { bundle[targetLocale.replace("-", "_")] = bundle[bestLocale.replace("-", "_")]; } }; (function () { var extra = djConfig.extraLocale; if (extra) { if (!extra instanceof Array) { extra = [extra]; } var req = dojo.requireLocalization; dojo.requireLocalization = function (m, b, locale, availableFlatLocales) { req(m, b, locale, availableFlatLocales); if (locale) { return; } for (var i = 0; i < extra.length; i++) { req(m, b, extra[i], availableFlatLocales); } }; } })(); PK mMDosrc/logging/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({common:[["dojo.logging.Logger", false, false]], rhino:["dojo.logging.RhinoLogger"]}); dojo.provide("dojo.logging.*"); PK mMn2^src/math/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({common:[["dojo.math", false, false], ["dojo.math.curves", false, false], ["dojo.math.points", false, false]]}); dojo.provide("dojo.math.*"); PK mMɷp) ) src/profile.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.profile"); dojo.profile = {_profiles:{}, _pns:[], start:function (name) { if (!this._profiles[name]) { this._profiles[name] = {iters:0, total:0}; this._pns[this._pns.length] = name; } else { if (this._profiles[name]["start"]) { this.end(name); } } this._profiles[name].end = null; this._profiles[name].start = new Date(); }, end:function (name) { var ed = new Date(); if ((this._profiles[name]) && (this._profiles[name]["start"])) { with (this._profiles[name]) { end = ed; total += (end - start); start = null; iters++; } } else { return true; } }, dump:function (appendToDoc) { var tbl = document.createElement("table"); with (tbl.style) { border = "1px solid black"; borderCollapse = "collapse"; } var hdr = tbl.createTHead(); var hdrtr = hdr.insertRow(0); var cols = ["Identifier", "Calls", "Total", "Avg"]; for (var x = 0; x < cols.length; x++) { var ntd = hdrtr.insertCell(x); with (ntd.style) { backgroundColor = "#225d94"; color = "white"; borderBottom = "1px solid black"; borderRight = "1px solid black"; fontFamily = "tahoma"; fontWeight = "bolder"; paddingLeft = paddingRight = "5px"; } ntd.appendChild(document.createTextNode(cols[x])); } for (var x = 0; x < this._pns.length; x++) { var prf = this._profiles[this._pns[x]]; this.end(this._pns[x]); if (prf.iters > 0) { var bdytr = tbl.insertRow(true); var vals = [this._pns[x], prf.iters, prf.total, parseInt(prf.total / prf.iters)]; for (var y = 0; y < vals.length; y++) { var cc = bdytr.insertCell(y); cc.appendChild(document.createTextNode(vals[y])); with (cc.style) { borderBottom = "1px solid gray"; paddingLeft = paddingRight = "5px"; if (x % 2) { backgroundColor = "#e1f1ff"; } if (y > 0) { textAlign = "right"; borderRight = "1px solid gray"; } else { borderRight = "1px solid black"; } } } } } if (appendToDoc) { var ne = document.createElement("div"); ne.id = "profileOutputTable"; with (ne.style) { fontFamily = "Courier New, monospace"; fontSize = "12px"; lineHeight = "16px"; borderTop = "1px solid black"; padding = "10px"; } if (document.getElementById("profileOutputTable")) { dojo.body().replaceChild(ne, document.getElementById("profileOutputTable")); } else { dojo.body().appendChild(ne); } ne.appendChild(tbl); } return tbl; }}; dojo.profile.stop = dojo.profile.end; PK mMٚ??src/rpc/JotService.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.rpc.JotService"); dojo.require("dojo.rpc.RpcService"); dojo.require("dojo.rpc.JsonService"); dojo.require("dojo.json"); dojo.rpc.JotService = function () { this.serviceUrl = "/_/jsonrpc"; }; dojo.inherits(dojo.rpc.JotService, dojo.rpc.JsonService); dojo.lang.extend(dojo.rpc.JotService, {bind:function (method, parameters, deferredRequestHandler, url) { dojo.io.bind({url:url || this.serviceUrl, content:{json:this.createRequest(method, parameters)}, method:"POST", mimetype:"text/json", load:this.resultCallback(deferredRequestHandler), error:this.errorCallback(deferredRequestHandler), preventCache:true}); }, createRequest:function (method, params) { var req = {"params":params, "method":method, "id":this.lastSubmissionId++}; return dojo.json.serialize(req); }}); PK mMq,,src/rpc/yahoo.smd{ "SMDVersion":".1", "objectName":"yahoo", "serviceType":"JSON-P", "methods":[ // // MAPS // { // http://developer.yahoo.com/maps/rest/V1/mapImage.html "name":"mapImage", "serviceURL": "http://api.local.yahoo.com/MapsService/V1/mapImage", "parameters":[ { "name":"street", "type":"STRING" }, { "name":"city", "type":"STRING" }, { "name":"zip", "type":"INTEGER" }, { "name":"location", "type":"STRING" }, { "name":"longitude", "type":"FLOAT" }, { "name":"latitude", "type":"FLOAT" }, { "name":"image_type", "type":"STRING" }, { "name":"image_width", "type":"INTEGER" }, { "name":"image_height", "type":"INTEGER" }, { "name":"zoom", "type":"INTEGER" }, { "name":"radius", "type":"INTEGER" } ] }, { // http://developer.yahoo.com/traffic/rest/V1/index.html "name":"trafficData", "serviceURL": "http://api.local.yahoo.com/MapsService/V1/trafficData", "parameters":[ { "name":"street", "type":"STRING" }, { "name":"city", "type":"STRING" }, { "name":"zip", "type":"INTEGER" }, { "name":"location", "type":"STRING" }, { "name":"longitude", "type":"FLOAT" }, { "name":"latitude", "type":"FLOAT" }, { "name":"severity", "type":"INTEGER" }, { "name":"include_map", "type":"INTEGER" }, { "name":"image_type", "type":"STRING" }, { "name":"image_width", "type":"INTEGER" }, { "name":"image_height", "type":"INTEGER" }, { "name":"zoom", "type":"INTEGER" }, { "name":"radius", "type":"INTEGER" } ] }, /* // Yahoo's geocoding service is f'd for JSON and Y! advises that it // may not be returning { // http://developer.yahoo.com/maps/rest/V1/geocode.html "name":"geocode", "serviceURL": "http://api.local.yahoo.com/MapsService/V1/geocode", "parameters":[ { "name":"street", "type":"STRING" }, { "name":"city", "type":"STRING" }, { "name":"zip", "type":"INTEGER" }, { "name":"location", "type":"STRING" } ] }, */ // // LOCAL SEARCH // { // http://developer.yahoo.com/search/local/V3/localSearch.html "name":"localSearch", "serviceURL": "http://api.local.yahoo.com/LocalSearchService/V3/localSearch", "parameters":[ { "name":"street", "type":"STRING" }, { "name":"city", "type":"STRING" }, { "name":"zip", "type":"INTEGER" }, { "name":"location", "type":"STRING" }, { "name":"listing_id", "type":"STRING" }, { "name":"sort", "type":"STRING" }, // "relevence", "title", "distance", or "rating" { "name":"start", "type":"INTEGER" }, { "name":"radius", "type":"FLOAT" }, { "name":"results", "type":"INTEGER" }, // 1-50, defaults to 10 { "name":"longitude", "type":"FLOAT" }, { "name":"latitude", "type":"FLOAT" }, { "name":"category", "type":"INTEGER" }, { "name":"omit_category", "type":"INTEGER" }, { "name":"minimum_rating", "type":"INTEGER" } ] }, // // WEB SEARCH // { // http://developer.yahoo.com/search/web/V1/webSearch.html "name":"webSearch", "serviceURL": "http://api.search.yahoo.com/WebSearchService/V1/webSearch", "parameters":[ { "name":"query", "type":"STRING" }, { "name":"type", "type":"STRING" }, // defaults to "all" { "name":"region", "type":"STRING" }, // defaults to "us" { "name":"results", "type":"INTEGER" }, // defaults to 10 { "name":"start", "type":"INTEGER" }, // defaults to 1 { "name":"format", "type":"STRING" }, // defaults to "any", can be "html", "msword", "pdf", "ppt", "rst", "txt", or "xls" { "name":"adult_ok", "type":"INTEGER" }, // defaults to null { "name":"similar_ok", "type":"INTEGER" }, // defaults to null { "name":"language", "type":"STRING" }, // defaults to null { "name":"country", "type":"STRING" }, // defaults to null { "name":"site", "type":"STRING" }, // defaults to null { "name":"subscription", "type":"STRING" }, // defaults to null { "name":"license", "type":"STRING" } // defaults to "any" ] }, { // http://developer.yahoo.com/search/web/V1/spellingSuggestion.html "name":"spellingSuggestion", "serviceURL": "http://api.search.yahoo.com/WebSearchService/V1/spellingSuggestion", "parameters":[ { "name":"query", "type":"STRING" } ] }, { // http://developer.yahoo.com/search/web/V1/relatedSuggestion.html "name":"spellingSuggestion", "serviceURL": "http://api.search.yahoo.com/WebSearchService/V1/relatedSuggestion", "parameters":[ { "name":"query", "type":"STRING" }, { "name":"results", "type":"INTEGER" } // 1-50, defaults to 10 ] }, { // http://developer.yahoo.com/search/content/V1/termExtraction.html "name":"termExtraction", "serviceURL": "http://search.yahooapis.com/ContentAnalysisService/V1/termExtraction", "parameters":[ { "name":"query", "type":"STRING" }, { "name":"context", "type":"STRING" }, { "name":"results", "type":"INTEGER" } // 1-50, defaults to 10 ] }, { // http://developer.yahoo.com/search/web/V1/contextSearch.html "name":"contextSearch", "serviceURL": "http://search.yahooapis.com/WebSearchService/V1/contextSearch", "parameters":[ { "name":"query", "type":"STRING" }, { "name":"context", "type":"STRING" }, { "name":"type", "type":"STRING" }, // defaults to "all" { "name":"results", "type":"INTEGER" }, // defaults to 10 { "name":"start", "type":"INTEGER" }, // defaults to 1 { "name":"format", "type":"STRING" }, // defaults to "any", can be "html", "msword", "pdf", "ppt", "rst", "txt", or "xls" { "name":"adult_ok", "type":"INTEGER" }, // defaults to null { "name":"similar_ok", "type":"INTEGER" }, // defaults to null { "name":"language", "type":"STRING" }, // defaults to null { "name":"country", "type":"STRING" }, // defaults to null { "name":"site", "type":"STRING" }, // defaults to null { "name":"license", "type":"STRING" } // defaults to "any", could be "cc_any", "cc_commercial", "cc_modifiable" ] }, // // IMAGE SEARCH // { // http://developer.yahoo.com/search/image/V1/imageSearch.html "name":"imageSearch", "serviceURL": "http://api.search.yahoo.com/ImageSearchService/V1/imageSearch", "parameters":[ { "name":"query", "type":"STRING" }, { "name":"type", "type":"STRING" }, // defaults to "all", can by "any" or "phrase" { "name":"results", "type":"INTEGER" }, // defaults to 10 { "name":"start", "type":"INTEGER" }, // defaults to 1 { "name":"format", "type":"STRING" }, // defaults to "any", can be "bmp", "gif", "jpeg", or "png" { "name":"adult_ok", "type":"INTEGER" }, // defaults to null { "name":"coloration", "type":"STRING" }, // "any", "color", or "bw" { "name":"site", "type":"STRING" } // defaults to null ] }, // // SITE EXPLORER // { // http://developer.yahoo.com/search/siteexplorer/V1/inlinkData.html "name":"inlinkData", "serviceURL": "http://api.search.yahoo.com/SiteExplorerService/V1/inlinkData", "parameters":[ { "name":"query", "type":"STRING" }, { "name":"type", "type":"STRING" }, // defaults to "all", can by "any" or "phrase" { "name":"entire_site", "type":"INTEGER" }, // defaults to null { "name":"omit_inlinks", "type":"STRING" }, // "domain" or "subdomain", defaults to null { "name":"results", "type":"INTEGER" }, // defaults to 50 { "name":"start", "type":"INTEGER" }, // defaults to 1 { "name":"site", "type":"STRING" } // defaults to null ] }, { // http://developer.yahoo.com/search/siteexplorer/V1/pageData.html "name":"pageData", "serviceURL": "http://api.search.yahoo.com/SiteExplorerService/V1/pageData", "parameters":[ { "name":"query", "type":"STRING" }, { "name":"type", "type":"STRING" }, // defaults to "all", can by "any" or "phrase" { "name":"domain_only", "type":"INTEGER" }, // defaults to null { "name":"results", "type":"INTEGER" }, // defaults to 50 { "name":"start", "type":"INTEGER" }, // defaults to 1 { "name":"site", "type":"STRING" } // defaults to null ] }, // // MUSIC SEARCH // { // http://developer.yahoo.com/search/audio/V1/artistSearch.html "name":"artistSearch", "serviceURL": "http://api.search.yahoo.com/AudioSearchService/V1/artistSearch", "parameters":[ { "name":"artist", "type":"STRING" }, { "name":"artistid", "type":"STRING" }, { "name":"type", "type":"STRING" }, // "all", "any", or "phrase" { "name":"results", "type":"INTEGER" }, // 1-50, defaults to 10 { "name":"start", "type":"INTEGER" } // defaults to 1 ] }, { // http://developer.yahoo.com/search/audio/V1/albumSearch.html "name":"albumSearch", "serviceURL": "http://api.search.yahoo.com/AudioSearchService/V1/albumSearch", "parameters":[ { "name":"artist", "type":"STRING" }, { "name":"artistid", "type":"STRING" }, { "name":"album", "type":"STRING" }, { "name":"type", "type":"STRING" }, // "all", "any", or "phrase" { "name":"results", "type":"INTEGER" }, // 1-50, defaults to 10 { "name":"start", "type":"INTEGER" } // defaults to 1 ] }, { // http://developer.yahoo.com/search/audio/V1/songSearch.html "name":"songSearch", "serviceURL": "http://api.search.yahoo.com/AudioSearchService/V1/songSearch", "parameters":[ { "name":"artist", "type":"STRING" }, { "name":"artistid", "type":"STRING" }, { "name":"album", "type":"STRING" }, { "name":"albumid", "type":"STRING" }, { "name":"song", "type":"STRING" }, { "name":"songid", "type":"STRING" }, { "name":"type", "type":"STRING" }, // "all", "any", or "phrase" { "name":"results", "type":"INTEGER" }, // 1-50, defaults to 10 { "name":"start", "type":"INTEGER" } // defaults to 1 ] }, { // http://developer.yahoo.com/search/audio/V1/songDownloadLocation.html "name":"songDownloadLocation", "serviceURL": "http://api.search.yahoo.com/AudioSearchService/V1/songDownloadLocation", "parameters":[ { "name":"songid", "type":"STRING" }, // "source" can contain: // audiolunchbox artistdirect buymusic dmusic // emusic epitonic garageband itunes yahoo // livedownloads mp34u msn musicmatch mapster passalong // rhapsody soundclick theweb { "name":"source", "type":"STRING" }, { "name":"results", "type":"INTEGER" }, // 1-50, defaults to 10 { "name":"start", "type":"INTEGER" } // defaults to 1 ] }, // // NEWS SEARCH // { // http://developer.yahoo.com/search/news/V1/newsSearch.html "name":"newsSearch", "serviceURL": "http://api.search.yahoo.com/NewsSearchService/V1/newsSearch", "parameters":[ { "name":"query", "type":"STRING" }, { "name":"type", "type":"STRING" }, // defaults to "all" { "name":"results", "type":"INTEGER" }, // defaults to 10 { "name":"start", "type":"INTEGER" }, // defaults to 1 { "name":"sort", "type":"STRING" }, // "rank" or "date" { "name":"language", "type":"STRING" }, // defaults to null { "name":"site", "type":"STRING" } // defaults to null ] } /* { // "name":"", "serviceURL": "", "parameters":[ { "name":"street", "type":"STRING" }, ] } */ ] } PK mM\l l src/selection/Selection.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.selection.Selection"); dojo.require("dojo.lang.array"); dojo.require("dojo.lang.func"); dojo.require("dojo.lang.common"); dojo.require("dojo.math"); dojo.declare("dojo.selection.Selection", null, {initializer:function (items, isCollection) { this.items = []; this.selection = []; this._pivotItems = []; this.clearItems(); if (items) { if (isCollection) { this.setItemsCollection(items); } else { this.setItems(items); } } }, items:null, selection:null, lastSelected:null, allowImplicit:true, length:0, isGrowable:true, _pivotItems:null, _pivotItem:null, onSelect:function (item) { }, onDeselect:function (item) { }, onSelectChange:function (item, selected) { }, _find:function (item, inSelection) { if (inSelection) { return dojo.lang.find(this.selection, item); } else { return dojo.lang.find(this.items, item); } }, isSelectable:function (item) { return true; }, setItems:function () { this.clearItems(); this.addItems.call(this, arguments); }, setItemsCollection:function (collection) { this.items = collection; }, addItems:function () { var args = dojo.lang.unnest(arguments); for (var i = 0; i < args.length; i++) { this.items.push(args[i]); } }, addItemsAt:function (item, before) { if (this.items.length == 0) { return this.addItems(dojo.lang.toArray(arguments, 2)); } if (!this.isItem(item)) { item = this.items[item]; } if (!item) { throw new Error("addItemsAt: item doesn't exist"); } var idx = this._find(item); if (idx > 0 && before) { idx--; } for (var i = 2; i < arguments.length; i++) { if (!this.isItem(arguments[i])) { this.items.splice(idx++, 0, arguments[i]); } } }, removeItem:function (item) { var idx = this._find(item); if (idx > -1) { this.items.splice(idx, 1); } idx = this._find(item, true); if (idx > -1) { this.selection.splice(idx, 1); } }, clearItems:function () { this.items = []; this.deselectAll(); }, isItem:function (item) { return this._find(item) > -1; }, isSelected:function (item) { return this._find(item, true) > -1; }, selectFilter:function (item, selection, add, grow) { return true; }, update:function (item, add, grow, noToggle) { if (!this.isItem(item)) { return false; } if (this.isGrowable && grow) { if ((!this.isSelected(item)) && this.selectFilter(item, this.selection, false, true)) { this.grow(item); this.lastSelected = item; } } else { if (add) { if (this.selectFilter(item, this.selection, true, false)) { if (noToggle) { if (this.select(item)) { this.lastSelected = item; } } else { if (this.toggleSelected(item)) { this.lastSelected = item; } } } } else { this.deselectAll(); this.select(item); } } this.length = this.selection.length; return true; }, grow:function (toItem, fromItem) { if (!this.isGrowable) { return; } if (arguments.length == 1) { fromItem = this._pivotItem; if (!fromItem && this.allowImplicit) { fromItem = this.items[0]; } } if (!toItem || !fromItem) { return false; } var fromIdx = this._find(fromItem); var toDeselect = {}; var lastIdx = -1; if (this.lastSelected) { lastIdx = this._find(this.lastSelected); var step = fromIdx < lastIdx ? -1 : 1; var range = dojo.math.range(lastIdx, fromIdx, step); for (var i = 0; i < range.length; i++) { toDeselect[range[i]] = true; } } var toIdx = this._find(toItem); var step = fromIdx < toIdx ? -1 : 1; var shrink = lastIdx >= 0 && step == 1 ? lastIdx < toIdx : lastIdx > toIdx; var range = dojo.math.range(toIdx, fromIdx, step); if (range.length) { for (var i = range.length - 1; i >= 0; i--) { var item = this.items[range[i]]; if (this.selectFilter(item, this.selection, false, true)) { if (this.select(item, true) || shrink) { this.lastSelected = item; } if (range[i] in toDeselect) { delete toDeselect[range[i]]; } } } } else { this.lastSelected = fromItem; } for (var i in toDeselect) { if (this.items[i] == this.lastSelected) { } this.deselect(this.items[i]); } this._updatePivot(); }, growUp:function () { if (!this.isGrowable) { return; } var idx = this._find(this.lastSelected) - 1; while (idx >= 0) { if (this.selectFilter(this.items[idx], this.selection, false, true)) { this.grow(this.items[idx]); break; } idx--; } }, growDown:function () { if (!this.isGrowable) { return; } var idx = this._find(this.lastSelected); if (idx < 0 && this.allowImplicit) { this.select(this.items[0]); idx = 0; } idx++; while (idx > 0 && idx < this.items.length) { if (this.selectFilter(this.items[idx], this.selection, false, true)) { this.grow(this.items[idx]); break; } idx++; } }, toggleSelected:function (item, noPivot) { if (this.isItem(item)) { if (this.select(item, noPivot)) { return 1; } if (this.deselect(item)) { return -1; } } return 0; }, select:function (item, noPivot) { if (this.isItem(item) && !this.isSelected(item) && this.isSelectable(item)) { this.selection.push(item); this.lastSelected = item; this.onSelect(item); this.onSelectChange(item, true); if (!noPivot) { this._addPivot(item); } this.length = this.selection.length; return true; } return false; }, deselect:function (item) { var idx = this._find(item, true); if (idx > -1) { this.selection.splice(idx, 1); this.onDeselect(item); this.onSelectChange(item, false); if (item == this.lastSelected) { this.lastSelected = null; } this._removePivot(item); this.length = this.selection.length; return true; } return false; }, selectAll:function () { for (var i = 0; i < this.items.length; i++) { this.select(this.items[i]); } }, deselectAll:function () { while (this.selection && this.selection.length) { this.deselect(this.selection[0]); } }, selectNext:function () { var idx = this._find(this.lastSelected); while (idx > -1 && ++idx < this.items.length) { if (this.isSelectable(this.items[idx])) { this.deselectAll(); this.select(this.items[idx]); return true; } } return false; }, selectPrevious:function () { var idx = this._find(this.lastSelected); while (idx-- > 0) { if (this.isSelectable(this.items[idx])) { this.deselectAll(); this.select(this.items[idx]); return true; } } return false; }, selectFirst:function () { this.deselectAll(); var idx = 0; while (this.items[idx] && !this.select(this.items[idx])) { idx++; } return this.items[idx] ? true : false; }, selectLast:function () { this.deselectAll(); var idx = this.items.length - 1; while (this.items[idx] && !this.select(this.items[idx])) { idx--; } return this.items[idx] ? true : false; }, _addPivot:function (item, andClear) { this._pivotItem = item; if (andClear) { this._pivotItems = [item]; } else { this._pivotItems.push(item); } }, _removePivot:function (item) { var i = dojo.lang.find(this._pivotItems, item); if (i > -1) { this._pivotItems.splice(i, 1); this._pivotItem = this._pivotItems[this._pivotItems.length - 1]; } this._updatePivot(); }, _updatePivot:function () { if (this._pivotItems.length == 0) { if (this.lastSelected) { this._addPivot(this.lastSelected); } } }, sorted:function () { return dojo.lang.toArray(this.selection).sort(dojo.lang.hitch(this, function (a, b) { var A = this._find(a), B = this._find(b); if (A > B) { return 1; } else { if (A < B) { return -1; } else { return 0; } } })); }, updateSelected:function () { for (var i = 0; i < this.selection.length; i++) { if (this._find(this.selection[i]) < 0) { var removed = this.selection.splice(i, 1); this._removePivot(removed[0]); } } this.length = this.selection.length; }}); PK mMܠmRRsrc/storage/dashboard.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.storage"); dojo.require("dojo.json"); dojo.provide("dojo.storage.dashboard"); dojo.storage.dashboard.StorageProvider = function(){ this.initialized = false; } dojo.inherits(dojo.storage.dashboard.StorageProvider, dojo.storage.StorageProvider); dojo.lang.extend(dojo.storage.dashboard.StorageProvider, { storageOnLoad: function(){ this.initialized = true; }, set: function(key, value, ns){ if (ns && widget.system){ widget.system("/bin/mkdir " + ns); var system = widget.system("/bin/echo " + value + " >" + ns + "/" + key); if(system.errorString){ return false; } return true; } return widget.setPreferenceForKey(dojo.json.serialize(value), key); }, get: function(key, ns){ if (ns && widget.system) { var system = widget.system("/bin/cat " + ns + "/" + key); if(system.errorString){ return ""; } return system.outputString; } return dojo.json.evalJson(widget.preferenceForKey(key)); } }); dojo.storage.setProvider(new dojo.storage.dashboard.StorageProvider()); PK mM5&src/storage/Storage.as/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ import DojoExternalInterface; class Storage { public static var SUCCESS = "success"; public static var FAILED = "failed"; public static var PENDING = "pending"; public var so; public function Storage(){ //getURL("javascript:dojo.debug('FLASH:Storage constructor')"); DojoExternalInterface.initialize(); DojoExternalInterface.addCallback("put", this, put); DojoExternalInterface.addCallback("get", this, get); DojoExternalInterface.addCallback("showSettings", this, showSettings); DojoExternalInterface.addCallback("clear", this, clear); DojoExternalInterface.addCallback("getKeys", this, getKeys); DojoExternalInterface.addCallback("remove", this, remove); DojoExternalInterface.loaded(); // preload the System Settings finished button movie for offline // access so it is in the cache _root.createEmptyMovieClip("_settingsBackground", 1); // getURL("javascript:alert('"+DojoExternalInterface.dojoPath+"');"); _root._settingsBackground.loadMovie(DojoExternalInterface.dojoPath + "storage_dialog.swf"); } public function put(keyName, keyValue, namespace){ // Get the SharedObject for these values and save it so = SharedObject.getLocal(namespace); // prepare a storage status handler var self = this; so.onStatus = function(infoObject:Object){ //getURL("javascript:dojo.debug('FLASH: onStatus, infoObject="+infoObject.code+"')"); // delete the data value if the request was denied if (infoObject.code == "SharedObject.Flush.Failed"){ delete self.so.data[keyName]; } var statusResults; if(infoObject.code == "SharedObject.Flush.Failed"){ statusResults = Storage.FAILED; }else if(infoObject.code == "SharedObject.Flush.Pending"){ statusResults = Storage.PENDING; }else if(infoObject.code == "SharedObject.Flush.Success"){ statusResults = Storage.SUCCESS; } //getURL("javascript:dojo.debug('FLASH: onStatus, statusResults="+statusResults+"')"); // give the status results to JavaScript DojoExternalInterface.call("dojo.storage._onStatus", null, statusResults, keyName); } // save the key and value so.data[keyName] = keyValue; var flushResults = so.flush(); // return results of this command to JavaScript var statusResults; if(flushResults == true){ statusResults = Storage.SUCCESS; }else if(flushResults == "pending"){ statusResults = Storage.PENDING; }else{ statusResults = Storage.FAILED; } DojoExternalInterface.call("dojo.storage._onStatus", null, statusResults, keyName); } public function get(keyName, namespace){ // Get the SharedObject for these values and save it so = SharedObject.getLocal(namespace); var results = so.data[keyName]; return results; } public function showSettings(){ // Show the configuration options for the Flash player, opened to the // section for local storage controls (pane 1) System.showSettings(1); // there is no way we can intercept when the Close button is pressed, allowing us // to hide the Flash dialog. Instead, we need to load a movie in the // background that we can show a close button on. _root.createEmptyMovieClip("_settingsBackground", 1); _root._settingsBackground.loadMovie(DojoExternalInterface.dojoPath + "storage_dialog.swf"); } public function clear(namespace){ so = SharedObject.getLocal(namespace); so.clear(); so.flush(); } public function getKeys(namespace){ // Returns a list of the available keys in this namespace // get the storage object so = SharedObject.getLocal(namespace); // get all of the keys var results = new Array(); for(var i in so.data) results.push(i); // join the keys together in a comma seperated string results = results.join(","); return results; } public function remove(keyName, namespace){ // Removes a key // get the storage object so = SharedObject.getLocal(namespace); // delete this value delete so.data[keyName]; // save the changes so.flush(); } static function main(mc){ //getURL("javascript:dojo.debug('FLASH: storage loaded')"); _root.app = new Storage(); } } PK mM 0) { a.push(b); } b = ""; } this.toString = this.valueOf = function () { return (this.arrConcat) ? a.join("") : b; }; this.append = function () { for (var x = 0; x < arguments.length; x++) { var s = arguments[x]; if (dojo.lang.isArrayLike(s)) { this.append.apply(this, s); } else { if (this.arrConcat) { a.push(s); } else { b += s; } length += s.length; this.length = length; } } return this; }; this.clear = function () { a = []; b = ""; length = this.length = 0; return this; }; this.remove = function (f, l) { var s = ""; if (this.arrConcat) { b = a.join(""); } a = []; if (f > 0) { s = b.substring(0, (f - 1)); } b = s + b.substring(f + l); length = this.length = b.length; if (this.arrConcat) { a.push(b); b = ""; } return this; }; this.replace = function (o, n) { if (this.arrConcat) { b = a.join(""); } a = []; b = b.replace(o, n); length = this.length = b.length; if (this.arrConcat) { a.push(b); b = ""; } return this; }; this.insert = function (idx, s) { if (this.arrConcat) { b = a.join(""); } a = []; if (idx == 0) { b = s + b; } else { var t = b.split(""); t.splice(idx, 0, s); b = t.join(""); } length = this.length = b.length; if (this.arrConcat) { a.push(b); b = ""; } return this; }; this.append.apply(this, arguments); }; PK mMT src/style.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.style"); dojo.require("dojo.lang.common"); dojo.kwCompoundRequire({browser:["dojo.html.style"]}); dojo.deprecated("dojo.style", "replaced by dojo.html.style", "0.5"); dojo.lang.mixin(dojo.style, dojo.html); PK mMP(src/text/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({common:["dojo.text.String", "dojo.text.Builder"]}); dojo.deprecated("dojo.text", "textDirectory moved to cal, text.String and text.Builder havne't been here for awhile", "0.5"); PK mMK\\src/undo/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.undo.Manager"); dojo.provide("dojo.undo.*"); PK mM,ʓ{{src/uri/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({common:[["dojo.uri.Uri", false, false]]}); dojo.provide("dojo.uri.*"); PK mM}MG[[src/uuid/NilGenerator.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.uuid.NilGenerator"); dojo.uuid.NilGenerator = new function () { this.generate = function (returnType) { var returnValue = "00000000-0000-0000-0000-000000000000"; if (returnType && (returnType != String)) { returnValue = new returnType(returnValue); } return returnValue; }; }(); PK mM"nCCsrc/uuid/Uuid.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.uuid.Uuid"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.assert"); dojo.uuid.Uuid = function (input) { this._uuidString = dojo.uuid.Uuid.NIL_UUID; if (input) { if (dojo.lang.isString(input)) { this._uuidString = input.toLowerCase(); dojo.lang.assert(this.isValid()); } else { if (dojo.lang.isObject(input) && input.generate) { var generator = input; this._uuidString = generator.generate(); dojo.lang.assert(this.isValid()); } else { dojo.lang.assert(false, "The dojo.uuid.Uuid() constructor must be initializated with a UUID string."); } } } else { var ourGenerator = dojo.uuid.Uuid.getGenerator(); if (ourGenerator) { this._uuidString = ourGenerator.generate(); dojo.lang.assert(this.isValid()); } } }; dojo.uuid.Uuid.NIL_UUID = "00000000-0000-0000-0000-000000000000"; dojo.uuid.Uuid.Version = {UNKNOWN:0, TIME_BASED:1, DCE_SECURITY:2, NAME_BASED_MD5:3, RANDOM:4, NAME_BASED_SHA1:5}; dojo.uuid.Uuid.Variant = {NCS:"0", DCE:"10", MICROSOFT:"110", UNKNOWN:"111"}; dojo.uuid.Uuid.HEX_RADIX = 16; dojo.uuid.Uuid.compare = function (uuidOne, uuidTwo) { var uuidStringOne = uuidOne.toString(); var uuidStringTwo = uuidTwo.toString(); if (uuidStringOne > uuidStringTwo) { return 1; } if (uuidStringOne < uuidStringTwo) { return -1; } return 0; }; dojo.uuid.Uuid.setGenerator = function (generator) { dojo.lang.assert(!generator || (dojo.lang.isObject(generator) && generator.generate)); dojo.uuid.Uuid._ourGenerator = generator; }; dojo.uuid.Uuid.getGenerator = function () { return dojo.uuid.Uuid._ourGenerator; }; dojo.uuid.Uuid.prototype.toString = function (format) { if (format) { switch (format) { case "{}": return "{" + this._uuidString + "}"; break; case "()": return "(" + this._uuidString + ")"; break; case "\"\"": return "\"" + this._uuidString + "\""; break; case "''": return "'" + this._uuidString + "'"; break; case "urn": return "urn:uuid:" + this._uuidString; break; case "!-": return this._uuidString.split("-").join(""); break; default: dojo.lang.assert(false, "The toString() method of dojo.uuid.Uuid was passed a bogus format."); } } else { return this._uuidString; } }; dojo.uuid.Uuid.prototype.compare = function (otherUuid) { return dojo.uuid.Uuid.compare(this, otherUuid); }; dojo.uuid.Uuid.prototype.isEqual = function (otherUuid) { return (this.compare(otherUuid) == 0); }; dojo.uuid.Uuid.prototype.isValid = function () { try { dojo.lang.assertType(this._uuidString, String); dojo.lang.assert(this._uuidString.length == 36); dojo.lang.assert(this._uuidString == this._uuidString.toLowerCase()); var arrayOfParts = this._uuidString.split("-"); dojo.lang.assert(arrayOfParts.length == 5); dojo.lang.assert(arrayOfParts[0].length == 8); dojo.lang.assert(arrayOfParts[1].length == 4); dojo.lang.assert(arrayOfParts[2].length == 4); dojo.lang.assert(arrayOfParts[3].length == 4); dojo.lang.assert(arrayOfParts[4].length == 12); for (var i in arrayOfParts) { var part = arrayOfParts[i]; var integer = parseInt(part, dojo.uuid.Uuid.HEX_RADIX); dojo.lang.assert(isFinite(integer)); } return true; } catch (e) { return false; } }; dojo.uuid.Uuid.prototype.getVariant = function () { var variantCharacter = this._uuidString.charAt(19); var variantNumber = parseInt(variantCharacter, dojo.uuid.Uuid.HEX_RADIX); dojo.lang.assert((variantNumber >= 0) && (variantNumber <= 16)); if (!dojo.uuid.Uuid._ourVariantLookupTable) { var Variant = dojo.uuid.Uuid.Variant; var lookupTable = []; lookupTable[0] = Variant.NCS; lookupTable[1] = Variant.NCS; lookupTable[2] = Variant.NCS; lookupTable[3] = Variant.NCS; lookupTable[4] = Variant.NCS; lookupTable[5] = Variant.NCS; lookupTable[6] = Variant.NCS; lookupTable[7] = Variant.NCS; lookupTable[8] = Variant.DCE; lookupTable[9] = Variant.DCE; lookupTable[10] = Variant.DCE; lookupTable[11] = Variant.DCE; lookupTable[12] = Variant.MICROSOFT; lookupTable[13] = Variant.MICROSOFT; lookupTable[14] = Variant.UNKNOWN; lookupTable[15] = Variant.UNKNOWN; dojo.uuid.Uuid._ourVariantLookupTable = lookupTable; } return dojo.uuid.Uuid._ourVariantLookupTable[variantNumber]; }; dojo.uuid.Uuid.prototype.getVersion = function () { if (!this._versionNumber) { var errorMessage = "Called getVersion() on a dojo.uuid.Uuid that was not a DCE Variant UUID."; dojo.lang.assert(this.getVariant() == dojo.uuid.Uuid.Variant.DCE, errorMessage); var versionCharacter = this._uuidString.charAt(14); this._versionNumber = parseInt(versionCharacter, dojo.uuid.Uuid.HEX_RADIX); } return this._versionNumber; }; dojo.uuid.Uuid.prototype.getNode = function () { if (!this._nodeString) { var errorMessage = "Called getNode() on a dojo.uuid.Uuid that was not a TIME_BASED UUID."; dojo.lang.assert(this.getVersion() == dojo.uuid.Uuid.Version.TIME_BASED, errorMessage); var arrayOfStrings = this._uuidString.split("-"); this._nodeString = arrayOfStrings[4]; } return this._nodeString; }; dojo.uuid.Uuid.prototype.getTimestamp = function (returnType) { var errorMessage = "Called getTimestamp() on a dojo.uuid.Uuid that was not a TIME_BASED UUID."; dojo.lang.assert(this.getVersion() == dojo.uuid.Uuid.Version.TIME_BASED, errorMessage); if (!returnType) { returnType = null; } switch (returnType) { case "string": case String: return this.getTimestamp(Date).toUTCString(); break; case "hex": if (!this._timestampAsHexString) { var arrayOfStrings = this._uuidString.split("-"); var hexTimeLow = arrayOfStrings[0]; var hexTimeMid = arrayOfStrings[1]; var hexTimeHigh = arrayOfStrings[2]; hexTimeHigh = hexTimeHigh.slice(1); this._timestampAsHexString = hexTimeHigh + hexTimeMid + hexTimeLow; dojo.lang.assert(this._timestampAsHexString.length == 15); } return this._timestampAsHexString; break; case null: case "date": case Date: if (!this._timestampAsDate) { var GREGORIAN_CHANGE_OFFSET_IN_HOURS = 3394248; var arrayOfParts = this._uuidString.split("-"); var timeLow = parseInt(arrayOfParts[0], dojo.uuid.Uuid.HEX_RADIX); var timeMid = parseInt(arrayOfParts[1], dojo.uuid.Uuid.HEX_RADIX); var timeHigh = parseInt(arrayOfParts[2], dojo.uuid.Uuid.HEX_RADIX); var hundredNanosecondIntervalsSince1582 = timeHigh & 4095; hundredNanosecondIntervalsSince1582 <<= 16; hundredNanosecondIntervalsSince1582 += timeMid; hundredNanosecondIntervalsSince1582 *= 4294967296; hundredNanosecondIntervalsSince1582 += timeLow; var millisecondsSince1582 = hundredNanosecondIntervalsSince1582 / 10000; var secondsPerHour = 60 * 60; var hoursBetween1582and1970 = GREGORIAN_CHANGE_OFFSET_IN_HOURS; var secondsBetween1582and1970 = hoursBetween1582and1970 * secondsPerHour; var millisecondsBetween1582and1970 = secondsBetween1582and1970 * 1000; var millisecondsSince1970 = millisecondsSince1582 - millisecondsBetween1582and1970; this._timestampAsDate = new Date(millisecondsSince1970); } return this._timestampAsDate; break; default: dojo.lang.assert(false, "The getTimestamp() method dojo.uuid.Uuid was passed a bogus returnType: " + returnType); break; } }; PK mM4  src/validate/common.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.validate.common"); dojo.require("dojo.regexp"); dojo.validate.isText = function (value, flags) { flags = (typeof flags == "object") ? flags : {}; if (/^\s*$/.test(value)) { return false; } if (typeof flags.length == "number" && flags.length != value.length) { return false; } if (typeof flags.minlength == "number" && flags.minlength > value.length) { return false; } if (typeof flags.maxlength == "number" && flags.maxlength < value.length) { return false; } return true; }; dojo.validate.isInteger = function (value, flags) { var re = new RegExp("^" + dojo.regexp.integer(flags) + "$"); return re.test(value); }; dojo.validate.isRealNumber = function (value, flags) { var re = new RegExp("^" + dojo.regexp.realNumber(flags) + "$"); return re.test(value); }; dojo.validate.isCurrency = function (value, flags) { var re = new RegExp("^" + dojo.regexp.currency(flags) + "$"); return re.test(value); }; dojo.validate._isInRangeCache = {}; dojo.validate.isInRange = function (value, flags) { value = value.replace(dojo.lang.has(flags, "separator") ? flags.separator : ",", "", "g").replace(dojo.lang.has(flags, "symbol") ? flags.symbol : "$", ""); if (isNaN(value)) { return false; } flags = (typeof flags == "object") ? flags : {}; var max = (typeof flags.max == "number") ? flags.max : Infinity; var min = (typeof flags.min == "number") ? flags.min : -Infinity; var dec = (typeof flags.decimal == "string") ? flags.decimal : "."; var cache = dojo.validate._isInRangeCache; var cacheIdx = value + "max" + max + "min" + min + "dec" + dec; if (typeof cache[cacheIdx] != "undefined") { return cache[cacheIdx]; } var pattern = "[^" + dec + "\\deE+-]"; value = value.replace(RegExp(pattern, "g"), ""); value = value.replace(/^([+-]?)(\D*)/, "$1"); value = value.replace(/(\D*)$/, ""); pattern = "(\\d)[" + dec + "](\\d)"; value = value.replace(RegExp(pattern, "g"), "$1.$2"); value = Number(value); if (value < min || value > max) { cache[cacheIdx] = false; return false; } cache[cacheIdx] = true; return true; }; dojo.validate.isNumberFormat = function (value, flags) { var re = new RegExp("^" + dojo.regexp.numberFormat(flags) + "$", "i"); return re.test(value); }; dojo.validate.isValidLuhn = function (value) { var sum, parity, curDigit; if (typeof value != "string") { value = String(value); } value = value.replace(/[- ]/g, ""); parity = value.length % 2; sum = 0; for (var i = 0; i < value.length; i++) { curDigit = parseInt(value.charAt(i)); if (i % 2 == parity) { curDigit *= 2; } if (curDigit > 9) { curDigit -= 9; } sum += curDigit; } return !(sum % 10); }; PK mME55src/validate/de.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.validate.de"); dojo.require("dojo.validate.common"); dojo.validate.isGermanCurrency = function (value) { var flags = {symbol:"\u20ac", placement:"after", signPlacement:"begin", decimal:",", separator:"."}; return dojo.validate.isCurrency(value, flags); }; PK mMksrc/validate/web.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.validate.web"); dojo.require("dojo.validate.common"); dojo.validate.isIpAddress = function (value, flags) { var re = new RegExp("^" + dojo.regexp.ipAddress(flags) + "$", "i"); return re.test(value); }; dojo.validate.isUrl = function (value, flags) { var re = new RegExp("^" + dojo.regexp.url(flags) + "$", "i"); return re.test(value); }; dojo.validate.isEmailAddress = function (value, flags) { var re = new RegExp("^" + dojo.regexp.emailAddress(flags) + "$", "i"); return re.test(value); }; dojo.validate.isEmailAddressList = function (value, flags) { var re = new RegExp("^" + dojo.regexp.emailAddressList(flags) + "$", "i"); return re.test(value); }; dojo.validate.getEmailAddressList = function (value, flags) { if (!flags) { flags = {}; } if (!flags.listSeparator) { flags.listSeparator = "\\s;,"; } if (dojo.validate.isEmailAddressList(value, flags)) { return value.split(new RegExp("\\s*[" + flags.listSeparator + "]\\s*")); } return []; }; PK mMyuTT src/widget/AccordionContainer.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.AccordionContainer"); dojo.require("dojo.widget.*"); dojo.require("dojo.html.*"); dojo.require("dojo.lfx.html"); dojo.require("dojo.html.selection"); dojo.require("dojo.widget.html.layout"); dojo.require("dojo.widget.PageContainer"); dojo.widget.defineWidget("dojo.widget.AccordionContainer", dojo.widget.HtmlWidget, {isContainer:true, labelNodeClass:"label", containerNodeClass:"accBody", duration:250, fillInTemplate:function () { with (this.domNode.style) { if (position != "absolute") { position = "relative"; } overflow = "hidden"; } }, addChild:function (widget) { var child = this._addChild(widget); this._setSizes(); return child; }, _addChild:function (widget) { if (widget.open) { dojo.deprecated("open parameter deprecated, use 'selected=true' instead will be removed in ", "0.5"); dojo.debug(widget.widgetId + ": open == " + widget.open); widget.selected = true; } if (widget.widgetType != "AccordionPane") { var wrapper = dojo.widget.createWidget("AccordionPane", {label:widget.label, selected:widget.selected, labelNodeClass:this.labelNodeClass, containerNodeClass:this.containerNodeClass, allowCollapse:this.allowCollapse}); wrapper.addChild(widget); this.addWidgetAsDirectChild(wrapper); this.registerChild(wrapper, this.children.length); return wrapper; } else { dojo.html.addClass(widget.containerNode, this.containerNodeClass); dojo.html.addClass(widget.labelNode, this.labelNodeClass); this.addWidgetAsDirectChild(widget); this.registerChild(widget, this.children.length); return widget; } }, postCreate:function () { var tmpChildren = this.children; this.children = []; dojo.html.removeChildren(this.domNode); dojo.lang.forEach(tmpChildren, dojo.lang.hitch(this, "_addChild")); this._setSizes(); }, removeChild:function (widget) { dojo.widget.AccordionContainer.superclass.removeChild.call(this, widget); this._setSizes(); }, onResized:function () { this._setSizes(); }, _setSizes:function () { var totalCollapsedHeight = 0; var openIdx = 0; dojo.lang.forEach(this.children, function (child, idx) { totalCollapsedHeight += child.getLabelHeight(); if (child.selected) { openIdx = idx; } }); var mySize = dojo.html.getContentBox(this.domNode); var y = 0; dojo.lang.forEach(this.children, function (child, idx) { var childCollapsedHeight = child.getLabelHeight(); child.resizeTo(mySize.width, mySize.height - totalCollapsedHeight + childCollapsedHeight); child.domNode.style.zIndex = idx + 1; child.domNode.style.position = "absolute"; child.domNode.style.top = y + "px"; y += (idx == openIdx) ? dojo.html.getBorderBox(child.domNode).height : childCollapsedHeight; }); }, selectChild:function (page) { dojo.lang.forEach(this.children, function (child) { child.setSelected(child == page); }); var y = 0; var anims = []; dojo.lang.forEach(this.children, function (child, idx) { if (child.domNode.style.top != (y + "px")) { anims.push(dojo.lfx.html.slideTo(child.domNode, {top:y, left:0}, this.duration)); } y += child.selected ? dojo.html.getBorderBox(child.domNode).height : child.getLabelHeight(); }, this); dojo.lfx.combine(anims).play(); }}); dojo.widget.defineWidget("dojo.widget.AccordionPane", dojo.widget.HtmlWidget, {label:"", "class":"dojoAccordionPane", labelNodeClass:"label", containerNodeClass:"accBody", selected:false, templateString:"
\n
${this.label}
\n
\n
\n", templateCssString:".dojoAccordionPane .label {\n\tcolor: #000;\n\tfont-weight: bold;\n\tbackground: url(\"images/soriaAccordionOff.gif\") repeat-x top left #85aeec;\n\tborder:1px solid #d9d9d9;\n\tfont-size:0.9em;\n}\n\n.dojoAccordionPane-selected .label {\n\tbackground: url(\"images/soriaAccordionSelected.gif\") repeat-x top left #85aeec;\n\tborder:1px solid #84a3d1;\n}\n\n.dojoAccordionPane .label:hover {\n\tcursor: pointer;\n}\n\n.dojoAccordionPane .accBody {\n\tbackground: #fff;\n\toverflow: auto;\n\tborder:1px solid #84a3d1;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/AccordionPane.css"), isContainer:true, fillInTemplate:function () { dojo.html.addClass(this.domNode, this["class"]); dojo.widget.AccordionPane.superclass.fillInTemplate.call(this); dojo.html.disableSelection(this.labelNode); this.setSelected(this.selected); }, setLabel:function (label) { this.labelNode.innerHTML = label; }, resizeTo:function (width, height) { dojo.html.setMarginBox(this.domNode, {width:width, height:height}); var children = [{domNode:this.labelNode, layoutAlign:"top"}, {domNode:this.containerNode, layoutAlign:"client"}]; dojo.widget.html.layout(this.domNode, children); var childSize = dojo.html.getContentBox(this.containerNode); this.children[0].resizeTo(childSize.width, childSize.height); }, getLabelHeight:function () { return dojo.html.getMarginBox(this.labelNode).height; }, onLabelClick:function () { this.parent.selectChild(this); }, setSelected:function (isSelected) { this.selected = isSelected; (isSelected ? dojo.html.addClass : dojo.html.removeClass)(this.domNode, this["class"] + "-selected"); var child = this.children[0]; if (child) { if (isSelected) { if (!child.isShowing()) { child.show(); } else { child.onShow(); } } else { child.onHide(); } } }}); dojo.lang.extend(dojo.widget.Widget, {open:false}); PK mMX\n\t\"\"\n\t\n
\n", templateCssString:".dojoHtmlCheckbox {\n\tborder: 0px;\n\twidth: 16px;\n\theight: 16px;\n\tmargin: 2px;\n\tvertical-align: middle;\n}\n\n.dojoHtmlCheckboxOn {\n\tbackground: url(check.gif) 0px 0px;\n}\n.dojoHtmlCheckboxOff {\n\tbackground: url(check.gif) -16px 0px;\n}\n.dojoHtmlCheckboxDisabledOn {\n\tbackground: url(check.gif) -32px 0px;\n}\n.dojoHtmlCheckboxDisabledOff {\n\tbackground: url(check.gif) -48px 0px;\n}\n.dojoHtmlCheckboxOnHover {\n\tbackground: url(check.gif) -64px 0px;\n}\n.dojoHtmlCheckboxOffHover {\n\tbackground: url(check.gif) -80px 0px;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/Checkbox.css"), name:"", id:"", checked:false, tabIndex:"", value:"on", postMixInProperties:function () { dojo.widget.Checkbox.superclass.postMixInProperties.apply(this, arguments); if (!this.disabled && this.tabIndex == "") { this.tabIndex = "0"; } }, fillInTemplate:function () { this._setInfo(); }, postCreate:function () { var notcon = true; this.id = this.id != "" ? this.id : this.widgetId; if (this.id != "") { var labels = document.getElementsByTagName("label"); if (labels != null && labels.length > 0) { for (var i = 0; i < labels.length; i++) { if (labels[i].htmlFor == this.id) { labels[i].id = (labels[i].htmlFor + "label"); this._connectEvents(labels[i]); dojo.widget.wai.setAttr(this.domNode, "waiState", "labelledby", labels[i].id); break; } } } } this._connectEvents(this.domNode); this.inputNode.checked = this.checked; }, _connectEvents:function (node) { dojo.event.connect(node, "onmouseover", this, "mouseOver"); dojo.event.connect(node, "onmouseout", this, "mouseOut"); dojo.event.connect(node, "onkey", this, "onKey"); dojo.event.connect(node, "onclick", this, "_onClick"); dojo.html.disableSelection(node); }, _onClick:function (e) { if (this.disabled == false) { this.checked = !this.checked; this._setInfo(); } e.preventDefault(); e.stopPropagation(); this.onClick(); }, setValue:function (bool) { if (this.disabled == false) { this.checked = bool; this._setInfo(); } }, onClick:function () { }, onKey:function (e) { var k = dojo.event.browser.keys; if (e.key == " ") { this._onClick(e); } }, mouseOver:function (e) { this._hover(e, true); }, mouseOut:function (e) { this._hover(e, false); }, _hover:function (e, isOver) { if (this.disabled == false) { var state = this.checked ? "On" : "Off"; var style = "dojoHtmlCheckbox" + state + "Hover"; if (isOver) { dojo.html.addClass(this.imageNode, style); } else { dojo.html.removeClass(this.imageNode, style); } } }, _setInfo:function () { var state = "dojoHtmlCheckbox" + (this.disabled ? "Disabled" : "") + (this.checked ? "On" : "Off"); dojo.html.setClass(this.imageNode, "dojoHtmlCheckbox " + state); this.inputNode.checked = this.checked; if (this.disabled) { this.inputNode.setAttribute("disabled", true); } else { this.inputNode.removeAttribute("disabled"); } dojo.widget.wai.setAttr(this.domNode, "waiState", "checked", this.checked); }}); dojo.widget.defineWidget("dojo.widget.a11y.Checkbox", dojo.widget.Checkbox, {templateString:"\n\t \n\n", fillInTemplate:function () { }, postCreate:function (args, frag) { this.inputNode.checked = this.checked; if (this.disabled) { this.inputNode.setAttribute("disabled", true); } }, _onClick:function () { this.onClick(); }}); PK mM /66src/widget/ContentPane.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.ContentPane"); dojo.require("dojo.widget.*"); dojo.require("dojo.io.*"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.string"); dojo.require("dojo.string.extras"); dojo.require("dojo.html.style"); dojo.widget.defineWidget("dojo.widget.ContentPane", dojo.widget.HtmlWidget, function () { this._styleNodes = []; this._onLoadStack = []; this._onUnloadStack = []; this._callOnUnload = false; this._ioBindObj; this.scriptScope; this.bindArgs = {}; }, {isContainer:true, adjustPaths:true, href:"", extractContent:true, parseContent:true, cacheContent:true, preload:false, refreshOnShow:false, handler:"", executeScripts:false, scriptSeparation:true, loadingMessage:"Loading...", isLoaded:false, postCreate:function (args, frag, parentComp) { if (this.handler !== "") { this.setHandler(this.handler); } if (this.isShowing() || this.preload) { this.loadContents(); } }, show:function () { if (this.refreshOnShow) { this.refresh(); } else { this.loadContents(); } dojo.widget.ContentPane.superclass.show.call(this); }, refresh:function () { this.isLoaded = false; this.loadContents(); }, loadContents:function () { if (this.isLoaded) { return; } if (dojo.lang.isFunction(this.handler)) { this._runHandler(); } else { if (this.href != "") { this._downloadExternalContent(this.href, this.cacheContent && !this.refreshOnShow); } } }, setUrl:function (url) { this.href = url; this.isLoaded = false; if (this.preload || this.isShowing()) { this.loadContents(); } }, abort:function () { var bind = this._ioBindObj; if (!bind || !bind.abort) { return; } bind.abort(); delete this._ioBindObj; }, _downloadExternalContent:function (url, useCache) { this.abort(); this._handleDefaults(this.loadingMessage, "onDownloadStart"); var self = this; this._ioBindObj = dojo.io.bind(this._cacheSetting({url:url, mimetype:"text/html", handler:function (type, data, xhr) { delete self._ioBindObj; if (type == "load") { self.onDownloadEnd.call(self, url, data); } else { var e = {responseText:xhr.responseText, status:xhr.status, statusText:xhr.statusText, responseHeaders:xhr.getAllResponseHeaders(), text:"Error loading '" + url + "' (" + xhr.status + " " + xhr.statusText + ")"}; self._handleDefaults.call(self, e, "onDownloadError"); self.onLoad(); } }}, useCache)); }, _cacheSetting:function (bindObj, useCache) { for (var x in this.bindArgs) { if (dojo.lang.isUndefined(bindObj[x])) { bindObj[x] = this.bindArgs[x]; } } if (dojo.lang.isUndefined(bindObj.useCache)) { bindObj.useCache = useCache; } if (dojo.lang.isUndefined(bindObj.preventCache)) { bindObj.preventCache = !useCache; } if (dojo.lang.isUndefined(bindObj.mimetype)) { bindObj.mimetype = "text/html"; } return bindObj; }, onLoad:function (e) { this._runStack("_onLoadStack"); this.isLoaded = true; }, onUnLoad:function (e) { dojo.deprecated(this.widgetType + ".onUnLoad, use .onUnload (lowercased load)", 0.5); }, onUnload:function (e) { this._runStack("_onUnloadStack"); delete this.scriptScope; if (this.onUnLoad !== dojo.widget.ContentPane.prototype.onUnLoad) { this.onUnLoad.apply(this, arguments); } }, _runStack:function (stName) { var st = this[stName]; var err = ""; var scope = this.scriptScope || window; for (var i = 0; i < st.length; i++) { try { st[i].call(scope); } catch (e) { err += "\n" + st[i] + " failed: " + e.description; } } this[stName] = []; if (err.length) { var name = (stName == "_onLoadStack") ? "addOnLoad" : "addOnUnLoad"; this._handleDefaults(name + " failure\n " + err, "onExecError", "debug"); } }, addOnLoad:function (obj, func) { this._pushOnStack(this._onLoadStack, obj, func); }, addOnUnload:function (obj, func) { this._pushOnStack(this._onUnloadStack, obj, func); }, addOnUnLoad:function () { dojo.deprecated(this.widgetType + ".addOnUnLoad, use addOnUnload instead. (lowercased Load)", 0.5); this.addOnUnload.apply(this, arguments); }, _pushOnStack:function (stack, obj, func) { if (typeof func == "undefined") { stack.push(obj); } else { stack.push(function () { obj[func](); }); } }, destroy:function () { this.onUnload(); dojo.widget.ContentPane.superclass.destroy.call(this); }, onExecError:function (e) { }, onContentError:function (e) { }, onDownloadError:function (e) { }, onDownloadStart:function (e) { }, onDownloadEnd:function (url, data) { data = this.splitAndFixPaths(data, url); this.setContent(data); }, _handleDefaults:function (e, handler, messType) { if (!handler) { handler = "onContentError"; } if (dojo.lang.isString(e)) { e = {text:e}; } if (!e.text) { e.text = e.toString(); } e.toString = function () { return this.text; }; if (typeof e.returnValue != "boolean") { e.returnValue = true; } if (typeof e.preventDefault != "function") { e.preventDefault = function () { this.returnValue = false; }; } this[handler](e); if (e.returnValue) { switch (messType) { case true: case "alert": alert(e.toString()); break; case "debug": dojo.debug(e.toString()); break; default: if (this._callOnUnload) { this.onUnload(); } this._callOnUnload = false; if (arguments.callee._loopStop) { dojo.debug(e.toString()); } else { arguments.callee._loopStop = true; this._setContent(e.toString()); } } } arguments.callee._loopStop = false; }, splitAndFixPaths:function (s, url) { var titles = [], scripts = [], tmp = []; var match = [], requires = [], attr = [], styles = []; var str = "", path = "", fix = "", tagFix = "", tag = "", origPath = ""; if (!url) { url = "./"; } if (s) { var regex = /]*>([\s\S]*?)<\/title>/i; while (match = regex.exec(s)) { titles.push(match[1]); s = s.substring(0, match.index) + s.substr(match.index + match[0].length); } if (this.adjustPaths) { var regexFindTag = /<[a-z][a-z0-9]*[^>]*\s(?:(?:src|href|style)=[^>])+[^>]*>/i; var regexFindAttr = /\s(src|href|style)=(['"]?)([\w()\[\]\/.,\\'"-:;#=&?\s@]+?)\2/i; var regexProtocols = /^(?:[#]|(?:(?:https?|ftps?|file|javascript|mailto|news):))/; while (tag = regexFindTag.exec(s)) { str += s.substring(0, tag.index); s = s.substring((tag.index + tag[0].length), s.length); tag = tag[0]; tagFix = ""; while (attr = regexFindAttr.exec(tag)) { path = ""; origPath = attr[3]; switch (attr[1].toLowerCase()) { case "src": case "href": if (regexProtocols.exec(origPath)) { path = origPath; } else { path = (new dojo.uri.Uri(url, origPath).toString()); } break; case "style": path = dojo.html.fixPathsInCssText(origPath, url); break; default: path = origPath; } fix = " " + attr[1] + "=" + attr[2] + path + attr[2]; tagFix += tag.substring(0, attr.index) + fix; tag = tag.substring((attr.index + attr[0].length), tag.length); } str += tagFix + tag; } s = str + s; } regex = /(?:<(style)[^>]*>([\s\S]*?)<\/style>|]*rel=['"]?stylesheet['"]?[^>]*)>)/i; while (match = regex.exec(s)) { if (match[1] && match[1].toLowerCase() == "style") { styles.push(dojo.html.fixPathsInCssText(match[2], url)); } else { if (attr = match[3].match(/href=(['"]?)([^'">]*)\1/i)) { styles.push({path:attr[2]}); } } s = s.substring(0, match.index) + s.substr(match.index + match[0].length); } var regex = /]*)>([\s\S]*?)<\/script>/i; var regexSrc = /src=(['"]?)([^"']*)\1/i; var regexDojoJs = /.*(\bdojo\b\.js(?:\.uncompressed\.js)?)$/; var regexInvalid = /(?:var )?\bdjConfig\b(?:[\s]*=[\s]*\{[^}]+\}|\.[\w]*[\s]*=[\s]*[^;\n]*)?;?|dojo\.hostenv\.writeIncludes\(\s*\);?/g; var regexRequires = /dojo\.(?:(?:require(?:After)?(?:If)?)|(?:widget\.(?:manager\.)?registerWidgetPackage)|(?:(?:hostenv\.)?setModulePrefix|registerModulePath)|defineNamespace)\((['"]).*?\1\)\s*;?/; while (match = regex.exec(s)) { if (this.executeScripts && match[1]) { if (attr = regexSrc.exec(match[1])) { if (regexDojoJs.exec(attr[2])) { dojo.debug("Security note! inhibit:" + attr[2] + " from being loaded again."); } else { scripts.push({path:attr[2]}); } } } if (match[2]) { var sc = match[2].replace(regexInvalid, ""); if (!sc) { continue; } while (tmp = regexRequires.exec(sc)) { requires.push(tmp[0]); sc = sc.substring(0, tmp.index) + sc.substr(tmp.index + tmp[0].length); } if (this.executeScripts) { scripts.push(sc); } } s = s.substr(0, match.index) + s.substr(match.index + match[0].length); } if (this.extractContent) { match = s.match(/]*>\s*([\s\S]+)\s*<\/body>/im); if (match) { s = match[1]; } } if (this.executeScripts && this.scriptSeparation) { var regex = /(<[a-zA-Z][a-zA-Z0-9]*\s[^>]*?\S=)((['"])[^>]*scriptScope[^>]*>)/; var regexAttr = /([\s'";:\(])scriptScope(.*)/; str = ""; while (tag = regex.exec(s)) { tmp = ((tag[3] == "'") ? "\"" : "'"); fix = ""; str += s.substring(0, tag.index) + tag[1]; while (attr = regexAttr.exec(tag[2])) { tag[2] = tag[2].substring(0, attr.index) + attr[1] + "dojo.widget.byId(" + tmp + this.widgetId + tmp + ").scriptScope" + attr[2]; } str += tag[2]; s = s.substr(tag.index + tag[0].length); } s = str + s; } } return {"xml":s, "styles":styles, "titles":titles, "requires":requires, "scripts":scripts, "url":url}; }, _setContent:function (cont) { this.destroyChildren(); for (var i = 0; i < this._styleNodes.length; i++) { if (this._styleNodes[i] && this._styleNodes[i].parentNode) { this._styleNodes[i].parentNode.removeChild(this._styleNodes[i]); } } this._styleNodes = []; try { var node = this.containerNode || this.domNode; while(node!=null && node.firstChild){ dojo.html.destroyNode(node.firstChild); } if (typeof cont != "string") { node.appendChild(cont); } else { node.innerHTML = cont; } } catch (e) { e.text = "Couldn't load content:" + e.description; this._handleDefaults(e, "onContentError"); } }, setContent:function (data) { this.abort(); if (this._callOnUnload) { this.onUnload(); } this._callOnUnload = true; if (!data || dojo.html.isNode(data)) { this._setContent(data); this.onResized(); this.onLoad(); } else { if (typeof data.xml != "string") { this.href = ""; data = this.splitAndFixPaths(data); } this._setContent(data.xml); for (var i = 0; i < data.styles.length; i++) { if (data.styles[i].path) { this._styleNodes.push(dojo.html.insertCssFile(data.styles[i].path, dojo.doc(), false, true)); } else { this._styleNodes.push(dojo.html.insertCssText(data.styles[i])); } } if (this.parseContent) { for (var i = 0; i < data.requires.length; i++) { try { eval(data.requires[i]); } catch (e) { e.text = "ContentPane: error in package loading calls, " + (e.description || e); this._handleDefaults(e, "onContentError", "debug"); } } } var _self = this; function asyncParse() { if (_self.executeScripts) { _self._executeScripts(data.scripts); } if (_self.parseContent) { var node = _self.containerNode || _self.domNode; var parser = new dojo.xml.Parse(); var frag = parser.parseElement(node, null, true); dojo.widget.getParser().createSubComponents(frag, _self); } _self.onResized(); _self.onLoad(); } if (dojo.hostenv.isXDomain && data.requires.length) { dojo.addOnLoad(asyncParse); } else { asyncParse(); } } }, setHandler:function (handler) { var fcn = dojo.lang.isFunction(handler) ? handler : window[handler]; if (!dojo.lang.isFunction(fcn)) { this._handleDefaults("Unable to set handler, '" + handler + "' not a function.", "onExecError", true); return; } this.handler = function () { return fcn.apply(this, arguments); }; }, _runHandler:function () { var ret = true; if (dojo.lang.isFunction(this.handler)) { this.handler(this, this.domNode); ret = false; } this.onLoad(); return ret; }, _executeScripts:function (scripts) { var self = this; var tmp = "", code = ""; for (var i = 0; i < scripts.length; i++) { if (scripts[i].path) { dojo.io.bind(this._cacheSetting({"url":scripts[i].path, "load":function (type, scriptStr) { dojo.lang.hitch(self, tmp = ";" + scriptStr); }, "error":function (type, error) { error.text = type + " downloading remote script"; self._handleDefaults.call(self, error, "onExecError", "debug"); }, "mimetype":"text/plain", "sync":true}, this.cacheContent)); code += tmp; } else { code += scripts[i]; } } try { if (this.scriptSeparation) { delete this.scriptScope; this.scriptScope = new (new Function("_container_", code + "; return this;"))(self); } else { var djg = dojo.global(); if (djg.execScript) { djg.execScript(code); } else { var djd = dojo.doc(); var sc = djd.createElement("script"); sc.appendChild(djd.createTextNode(code)); (this.containerNode || this.domNode).appendChild(sc); } } } catch (e) { e.text = "Error running scripts from content:\n" + e.description; this._handleDefaults(e, "onExecError", "debug"); } }}); PK mMVQ&src/widget/demoEngine/DemoContainer.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.demoEngine.DemoContainer"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.widget.demoEngine.DemoPane"); dojo.require("dojo.widget.demoEngine.SourcePane"); dojo.require("dojo.widget.TabContainer"); dojo.widget.defineWidget("my.widget.demoEngine.DemoContainer", dojo.widget.HtmlWidget, {templateString:"
\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t
\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t

\n\t\t\t\t\t

\n\t\t\t\t
\n\t\t\t\t\tsource\n\t\t\t\t\tdemo\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t
\n
\n", templateCssString:".demoContainer{\n\twidth: 100%;\n\theight: 100%;\n\tpadding: 0px;\n\tmargin: 0px;\n}\n\n.demoContainer .return {\n\tcursor: pointer;\n}\n\n.demoContainer span {\n\tmargin-right: 10px;\n\tcursor: pointer;\n}\n\n.demoContainer .selected {\n\tborder-bottom: 5px solid #95bfff;\n}\n\n.demoContainer table {\n\tbackground: #f5f5f5;\n\twidth: 100%;\n\theight: 100%;\n}\n\n.demoContainerTabs {\n\twidth: 100%;\n\theight: 400px;\n}\n\n.demoContainerTabs .dojoTabLabels-top {\n\tdisplay: none;\n}\n\n.demoContainerTabs .dojoTabPaneWrapper {\n\tborder: 0px;\n}\n\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "demoEngine/templates/DemoContainer.css"), postCreate:function () { dojo.html.addClass(this.domNode, this.domNodeClass); dojo.html.addClass(this.tabNode, this.tabClass); dojo.html.addClass(this.returnImageNode, this.returnClass); this.returnImageNode.src = this.returnImage; this.tabContainer = dojo.widget.createWidget("TabContainer", {}, this.tabNode); this.demoTab = dojo.widget.createWidget("DemoPane", {}); this.tabContainer.addChild(this.demoTab); this.sourceTab = dojo.widget.createWidget("SourcePane", {}); this.tabContainer.addChild(this.sourceTab); dojo.html.setOpacity(this.domNode, 0); dojo.html.hide(this.domNode); }, loadDemo:function (url) { this.demoTab.setHref(url); this.sourceTab.setHref(url); this.showDemo(); }, setName:function (name) { dojo.html.removeChildren(this.demoNameNode); this.demoNameNode.appendChild(document.createTextNode(name)); }, setSummary:function (summary) { dojo.html.removeChildren(this.summaryNode); this.summaryNode.appendChild(document.createTextNode(summary)); }, showSource:function () { dojo.html.removeClass(this.demoButtonNode, this.selectedButtonClass); dojo.html.addClass(this.sourceButtonNode, this.selectedButtonClass); this.tabContainer.selectTab(this.sourceTab); }, showDemo:function () { dojo.html.removeClass(this.sourceButtonNode, this.selectedButtonClass); dojo.html.addClass(this.demoButtonNode, this.selectedButtonClass); this.tabContainer.selectTab(this.demoTab); }, returnToDemos:function () { dojo.debug("Return To Demos"); }, show:function () { dojo.html.setOpacity(this.domNode, 1); dojo.html.show(this.domNode); this.tabContainer.checkSize(); }}, "", function () { dojo.debug("DemoPane Init"); this.domNodeClass = "demoContainer"; this.tabContainer = ""; this.sourceTab = ""; this.demoTab = ""; this.headerNode = ""; this.returnNode = ""; this.returnImageNode = ""; this.returnImage = "images/dojoDemos.gif"; this.returnClass = "return"; this.summaryNode = ""; this.demoNameNode = ""; this.tabControlNode = ""; this.tabNode = ""; this.tabClass = "demoContainerTabs"; this.sourceButtonNode = ""; this.demoButtonNode = ""; this.selectedButtonClass = "selected"; }); PK mMZ!src/widget/demoEngine/DemoPane.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.demoEngine.DemoPane"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.HtmlWidget"); dojo.widget.defineWidget("my.widget.demoEngine.DemoPane", dojo.widget.HtmlWidget, {templateString:"
\n\t\n
\n", templateCssString:".demoPane {\n\twidth: 100%;\n\theight: 100%;\n\tpadding: 0px;\n\tmargin: 0px;\n\toverflow: hidden;\n}\n\n.demoPane iframe {\n\twidth: 100%;\n\theight: 100%;\n\tborder: 0px;\n\tborder: none;\n\toverflow: auto;\n\tpadding: 0px;\n\tmargin:0px;\n\tbackground: #ffffff;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "demoEngine/templates/DemoPane.css"), postCreate:function () { dojo.html.addClass(this.domNode, this.domNodeClass); dojo.debug("PostCreate"); this._launchDemo(); }, _launchDemo:function () { dojo.debug("Launching Demo"); dojo.debug(this.demoNode); this.demoNode.src = this.href; }, setHref:function (url) { this.href = url; this._launchDemo(); }}, "", function () { dojo.debug("DemoPane Init"); this.domNodeClass = "demoPane"; this.demoNode = ""; this.href = ""; }); PK mMÇRII2src/widget/demoEngine/templates/DemoContainer.html

source demo
PK mMJ1src/widget/demoEngine/templates/DemoNavigator.css.demoNavigatorListWrapper { border:1px solid #dcdbdb; background-color:#f8f8f8; padding:2px; } .demoNavigatorListContainer { border:1px solid #f0f0f0; background-color:#fff; padding:1em; } .demoNavigator h1 { margin-top: 0px; margin-bottom: 10px; font-size: 1.2em; border-bottom:1px dotted #a9ccf5; } .demoNavigator .dojoButton { margin-bottom: 5px; } .demoNavigator .dojoButton .dojoButtonContents { font-size: 1.1em; width: 100px; color: black; } PK mMj5 XX-src/widget/demoEngine/templates/DemoPane.html
PK mMJ  .src/widget/demoEngine/templates/SourcePane.css.sourcePane { width: 100%; height: 100%; padding: 0px; margin: 0px; overflow: hidden; } .sourcePane textarea{ width: 100%; height: 100%; border: 0px; overflow: auto; padding: 0px; margin:0px; } * html .sourcePane { overflow: auto; } PK mMhT+D<<src/widget/DocPane.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.DocPane"); dojo.require("dojo.widget.*"); dojo.require("dojo.io.*"); dojo.require("dojo.event.*"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.widget.Editor2"); dojo.require("dojo.widget.Dialog"); dojo.require("dojo.html.common"); dojo.require("dojo.html.display"); dojo.widget.DocPane = function () { dojo.event.topic.subscribe("/docs/function/results", this, "onDocResults"); dojo.event.topic.subscribe("/docs/package/results", this, "onPkgResults"); dojo.event.topic.subscribe("/docs/function/detail", this, "onDocSelectFunction"); }; dojo.widget.defineWidget("dojo.widget.DocPane", dojo.widget.HtmlWidget, {dialog:null, dialogBg:null, dialogFg:null, logIn:null, edit:null, save:null, cancel:null, detail:null, result:null, packag:null, fn:null, fnLink:null, count:null, row:null, summary:null, description:null, variables:null, vRow:null, vLink:null, vDesc:null, methods:null, mRow:null, mLink:null, mDesc:null, requires:null, rRow:null, rRow2:null, rH3:null, rLink:null, parameters:null, pRow:null, pLink:null, pDesc:null, pOpt:null, pType:null, sType:null, sName:null, sParams:null, sPType:null, sPTypeSave:null, sPName:null, sPNameSave:null, pkgDescription:null, _appends:[], templateString:"
\n\t
\n\n\t
\n\t\t
\n\t\t\t
\n\t\t\t\t

Log In

\n\t\t\t\t

\n\t\t\t\t

\n\t\t\t\t

\n\t\t\t\t

\n\t\t\t
\n\t\t
\n\t
\n\n\t
Detail | Source | Examples | Walkthrough
\n\n\t
\n\t\t

Detail: dojo.select

\n\t\t
Description
\n\t\t
\n\t\t\t

Parameters

\n\t\t\t
\n\t\t\t\toptional \n\t\t\t\ttype \n\t\t\t\tvariable\n\t\t\t\t - \n\t\t\t
\n\t\t
\n\t\t
\n\t\t\t

Variables

\n\t\t\t
\n\t\t\t\tvariable - \n\t\t\t
\n\t\t
\n\t\t
\n\t\t\t

Signature

\n\t\t\t
\n\t\t\t\treturnType \n\t\t\t\tfoo\n\t\t\t\t(\n\t\t\t\t\ttype \n\t\t\t\t\tparamName\n\t\t\t\t)\n\t\t\t
\n\t\t
\n\t
\n\t\n\t
\n\t\t

Search Results: 0 matches

\n\t\t
\n\t\t\tdojo.fnLink\n\t\t\t - summary\n\t\t
\n\t
\n\n\t
\n\t\t

Package: \n\t\t\tdojo.package \n\t\t\t[edit] \n\t\t\t[save]\n\t\t

\n\t\t
Description
\n\t\t
\n\t\t\t

Methods

\n\t\t\t
\n\t\t\t\tmethod\n\t\t\t\t - \n\t\t\t
\n\t\t
\n\t\t
\n\t\t\t

Requires

\n\t\t\t
\n\t\t\t\t

Environment

\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n
\n", templateCssString:".dojoDocPane { padding:1em; font: 1em Georgia,Times,\"Times New Roman\",serif; }\n\n.dojoDocPane .container{ }\n\n.dojoDocPane .dialog{ }\n.dojoDocPane .dialog .container{ padding: 0.5em; background: #fff; border: 2px solid #333; }\n.dojoDocPane .dialog .docDialog{ background: transparent; width: 20em; }\n.dojoDocPane .dialog .docDialog h2{ margin-top: 0; padding-top: 0; }\n.dojoDocPane .dialog .docDialog input { float: right; margin-right: 1em; }\n.dojoDocPane .dialog .docDialog p{ clear: both; }\n#dojoDocUserName, #dojoDocPassword { width: 10em; }\n\n.dojoDocPane .nav{ }\n.dojoDocPane .nav span{ }\n\n.dojoDocPane .detail{ }\n.dojoDocPane .detail h1{ }\n.dojoDocPane .detail h1 span.fn{ }\n.dojoDocPane .detail .description{ }\n.dojoDocPane .detail .params{ }\n.dojoDocPane .detail .params .row{ }\n.dojoDocPane .detail .params .row span{ }\n.dojoDocPane .detail .variables{ }\n.dojoDocPane .detail .variables .row{ }\n.dojoDocPane .detail .signature{ }\n.dojoDocPane .detail .signature .source{ white-space: pre; font: 0.8em Monaco, Courier, \"Courier New\", monospace; }\n.dojoDocPane .detail .signature .source .return{ color:#369; }\n.dojoDocPane .detail .signature .source .function{ color: #98543F; font-weight: bold; }\n.dojoDocPane .detail .signature .source .params{ }\n.dojoDocPane .detail .signature .source .params .type{ font-style: italic; color: #d17575; }\n.dojoDocPane .detail .signature .source .params .name{ color: #d14040; }\n\n.dojoDocPane .result{ }\n.dojoDocPane .result h1{ }\n.dojoDocPane .result .row{ }\n.dojoDocPane .result .row .summary{ }\n\n.dojoDocPane .package{ }\n.dojoDocPane .package h1{ }\n.dojoDocPane .package .row{ }\n.dojoDocPane .package .row .summary{ }\n.dojoDocPane .package .description{ }\n.dojoDocPane .package .methods{ }\n.dojoDocPane .package .methods h2{ }\n.dojoDocPane .package .methods .row{ }\n.dojoDocPane .package .methods .row .description{ }\n.dojoDocPane .package .requires{ }\n.dojoDocPane .package .requires h2{ }\n.dojoDocPane .package .requires .row{ }\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/DocPane.css"), isContainer:true, fillInTemplate:function () { this.requires = dojo.html.removeNode(this.requires); this.rRow.style.display = "none"; this.rRow2.style.display = "none"; this.methods = dojo.html.removeNode(this.methods); this.mRow.style.display = "none"; this.dialog = dojo.widget.createWidget("dialog", {}, this.dialog); this.dialog.setCloseControl(this.cancel); dojo.html.setOpacity(this.dialogBg, 0.8); dojo.html.setOpacity(this.dialogFg, 1); dojo.event.connect(this.edit, "onclick", dojo.lang.hitch(this, function () { if (!this._isLoggedIn) { this.dialog.show(); } })); dojo.event.connect(this.logIn, "onclick", this, "_logIn"); dojo.event.connect(this.save, "onclick", this, "_save"); dojo.event.connect(dojo.docs, "logInSuccess", this, "_loggedIn"); this.homeSave = this.containerNode.cloneNode(true); this.detailSave = dojo.html.removeNode(this.detail); this.resultSave = dojo.html.removeNode(this.result); this.packageSave = dojo.html.removeNode(this.packag); this.results = dojo.html.removeNode(this.results); this.rowParent = this.row.parentNode; this.rowSave = dojo.html.removeNode(this.row); this.vParent = this.vRow.parentNode; this.vSave = dojo.html.removeNode(this.vRow); this.pParent = this.pRow.parentNode; this.pSave = dojo.html.removeNode(this.pRow); this.sPTypeSave = dojo.html.removeNode(this.sPType); this.sPNameSave = dojo.html.removeNode(this.sPName); this.navSave = dojo.html.removeNode(this.nav); }, _logIn:function () { dojo.docs.setUserName(this.userName.value); dojo.docs.setPassword(this.password.value); }, _loggedIn:function () { this._isLoggedIn = true; this.dialog.hide(); this.pkgEditor = dojo.widget.createWidget("editor2", {toolbarAlwaysVisible:true}, this.pkgDescription); }, _save:function () { if (this.pkgEditor) { dojo.docs.savePackage(this._pkgPath, {description:this.pkgEditor.getEditorContent()}); } }, onDocSelectFunction:function (message) { dojo.debug("onDocSelectFunction()"); for (var key in message) { dojo.debug(key + ": " + dojo.json.serialize(message[key])); } var meta = message.meta; if (meta) { var variables = meta.variables; var this_variables = meta.this_variables; var child_variables = meta.child_variables; var parameters = meta.parameters; } var doc = message.doc; dojo.debug(dojo.json.serialize(doc)); var appends = this._appends; dojo.html.removeChildren(this.domNode); this.fn.innerHTML = message.name; this.variables.style.display = "block"; var all = []; if (variables) { all = variables; } if (this_variables) { all = all.concat(this_variables); } if (child_variables) { all = all.concat(child_variables); } if (!all.length) { this.variables.style.display = "none"; } else { for (var i = 0, one; one = all[i]; i++) { this.vLink.innerHTML = one; this.vDesc.parentNode.style.display = "none"; appends.push(this.vParent.appendChild(this.vSave.cloneNode(true))); } } this.sParams.innerHTML = ""; var first = true; for (var param in parameters) { var paramType = parameters[param].type; var paramSummary = parameters[param].summary; var paramName = param; this.parameters.style.display = "block"; this.pLink.innerHTML = paramName; this.pOpt.style.display = "none"; if (parameters[param].opt) { this.pOpt.style.display = "inline"; } this.pType.parentNode.style.display = "none"; if (parameters[param][0]) { this.pType.parentNode.style.display = "inline"; this.pType.innerHTML = paramType; } this.pDesc.parentNode.style.display = "none"; if (paramSummary) { this.pDesc.parentNode.style.display = "inline"; this.pDesc.innerHTML = paramSummary; } appends.push(this.pParent.appendChild(this.pSave.cloneNode(true))); if (!first) { this.sParams.appendChild(document.createTextNode(", ")); } first = false; if (paramType) { dojo.debug(this.sPTypeSave); this.sPTypeSave.innerHTML = paramType; this.sParams.appendChild(this.sPTypeSave.cloneNode(true)); this.sParams.appendChild(document.createTextNode(" ")); } dojo.debug(this.sPNameSave); this.sPNameSave.innerHTML = paramName; this.sParams.appendChild(this.sPNameSave.cloneNode(true)); } if (message.returns) { this.sType.innerHTML = message.returns; } else { this.sType.innerHTML = "void"; } this.sName.innerHTML = message.name; this.domNode.appendChild(this.navSave); this.domNode.appendChild(this.detailSave.cloneNode(true)); for (var i = 0, append; append = appends[i]; i++) { dojo.html.removeNode(append); } }, onPkgResult:function (results) { if (this.pkgEditor) { this.pkgEditor.close(true); dojo.debug(this.pkgDescription); } var methods = results.methods; var requires = results.requires; var description = results.description; this._pkgPath = results.path; var requireLinks = []; var appends = this._appends; while (appends.length) { dojo.html.removeNode(appends.shift()); } dojo.html.removeChildren(this.domNode); this.pkg.innerHTML = results.pkg; var hasRequires = false; for (var env in requires) { hasRequires = true; this.rH3.style.display = "none"; if (env != "common") { this.rH3.style.display = ""; this.rH3.innerHTML = env; } for (var i = 0, require; require = requires[env][i]; i++) { requireLinks.push({name:require}); this.rLink.innerHTML = require; this.rLink.href = "#" + require; var rRow2 = this.rRow2.parentNode.insertBefore(this.rRow2.cloneNode(true), this.rRow2); rRow2.style.display = ""; appends.push(rRow2); } var rRow = this.rRow.parentNode.insertBefore(this.rRow.cloneNode(true), this.rRow); rRow.style.display = ""; appends.push(rRow); } if (hasRequires) { appends.push(this.packageSave.appendChild(this.requires.cloneNode(true))); } if (results.size) { for (var i = 0, method; method = methods[i]; i++) { this.mLink.innerHTML = method.name; this.mLink.href = "#" + method.name; this.mDesc.parentNode.style.display = "none"; if (method.summary) { this.mDesc.parentNode.style.display = "inline"; this.mDesc.innerHTML = method.summary; } var mRow = this.mRow.parentNode.insertBefore(this.mRow.cloneNode(true), this.mRow); mRow.style.display = ""; appends.push(mRow); } appends.push(this.packageSave.appendChild(this.methods.cloneNode(true))); } this.domNode.appendChild(this.packageSave); this.pkgDescription.innerHTML = description; function makeSelect(fOrP, x) { return function (e) { dojo.event.topic.publish("/docs/" + fOrP + "/select", x); }; } var as = this.domNode.getElementsByTagName("a"); for (var i = 0, a; a = as[i]; i++) { if (a.className == "docMLink") { dojo.event.connect(a, "onclick", makeSelect("function", methods[i])); } else { if (a.className == "docRLink") { dojo.event.connect(a, "onclick", makeSelect("package", requireLinks[i])); } } } }, onDocResults:function (fns) { dojo.debug("onDocResults(): called"); if (fns.length == 1) { dojo.event.topic.publish("/docs/function/select", fns[0]); return; } dojo.html.removeChildren(this.domNode); this.count.innerHTML = fns.length; var appends = []; for (var i = 0, fn; fn = fns[i]; i++) { this.fnLink.innerHTML = fn.name; this.fnLink.href = "#" + fn.name; if (fn.id) { this.fnLink.href = this.fnLink.href + "," + fn.id; } this.summary.parentNode.style.display = "none"; if (fn.summary) { this.summary.parentNode.style.display = "inline"; this.summary.innerHTML = fn.summary; } appends.push(this.rowParent.appendChild(this.rowSave.cloneNode(true))); } function makeSelect(x) { return function (e) { dojo.event.topic.publish("/docs/function/select", x); }; } this.domNode.appendChild(this.resultSave.cloneNode(true)); var as = this.domNode.getElementsByTagName("a"); for (var i = 0, a; a = as[i]; i++) { dojo.event.connect(a, "onclick", makeSelect(fns[i])); } for (var i = 0, append; append = appends[i]; i++) { this.rowParent.removeChild(append); } }}); PK mMP src/widget/DropdownTimePicker.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.DropdownTimePicker"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.DropdownContainer"); dojo.require("dojo.widget.TimePicker"); dojo.require("dojo.event.*"); dojo.require("dojo.html.*"); dojo.require("dojo.date.format"); dojo.require("dojo.date.serialize"); dojo.require("dojo.i18n.common"); dojo.requireLocalization("dojo.widget", "DropdownTimePicker", null, "ROOT"); dojo.widget.defineWidget("dojo.widget.DropdownTimePicker", dojo.widget.DropdownContainer, {iconURL:dojo.uri.moduleUri("dojo.widget", "templates/images/timeIcon.gif"), formatLength:"short", displayFormat:"", timeFormat:"", saveFormat:"", value:"", name:"", postMixInProperties:function () { dojo.widget.DropdownTimePicker.superclass.postMixInProperties.apply(this, arguments); var messages = dojo.i18n.getLocalization("dojo.widget", "DropdownTimePicker", this.lang); this.iconAlt = messages.selectTime; if (typeof (this.value) == "string" && this.value.toLowerCase() == "today") { this.value = new Date(); } if (this.value && isNaN(this.value)) { var orig = this.value; this.value = dojo.date.fromRfc3339(this.value); if (!this.value) { var d = dojo.date.format(new Date(), {selector:"dateOnly", datePattern:"yyyy-MM-dd"}); var c = orig.split(":"); for (var i = 0; i < c.length; ++i) { if (c[i].length == 1) { c[i] = "0" + c[i]; } } orig = c.join(":"); this.value = dojo.date.fromRfc3339(d + "T" + orig); dojo.deprecated("dojo.widget.DropdownTimePicker", "time attributes must be passed in Rfc3339 format", "0.5"); } } if (this.value && !isNaN(this.value)) { this.value = new Date(this.value); } }, fillInTemplate:function () { dojo.widget.DropdownTimePicker.superclass.fillInTemplate.apply(this, arguments); var value = ""; if (this.value instanceof Date) { value = this.value; } else { if (this.value) { var orig = this.value; var d = dojo.date.format(new Date(), {selector:"dateOnly", datePattern:"yyyy-MM-dd"}); var c = orig.split(":"); for (var i = 0; i < c.length; ++i) { if (c[i].length == 1) { c[i] = "0" + c[i]; } } orig = c.join(":"); value = dojo.date.fromRfc3339(d + "T" + orig); } } var tpArgs = {widgetContainerId:this.widgetId, lang:this.lang, value:value}; this.timePicker = dojo.widget.createWidget("TimePicker", tpArgs, this.containerNode, "child"); dojo.event.connect(this.timePicker, "onValueChanged", this, "_updateText"); if (this.value) { this._updateText(); } this.containerNode.style.zIndex = this.zIndex; this.containerNode.explodeClassName = "timeContainer"; this.valueNode.name = this.name; }, getValue:function () { return this.valueNode.value; }, getTime:function () { return this.timePicker.storedTime; }, setValue:function (rfcDate) { this.setTime(rfcDate); }, setTime:function (dateObj) { var value = ""; if (dateObj instanceof Date) { value = dateObj; } else { if (this.value) { var orig = this.value; var d = dojo.date.format(new Date(), {selector:"dateOnly", datePattern:"yyyy-MM-dd"}); var c = orig.split(":"); for (var i = 0; i < c.length; ++i) { if (c[i].length == 1) { c[i] = "0" + c[i]; } } orig = c.join(":"); value = dojo.date.fromRfc3339(d + "T" + orig); } } this.timePicker.setTime(value); this._syncValueNode(); }, _updateText:function () { if (this.timePicker.selectedTime.anyTime) { this.inputNode.value = ""; } else { if (this.timeFormat) { dojo.deprecated("dojo.widget.DropdownTimePicker", "Must use displayFormat attribute instead of timeFormat. See dojo.date.format for specification.", "0.5"); this.inputNode.value = dojo.date.strftime(this.timePicker.time, this.timeFormat, this.lang); } else { this.inputNode.value = dojo.date.format(this.timePicker.time, {formatLength:this.formatLength, timePattern:this.displayFormat, selector:"timeOnly", locale:this.lang}); } } this._syncValueNode(); this.onValueChanged(this.getTime()); this.hideContainer(); }, onValueChanged:function (dateObj) { }, onInputChange:function () { if (this.dateFormat) { dojo.deprecated("dojo.widget.DropdownTimePicker", "Cannot parse user input. Must use displayFormat attribute instead of dateFormat. See dojo.date.format for specification.", "0.5"); } else { var input = dojo.string.trim(this.inputNode.value); if (input) { var inputTime = dojo.date.parse(input, {formatLength:this.formatLength, timePattern:this.displayFormat, selector:"timeOnly", locale:this.lang}); if (inputTime) { this.setTime(inputTime); } } else { this.valueNode.value = input; } } if (input) { this._updateText(); } }, _syncValueNode:function () { var time = this.timePicker.time; var value; switch (this.saveFormat.toLowerCase()) { case "rfc": case "iso": case "": value = dojo.date.toRfc3339(time, "timeOnly"); break; case "posix": case "unix": value = Number(time); break; default: value = dojo.date.format(time, {datePattern:this.saveFormat, selector:"timeOnly", locale:this.lang}); } this.valueNode.value = value; }, destroy:function (finalize) { this.timePicker.destroy(finalize); dojo.widget.DropdownTimePicker.superclass.destroy.apply(this, arguments); }}); PK mMuK'src/widget/Editor2Plugin/ContextMenu.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Editor2Plugin.ContextMenu"); dojo.require("dojo.widget.Menu2"); dojo.event.topic.subscribe("dojo.widget.Editor2::onLoad", function (editor) { dojo.widget.Editor2Plugin.ContextMenuManager.getContextMenu(editor); }); dojo.widget.Editor2Plugin.ContextMenuManager = {menuGroups:["Generic", "Link", "Anchor", "Image", "List", "Table"], _contextMenuGroupSets:{}, _registeredGroups:{}, _menus:{}, registerGroup:function (name, handler) { if (this._registeredGroups[name]) { alert("dojo.widget.Editor2Plugin.ContextMenuManager.registerGroup: menu group " + name + "is already registered. Ignored."); return; } this._registeredGroups[name] = handler; }, removeGroup:function (name) { delete this._registeredGroups[name]; }, getGroup:function (name, contextmenuplugin) { if (this._registeredGroups[name]) { var item = this._registeredGroups[name](name, contextmenuplugin); if (item) { return item; } } switch (name) { case "Generic": case "Link": case "Image": return new dojo.widget.Editor2Plugin[name + "ContextMenuGroup"](contextmenuplugin); case "Anchor": case "List": } }, registerGroupSet:function (name, set) { this._contextMenuGroupSets[name] = set; }, removeGroupSet:function (name) { var set = this._contextMenuGroupSets[name]; delete this._contextMenuGroupSets[name]; return set; }, getContextMenu:function (editor) { var set = editor.contextMenuGroupSet || "defaultDojoEditor2MenuGroupSet"; if (this._menus[set]) { this._menus[set].bindEditor(editor); return this._menus[set]; } var gs = (editor.contextMenuGroupSet && this._contextMenuGroupSets[editor.contextMenuGroupSet]) || this.menuGroups; var menu = new dojo.widget.Editor2Plugin.ContextMenu(editor, gs); this._menus[set] = menu; return menu; }}; dojo.declare("dojo.widget.Editor2Plugin.ContextMenu", null, function (editor, gs) { this.groups = []; this.separators = []; this.editor = editor; this.editor.registerLoadedPlugin(this); this.contextMenu = dojo.widget.createWidget("PopupMenu2", {}); dojo.body().appendChild(this.contextMenu.domNode); this.bindEditor(this.editor); dojo.event.connect(this.contextMenu, "aboutToShow", this, "aboutToShow"); dojo.event.connect(this.editor, "destroy", this, "destroy"); this.setup(gs); }, {bindEditor:function (editor) { this.contextMenu.bindDomNode(editor.document.body); }, setup:function (gs) { for (var i in gs) { var g = dojo.widget.Editor2Plugin.ContextMenuManager.getGroup(gs[i], this); if (g) { this.groups.push(g); } } }, aboutToShow:function () { var first = true; for (var i in this.groups) { if (i > 0 && this.separators.length != this.groups.length - 1) { this.separators.push(dojo.widget.createWidget("MenuSeparator2", {})); this.contextMenu.addChild(this.separators[this.separators.length - 1]); } if (this.groups[i].refresh()) { if (i > 0) { if (first) { this.separators[i - 1].hide(); } else { this.separators[i - 1].show(); } } if (first) { first = false; } } else { if (i > 0) { this.separators[i - 1].hide(); } } } }, destroy:function () { this.editor.unregisterLoadedPlugin(this); delete this.groups; delete this.separators; this.contextMenu.destroy(); delete this.contextMenu; }}); dojo.widget.defineWidget("dojo.widget.Editor2ContextMenuItem", dojo.widget.MenuItem2, {command:"", buildRendering:function () { var curInst = dojo.widget.Editor2Manager.getCurrentInstance(); this.caption = curInst.getCommand(this.command).getText(); dojo.widget.Editor2ContextMenuItem.superclass.buildRendering.apply(this, arguments); }, onClick:function () { var curInst = dojo.widget.Editor2Manager.getCurrentInstance(); if (curInst) { var _command = curInst.getCommand(this.command); if (_command) { _command.execute(); } } }, refresh:function () { var curInst = dojo.widget.Editor2Manager.getCurrentInstance(); if (curInst) { var _command = curInst.getCommand(this.command); if (_command) { if (_command.getState() == dojo.widget.Editor2Manager.commandState.Disabled) { this.disable(); return false; } else { this.enable(); return true; } } } }, hide:function () { this.domNode.style.display = "none"; }, show:function () { this.domNode.style.display = ""; }}); dojo.declare("dojo.widget.Editor2Plugin.SimpleContextMenuGroup", null, function (contextmenuplugin) { this.contextMenu = contextmenuplugin.contextMenu; this.items = []; dojo.event.connect(contextmenuplugin, "destroy", this, "destroy"); }, {refresh:function () { if (!this.items.length) { this.createItems(); for (var i in this.items) { this.contextMenu.addChild(this.items[i]); } } return this.checkVisibility(); }, destroy:function () { this.contextmenu = null; delete this.items; delete this.contextMenu; }, createItems:function () { }, checkVisibility:function () { var show = false; for (var i in this.items) { show = show || this.items[i].refresh(); } var action = show ? "show" : "hide"; for (var i in this.items) { this.items[i][action](); } return show; }}); dojo.declare("dojo.widget.Editor2Plugin.GenericContextMenuGroup", dojo.widget.Editor2Plugin.SimpleContextMenuGroup, {createItems:function () { this.items.push(dojo.widget.createWidget("Editor2ContextMenuItem", {command:"cut", iconClass:"dojoE2TBIcon dojoE2TBIcon_Cut"})); this.items.push(dojo.widget.createWidget("Editor2ContextMenuItem", {command:"copy", iconClass:"dojoE2TBIcon dojoE2TBIcon_Copy"})); this.items.push(dojo.widget.createWidget("Editor2ContextMenuItem", {command:"paste", iconClass:"dojoE2TBIcon dojoE2TBIcon_Paste"})); }}); dojo.declare("dojo.widget.Editor2Plugin.LinkContextMenuGroup", dojo.widget.Editor2Plugin.SimpleContextMenuGroup, {createItems:function () { this.items.push(dojo.widget.createWidget("Editor2ContextMenuItem", {command:"createlink", iconClass:"dojoE2TBIcon dojoE2TBIcon_Link"})); this.items.push(dojo.widget.createWidget("Editor2ContextMenuItem", {command:"unlink", iconClass:"dojoE2TBIcon dojoE2TBIcon_UnLink"})); }, checkVisibility:function () { var show = this.items[1].refresh(); if (show) { this.items[0].refresh(); for (var i in this.items) { this.items[i].show(); } } else { for (var i in this.items) { this.items[i].hide(); } } return show; }}); dojo.declare("dojo.widget.Editor2Plugin.ImageContextMenuGroup", dojo.widget.Editor2Plugin.SimpleContextMenuGroup, {createItems:function () { this.items.push(dojo.widget.createWidget("Editor2ContextMenuItem", {command:"insertimage", iconClass:"dojoE2TBIcon dojoE2TBIcon_Image"})); }, checkVisibility:function () { var curInst = dojo.widget.Editor2Manager.getCurrentInstance(); var img = dojo.withGlobal(curInst.window, "getSelectedElement", dojo.html.selection); if (img && img.tagName.toLowerCase() == "img") { this.items[0].show(); return true; } else { this.items[0].hide(); return false; } }}); PK mMõ-src/widget/Editor2Plugin/InsertImageDialog.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Editor2Plugin.InsertImageDialog"); dojo.widget.defineWidget("dojo.widget.Editor2InsertImageDialog", dojo.widget.Editor2DialogContent, {templateString:"\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\t\t\tURL\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t
\n\t\t\tAlternative Text
\n\t\t\t
\n\t\t
\n\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\tWidth \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\tHeight \n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\tHSpace \n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\tVSpace \n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\tBorder \n\t\t\t\t\t\t\t\t\t   \n\t\t\t\t\t\t\t\t\tAlign \n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t
\n\t\t\n\t\t\n\t\t\n\t\t
\n\t
\n", editableAttributes:["src", "alt", "width", "height", "hspace", "vspace", "border", "align"], loadContent:function () { var curInst = dojo.widget.Editor2Manager.getCurrentInstance(); this.imageNode = dojo.withGlobal(curInst.window, "getSelectedElement", dojo.html.selection); if (!this.imageNode) { this.imageNode = dojo.withGlobal(curInst.window, "getAncestorElement", dojo.html.selection, ["img"]); } var imageAttributes = {}; this.extraAttribText = ""; if (this.imageNode) { var attrs = this.imageNode.attributes; for (var i = 0; i < attrs.length; i++) { if (dojo.lang.find(this.editableAttributes, attrs[i].name.toLowerCase()) > -1) { imageAttributes[attrs[i].name] = attrs[i].value; } else { this.extraAttribText += attrs[i].name + "=\"" + attrs[i].value + "\" "; } } } for (var i = 0; i < this.editableAttributes.length; ++i) { name = this.editableAttributes[i]; this["image_" + name].value = (imageAttributes[name] == undefined) ? "" : imageAttributes[name]; } return true; }, ok:function () { var curInst = dojo.widget.Editor2Manager.getCurrentInstance(); var insertcmd = curInst.getCommand("inserthtml"); var option = 0; var attstr = ""; for (var i = 0; i < this.editableAttributes.length; ++i) { name = this.editableAttributes[i]; var value = this["image_" + name].value; if (value.length > 0) { attstr += name + "=\"" + value + "\" "; } } if (this.imageNode) { dojo.withGlobal(curInst.window, "selectElement", dojo.html.selection, [this.imageNode]); } insertcmd.execute(""); this.cancel(); }}); PK mM̐  -src/widget/Editor2Plugin/ToolbarDndSupport.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Editor2Plugin.ToolbarDndSupport"); dojo.require("dojo.dnd.*"); dojo.event.topic.subscribe("dojo.widget.Editor2::preLoadingToolbar", function (editor) { dojo.dnd.dragManager.nestedTargets = true; var p = new dojo.widget.Editor2Plugin.ToolbarDndSupport(editor); }); dojo.declare("dojo.widget.Editor2Plugin.ToolbarDndSupport", null, {lookForClass:"dojoEditorToolbarDnd TB_ToolbarSet TB_Toolbar", initializer:function (editor) { this.editor = editor; dojo.event.connect(this.editor, "toolbarLoaded", this, "setup"); this.editor.registerLoadedPlugin(this); }, setup:function () { dojo.event.disconnect(this.editor, "toolbarLoaded", this, "setup"); var tbw = this.editor.toolbarWidget; dojo.event.connect("before", tbw, "destroy", this, "destroy"); var nodes = dojo.html.getElementsByClass(this.lookForClass, tbw.domNode, null, dojo.html.classMatchType.ContainsAny); if (!nodes) { dojo.debug("dojo.widget.Editor2Plugin.ToolbarDndSupport: No dom node with class in " + this.lookForClass); return; } for (var i = 0; i < nodes.length; i++) { var node = nodes[i]; var droptarget = node.getAttribute("dojoETDropTarget"); if (droptarget) { (new dojo.dnd.HtmlDropTarget(node, [droptarget + tbw.widgetId])).vertical = true; } var dragsource = node.getAttribute("dojoETDragSource"); if (dragsource) { new dojo.dnd.HtmlDragSource(node, dragsource + tbw.widgetId); } } }, destroy:function () { this.editor.unregisterLoadedPlugin(this); }}); PK mM*y9CCsrc/widget/FisheyeList.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.FisheyeList"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.html.style"); dojo.require("dojo.html.selection"); dojo.require("dojo.html.util"); dojo.require("dojo.event.*"); dojo.widget.defineWidget("dojo.widget.FisheyeList", dojo.widget.HtmlWidget, function () { this.pos = {x:-1, y:-1}; this.EDGE = {CENTER:0, LEFT:1, RIGHT:2, TOP:3, BOTTOM:4}; this.timerScale = 1; }, {templateString:"
", templateCssString:".dojoHtmlFisheyeListItemLabel {\n\tfont-family: Arial, Helvetica, sans-serif;\n\tbackground-color: #eee;\n\tborder: 2px solid #666;\n\tpadding: 2px;\n\ttext-align: center;\n\tposition: absolute;\n\tdisplay: none;\n}\n\n.dojoHtmlFisheyeListItemLabel.selected {\n\tdisplay: block;\n}\n\n.dojoHtmlFisheyeListItemImage {\n\tborder: 0px;\n\tposition: absolute;\n}\n\n.dojoHtmlFisheyeListItem {\n\tposition: absolute;\n\tz-index: 2;\n}\n\n.dojoHtmlFisheyeListBar {\n\tposition: relative;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/FisheyeList.css"), isContainer:true, snarfChildDomOutput:true, itemWidth:40, itemHeight:40, itemMaxWidth:150, itemMaxHeight:150, orientation:"horizontal", conservativeTrigger:false, effectUnits:2, itemPadding:10, attachEdge:"center", labelEdge:"bottom", enableCrappySvgSupport:false, fillInTemplate:function () { dojo.html.disableSelection(this.domNode); this.isHorizontal = (this.orientation == "horizontal"); this.selectedNode = -1; this.isOver = false; this.hitX1 = -1; this.hitY1 = -1; this.hitX2 = -1; this.hitY2 = -1; this.anchorEdge = this._toEdge(this.attachEdge, this.EDGE.CENTER); this.labelEdge = this._toEdge(this.labelEdge, this.EDGE.TOP); if (this.isHorizontal && (this.anchorEdge == this.EDGE.LEFT)) { this.anchorEdge = this.EDGE.CENTER; } if (this.isHorizontal && (this.anchorEdge == this.EDGE.RIGHT)) { this.anchorEdge = this.EDGE.CENTER; } if (!this.isHorizontal && (this.anchorEdge == this.EDGE.TOP)) { this.anchorEdge = this.EDGE.CENTER; } if (!this.isHorizontal && (this.anchorEdge == this.EDGE.BOTTOM)) { this.anchorEdge = this.EDGE.CENTER; } if (this.labelEdge == this.EDGE.CENTER) { this.labelEdge = this.EDGE.TOP; } if (this.isHorizontal && (this.labelEdge == this.EDGE.LEFT)) { this.labelEdge = this.EDGE.TOP; } if (this.isHorizontal && (this.labelEdge == this.EDGE.RIGHT)) { this.labelEdge = this.EDGE.TOP; } if (!this.isHorizontal && (this.labelEdge == this.EDGE.TOP)) { this.labelEdge = this.EDGE.LEFT; } if (!this.isHorizontal && (this.labelEdge == this.EDGE.BOTTOM)) { this.labelEdge = this.EDGE.LEFT; } this.proximityLeft = this.itemWidth * (this.effectUnits - 0.5); this.proximityRight = this.itemWidth * (this.effectUnits - 0.5); this.proximityTop = this.itemHeight * (this.effectUnits - 0.5); this.proximityBottom = this.itemHeight * (this.effectUnits - 0.5); if (this.anchorEdge == this.EDGE.LEFT) { this.proximityLeft = 0; } if (this.anchorEdge == this.EDGE.RIGHT) { this.proximityRight = 0; } if (this.anchorEdge == this.EDGE.TOP) { this.proximityTop = 0; } if (this.anchorEdge == this.EDGE.BOTTOM) { this.proximityBottom = 0; } if (this.anchorEdge == this.EDGE.CENTER) { this.proximityLeft /= 2; this.proximityRight /= 2; this.proximityTop /= 2; this.proximityBottom /= 2; } }, postCreate:function () { this._initializePositioning(); if (!this.conservativeTrigger) { dojo.event.connect(document.documentElement, "onmousemove", this, "_onMouseMove"); } dojo.event.connect(document.documentElement, "onmouseout", this, "_onBodyOut"); dojo.event.connect(this, "addChild", this, "_initializePositioning"); }, _initializePositioning:function () { this.itemCount = this.children.length; this.barWidth = (this.isHorizontal ? this.itemCount : 1) * this.itemWidth; this.barHeight = (this.isHorizontal ? 1 : this.itemCount) * this.itemHeight; this.totalWidth = this.proximityLeft + this.proximityRight + this.barWidth; this.totalHeight = this.proximityTop + this.proximityBottom + this.barHeight; for (var i = 0; i < this.children.length; i++) { this.children[i].posX = this.itemWidth * (this.isHorizontal ? i : 0); this.children[i].posY = this.itemHeight * (this.isHorizontal ? 0 : i); this.children[i].cenX = this.children[i].posX + (this.itemWidth / 2); this.children[i].cenY = this.children[i].posY + (this.itemHeight / 2); var isz = this.isHorizontal ? this.itemWidth : this.itemHeight; var r = this.effectUnits * isz; var c = this.isHorizontal ? this.children[i].cenX : this.children[i].cenY; var lhs = this.isHorizontal ? this.proximityLeft : this.proximityTop; var rhs = this.isHorizontal ? this.proximityRight : this.proximityBottom; var siz = this.isHorizontal ? this.barWidth : this.barHeight; var range_lhs = r; var range_rhs = r; if (range_lhs > c + lhs) { range_lhs = c + lhs; } if (range_rhs > (siz - c + rhs)) { range_rhs = siz - c + rhs; } this.children[i].effectRangeLeft = range_lhs / isz; this.children[i].effectRangeRght = range_rhs / isz; } this.domNode.style.width = this.barWidth + "px"; this.domNode.style.height = this.barHeight + "px"; for (var i = 0; i < this.children.length; i++) { var itm = this.children[i]; var elm = itm.domNode; elm.style.left = itm.posX + "px"; elm.style.top = itm.posY + "px"; elm.style.width = this.itemWidth + "px"; elm.style.height = this.itemHeight + "px"; if (itm.svgNode) { itm.svgNode.style.position = "absolute"; itm.svgNode.style.left = this.itemPadding + "%"; itm.svgNode.style.top = this.itemPadding + "%"; itm.svgNode.style.width = (100 - 2 * this.itemPadding) + "%"; itm.svgNode.style.height = (100 - 2 * this.itemPadding) + "%"; itm.svgNode.style.zIndex = 1; itm.svgNode.setSize(this.itemWidth, this.itemHeight); } else { itm.imgNode.style.left = this.itemPadding + "%"; itm.imgNode.style.top = this.itemPadding + "%"; itm.imgNode.style.width = (100 - 2 * this.itemPadding) + "%"; itm.imgNode.style.height = (100 - 2 * this.itemPadding) + "%"; } } this._calcHitGrid(); }, _onBodyOut:function (e) { if (dojo.html.overElement(dojo.body(), e)) { return; } this._setDormant(e); }, _setDormant:function (e) { if (!this.isOver) { return; } this.isOver = false; if (this.conservativeTrigger) { dojo.event.disconnect(document.documentElement, "onmousemove", this, "_onMouseMove"); } this._onGridMouseMove(-1, -1); }, _setActive:function (e) { if (this.isOver) { return; } this.isOver = true; if (this.conservativeTrigger) { dojo.event.connect(document.documentElement, "onmousemove", this, "_onMouseMove"); this.timerScale = 0; this._onMouseMove(e); this._expandSlowly(); } }, _onMouseMove:function (e) { if ((e.pageX >= this.hitX1) && (e.pageX <= this.hitX2) && (e.pageY >= this.hitY1) && (e.pageY <= this.hitY2)) { if (!this.isOver) { this._setActive(e); } this._onGridMouseMove(e.pageX - this.hitX1, e.pageY - this.hitY1); } else { if (this.isOver) { this._setDormant(e); } } }, onResized:function () { this._calcHitGrid(); }, _onGridMouseMove:function (x, y) { this.pos = {x:x, y:y}; this._paint(); }, _paint:function () { var x = this.pos.x; var y = this.pos.y; if (this.itemCount <= 0) { return; } var pos = this.isHorizontal ? x : y; var prx = this.isHorizontal ? this.proximityLeft : this.proximityTop; var siz = this.isHorizontal ? this.itemWidth : this.itemHeight; var sim = this.isHorizontal ? (1 - this.timerScale) * this.itemWidth + this.timerScale * this.itemMaxWidth : (1 - this.timerScale) * this.itemHeight + this.timerScale * this.itemMaxHeight; var cen = ((pos - prx) / siz) - 0.5; var max_off_cen = (sim / siz) - 0.5; if (max_off_cen > this.effectUnits) { max_off_cen = this.effectUnits; } var off_weight = 0; if (this.anchorEdge == this.EDGE.BOTTOM) { var cen2 = (y - this.proximityTop) / this.itemHeight; off_weight = (cen2 > 0.5) ? 1 : y / (this.proximityTop + (this.itemHeight / 2)); } if (this.anchorEdge == this.EDGE.TOP) { var cen2 = (y - this.proximityTop) / this.itemHeight; off_weight = (cen2 < 0.5) ? 1 : (this.totalHeight - y) / (this.proximityBottom + (this.itemHeight / 2)); } if (this.anchorEdge == this.EDGE.RIGHT) { var cen2 = (x - this.proximityLeft) / this.itemWidth; off_weight = (cen2 > 0.5) ? 1 : x / (this.proximityLeft + (this.itemWidth / 2)); } if (this.anchorEdge == this.EDGE.LEFT) { var cen2 = (x - this.proximityLeft) / this.itemWidth; off_weight = (cen2 < 0.5) ? 1 : (this.totalWidth - x) / (this.proximityRight + (this.itemWidth / 2)); } if (this.anchorEdge == this.EDGE.CENTER) { if (this.isHorizontal) { off_weight = y / (this.totalHeight); } else { off_weight = x / (this.totalWidth); } if (off_weight > 0.5) { off_weight = 1 - off_weight; } off_weight *= 2; } for (var i = 0; i < this.itemCount; i++) { var weight = this._weighAt(cen, i); if (weight < 0) { weight = 0; } this._setItemSize(i, weight * off_weight); } var main_p = Math.round(cen); var offset = 0; if (cen < 0) { main_p = 0; } else { if (cen > this.itemCount - 1) { main_p = this.itemCount - 1; } else { offset = (cen - main_p) * ((this.isHorizontal ? this.itemWidth : this.itemHeight) - this.children[main_p].sizeMain); } } this._positionElementsFrom(main_p, offset); }, _weighAt:function (cen, i) { var dist = Math.abs(cen - i); var limit = ((cen - i) > 0) ? this.children[i].effectRangeRght : this.children[i].effectRangeLeft; return (dist > limit) ? 0 : (1 - dist / limit); }, _setItemSize:function (p, scale) { scale *= this.timerScale; var w = Math.round(this.itemWidth + ((this.itemMaxWidth - this.itemWidth) * scale)); var h = Math.round(this.itemHeight + ((this.itemMaxHeight - this.itemHeight) * scale)); if (this.isHorizontal) { this.children[p].sizeW = w; this.children[p].sizeH = h; this.children[p].sizeMain = w; this.children[p].sizeOff = h; var y = 0; if (this.anchorEdge == this.EDGE.TOP) { y = (this.children[p].cenY - (this.itemHeight / 2)); } else { if (this.anchorEdge == this.EDGE.BOTTOM) { y = (this.children[p].cenY - (h - (this.itemHeight / 2))); } else { y = (this.children[p].cenY - (h / 2)); } } this.children[p].usualX = Math.round(this.children[p].cenX - (w / 2)); this.children[p].domNode.style.top = y + "px"; this.children[p].domNode.style.left = this.children[p].usualX + "px"; } else { this.children[p].sizeW = w; this.children[p].sizeH = h; this.children[p].sizeOff = w; this.children[p].sizeMain = h; var x = 0; if (this.anchorEdge == this.EDGE.LEFT) { x = this.children[p].cenX - (this.itemWidth / 2); } else { if (this.anchorEdge == this.EDGE.RIGHT) { x = this.children[p].cenX - (w - (this.itemWidth / 2)); } else { x = this.children[p].cenX - (w / 2); } } this.children[p].domNode.style.left = x + "px"; this.children[p].usualY = Math.round(this.children[p].cenY - (h / 2)); this.children[p].domNode.style.top = this.children[p].usualY + "px"; } this.children[p].domNode.style.width = w + "px"; this.children[p].domNode.style.height = h + "px"; if (this.children[p].svgNode) { this.children[p].svgNode.setSize(w, h); } }, _positionElementsFrom:function (p, offset) { var pos = 0; if (this.isHorizontal) { pos = Math.round(this.children[p].usualX + offset); this.children[p].domNode.style.left = pos + "px"; } else { pos = Math.round(this.children[p].usualY + offset); this.children[p].domNode.style.top = pos + "px"; } this._positionLabel(this.children[p]); var bpos = pos; for (var i = p - 1; i >= 0; i--) { bpos -= this.children[i].sizeMain; if (this.isHorizontal) { this.children[i].domNode.style.left = bpos + "px"; } else { this.children[i].domNode.style.top = bpos + "px"; } this._positionLabel(this.children[i]); } var apos = pos; for (var i = p + 1; i < this.itemCount; i++) { apos += this.children[i - 1].sizeMain; if (this.isHorizontal) { this.children[i].domNode.style.left = apos + "px"; } else { this.children[i].domNode.style.top = apos + "px"; } this._positionLabel(this.children[i]); } }, _positionLabel:function (itm) { var x = 0; var y = 0; var mb = dojo.html.getMarginBox(itm.lblNode); if (this.labelEdge == this.EDGE.TOP) { x = Math.round((itm.sizeW / 2) - (mb.width / 2)); y = -mb.height; } if (this.labelEdge == this.EDGE.BOTTOM) { x = Math.round((itm.sizeW / 2) - (mb.width / 2)); y = itm.sizeH; } if (this.labelEdge == this.EDGE.LEFT) { x = -mb.width; y = Math.round((itm.sizeH / 2) - (mb.height / 2)); } if (this.labelEdge == this.EDGE.RIGHT) { x = itm.sizeW; y = Math.round((itm.sizeH / 2) - (mb.height / 2)); } itm.lblNode.style.left = x + "px"; itm.lblNode.style.top = y + "px"; }, _calcHitGrid:function () { var pos = dojo.html.getAbsolutePosition(this.domNode, true); this.hitX1 = pos.x - this.proximityLeft; this.hitY1 = pos.y - this.proximityTop; this.hitX2 = this.hitX1 + this.totalWidth; this.hitY2 = this.hitY1 + this.totalHeight; }, _toEdge:function (inp, def) { return this.EDGE[inp.toUpperCase()] || def; }, _expandSlowly:function () { if (!this.isOver) { return; } this.timerScale += 0.2; this._paint(); if (this.timerScale < 1) { dojo.lang.setTimeout(this, "_expandSlowly", 10); } }, destroy:function () { dojo.event.disconnect(document.documentElement, "onmouseout", this, "_onBodyOut"); dojo.event.disconnect(document.documentElement, "onmousemove", this, "_onMouseMove"); dojo.widget.FisheyeList.superclass.destroy.call(this); }}); dojo.widget.defineWidget("dojo.widget.FisheyeListItem", dojo.widget.HtmlWidget, {iconSrc:"", svgSrc:"", caption:"", id:"", _blankImgPath:dojo.uri.moduleUri("dojo.widget", "templates/images/blank.gif"), templateString:"
" + " " + "
" + "
", fillInTemplate:function () { if (this.svgSrc != "") { this.svgNode = this._createSvgNode(this.svgSrc); this.domNode.appendChild(this.svgNode); this.imgNode.style.display = "none"; } else { if ((this.iconSrc.toLowerCase().substring(this.iconSrc.length - 4) == ".png") && (dojo.render.html.ie) && (!dojo.render.html.ie70)) { if (dojo.dom.hasParent(this.imgNode) && this.id != "") { var parent = this.imgNode.parentNode; parent.setAttribute("id", this.id); } this.imgNode.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.iconSrc + "', sizingMethod='scale')"; this.imgNode.src = this._blankImgPath.toString(); } else { if (dojo.dom.hasParent(this.imgNode) && this.id != "") { var parent = this.imgNode.parentNode; parent.setAttribute("id", this.id); } this.imgNode.src = this.iconSrc; } } if (this.lblNode) { this.lblNode.appendChild(document.createTextNode(this.caption)); } dojo.html.disableSelection(this.domNode); }, _createSvgNode:function (src) { var elm = document.createElement("embed"); elm.src = src; elm.type = "image/svg+xml"; elm.style.width = "1px"; elm.style.height = "1px"; elm.loaded = 0; elm.setSizeOnLoad = false; elm.onload = function () { this.svgRoot = this.getSVGDocument().rootElement; this.svgDoc = this.getSVGDocument().documentElement; this.zeroWidth = this.svgRoot.width.baseVal.value; this.zeroHeight = this.svgRoot.height.baseVal.value; this.loaded = true; if (this.setSizeOnLoad) { this.setSize(this.setWidth, this.setHeight); } }; elm.setSize = function (w, h) { if (!this.loaded) { this.setWidth = w; this.setHeight = h; this.setSizeOnLoad = true; return; } this.style.width = w + "px"; this.style.height = h + "px"; this.svgRoot.width.baseVal.value = w; this.svgRoot.height.baseVal.value = h; var scale_x = w / this.zeroWidth; var scale_y = h / this.zeroHeight; for (var i = 0; i < this.svgDoc.childNodes.length; i++) { if (this.svgDoc.childNodes[i].setAttribute) { this.svgDoc.childNodes[i].setAttribute("transform", "scale(" + scale_x + "," + scale_y + ")"); } } }; return elm; }, onMouseOver:function (e) { if (!this.parent.isOver) { this.parent._setActive(e); } if (this.caption != "") { dojo.html.addClass(this.lblNode, "selected"); this.parent._positionLabel(this); } }, onMouseOut:function (e) { dojo.html.removeClass(this.lblNode, "selected"); }, onClick:function (e) { }}); PK mMv*src/widget/GoogleMap.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.GoogleMap"); dojo.require("dojo.event.*"); dojo.require("dojo.math"); dojo.require("dojo.widget.*"); dojo.require("dojo.uri.Uri"); dojo.require("dojo.widget.HtmlWidget"); (function () { var gkey = djConfig["gMapKey"] || djConfig["googleMapKey"]; var uri = new dojo.uri.Uri(window.location.href); if (uri.host == "www.dojotoolkit.org") { gkey = "ABQIAAAACUNdgv_7FGOmUslbm9l6_hRqjp7ri2mNiOEYqetD3xnFHpt5rBSjszDd1sdufPyQKUTyCf_YxoIxvw"; } else { if (uri.host == "blog.dojotoolkit.org") { gkey = "ABQIAAAACUNdgv_7FGOmUslbm9l6_hSkep6Av1xaMhVn3yCLkorJeXeLARQ6fammI_P3qSGleTJhoI5_1JmP_Q"; } else { if (uri.host == "archive.dojotoolkit.org") { gkey = "ABQIAAAACUNdgv_7FGOmUslbm9l6_hTaQpDt0dyGLIHbXMPTzg1kWeAfwRTwZNyrUfbfxYE9yIvRivEjcXoDTg"; } else { if (uri.host == "dojotoolkit.org") { gkey = "ABQIAAAACUNdgv_7FGOmUslbm9l6_hSaOaO_TgJ5c3mtQFnk5JO2zD5dZBRZk-ieqVs7BORREYNzAERmcJoEjQ"; } } } } if (!dojo.hostenv.post_load_) { if (!gkey || gkey == "") { dojo.raise("dojo.widget.GoogleMap: The Google Map widget requires a proper API key in order to be used."); } var tag = ""; if (!dj_global["GMap2"]) { document.write(tag); } } else { dojo.debug("Cannot initialize Google Map system after the page has been loaded! Please either manually include the script block provided by Google in your page or require() the GoogleMap widget before onload has fired."); } })(); dojo.widget.defineWidget("dojo.widget.GoogleMap", dojo.widget.HtmlWidget, function () { this.map = null; this.geocoder = null; this.data = []; this.datasrc = ""; this.controls = ["largemap", "scale", "maptype"]; }, {templatePath:null, templateCssPath:null, isContainer:false, _defaultPoint:{lat:39.10662, lng:-94.578209}, setControls:function () { var methodmap = {largemap:GLargeMapControl, smallmap:GSmallMapControl, smallzoom:GSmallZoomControl, scale:GScaleControl, maptype:GMapTypeControl, overview:GOverviewMapControl}; for (var i = 0; i < this.controls.length; i++) { this.map.addControl(new (methodmap[this.controls[i].toLowerCase()])()); } }, findCenter:function (bounds) { if (this.data.length == 1) { return (new GLatLng(this.data[0].lat, this.data[0].lng)); } var clat = (bounds.getNorthEast().lat() + bounds.getSouthWest().lat()) / 2; var clng = (bounds.getNorthEast().lng() + bounds.getSouthWest().lng()) / 2; return (new GLatLng(clat, clng)); }, createPinpoint:function (pt, overlay) { var m = new GMarker(pt); if (overlay) { GEvent.addListener(m, "click", function () { m.openInfoWindowHtml("
" + overlay + "
"); }); } return m; }, plot:function (obj) { var p = new GLatLng(obj.lat, obj.lng); var d = obj.description || null; var m = this.createPinpoint(p, d); this.map.addOverlay(m); }, plotAddress:function (address) { var self = this; this.geocoder.getLocations(address, function (response) { if (!response || response.Status.code != 200) { alert("The address \"" + address + "\" was not found."); return; } var obj = {lat:response.Placemark[0].Point.coordinates[1], lng:response.Placemark[0].Point.coordinates[0], description:response.Placemark[0].address}; self.data.push(obj); self.render(); }); }, parse:function (table) { this.data = []; var h = table.getElementsByTagName("thead")[0]; if (!h) { return; } var a = []; var cols = h.getElementsByTagName("td"); if (cols.length == 0) { cols = h.getElementsByTagName("th"); } for (var i = 0; i < cols.length; i++) { var c = cols[i].innerHTML.toLowerCase(); if (c == "long") { c = "lng"; } a.push(c); } var b = table.getElementsByTagName("tbody")[0]; if (!b) { return; } for (var i = 0; i < b.childNodes.length; i++) { if (!(b.childNodes[i].nodeName && b.childNodes[i].nodeName.toLowerCase() == "tr")) { continue; } var cells = b.childNodes[i].getElementsByTagName("td"); var o = {}; for (var j = 0; j < a.length; j++) { var col = a[j]; if (col == "lat" || col == "lng") { o[col] = parseFloat(cells[j].innerHTML); } else { o[col] = cells[j].innerHTML; } } this.data.push(o); } }, render:function () { if (this.data.length == 0) { this.map.setCenter(new GLatLng(this._defaultPoint.lat, this._defaultPoint.lng), 4); return; } this.map.clearOverlays(); var bounds = new GLatLngBounds(); var d = this.data; for (var i = 0; i < d.length; i++) { bounds.extend(new GLatLng(d[i].lat, d[i].lng)); } var zoom = Math.min((this.map.getBoundsZoomLevel(bounds) - 1), 14); this.map.setCenter(this.findCenter(bounds), zoom); for (var i = 0; i < this.data.length; i++) { this.plot(this.data[i]); } }, initialize:function (args, frag) { if (this.datasrc) { this.parse(dojo.byId(this.datasrc)); } else { if (this.domNode.getElementsByTagName("table")[0]) { this.parse(this.domNode.getElementsByTagName("table")[0]); } } }, postCreate:function () { while (this.domNode.childNodes.length > 0) { this.domNode.removeChild(this.domNode.childNodes[0]); } if (this.domNode.style.position != "absolute") { this.domNode.style.position = "relative"; } this.map = new GMap2(this.domNode); try { this.geocoder = new GClientGeocoder(); } catch (ex) { } this.render(); this.setControls(); }}); PK mMc c src/widget/HtmlWidget.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.HtmlWidget"); dojo.require("dojo.widget.DomWidget"); dojo.require("dojo.html.util"); dojo.require("dojo.html.display"); dojo.require("dojo.html.layout"); dojo.require("dojo.lang.extras"); dojo.require("dojo.lang.func"); dojo.require("dojo.lfx.toggle"); dojo.declare("dojo.widget.HtmlWidget", dojo.widget.DomWidget, {templateCssPath:null, templatePath:null, lang:"", toggle:"plain", toggleDuration:150, initialize:function (args, frag) { }, postMixInProperties:function (args, frag) { if (this.lang === "") { this.lang = null; } this.toggleObj = dojo.lfx.toggle[this.toggle.toLowerCase()] || dojo.lfx.toggle.plain; }, createNodesFromText:function (txt, wrap) { return dojo.html.createNodesFromText(txt, wrap); }, destroyRendering:function (finalize) { try { if (this.bgIframe) { this.bgIframe.remove(); delete this.bgIframe; } if (!finalize && this.domNode) { dojo.event.browser.clean(this.domNode); } dojo.widget.HtmlWidget.superclass.destroyRendering.call(this); } catch (e) { } }, isShowing:function () { return dojo.html.isShowing(this.domNode); }, toggleShowing:function () { if (this.isShowing()) { this.hide(); } else { this.show(); } }, show:function () { if (this.isShowing()) { return; } this.animationInProgress = true; this.toggleObj.show(this.domNode, this.toggleDuration, null, dojo.lang.hitch(this, this.onShow), this.explodeSrc); }, onShow:function () { this.animationInProgress = false; this.checkSize(); }, hide:function () { if (!this.isShowing()) { return; } this.animationInProgress = true; this.toggleObj.hide(this.domNode, this.toggleDuration, null, dojo.lang.hitch(this, this.onHide), this.explodeSrc); }, onHide:function () { this.animationInProgress = false; }, _isResized:function (w, h) { if (!this.isShowing()) { return false; } var wh = dojo.html.getMarginBox(this.domNode); var width = w || wh.width; var height = h || wh.height; if (this.width == width && this.height == height) { return false; } this.width = width; this.height = height; return true; }, checkSize:function () { if (!this._isResized()) { return; } this.onResized(); }, resizeTo:function (w, h) { dojo.html.setMarginBox(this.domNode, {width:w, height:h}); if (this.isShowing()) { this.onResized(); } }, resizeSoon:function () { if (this.isShowing()) { dojo.lang.setTimeout(this, this.onResized, 0); } }, onResized:function () { dojo.lang.forEach(this.children, function (child) { if (child.checkSize) { child.checkSize(); } }); }}); PK mM佺h h src/widget/InternetTextbox.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.InternetTextbox"); dojo.require("dojo.widget.ValidationTextbox"); dojo.require("dojo.validate.web"); dojo.widget.defineWidget("dojo.widget.IpAddressTextbox", dojo.widget.ValidationTextbox, {mixInProperties:function (localProperties) { dojo.widget.IpAddressTextbox.superclass.mixInProperties.apply(this, arguments); if (localProperties.allowdotteddecimal) { this.flags.allowDottedDecimal = (localProperties.allowdotteddecimal == "true"); } if (localProperties.allowdottedhex) { this.flags.allowDottedHex = (localProperties.allowdottedhex == "true"); } if (localProperties.allowdottedoctal) { this.flags.allowDottedOctal = (localProperties.allowdottedoctal == "true"); } if (localProperties.allowdecimal) { this.flags.allowDecimal = (localProperties.allowdecimal == "true"); } if (localProperties.allowhex) { this.flags.allowHex = (localProperties.allowhex == "true"); } if (localProperties.allowipv6) { this.flags.allowIPv6 = (localProperties.allowipv6 == "true"); } if (localProperties.allowhybrid) { this.flags.allowHybrid = (localProperties.allowhybrid == "true"); } }, isValid:function () { return dojo.validate.isIpAddress(this.textbox.value, this.flags); }}); dojo.widget.defineWidget("dojo.widget.UrlTextbox", dojo.widget.IpAddressTextbox, {mixInProperties:function (localProperties) { dojo.widget.UrlTextbox.superclass.mixInProperties.apply(this, arguments); if (localProperties.scheme) { this.flags.scheme = (localProperties.scheme == "true"); } if (localProperties.allowip) { this.flags.allowIP = (localProperties.allowip == "true"); } if (localProperties.allowlocal) { this.flags.allowLocal = (localProperties.allowlocal == "true"); } if (localProperties.allowcc) { this.flags.allowCC = (localProperties.allowcc == "true"); } if (localProperties.allowgeneric) { this.flags.allowGeneric = (localProperties.allowgeneric == "true"); } }, isValid:function () { return dojo.validate.isUrl(this.textbox.value, this.flags); }}); dojo.widget.defineWidget("dojo.widget.EmailTextbox", dojo.widget.UrlTextbox, {mixInProperties:function (localProperties) { dojo.widget.EmailTextbox.superclass.mixInProperties.apply(this, arguments); if (localProperties.allowcruft) { this.flags.allowCruft = (localProperties.allowcruft == "true"); } }, isValid:function () { return dojo.validate.isEmailAddress(this.textbox.value, this.flags); }}); dojo.widget.defineWidget("dojo.widget.EmailListTextbox", dojo.widget.EmailTextbox, {mixInProperties:function (localProperties) { dojo.widget.EmailListTextbox.superclass.mixInProperties.apply(this, arguments); if (localProperties.listseparator) { this.flags.listSeparator = localProperties.listseparator; } }, isValid:function () { return dojo.validate.isEmailAddressList(this.textbox.value, this.flags); }}); PK mMYdQDQDsrc/widget/Menu2.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Menu2"); dojo.require("dojo.widget.PopupContainer"); dojo.declare("dojo.widget.MenuBase", null, function () { this.eventNames = {open:""}; }, {isContainer:true, isMenu:true, eventNaming:"default", templateCssString:"\n.dojoPopupMenu2 {\n\tposition: absolute;\n\tborder: 1px solid #7298d0;\n\tbackground:#85aeec url(images/soriaMenuBg.gif) repeat-x bottom left !important;\n\tpadding: 1px;\n\tmargin-top: 1px;\n\tmargin-bottom: 1px;\n}\n\n.dojoMenuItem2{\n\twhite-space: nowrap;\n\tfont: menu;\n\tmargin: 0;\n}\n\n.dojoMenuItem2Hover {\n\tbackground-color: #D2E4FD;\n\tcursor:pointer;\n\tcursor:hand;\n}\n\n.dojoMenuItem2Icon {\n\tposition: relative;\n\tbackground-position: center center;\n\tbackground-repeat: no-repeat;\n\twidth: 16px;\n\theight: 16px;\n\tpadding-right: 3px;\n}\n\n.dojoMenuItem2Label {\n\tposition: relative;\n\tvertical-align: middle;\n}\n\n/* main label text */\n.dojoMenuItem2Label {\n\tposition: relative;\n\tvertical-align: middle;\n}\n\n.dojoMenuItem2Accel {\n\tposition: relative;\n\tvertical-align: middle;\n\tpadding-left: 3px;\n}\n\n.dojoMenuItem2Disabled .dojoMenuItem2Label,\n.dojoMenuItem2Disabled .dojoMenuItem2Accel {\n\tcolor: #607a9e;\n}\n\n.dojoMenuItem2Submenu {\n\tposition: relative;\n\tbackground-position: center center;\n\tbackground-repeat: no-repeat;\n\tbackground-image: url(images/submenu_off.gif);\n\twidth: 5px;\n\theight: 9px;\n\tpadding-left: 3px;\n}\n.dojoMenuItem2Hover .dojoMenuItem2Submenu {\n\tbackground-image: url(images/submenu_on.gif);\n}\n\n.dojoMenuItem2Disabled .dojoMenuItem2Submenu {\n\tbackground-image: url(images/submenu_disabled.gif);\n}\n\n.dojoMenuSeparator2 {\n\tfont-size: 1px;\n\tmargin: 0;\n}\n\n.dojoMenuSeparator2Top {\n\theight: 50%;\n\tborder-bottom: 1px solid #7a98c4;\n\tmargin: 0px 2px;\n\tfont-size: 1px;\n}\n\n.dojoMenuSeparator2Bottom {\n\theight: 50%;\n\tborder-top: 1px solid #c9deff;\n\tmargin: 0px 2px;\n\tfont-size: 1px;\n}\n\n.dojoMenuBar2 {\n\tbackground:#85aeec url(images/soriaBarBg.gif) repeat-x top left;\n\t/*border-bottom:1px solid #6b9fec;*/\n\tpadding: 1px;\n}\n\n.dojoMenuBar2 .dojoMenuItem2 {\n\twhite-space: nowrap;\n\tfont: menu;\n\tmargin: 0;\n\tposition: relative;\n\tvertical-align: middle;\n\tz-index: 1;\n\tpadding: 3px 8px;\n\tdisplay: inline;/* needed in khtml to display correctly */\n\tdisplay: -moz-inline-box;/* needed in firefox */\n\tcursor:pointer;\n\tcursor:hand;\n}\n\n.dojoMenuBar2 .dojoMenuItem2Hover {\n\tbackground-color:#d2e4fd;\n}\n\n.dojoMenuBar2 .dojoMenuItem2Disabled span {\n\tcolor: #4f6582;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/Menu2.css"), submenuDelay:500, initialize:function (args, frag) { if (this.eventNaming == "default") { for (var eventName in this.eventNames) { this.eventNames[eventName] = this.widgetId + "/" + eventName; } } }, _moveToNext:function (evt) { this._highlightOption(1); return true; }, _moveToPrevious:function (evt) { this._highlightOption(-1); return true; }, _moveToParentMenu:function (evt) { if (this._highlighted_option && this.parentMenu) { if (evt._menu2UpKeyProcessed) { return true; } else { this._highlighted_option.onUnhover(); this.closeSubmenu(); evt._menu2UpKeyProcessed = true; } } return false; }, _moveToChildMenu:function (evt) { if (this._highlighted_option && this._highlighted_option.submenuId) { this._highlighted_option._onClick(true); return true; } return false; }, _selectCurrentItem:function (evt) { if (this._highlighted_option) { this._highlighted_option._onClick(); return true; } return false; }, processKey:function (evt) { if (evt.ctrlKey || evt.altKey || !evt.key) { return false; } var rval = false; switch (evt.key) { case evt.KEY_DOWN_ARROW: rval = this._moveToNext(evt); break; case evt.KEY_UP_ARROW: rval = this._moveToPrevious(evt); break; case evt.KEY_RIGHT_ARROW: rval = this._moveToChildMenu(evt); break; case evt.KEY_LEFT_ARROW: rval = this._moveToParentMenu(evt); break; case " ": case evt.KEY_ENTER: if (rval = this._selectCurrentItem(evt)) { break; } case evt.KEY_ESCAPE: case evt.KEY_TAB: this.close(true); rval = true; break; } return rval; }, _findValidItem:function (dir, curItem) { if (curItem) { curItem = dir > 0 ? curItem.getNextSibling() : curItem.getPreviousSibling(); } for (var i = 0; i < this.children.length; ++i) { if (!curItem) { curItem = dir > 0 ? this.children[0] : this.children[this.children.length - 1]; } if (curItem.onHover && curItem.isShowing()) { return curItem; } curItem = dir > 0 ? curItem.getNextSibling() : curItem.getPreviousSibling(); } }, _highlightOption:function (dir) { var item; if ((!this._highlighted_option)) { item = this._findValidItem(dir); } else { item = this._findValidItem(dir, this._highlighted_option); } if (item) { if (this._highlighted_option) { this._highlighted_option.onUnhover(); } item.onHover(); dojo.html.scrollIntoView(item.domNode); try { var node = dojo.html.getElementsByClass("dojoMenuItem2Label", item.domNode)[0]; node.focus(); } catch (e) { } } }, onItemClick:function (item) { }, closeSubmenu:function (force) { if (this.currentSubmenu == null) { return; } this.currentSubmenu.close(force); this.currentSubmenu = null; this.currentSubmenuTrigger.is_open = false; this.currentSubmenuTrigger._closedSubmenu(force); this.currentSubmenuTrigger = null; }}); dojo.widget.defineWidget("dojo.widget.PopupMenu2", [dojo.widget.HtmlWidget, dojo.widget.PopupContainerBase, dojo.widget.MenuBase], function () { this.targetNodeIds = []; }, {templateString:"" + "" + "
", submenuOverlap:5, contextMenuForWindow:false, parentMenu:null, postCreate:function () { if (this.contextMenuForWindow) { var doc = dojo.body(); this.bindDomNode(doc); } else { if (this.targetNodeIds.length > 0) { dojo.lang.forEach(this.targetNodeIds, this.bindDomNode, this); } } this._subscribeSubitemsOnOpen(); }, _subscribeSubitemsOnOpen:function () { var subItems = this.getChildrenOfType(dojo.widget.MenuItem2); for (var i = 0; i < subItems.length; i++) { dojo.event.topic.subscribe(this.eventNames.open, subItems[i], "menuOpen"); } }, getTopOpenEvent:function () { var menu = this; while (menu.parentMenu) { menu = menu.parentMenu; } return menu.openEvent; }, bindDomNode:function (node) { node = dojo.byId(node); var win = dojo.html.getElementWindow(node); if (dojo.html.isTag(node, "iframe") == "iframe") { win = dojo.html.iframeContentWindow(node); node = dojo.withGlobal(win, dojo.body); } dojo.widget.Menu2.OperaAndKonqFixer.fixNode(node); dojo.event.kwConnect({srcObj:node, srcFunc:"oncontextmenu", targetObj:this, targetFunc:"onOpen", once:true}); if (dojo.render.html.moz && win.document.designMode.toLowerCase() == "on") { dojo.event.browser.addListener(node, "contextmenu", dojo.lang.hitch(this, "onOpen")); } dojo.widget.PopupManager.registerWin(win); }, unBindDomNode:function (nodeName) { var node = dojo.byId(nodeName); dojo.event.kwDisconnect({srcObj:node, srcFunc:"oncontextmenu", targetObj:this, targetFunc:"onOpen", once:true}); dojo.widget.Menu2.OperaAndKonqFixer.cleanNode(node); }, _openAsSubmenu:function (parent, explodeSrc, orient) { if (this.isShowingNow) { return; } this.parentMenu = parent; this.open(explodeSrc, parent, explodeSrc, orient); }, close:function (force) { if (this.animationInProgress) { dojo.widget.PopupContainerBase.prototype.close.call(this, force); return; } if (this._highlighted_option) { this._highlighted_option.onUnhover(); } dojo.widget.PopupContainerBase.prototype.close.call(this, force); this.parentMenu = null; }, closeAll:function (force) { if (this.parentMenu) { this.parentMenu.closeAll(force); } else { this.close(force); } }, _openSubmenu:function (submenu, from_item) { submenu._openAsSubmenu(this, from_item.arrow, {"TR":"TL", "TL":"TR"}); this.currentSubmenu = submenu; this.currentSubmenuTrigger = from_item; this.currentSubmenuTrigger.is_open = true; }, focus:function () { if (this.currentSubmenuTrigger) { if (this.currentSubmenuTrigger.caption) { try { this.currentSubmenuTrigger.caption.focus(); } catch (e) { } } else { try { this.currentSubmenuTrigger.domNode.focus(); } catch (e) { } } } }, onOpen:function (e) { this.openEvent = e; if (e["target"]) { this.openedForWindow = dojo.html.getElementWindow(e.target); } else { this.openedForWindow = null; } var x = e.pageX, y = e.pageY; var win = dojo.html.getElementWindow(e.target); var iframe = win._frameElement || win.frameElement; if (iframe) { var cood = dojo.html.abs(iframe, true); x += cood.x - dojo.withGlobal(win, dojo.html.getScroll).left; y += cood.y - dojo.withGlobal(win, dojo.html.getScroll).top; } this.open(x, y, null, [x, y]); dojo.event.browser.stopEvent(e); }}); dojo.widget.defineWidget("dojo.widget.MenuItem2", dojo.widget.HtmlWidget, function () { this.eventNames = {engage:""}; }, {templateString:"" + "
" + "${this.caption}" + "${this.accelKey}" + "
" + "", is_hovering:false, hover_timer:null, is_open:false, topPosition:0, caption:"Untitled", accelKey:"", iconSrc:"", disabledClass:"dojoMenuItem2Disabled", iconClass:"dojoMenuItem2Icon", submenuId:"", eventNaming:"default", highlightClass:"dojoMenuItem2Hover", postMixInProperties:function () { this.iconStyle = ""; if (this.iconSrc) { if ((this.iconSrc.toLowerCase().substring(this.iconSrc.length - 4) == ".png") && (dojo.render.html.ie55 || dojo.render.html.ie60)) { this.iconStyle = "filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.iconSrc + "', sizingMethod='image')"; } else { this.iconStyle = "background-image: url(" + this.iconSrc + ")"; } } this.arrowDisplay = this.submenuId ? "block" : "none"; dojo.widget.MenuItem2.superclass.postMixInProperties.apply(this, arguments); }, fillInTemplate:function () { dojo.html.disableSelection(this.domNode); if (this.disabled) { this.setDisabled(true); } if (this.eventNaming == "default") { for (var eventName in this.eventNames) { this.eventNames[eventName] = this.widgetId + "/" + eventName; } } }, onHover:function () { this.onUnhover(); if (this.is_hovering) { return; } if (this.is_open) { return; } if (this.parent._highlighted_option) { this.parent._highlighted_option.onUnhover(); } this.parent.closeSubmenu(); this.parent._highlighted_option = this; dojo.widget.PopupManager.setFocusedMenu(this.parent); this._highlightItem(); if (this.is_hovering) { this._stopSubmenuTimer(); } this.is_hovering = true; this._startSubmenuTimer(); }, onUnhover:function () { if (!this.is_open) { this._unhighlightItem(); } this.is_hovering = false; this.parent._highlighted_option = null; if (this.parent.parentMenu) { dojo.widget.PopupManager.setFocusedMenu(this.parent.parentMenu); } this._stopSubmenuTimer(); }, _onClick:function (focus) { var displayingSubMenu = false; if (this.disabled) { return false; } if (this.submenuId) { if (!this.is_open) { this._stopSubmenuTimer(); this._openSubmenu(); } displayingSubMenu = true; } else { this.onUnhover(); this.parent.closeAll(true); } this.onClick(); dojo.event.topic.publish(this.eventNames.engage, this); if (displayingSubMenu && focus) { dojo.widget.getWidgetById(this.submenuId)._highlightOption(1); } return; }, onClick:function () { this.parent.onItemClick(this); }, _highlightItem:function () { dojo.html.addClass(this.domNode, this.highlightClass); }, _unhighlightItem:function () { dojo.html.removeClass(this.domNode, this.highlightClass); }, _startSubmenuTimer:function () { this._stopSubmenuTimer(); if (this.disabled) { return; } var self = this; var closure = function () { return function () { self._openSubmenu(); }; }(); this.hover_timer = dojo.lang.setTimeout(closure, this.parent.submenuDelay); }, _stopSubmenuTimer:function () { if (this.hover_timer) { dojo.lang.clearTimeout(this.hover_timer); this.hover_timer = null; } }, _openSubmenu:function () { if (this.disabled) { return; } this.parent.closeSubmenu(); var submenu = dojo.widget.getWidgetById(this.submenuId); if (submenu) { this.parent._openSubmenu(submenu, this); } }, _closedSubmenu:function () { this.onUnhover(); }, setDisabled:function (value) { this.disabled = value; if (this.disabled) { dojo.html.addClass(this.domNode, this.disabledClass); } else { dojo.html.removeClass(this.domNode, this.disabledClass); } }, enable:function () { this.setDisabled(false); }, disable:function () { this.setDisabled(true); }, menuOpen:function (message) { }}); dojo.widget.defineWidget("dojo.widget.MenuSeparator2", dojo.widget.HtmlWidget, {templateString:"" + "
" + "
" + "", postCreate:function () { dojo.html.disableSelection(this.domNode); }}); dojo.widget.defineWidget("dojo.widget.MenuBar2", [dojo.widget.HtmlWidget, dojo.widget.MenuBase], {menuOverlap:2, templateString:"
", close:function (force) { if (this._highlighted_option) { this._highlighted_option.onUnhover(); } this.closeSubmenu(force); }, closeAll:function (force) { this.close(force); }, processKey:function (evt) { if (evt.ctrlKey || evt.altKey) { return false; } var rval = false; switch (evt.key) { case evt.KEY_DOWN_ARROW: rval = this._moveToChildMenu(evt); break; case evt.KEY_UP_ARROW: rval = this._moveToParentMenu(evt); break; case evt.KEY_RIGHT_ARROW: rval = this._moveToNext(evt); break; case evt.KEY_LEFT_ARROW: rval = this._moveToPrevious(evt); break; default: rval = dojo.widget.MenuBar2.superclass.processKey.apply(this, arguments); break; } return rval; }, postCreate:function () { dojo.widget.MenuBar2.superclass.postCreate.apply(this, arguments); this.isShowingNow = true; }, _openSubmenu:function (submenu, from_item) { submenu._openAsSubmenu(this, from_item.domNode, {"BL":"TL", "TL":"BL"}); this.currentSubmenu = submenu; this.currentSubmenuTrigger = from_item; this.currentSubmenuTrigger.is_open = true; }}); dojo.widget.defineWidget("dojo.widget.MenuBarItem2", dojo.widget.MenuItem2, {templateString:"${this.caption}"}); dojo.widget.Menu2.OperaAndKonqFixer = new function () { var implement = true; var delfunc = false; if (!dojo.lang.isFunction(dojo.doc().oncontextmenu)) { dojo.doc().oncontextmenu = function () { implement = false; delfunc = true; }; } if (dojo.doc().createEvent) { try { var e = dojo.doc().createEvent("MouseEvents"); e.initMouseEvent("contextmenu", 1, 1, dojo.global(), 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, null); dojo.doc().dispatchEvent(e); } catch (e) { } } else { implement = false; } if (delfunc) { delete dojo.doc().oncontextmenu; } this.fixNode = function (node) { if (implement) { if (!dojo.lang.isFunction(node.oncontextmenu)) { node.oncontextmenu = function (e) { }; } if (dojo.render.html.opera) { node._menufixer_opera = function (e) { if (e.ctrlKey) { this.oncontextmenu(e); } }; dojo.event.connect(node, "onclick", node, "_menufixer_opera"); } else { node._menufixer_konq = function (e) { if (e.button == 2) { e.preventDefault(); this.oncontextmenu(e); } }; dojo.event.connect(node, "onmousedown", node, "_menufixer_konq"); } } }; this.cleanNode = function (node) { if (implement) { if (node._menufixer_opera) { dojo.event.disconnect(node, "onclick", node, "_menufixer_opera"); delete node._menufixer_opera; } else { if (node._menufixer_konq) { dojo.event.disconnect(node, "onmousedown", node, "_menufixer_konq"); delete node._menufixer_konq; } } if (node.oncontextmenu) { delete node.oncontextmenu; } } }; }; PK mM src/widget/nls/fr/validate.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"rangeMessage":"* Cette valeur est hors limites.", "invalidMessage":"* La valeur saisie est incorrecte.", "missingMessage":"* Cette valeur est obligatoire."})PK mM?? src/widget/nls/zh-cn/validate.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"rangeMessage":"* \u8f93\u5165\u6570\u636e\u8d85\u51fa\u503c\u57df\u3002", "invalidMessage":"* \u975e\u6cd5\u7684\u8f93\u5165\u503c\u3002", "missingMessage":"* \u6b64\u503c\u662f\u5fc5\u987b\u7684\u3002"})PK mM$$src/widget/ProgressBar.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.ProgressBar"); dojo.require("dojo.widget.*"); dojo.require("dojo.event"); dojo.require("dojo.dom"); dojo.require("dojo.html.style"); dojo.require("dojo.string.*"); dojo.require("dojo.lfx.*"); dojo.widget.defineWidget("dojo.widget.ProgressBar", dojo.widget.HtmlWidget, {progressValue:0, maxProgressValue:100, width:300, height:30, frontPercentClass:"frontPercent", backPercentClass:"backPercent", frontBarClass:"frontBar", backBarClass:"backBar", hasText:false, isVertical:false, showOnlyIntegers:false, dataSource:"", pollInterval:3000, duration:1000, templateString:"
\n\t\n\t
\n\t
\n
\n", templateCssString:".backBar{\n\tborder:1px solid #84a3d1;\n}\n.frontBar{\n\tbackground:url(\"images/bar.gif\") repeat bottom left;\n\tbackground-attachment: fixed;\n}\n.h-frontBar{\n\tbackground:url(\"images/h-bar.gif\") repeat bottom left;\n\tbackground-attachment: fixed;\n}\n.simpleFrontBar{\n\tbackground: red;\n}\n.frontPercent,.backPercent{\n\tfont:bold 13px helvetica;\n}\n.backPercent{\n\tcolor:#293a4b;\n}\n.frontPercent{\n\tcolor:#fff;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/ProgressBar.css"), containerNode:null, internalProgress:null, _pixelUnitRatio:0, _pixelPercentRatio:0, _unitPercentRatio:0, _unitPixelRatio:0, _floatDimension:0, _intDimension:0, _progressPercentValue:"0%", _floatMaxProgressValue:0, _dimension:"width", _pixelValue:0, _oInterval:null, _animation:null, _animationStopped:true, _progressValueBak:false, _hasTextBak:false, fillInTemplate:function (args, frag) { this.internalProgress.className = this.frontBarClass; this.containerNode.className = this.backBarClass; if (this.isVertical) { this.internalProgress.style.bottom = "0px"; this.internalProgress.style.left = "0px"; this._dimension = "height"; } else { this.internalProgress.style.top = "0px"; this.internalProgress.style.left = "0px"; this._dimension = "width"; } this.frontPercentLabel.className = this.frontPercentClass; this.backPercentLabel.className = this.backPercentClass; this.progressValue = "" + this.progressValue; this.domNode.style.height = this.height + "px"; this.domNode.style.width = this.width + "px"; this._intDimension = parseInt("0" + eval("this." + this._dimension)); this._floatDimension = parseFloat("0" + eval("this." + this._dimension)); this._pixelPercentRatio = this._floatDimension / 100; this.setMaxProgressValue(this.maxProgressValue, true); this.setProgressValue(dojo.string.trim(this.progressValue), true); dojo.debug("float dimension: " + this._floatDimension); dojo.debug("this._unitPixelRatio: " + this._unitPixelRatio); this.showText(this.hasText); }, showText:function (visible) { if (visible) { this.backPercentLabel.style.display = "block"; this.frontPercentLabel.style.display = "block"; } else { this.backPercentLabel.style.display = "none"; this.frontPercentLabel.style.display = "none"; } this.hasText = visible; }, postCreate:function (args, frag) { this.render(); }, _backupValues:function () { this._progressValueBak = this.progressValue; this._hasTextBak = this.hasText; }, _restoreValues:function () { this.setProgressValue(this._progressValueBak); this.showText(this._hasTextBak); }, _setupAnimation:function () { var _self = this; dojo.debug("internalProgress width: " + this.internalProgress.style.width); this._animation = dojo.lfx.html.slideTo(this.internalProgress, {top:0, left:parseInt(this.width) - parseInt(this.internalProgress.style.width)}, parseInt(this.duration), null, function () { var _backAnim = dojo.lfx.html.slideTo(_self.internalProgress, {top:0, left:0}, parseInt(_self.duration)); dojo.event.connect(_backAnim, "onEnd", function () { if (!_self._animationStopped) { _self._animation.play(); } }); if (!_self._animationStopped) { _backAnim.play(); } _backAnim = null; }); }, getMaxProgressValue:function () { return this.maxProgressValue; }, setMaxProgressValue:function (maxValue, noRender) { if (!this._animationStopped) { return; } this.maxProgressValue = maxValue; this._floatMaxProgressValue = parseFloat("0" + this.maxProgressValue); this._pixelUnitRatio = this._floatDimension / this.maxProgressValue; this._unitPercentRatio = this._floatMaxProgressValue / 100; this._unitPixelRatio = this._floatMaxProgressValue / this._floatDimension; this.setProgressValue(this.progressValue, true); if (!noRender) { this.render(); } }, setProgressValue:function (value, noRender) { if (!this._animationStopped) { return; } this._progressPercentValue = "0%"; var _value = dojo.string.trim("" + value); var _floatValue = parseFloat("0" + _value); var _intValue = parseInt("0" + _value); var _pixelValue = 0; if (dojo.string.endsWith(_value, "%", false)) { this._progressPercentValue = Math.min(_floatValue.toFixed(1), 100) + "%"; _value = Math.min((_floatValue) * this._unitPercentRatio, this.maxProgressValue); _pixelValue = Math.min((_floatValue) * this._pixelPercentRatio, eval("this." + this._dimension)); } else { this.progressValue = Math.min(_floatValue, this.maxProgressValue); this._progressPercentValue = Math.min((_floatValue / this._unitPercentRatio).toFixed(1), 100) + "%"; _pixelValue = Math.min(_floatValue / this._unitPixelRatio, eval("this." + this._dimension)); } this.progressValue = dojo.string.trim(_value); this._pixelValue = _pixelValue; if (!noRender) { this.render(); } }, getProgressValue:function () { return this.progressValue; }, getProgressPercentValue:function () { return this._progressPercentValue; }, setDataSource:function (dataSource) { this.dataSource = dataSource; }, setPollInterval:function (pollInterval) { this.pollInterval = pollInterval; }, start:function () { var _showFunction = dojo.lang.hitch(this, this._showRemoteProgress); this._oInterval = setInterval(_showFunction, this.pollInterval); }, startAnimation:function () { if (this._animationStopped) { this._backupValues(); this.setProgressValue("10%"); this._animationStopped = false; this._setupAnimation(); this.showText(false); this.internalProgress.style.height = "105%"; this._animation.play(); } }, stopAnimation:function () { if (this._animation) { this._animationStopped = true; this._animation.stop(); this.internalProgress.style.height = "100%"; this.internalProgress.style.left = "0px"; this._restoreValues(); this._setLabelPosition(); } }, _showRemoteProgress:function () { var _self = this; if ((this.getMaxProgressValue() == this.getProgressValue()) && this._oInterval) { clearInterval(this._oInterval); this._oInterval = null; this.setProgressValue("100%"); return; } var bArgs = {url:_self.dataSource, method:"POST", mimetype:"text/json", error:function (type, errorObj) { dojo.debug("[ProgressBar] showRemoteProgress error"); }, load:function (type, data, evt) { _self.setProgressValue((_self._oInterval ? data["progress"] : "100%")); }}; dojo.io.bind(bArgs); }, render:function () { this._setPercentLabel(dojo.string.trim(this._progressPercentValue)); this._setPixelValue(this._pixelValue); this._setLabelPosition(); }, _setLabelPosition:function () { var _widthFront = dojo.html.getContentBox(this.frontPercentLabel).width; var _heightFront = dojo.html.getContentBox(this.frontPercentLabel).height; var _widthBack = dojo.html.getContentBox(this.backPercentLabel).width; var _heightBack = dojo.html.getContentBox(this.backPercentLabel).height; var _leftFront = (parseInt(this.width) - _widthFront) / 2 + "px"; var _bottomFront = (parseInt(this.height) - parseInt(_heightFront)) / 2 + "px"; var _leftBack = (parseInt(this.width) - _widthBack) / 2 + "px"; var _bottomBack = (parseInt(this.height) - parseInt(_heightBack)) / 2 + "px"; this.frontPercentLabel.style.left = _leftFront; this.backPercentLabel.style.left = _leftBack; this.frontPercentLabel.style.bottom = _bottomFront; this.backPercentLabel.style.bottom = _bottomBack; }, _setPercentLabel:function (percentValue) { dojo.dom.removeChildren(this.frontPercentLabel); dojo.dom.removeChildren(this.backPercentLabel); var _percentValue = this.showOnlyIntegers == false ? percentValue : parseInt(percentValue) + "%"; this.frontPercentLabel.appendChild(document.createTextNode(_percentValue)); this.backPercentLabel.appendChild(document.createTextNode(_percentValue)); }, _setPixelValue:function (value) { eval("this.internalProgress.style." + this._dimension + " = " + value + " + 'px'"); this.onChange(); }, onChange:function () { }}); PK mM_A A !src/widget/RemoteTabController.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.RemoteTabController"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.TabContainer"); dojo.require("dojo.event.*"); dojo.deprecated("dojo.widget.RemoteTabController is slated for removal in 0.5; use PageController or TabController instead.", "0.5"); dojo.widget.defineWidget("dojo.widget.RemoteTabController", dojo.widget.TabController, {templateCssString:".dojoRemoteTabController {\n\tposition: relative;\n}\n\n.dojoRemoteTab {\n\tposition : relative;\n\tfloat : left;\n\tpadding-left : 9px;\n\tborder-bottom : 1px solid #6290d2;\n\tbackground : url(images/tab_left.gif) no-repeat left top;\n\tcursor: pointer;\n\twhite-space: nowrap;\n\tz-index: 3;\n}\n\n.dojoRemoteTab div {\n\tdisplay : block;\n\tpadding : 4px 15px 4px 6px;\n\tbackground : url(images/tab_top_right.gif) no-repeat right top;\n\tcolor : #333;\n\tfont-size : 90%;\n}\n\n.dojoRemoteTabPaneClose {\n\tposition : absolute;\n\tbottom : 0px;\n\tright : 6px;\n\theight : 12px;\n\twidth : 12px;\n\tbackground : url(images/tab_close.gif) no-repeat right top;\n}\n\n.dojoRemoteTabPaneCloseHover {\n\tbackground-image : url(images/tab_close_h.gif);\n}\n\n.dojoRemoteTabClose {\n\tdisplay : inline-block;\n\theight : 12px;\n\twidth : 12px;\n\tpadding : 0 12px 0 0;\n\tmargin : 0 -10px 0 10px;\n\tbackground : url(images/tab_close.gif) no-repeat right top;\n\tcursor : default;\n}\n\n.dojoRemoteTabCloseHover {\n\tbackground-image : url(images/tab_close_h.gif);\n}\n\n.dojoRemoteTab.current {\n\tpadding-bottom : 1px;\n\tborder-bottom : 0;\n\tbackground-position : 0 -150px;\n}\n\n.dojoRemoteTab.current div {\n\tpadding-bottom : 5px;\n\tmargin-bottom : -1px;\n\tbackground-position : 100% -150px;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/RemoteTabControl.css"), templateString:"
", "class":"dojoRemoteTabController", tabContainer:"", postMixInProperties:function () { this.containerId = this.tabContainer; dojo.widget.RemoteTabController.superclass.postMixInProperties.apply(this, arguments); }, fillInTemplate:function () { dojo.html.addClass(this.domNode, this["class"]); if (this.tabContainer) { dojo.addOnLoad(dojo.lang.hitch(this, "setupTabs")); } dojo.widget.RemoteTabController.superclass.fillInTemplate.apply(this, arguments); }}); PK mMhNNsrc/widget/RichText.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.RichText"); dojo.require("dojo.widget.*"); dojo.require("dojo.html.*"); dojo.require("dojo.html.layout"); dojo.require("dojo.html.selection"); dojo.require("dojo.event.*"); dojo.require("dojo.string.extras"); dojo.require("dojo.uri.Uri"); dojo.require("dojo.Deferred"); if (!djConfig["useXDomain"] || djConfig["allowXdRichTextSave"]) { if (dojo.hostenv.post_load_) { (function () { var savetextarea = dojo.doc().createElement("textarea"); savetextarea.id = "dojo.widget.RichText.savedContent"; savetextarea.style = "display:none;position:absolute;top:-100px;left:-100px;height:3px;width:3px;overflow:hidden;"; dojo.body().appendChild(savetextarea); })(); } else { try { dojo.doc().write(""); } catch (e) { } } } dojo.widget.defineWidget("dojo.widget.RichText", dojo.widget.HtmlWidget, function () { this.contentPreFilters = []; this.contentPostFilters = []; this.contentDomPreFilters = []; this.contentDomPostFilters = []; this.editingAreaStyleSheets = []; if (dojo.render.html.moz) { this.contentPreFilters.push(this._fixContentForMoz); } this._keyHandlers = {}; if (dojo.Deferred) { this.onLoadDeferred = new dojo.Deferred(); } }, {inheritWidth:false, focusOnLoad:false, saveName:"", styleSheets:"", _content:"", height:"", minHeight:"1em", isClosed:true, isLoaded:false, useActiveX:false, relativeImageUrls:false, _SEPARATOR:"@@**%%__RICHTEXTBOUNDRY__%%**@@", onLoadDeferred:null, fillInTemplate:function () { dojo.event.topic.publish("dojo.widget.RichText::init", this); this.open(); dojo.event.connect(this, "onKeyPressed", this, "afterKeyPress"); dojo.event.connect(this, "onKeyPress", this, "keyPress"); dojo.event.connect(this, "onKeyDown", this, "keyDown"); dojo.event.connect(this, "onKeyUp", this, "keyUp"); this.setupDefaultShortcuts(); }, setupDefaultShortcuts:function () { var ctrl = this.KEY_CTRL; var exec = function (cmd, arg) { return arguments.length == 1 ? function () { this.execCommand(cmd); } : function () { this.execCommand(cmd, arg); }; }; this.addKeyHandler("b", ctrl, exec("bold")); this.addKeyHandler("i", ctrl, exec("italic")); this.addKeyHandler("u", ctrl, exec("underline")); this.addKeyHandler("a", ctrl, exec("selectall")); this.addKeyHandler("s", ctrl, function () { this.save(true); }); this.addKeyHandler("1", ctrl, exec("formatblock", "h1")); this.addKeyHandler("2", ctrl, exec("formatblock", "h2")); this.addKeyHandler("3", ctrl, exec("formatblock", "h3")); this.addKeyHandler("4", ctrl, exec("formatblock", "h4")); this.addKeyHandler("\\", ctrl, exec("insertunorderedlist")); if (!dojo.render.html.ie) { this.addKeyHandler("Z", ctrl, exec("redo")); } }, events:["onBlur", "onFocus", "onKeyPress", "onKeyDown", "onKeyUp", "onClick"], open:function (element) { if (this.onLoadDeferred.fired >= 0) { this.onLoadDeferred = new dojo.Deferred(); } var h = dojo.render.html; if (!this.isClosed) { this.close(); } dojo.event.topic.publish("dojo.widget.RichText::open", this); this._content = ""; if ((arguments.length == 1) && (element["nodeName"])) { this.domNode = element; } if ((this.domNode["nodeName"]) && (this.domNode.nodeName.toLowerCase() == "textarea")) { this.textarea = this.domNode; var html = this._preFilterContent(this.textarea.value); this.domNode = dojo.doc().createElement("div"); dojo.html.copyStyle(this.domNode, this.textarea); var tmpFunc = dojo.lang.hitch(this, function () { with (this.textarea.style) { display = "block"; position = "absolute"; left = top = "-1000px"; if (h.ie) { this.__overflow = overflow; overflow = "hidden"; } } }); if (h.ie) { setTimeout(tmpFunc, 10); } else { tmpFunc(); } if (!h.safari) { dojo.html.insertBefore(this.domNode, this.textarea); } if (this.textarea.form) { dojo.event.connect("before", this.textarea.form, "onsubmit", dojo.lang.hitch(this, function () { this.textarea.value = this.getEditorContent(); })); } var editor = this; dojo.event.connect(this, "postCreate", function () { dojo.html.insertAfter(editor.textarea, editor.domNode); }); } else { var html = this._preFilterContent(dojo.string.trim(this.domNode.innerHTML)); } if (html == "") { html = " "; } var content = dojo.html.getContentBox(this.domNode); this._oldHeight = content.height; this._oldWidth = content.width; this._firstChildContributingMargin = this._getContributingMargin(this.domNode, "top"); this._lastChildContributingMargin = this._getContributingMargin(this.domNode, "bottom"); this.savedContent = html; this.domNode.innerHTML = ""; this.editingArea = dojo.doc().createElement("div"); this.domNode.appendChild(this.editingArea); if ((this.domNode["nodeName"]) && (this.domNode.nodeName == "LI")) { this.domNode.innerHTML = "
"; } if (this.saveName != "" && (!djConfig["useXDomain"] || djConfig["allowXdRichTextSave"])) { var saveTextarea = dojo.doc().getElementById("dojo.widget.RichText.savedContent"); if (saveTextarea.value != "") { var datas = saveTextarea.value.split(this._SEPARATOR); for (var i = 0; i < datas.length; i++) { var data = datas[i].split(":"); if (data[0] == this.saveName) { html = data[1]; datas.splice(i, 1); break; } } } dojo.event.connect("before", window, "onunload", this, "_saveContent"); } if (h.ie70 && this.useActiveX) { dojo.debug("activeX in ie70 is not currently supported, useActiveX is ignored for now."); this.useActiveX = false; } if (this.useActiveX && h.ie) { var self = this; setTimeout(function () { self._drawObject(html); }, 0); } else { if (h.ie || this._safariIsLeopard() || h.opera) { this.iframe = dojo.doc().createElement("iframe"); this.iframe.src = "javascript:void(0)"; this.editorObject = this.iframe; with (this.iframe.style) { border = "0"; width = "100%"; } this.iframe.frameBorder = 0; this.editingArea.appendChild(this.iframe); this.window = this.iframe.contentWindow; this.document = this.window.document; this.document.open(); this.document.write("
"); this.document.close(); this.editNode = this.document.body.firstChild; this.editNode.contentEditable = true; with (this.iframe.style) { if (h.ie70) { if (this.height) { height = this.height; } if (this.minHeight) { minHeight = this.minHeight; } } else { height = this.height ? this.height : this.minHeight; } } var formats = ["p", "pre", "address", "h1", "h2", "h3", "h4", "h5", "h6", "ol", "div", "ul"]; var localhtml = ""; for (var i in formats) { if (formats[i].charAt(1) != "l") { localhtml += "<" + formats[i] + ">content"; } else { localhtml += "<" + formats[i] + ">
  • content
  • "; } } with (this.editNode.style) { position = "absolute"; left = "-2000px"; top = "-2000px"; } this.editNode.innerHTML = localhtml; var node = this.editNode.firstChild; while (node) { dojo.withGlobal(this.window, "selectElement", dojo.html.selection, [node.firstChild]); var nativename = node.tagName.toLowerCase(); this._local2NativeFormatNames[nativename] = this.queryCommandValue("formatblock"); this._native2LocalFormatNames[this._local2NativeFormatNames[nativename]] = nativename; node = node.nextSibling; } with (this.editNode.style) { position = ""; left = ""; top = ""; } this.editNode.innerHTML = html; if (this.height) { this.document.body.style.overflowY = "scroll"; } dojo.lang.forEach(this.events, function (e) { dojo.event.connect(this.editNode, e.toLowerCase(), this, e); }, this); this.onLoad(); } else { this._drawIframe(html); this.editorObject = this.iframe; } } if (this.domNode.nodeName == "LI") { this.domNode.lastChild.style.marginTop = "-1.2em"; } dojo.html.addClass(this.domNode, "RichTextEditable"); this.isClosed = false; }, _hasCollapseableMargin:function (element, side) { if (dojo.html.getPixelValue(element, "border-" + side + "-width", false)) { return false; } else { if (dojo.html.getPixelValue(element, "padding-" + side, false)) { return false; } else { return true; } } }, _getContributingMargin:function (element, topOrBottom) { if (topOrBottom == "top") { var siblingAttr = "previousSibling"; var childSiblingAttr = "nextSibling"; var childAttr = "firstChild"; var marginProp = "margin-top"; var siblingMarginProp = "margin-bottom"; } else { var siblingAttr = "nextSibling"; var childSiblingAttr = "previousSibling"; var childAttr = "lastChild"; var marginProp = "margin-bottom"; var siblingMarginProp = "margin-top"; } var elementMargin = dojo.html.getPixelValue(element, marginProp, false); function isSignificantNode(element) { return !(element.nodeType == 3 && dojo.string.isBlank(element.data)) && dojo.html.getStyle(element, "display") != "none" && !dojo.html.isPositionAbsolute(element); } var childMargin = 0; var child = element[childAttr]; while (child) { while ((!isSignificantNode(child)) && child[childSiblingAttr]) { child = child[childSiblingAttr]; } childMargin = Math.max(childMargin, dojo.html.getPixelValue(child, marginProp, false)); if (!this._hasCollapseableMargin(child, topOrBottom)) { break; } child = child[childAttr]; } if (!this._hasCollapseableMargin(element, topOrBottom)) { return parseInt(childMargin); } var contextMargin = 0; var sibling = element[siblingAttr]; while (sibling) { if (isSignificantNode(sibling)) { contextMargin = dojo.html.getPixelValue(sibling, siblingMarginProp, false); break; } sibling = sibling[siblingAttr]; } if (!sibling) { contextMargin = dojo.html.getPixelValue(element.parentNode, marginProp, false); } if (childMargin > elementMargin) { return parseInt(Math.max((childMargin - elementMargin) - contextMargin, 0)); } else { return 0; } }, _drawIframe:function (html) { var oldMoz = Boolean(dojo.render.html.moz && (typeof window.XML == "undefined")); if (!this.iframe) { var currentDomain = (new dojo.uri.Uri(dojo.doc().location)).host; this.iframe = dojo.doc().createElement("iframe"); with (this.iframe) { style.border = "none"; style.lineHeight = "0"; style.verticalAlign = "bottom"; scrolling = this.height ? "auto" : "no"; } } if (djConfig["useXDomain"] && !djConfig["dojoRichTextFrameUrl"]) { dojo.debug("dojo.widget.RichText: When using cross-domain Dojo builds," + " please save src/widget/templates/richtextframe.html to your domain and set djConfig.dojoRichTextFrameUrl" + " to the path on your domain to richtextframe.html"); } this.iframe.src = (djConfig["dojoRichTextFrameUrl"] || dojo.uri.moduleUri("dojo.widget", "templates/richtextframe.html")) + ((dojo.doc().domain != currentDomain) ? ("#" + dojo.doc().domain) : ""); this.iframe.width = this.inheritWidth ? this._oldWidth : "100%"; if (this.height) { this.iframe.style.height = this.height; } else { var height = this._oldHeight; if (this._hasCollapseableMargin(this.domNode, "top")) { height += this._firstChildContributingMargin; } if (this._hasCollapseableMargin(this.domNode, "bottom")) { height += this._lastChildContributingMargin; } this.iframe.height = height; } var tmpContent = dojo.doc().createElement("div"); tmpContent.innerHTML = html; this.editingArea.appendChild(tmpContent); if (this.relativeImageUrls) { var imgs = tmpContent.getElementsByTagName("img"); for (var i = 0; i < imgs.length; i++) { imgs[i].src = (new dojo.uri.Uri(dojo.global().location, imgs[i].src)).toString(); } html = tmpContent.innerHTML; } var firstChild = dojo.html.firstElement(tmpContent); var lastChild = dojo.html.lastElement(tmpContent); if (firstChild) { firstChild.style.marginTop = this._firstChildContributingMargin + "px"; } if (lastChild) { lastChild.style.marginBottom = this._lastChildContributingMargin + "px"; } this.editingArea.appendChild(this.iframe); if (dojo.render.html.safari) { this.iframe.src = this.iframe.src; } var _iframeInitialized = false; var ifrFunc = dojo.lang.hitch(this, function () { if (!_iframeInitialized) { _iframeInitialized = true; } else { return; } if (!this.editNode) { if (this.iframe.contentWindow) { this.window = this.iframe.contentWindow; this.document = this.iframe.contentWindow.document; } else { if (this.iframe.contentDocument) { this.window = this.iframe.contentDocument.window; this.document = this.iframe.contentDocument; } } var getStyle = (function (domNode) { return function (style) { return dojo.html.getStyle(domNode, style); }; })(this.domNode); var font = getStyle("font-weight") + " " + getStyle("font-size") + " " + getStyle("font-family"); var lineHeight = "1.0"; var lineHeightStyle = dojo.html.getUnitValue(this.domNode, "line-height"); if (lineHeightStyle.value && lineHeightStyle.units == "") { lineHeight = lineHeightStyle.value; } dojo.html.insertCssText("body,html{background:transparent;padding:0;margin:0;}" + "body{top:0;left:0;right:0;" + (((this.height) || (dojo.render.html.opera)) ? "" : "position:fixed;") + "font:" + font + ";" + "min-height:" + this.minHeight + ";" + "line-height:" + lineHeight + "}" + "p{margin: 1em 0 !important;}" + "body > *:first-child{padding-top:0 !important;margin-top:" + this._firstChildContributingMargin + "px !important;}" + "body > *:last-child{padding-bottom:0 !important;margin-bottom:" + this._lastChildContributingMargin + "px !important;}" + "li > ul:-moz-first-node, li > ol:-moz-first-node{padding-top:1.2em;}\n" + "li{min-height:1.2em;}" + "", this.document); dojo.html.removeNode(tmpContent); this.document.body.innerHTML = html; if (oldMoz || dojo.render.html.safari) { this.document.designMode = "on"; } this.onLoad(); } else { dojo.html.removeNode(tmpContent); this.editNode.innerHTML = html; this.onDisplayChanged(); } }); if (this.editNode) { ifrFunc(); } else { if (dojo.render.html.moz) { this.iframe.onload = function () { setTimeout(ifrFunc, 250); }; } else { this.iframe.onload = ifrFunc; } } }, _applyEditingAreaStyleSheets:function () { var files = []; if (this.styleSheets) { files = this.styleSheets.split(";"); this.styleSheets = ""; } files = files.concat(this.editingAreaStyleSheets); this.editingAreaStyleSheets = []; if (files.length > 0) { for (var i = 0; i < files.length; i++) { var url = files[i]; if (url) { this.addStyleSheet(dojo.uri.dojoUri(url)); } } } }, addStyleSheet:function (uri) { var url = uri.toString(); if (dojo.lang.find(this.editingAreaStyleSheets, url) > -1) { dojo.debug("dojo.widget.RichText.addStyleSheet: Style sheet " + url + " is already applied to the editing area!"); return; } if (url.charAt(0) == "." || (url.charAt(0) != "/" && !uri.host)) { url = (new dojo.uri.Uri(dojo.global().location, url)).toString(); } this.editingAreaStyleSheets.push(url); if (this.document.createStyleSheet) { this.document.createStyleSheet(url); } else { var head = this.document.getElementsByTagName("head")[0]; var stylesheet = this.document.createElement("link"); with (stylesheet) { rel = "stylesheet"; type = "text/css"; href = url; } head.appendChild(stylesheet); } }, removeStyleSheet:function (uri) { var url = uri.toString(); if (url.charAt(0) == "." || (url.charAt(0) != "/" && !uri.host)) { url = (new dojo.uri.Uri(dojo.global().location, url)).toString(); } var index = dojo.lang.find(this.editingAreaStyleSheets, url); if (index == -1) { dojo.debug("dojo.widget.RichText.removeStyleSheet: Style sheet " + url + " is not applied to the editing area so it can not be removed!"); return; } delete this.editingAreaStyleSheets[index]; var links = this.document.getElementsByTagName("link"); for (var i = 0; i < links.length; i++) { if (links[i].href == url) { if (dojo.render.html.ie) { links[i].href = ""; } dojo.html.removeNode(links[i]); break; } } }, _drawObject:function (html) { this.object = dojo.html.createExternalElement(dojo.doc(), "object"); with (this.object) { classid = "clsid:2D360201-FFF5-11D1-8D03-00A0C959BC0A"; width = this.inheritWidth ? this._oldWidth : "100%"; style.height = this.height ? this.height : (this._oldHeight + "px"); Scrollbars = this.height ? true : false; Appearance = this._activeX.appearance.flat; } this.editorObject = this.object; this.editingArea.appendChild(this.object); this.object.attachEvent("DocumentComplete", dojo.lang.hitch(this, "onLoad")); dojo.lang.forEach(this.events, function (e) { this.object.attachEvent(e.toLowerCase(), dojo.lang.hitch(this, e)); }, this); this.object.DocumentHTML = "" + "" + "" + "
    " + html + "
    "; this._cacheLocalBlockFormatNames(); }, _local2NativeFormatNames:{}, _native2LocalFormatNames:{}, _cacheLocalBlockFormatNames:function () { if (!this._native2LocalFormatNames["p"]) { var obj = this.object; var error = false; if (!obj) { try { obj = dojo.html.createExternalElement(dojo.doc(), "object"); obj.classid = "clsid:2D360201-FFF5-11D1-8D03-00A0C959BC0A"; dojo.body().appendChild(obj); obj.DocumentHTML = ""; } catch (e) { error = true; } } try { var oNamesParm = new ActiveXObject("DEGetBlockFmtNamesParam.DEGetBlockFmtNamesParam"); obj.ExecCommand(this._activeX.command["getblockformatnames"], 0, oNamesParm); var vbNamesArray = new VBArray(oNamesParm.Names); var localFormats = vbNamesArray.toArray(); var nativeFormats = ["p", "pre", "address", "h1", "h2", "h3", "h4", "h5", "h6", "ol", "ul", "", "", "", "", "div"]; for (var i = 0; i < nativeFormats.length; ++i) { if (nativeFormats[i].length > 0) { this._local2NativeFormatNames[localFormats[i]] = nativeFormats[i]; this._native2LocalFormatNames[nativeFormats[i]] = localFormats[i]; } } } catch (e) { error = true; } if (obj && !this.object) { dojo.body().removeChild(obj); } } return !error; }, _isResized:function () { return false; }, onLoad:function (e) { this.isLoaded = true; if (this.object) { this.document = this.object.DOM; this.window = this.document.parentWindow; this.editNode = this.document.body.firstChild; this.editingArea.style.height = this.height ? this.height : this.minHeight; if (!this.height) { this.connect(this, "onDisplayChanged", "_updateHeight"); } this.window._frameElement = this.object; } else { if (this.iframe && !dojo.render.html.ie) { this.editNode = this.document.body; if (!this.height) { this.connect(this, "onDisplayChanged", "_updateHeight"); } try { this.document.execCommand("useCSS", false, true); this.document.execCommand("styleWithCSS", false, false); } catch (e2) { } if (dojo.render.html.safari) { this.connect(this.editNode, "onblur", "onBlur"); this.connect(this.editNode, "onfocus", "onFocus"); this.connect(this.editNode, "onclick", "onFocus"); this.interval = setInterval(dojo.lang.hitch(this, "onDisplayChanged"), 750); } else { if (dojo.render.html.mozilla || dojo.render.html.opera) { var doc = this.document; var addListener = dojo.event.browser.addListener; var self = this; dojo.lang.forEach(this.events, function (e) { var l = addListener(self.document, e.substr(2).toLowerCase(), dojo.lang.hitch(self, e)); if (e == "onBlur") { var unBlur = {unBlur:function (e) { dojo.event.browser.removeListener(doc, "blur", l); }}; dojo.event.connect("before", self, "close", unBlur, "unBlur"); } }); } } } else { if (dojo.render.html.ie) { if (!this.height) { this.connect(this, "onDisplayChanged", "_updateHeight"); } this.editNode.style.zoom = 1; } } } this._applyEditingAreaStyleSheets(); if (this.focusOnLoad) { this.focus(); } this.onDisplayChanged(e); if (this.onLoadDeferred) { this.onLoadDeferred.callback(true); } }, onKeyDown:function (e) { if ((!e) && (this.object)) { e = dojo.event.browser.fixEvent(this.window.event); } if ((dojo.render.html.ie) && (e.keyCode == e.KEY_TAB)) { e.preventDefault(); e.stopPropagation(); this.execCommand((e.shiftKey ? "outdent" : "indent")); } else { if (dojo.render.html.ie) { if ((65 <= e.keyCode) && (e.keyCode <= 90)) { e.charCode = e.keyCode; this.onKeyPress(e); } } } }, onKeyUp:function (e) { return; }, KEY_CTRL:1, onKeyPress:function (e) { if ((!e) && (this.object)) { e = dojo.event.browser.fixEvent(this.window.event); } var modifiers = e.ctrlKey ? this.KEY_CTRL : 0; if (this._keyHandlers[e.key]) { var handlers = this._keyHandlers[e.key], i = 0, handler; while (handler = handlers[i++]) { if (modifiers == handler.modifiers) { e.preventDefault(); handler.handler.call(this); break; } } } dojo.lang.setTimeout(this, this.onKeyPressed, 1, e); }, addKeyHandler:function (key, modifiers, handler) { if (!(this._keyHandlers[key] instanceof Array)) { this._keyHandlers[key] = []; } this._keyHandlers[key].push({modifiers:modifiers || 0, handler:handler}); }, onKeyPressed:function (e) { this.onDisplayChanged(); }, onClick:function (e) { this.onDisplayChanged(e); }, onBlur:function (e) { }, _initialFocus:true, onFocus:function (e) { if ((dojo.render.html.mozilla) && (this._initialFocus)) { this._initialFocus = false; if (dojo.string.trim(this.editNode.innerHTML) == " ") { this.placeCursorAtStart(); } } }, blur:function () { if (this.iframe) { this.window.blur(); } else { if (this.object) { this.document.body.blur(); } else { if (this.editNode) { this.editNode.blur(); } } } }, focus:function () { if (this.iframe && !dojo.render.html.ie) { this.window.focus(); } else { if (this.object) { this.document.focus(); } else { if (this.editNode && this.editNode.focus) { this.editNode.focus(); } else { dojo.debug("Have no idea how to focus into the editor!"); } } } }, onDisplayChanged:function (e) { }, _activeX:{command:{bold:5000, italic:5023, underline:5048, justifycenter:5024, justifyleft:5025, justifyright:5026, cut:5003, copy:5002, paste:5032, "delete":5004, undo:5049, redo:5033, removeformat:5034, selectall:5035, unlink:5050, indent:5018, outdent:5031, insertorderedlist:5030, insertunorderedlist:5051, inserttable:5022, insertcell:5019, insertcol:5020, insertrow:5021, deletecells:5005, deletecols:5006, deleterows:5007, mergecells:5029, splitcell:5047, setblockformat:5043, getblockformat:5011, getblockformatnames:5012, setfontname:5044, getfontname:5013, setfontsize:5045, getfontsize:5014, setbackcolor:5042, getbackcolor:5010, setforecolor:5046, getforecolor:5015, findtext:5008, font:5009, hyperlink:5016, image:5017, lockelement:5027, makeabsolute:5028, sendbackward:5036, bringforward:5037, sendbelowtext:5038, bringabovetext:5039, sendtoback:5040, bringtofront:5041, properties:5052}, ui:{"default":0, prompt:1, noprompt:2}, status:{notsupported:0, disabled:1, enabled:3, latched:7, ninched:11}, appearance:{flat:0, inset:1}, state:{unchecked:0, checked:1, gray:2}}, _normalizeCommand:function (cmd) { var drh = dojo.render.html; var command = cmd.toLowerCase(); if (command == "formatblock") { if (drh.safari) { command = "heading"; } } else { if (this.object) { switch (command) { case "createlink": command = "hyperlink"; break; case "insertimage": command = "image"; break; } } else { if (command == "hilitecolor" && !drh.mozilla) { command = "backcolor"; } } } return command; }, _safariIsLeopard:function () { var gt420 = false; if (dojo.render.html.safari) { var tmp = dojo.render.html.UA.split("AppleWebKit/")[1]; var ver = parseFloat(tmp.split(" ")[0]); if (ver >= 420) { gt420 = true; } } return gt420; }, queryCommandAvailable:function (command) { var ie = 1; var mozilla = 1 << 1; var safari = 1 << 2; var opera = 1 << 3; var safari420 = 1 << 4; var gt420 = this._safariIsLeopard(); function isSupportedBy(browsers) { return {ie:Boolean(browsers & ie), mozilla:Boolean(browsers & mozilla), safari:Boolean(browsers & safari), safari420:Boolean(browsers & safari420), opera:Boolean(browsers & opera)}; } var supportedBy = null; switch (command.toLowerCase()) { case "bold": case "italic": case "underline": case "subscript": case "superscript": case "fontname": case "fontsize": case "forecolor": case "hilitecolor": case "justifycenter": case "justifyfull": case "justifyleft": case "justifyright": case "delete": case "selectall": supportedBy = isSupportedBy(mozilla | ie | safari | opera); break; case "createlink": case "unlink": case "removeformat": case "inserthorizontalrule": case "insertimage": case "insertorderedlist": case "insertunorderedlist": case "indent": case "outdent": case "formatblock": case "inserthtml": case "undo": case "redo": case "strikethrough": supportedBy = isSupportedBy(mozilla | ie | opera | safari420); break; case "blockdirltr": case "blockdirrtl": case "dirltr": case "dirrtl": case "inlinedirltr": case "inlinedirrtl": supportedBy = isSupportedBy(ie); break; case "cut": case "copy": case "paste": supportedBy = isSupportedBy(ie | mozilla | safari420); break; case "inserttable": supportedBy = isSupportedBy(mozilla | (this.object ? ie : 0)); break; case "insertcell": case "insertcol": case "insertrow": case "deletecells": case "deletecols": case "deleterows": case "mergecells": case "splitcell": supportedBy = isSupportedBy(this.object ? ie : 0); break; default: return false; } return (dojo.render.html.ie && supportedBy.ie) || (dojo.render.html.mozilla && supportedBy.mozilla) || (dojo.render.html.safari && supportedBy.safari) || (gt420 && supportedBy.safari420) || (dojo.render.html.opera && supportedBy.opera); }, execCommand:function (command, argument) { var returnValue; this.focus(); command = this._normalizeCommand(command); if (argument != undefined) { if (command == "heading") { throw new Error("unimplemented"); } else { if (command == "formatblock") { if (this.object) { argument = this._native2LocalFormatNames[argument]; } else { if (dojo.render.html.ie) { argument = "<" + argument + ">"; } } } } } if (this.object) { switch (command) { case "hilitecolor": command = "setbackcolor"; break; case "forecolor": case "backcolor": case "fontsize": case "fontname": command = "set" + command; break; case "formatblock": command = "setblockformat"; } if (command == "strikethrough") { command = "inserthtml"; var range = this.document.selection.createRange(); if (!range.htmlText) { return; } argument = range.htmlText.strike(); } else { if (command == "inserthorizontalrule") { command = "inserthtml"; argument = "
    "; } } if (command == "inserthtml") { var range = this.document.selection.createRange(); if (this.document.selection.type.toUpperCase() == "CONTROL") { for (var i = 0; i < range.length; i++) { range.item(i).outerHTML = argument; } } else { range.pasteHTML(argument); range.select(); } returnValue = true; } else { if (arguments.length == 1) { returnValue = this.object.ExecCommand(this._activeX.command[command], this._activeX.ui.noprompt); } else { returnValue = this.object.ExecCommand(this._activeX.command[command], this._activeX.ui.noprompt, argument); } } } else { if (command == "inserthtml") { if (dojo.render.html.ie) { var insertRange = this.document.selection.createRange(); insertRange.pasteHTML(argument); insertRange.select(); return true; } else { return this.document.execCommand(command, false, argument); } } else { if ((command == "unlink") && (this.queryCommandEnabled("unlink")) && (dojo.render.html.mozilla)) { var selection = this.window.getSelection(); var selectionRange = selection.getRangeAt(0); var selectionStartContainer = selectionRange.startContainer; var selectionStartOffset = selectionRange.startOffset; var selectionEndContainer = selectionRange.endContainer; var selectionEndOffset = selectionRange.endOffset; var a = dojo.withGlobal(this.window, "getAncestorElement", dojo.html.selection, ["a"]); dojo.withGlobal(this.window, "selectElement", dojo.html.selection, [a]); returnValue = this.document.execCommand("unlink", false, null); var selectionRange = this.document.createRange(); selectionRange.setStart(selectionStartContainer, selectionStartOffset); selectionRange.setEnd(selectionEndContainer, selectionEndOffset); selection.removeAllRanges(); selection.addRange(selectionRange); return returnValue; } else { if ((command == "hilitecolor") && (dojo.render.html.mozilla)) { this.document.execCommand("useCSS", false, false); returnValue = this.document.execCommand(command, false, argument); this.document.execCommand("useCSS", false, true); } else { if ((dojo.render.html.ie) && ((command == "backcolor") || (command == "forecolor"))) { argument = arguments.length > 1 ? argument : null; returnValue = this.document.execCommand(command, false, argument); } else { argument = arguments.length > 1 ? argument : null; if (argument || command != "createlink") { returnValue = this.document.execCommand(command, false, argument); } } } } } } this.onDisplayChanged(); return returnValue; }, queryCommandEnabled:function (command) { command = this._normalizeCommand(command); if (this.object) { switch (command) { case "hilitecolor": command = "setbackcolor"; break; case "forecolor": case "backcolor": case "fontsize": case "fontname": command = "set" + command; break; case "formatblock": command = "setblockformat"; break; case "strikethrough": command = "bold"; break; case "inserthorizontalrule": return true; } if (typeof this._activeX.command[command] == "undefined") { return false; } var status = this.object.QueryStatus(this._activeX.command[command]); return ((status != this._activeX.status.notsupported) && (status != this._activeX.status.disabled)); } else { if (dojo.render.html.mozilla) { if (command == "unlink") { return dojo.withGlobal(this.window, "hasAncestorElement", dojo.html.selection, ["a"]); } else { if (command == "inserttable") { return true; } } } var elem = (dojo.render.html.ie) ? this.document.selection.createRange() : this.document; return elem.queryCommandEnabled(command); } }, queryCommandState:function (command) { command = this._normalizeCommand(command); if (this.object) { if (command == "forecolor") { command = "setforecolor"; } else { if (command == "backcolor") { command = "setbackcolor"; } else { if (command == "strikethrough") { return dojo.withGlobal(this.window, "hasAncestorElement", dojo.html.selection, ["strike"]); } else { if (command == "inserthorizontalrule") { return false; } } } } if (typeof this._activeX.command[command] == "undefined") { return null; } var status = this.object.QueryStatus(this._activeX.command[command]); return ((status == this._activeX.status.latched) || (status == this._activeX.status.ninched)); } else { return this.document.queryCommandState(command); } }, queryCommandValue:function (command) { command = this._normalizeCommand(command); if (this.object) { switch (command) { case "forecolor": case "backcolor": case "fontsize": case "fontname": command = "get" + command; return this.object.execCommand(this._activeX.command[command], this._activeX.ui.noprompt); case "formatblock": var retvalue = this.object.execCommand(this._activeX.command["getblockformat"], this._activeX.ui.noprompt); if (retvalue) { return this._local2NativeFormatNames[retvalue]; } } } else { if (dojo.render.html.ie && command == "formatblock") { return this._local2NativeFormatNames[this.document.queryCommandValue(command)] || this.document.queryCommandValue(command); } return this.document.queryCommandValue(command); } }, placeCursorAtStart:function () { this.focus(); if (dojo.render.html.moz && this.editNode.firstChild && this.editNode.firstChild.nodeType != dojo.dom.TEXT_NODE) { dojo.withGlobal(this.window, "selectElementChildren", dojo.html.selection, [this.editNode.firstChild]); } else { dojo.withGlobal(this.window, "selectElementChildren", dojo.html.selection, [this.editNode]); } dojo.withGlobal(this.window, "collapse", dojo.html.selection, [true]); }, placeCursorAtEnd:function () { this.focus(); if (dojo.render.html.moz && this.editNode.lastChild && this.editNode.lastChild.nodeType != dojo.dom.TEXT_NODE) { dojo.withGlobal(this.window, "selectElementChildren", dojo.html.selection, [this.editNode.lastChild]); } else { dojo.withGlobal(this.window, "selectElementChildren", dojo.html.selection, [this.editNode]); } dojo.withGlobal(this.window, "collapse", dojo.html.selection, [false]); }, replaceEditorContent:function (html) { html = this._preFilterContent(html); if (this.isClosed) { this.domNode.innerHTML = html; } else { if (this.window && this.window.getSelection && !dojo.render.html.moz) { this.editNode.innerHTML = html; } else { if ((this.window && this.window.getSelection) || (this.document && this.document.selection)) { this.execCommand("selectall"); if (dojo.render.html.moz && !html) { html = " "; } this.execCommand("inserthtml", html); } } } }, _preFilterContent:function (html) { var ec = html; dojo.lang.forEach(this.contentPreFilters, function (ef) { ec = ef(ec); }); if (this.contentDomPreFilters.length > 0) { var dom = dojo.doc().createElement("div"); dom.style.display = "none"; dojo.body().appendChild(dom); dom.innerHTML = ec; dojo.lang.forEach(this.contentDomPreFilters, function (ef) { dom = ef(dom); }); ec = dom.innerHTML; dojo.body().removeChild(dom); } return ec; }, _postFilterContent:function (html) { var ec = html; if (this.contentDomPostFilters.length > 0) { var dom = this.document.createElement("div"); dom.innerHTML = ec; dojo.lang.forEach(this.contentDomPostFilters, function (ef) { dom = ef(dom); }); ec = dom.innerHTML; } dojo.lang.forEach(this.contentPostFilters, function (ef) { ec = ef(ec); }); return ec; }, _lastHeight:0, _updateHeight:function () { if (!this.isLoaded) { return; } if (this.height) { return; } var height = dojo.html.getBorderBox(this.editNode).height; if (!height) { height = dojo.html.getBorderBox(this.document.body).height; } if (height == 0) { dojo.debug("Can not figure out the height of the editing area!"); return; } this._lastHeight = height; this.editorObject.style.height = this._lastHeight + "px"; this.window.scrollTo(0, 0); }, _saveContent:function (e) { var saveTextarea = dojo.doc().getElementById("dojo.widget.RichText.savedContent"); saveTextarea.value += this._SEPARATOR + this.saveName + ":" + this.getEditorContent(); }, getEditorContent:function () { var ec = ""; try { ec = (this._content.length > 0) ? this._content : this.editNode.innerHTML; if (dojo.string.trim(ec) == " ") { ec = ""; } } catch (e) { } if (dojo.render.html.ie && !this.object) { var re = new RegExp("(?:

     

    [\n\r]*)+$", "i"); ec = ec.replace(re, ""); } ec = this._postFilterContent(ec); if (this.relativeImageUrls) { var siteBase = dojo.global().location.protocol + "//" + dojo.global().location.host; var pathBase = dojo.global().location.pathname; if (pathBase.match(/\/$/)) { } else { var pathParts = pathBase.split("/"); if (pathParts.length) { pathParts.pop(); } pathBase = pathParts.join("/") + "/"; } var sameSite = new RegExp("(]* src=[\"'])(" + siteBase + "(" + pathBase + ")?)", "ig"); ec = ec.replace(sameSite, "$1"); } return ec; }, close:function (save, force) { if (this.isClosed) { return false; } if (arguments.length == 0) { save = true; } this._content = this._postFilterContent(this.editNode.innerHTML); var changed = (this.savedContent != this._content); if (this.interval) { clearInterval(this.interval); } if (dojo.render.html.ie && !this.object) { dojo.event.browser.clean(this.editNode); } if (this.iframe) { delete this.iframe; } if (this.textarea) { with (this.textarea.style) { position = ""; left = top = ""; if (dojo.render.html.ie) { overflow = this.__overflow; this.__overflow = null; } } if (save) { this.textarea.value = this._content; } else { this.textarea.value = this.savedContent; } dojo.html.removeNode(this.domNode); this.domNode = this.textarea; } else { if (save) { if (dojo.render.html.moz) { var nc = dojo.doc().createElement("span"); this.domNode.appendChild(nc); nc.innerHTML = this.editNode.innerHTML; } else { this.domNode.innerHTML = this._content; } } else { this.domNode.innerHTML = this.savedContent; } } dojo.html.removeClass(this.domNode, "RichTextEditable"); this.isClosed = true; this.isLoaded = false; delete this.editNode; if (this.window._frameElement) { this.window._frameElement = null; } this.window = null; this.document = null; this.object = null; this.editingArea = null; this.editorObject = null; return changed; }, destroyRendering:function () { }, destroy:function () { this.destroyRendering(); if (!this.isClosed) { this.close(false); } dojo.widget.RichText.superclass.destroy.call(this); }, connect:function (targetObj, targetFunc, thisFunc) { dojo.event.connect(targetObj, targetFunc, this, thisFunc); }, disconnect:function (targetObj, targetFunc, thisFunc) { dojo.event.disconnect(targetObj, targetFunc, this, thisFunc); }, disconnectAllWithRoot:function (targetObj) { dojo.deprecated("disconnectAllWithRoot", "is deprecated. No need to disconnect manually", "0.5"); }, _fixContentForMoz:function (html) { html = html.replace(/])/gi, "/gi, ""); html = html.replace(/])/gi, "/gi, ""); return html; }}); PK mMZ_;;src/widget/SortableTable.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.SortableTable"); dojo.deprecated("SortableTable will be removed in favor of FilteringTable.", "0.5"); dojo.require("dojo.lang.common"); dojo.require("dojo.date.format"); dojo.require("dojo.html.*"); dojo.require("dojo.html.selection"); dojo.require("dojo.html.util"); dojo.require("dojo.html.style"); dojo.require("dojo.event.*"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.HtmlWidget"); dojo.widget.defineWidget("dojo.widget.SortableTable", dojo.widget.HtmlWidget, function () { this.data = []; this.selected = []; this.columns = []; }, {enableMultipleSelect:false, maximumNumberOfSelections:0, enableAlternateRows:false, minRows:0, defaultDateFormat:"%D", sortIndex:0, sortDirection:0, valueField:"Id", headClass:"", tbodyClass:"", headerClass:"", headerSortUpClass:"selected", headerSortDownClass:"selected", rowClass:"", rowAlternateClass:"alt", rowSelectedClass:"selected", columnSelected:"sorted-column", isContainer:false, templatePath:null, templateCssPath:null, getTypeFromString:function (s) { var parts = s.split("."), i = 0, obj = dj_global; do { obj = obj[parts[i++]]; } while (i < parts.length && obj); return (obj != dj_global) ? obj : null; }, compare:function (o1, o2) { for (var p in o1) { if (!(p in o2)) { return false; } if (o1[p].valueOf() != o2[p].valueOf()) { return false; } } return true; }, isSelected:function (o) { for (var i = 0; i < this.selected.length; i++) { if (this.compare(this.selected[i], o)) { return true; } } return false; }, removeFromSelected:function (o) { var idx = -1; for (var i = 0; i < this.selected.length; i++) { if (this.compare(this.selected[i], o)) { idx = i; break; } } if (idx >= 0) { this.selected.splice(idx, 1); } }, getSelection:function () { return this.selected; }, getValue:function () { var a = []; for (var i = 0; i < this.selected.length; i++) { if (this.selected[i][this.valueField]) { a.push(this.selected[i][this.valueField]); } } return a.join(); }, reset:function () { this.columns = []; this.data = []; this.resetSelections(this.domNode.getElementsByTagName("tbody")[0]); }, resetSelections:function (body) { this.selected = []; var idx = 0; var rows = body.getElementsByTagName("tr"); for (var i = 0; i < rows.length; i++) { if (rows[i].parentNode == body) { rows[i].removeAttribute("selected"); if (this.enableAlternateRows && idx % 2 == 1) { rows[i].className = this.rowAlternateClass; } else { rows[i].className = ""; } idx++; } } }, getObjectFromRow:function (row) { var cells = row.getElementsByTagName("td"); var o = {}; for (var i = 0; i < this.columns.length; i++) { if (this.columns[i].sortType == "__markup__") { o[this.columns[i].getField()] = cells[i].innerHTML; } else { var text = dojo.html.renderedTextContent(cells[i]); var val = text; if (this.columns[i].getType() != String) { var val = new (this.columns[i].getType())(text); } o[this.columns[i].getField()] = val; } } if (dojo.html.hasAttribute(row, "value")) { o[this.valueField] = dojo.html.getAttribute(row, "value"); } return o; }, setSelectionByRow:function (row) { var o = this.getObjectFromRow(row); var b = false; for (var i = 0; i < this.selected.length; i++) { if (this.compare(this.selected[i], o)) { b = true; break; } } if (!b) { this.selected.push(o); } }, parseColumns:function (node) { this.reset(); var row = node.getElementsByTagName("tr")[0]; var cells = row.getElementsByTagName("td"); if (cells.length == 0) { cells = row.getElementsByTagName("th"); } for (var i = 0; i < cells.length; i++) { var o = {field:null, format:null, noSort:false, sortType:"String", dataType:String, sortFunction:null, label:null, align:"left", valign:"middle", getField:function () { return this.field || this.label; }, getType:function () { return this.dataType; }}; if (dojo.html.hasAttribute(cells[i], "align")) { o.align = dojo.html.getAttribute(cells[i], "align"); } if (dojo.html.hasAttribute(cells[i], "valign")) { o.valign = dojo.html.getAttribute(cells[i], "valign"); } if (dojo.html.hasAttribute(cells[i], "nosort")) { o.noSort = dojo.html.getAttribute(cells[i], "nosort") == "true"; } if (dojo.html.hasAttribute(cells[i], "sortusing")) { var trans = dojo.html.getAttribute(cells[i], "sortusing"); var f = this.getTypeFromString(trans); if (f != null && f != window && typeof (f) == "function") { o.sortFunction = f; } } if (dojo.html.hasAttribute(cells[i], "field")) { o.field = dojo.html.getAttribute(cells[i], "field"); } if (dojo.html.hasAttribute(cells[i], "format")) { o.format = dojo.html.getAttribute(cells[i], "format"); } if (dojo.html.hasAttribute(cells[i], "dataType")) { var sortType = dojo.html.getAttribute(cells[i], "dataType"); if (sortType.toLowerCase() == "html" || sortType.toLowerCase() == "markup") { o.sortType = "__markup__"; o.noSort = true; } else { var type = this.getTypeFromString(sortType); if (type) { o.sortType = sortType; o.dataType = type; } } } o.label = dojo.html.renderedTextContent(cells[i]); this.columns.push(o); if (dojo.html.hasAttribute(cells[i], "sort")) { this.sortIndex = i; var dir = dojo.html.getAttribute(cells[i], "sort"); if (!isNaN(parseInt(dir))) { dir = parseInt(dir); this.sortDirection = (dir != 0) ? 1 : 0; } else { this.sortDirection = (dir.toLowerCase() == "desc") ? 1 : 0; } } } }, parseData:function (data) { this.data = []; this.selected = []; for (var i = 0; i < data.length; i++) { var o = {}; for (var j = 0; j < this.columns.length; j++) { var field = this.columns[j].getField(); if (this.columns[j].sortType == "__markup__") { o[field] = String(data[i][field]); } else { var type = this.columns[j].getType(); var val = data[i][field]; var t = this.columns[j].sortType.toLowerCase(); if (type == String) { o[field] = val; } else { if (val != null) { o[field] = new type(val); } else { o[field] = new type(); } } } } if (data[i][this.valueField] && !o[this.valueField]) { o[this.valueField] = data[i][this.valueField]; } this.data.push(o); } }, parseDataFromTable:function (tbody) { this.data = []; this.selected = []; var rows = tbody.getElementsByTagName("tr"); for (var i = 0; i < rows.length; i++) { if (dojo.html.getAttribute(rows[i], "ignoreIfParsed") == "true") { continue; } var o = {}; var cells = rows[i].getElementsByTagName("td"); for (var j = 0; j < this.columns.length; j++) { var field = this.columns[j].getField(); if (this.columns[j].sortType == "__markup__") { o[field] = cells[j].innerHTML; } else { var type = this.columns[j].getType(); var val = dojo.html.renderedTextContent(cells[j]); if (type == String) { o[field] = val; } else { if (val != null) { o[field] = new type(val); } else { o[field] = new type(); } } } } if (dojo.html.hasAttribute(rows[i], "value") && !o[this.valueField]) { o[this.valueField] = dojo.html.getAttribute(rows[i], "value"); } this.data.push(o); if (dojo.html.getAttribute(rows[i], "selected") == "true") { this.selected.push(o); } } }, showSelections:function () { var body = this.domNode.getElementsByTagName("tbody")[0]; var rows = body.getElementsByTagName("tr"); var idx = 0; for (var i = 0; i < rows.length; i++) { if (rows[i].parentNode == body) { if (dojo.html.getAttribute(rows[i], "selected") == "true") { rows[i].className = this.rowSelectedClass; } else { if (this.enableAlternateRows && idx % 2 == 1) { rows[i].className = this.rowAlternateClass; } else { rows[i].className = ""; } } idx++; } } }, render:function (bDontPreserve) { var data = []; var body = this.domNode.getElementsByTagName("tbody")[0]; if (!bDontPreserve) { this.parseDataFromTable(body); } for (var i = 0; i < this.data.length; i++) { data.push(this.data[i]); } var col = this.columns[this.sortIndex]; if (!col.noSort) { var field = col.getField(); if (col.sortFunction) { var sort = col.sortFunction; } else { var sort = function (a, b) { if (a[field] > b[field]) { return 1; } if (a[field] < b[field]) { return -1; } return 0; }; } data.sort(sort); if (this.sortDirection != 0) { data.reverse(); } } while (body.childNodes.length > 0) { body.removeChild(body.childNodes[0]); } for (var i = 0; i < data.length; i++) { var row = document.createElement("tr"); dojo.html.disableSelection(row); if (data[i][this.valueField]) { row.setAttribute("value", data[i][this.valueField]); } if (this.isSelected(data[i])) { row.className = this.rowSelectedClass; row.setAttribute("selected", "true"); } else { if (this.enableAlternateRows && i % 2 == 1) { row.className = this.rowAlternateClass; } } for (var j = 0; j < this.columns.length; j++) { var cell = document.createElement("td"); cell.setAttribute("align", this.columns[j].align); cell.setAttribute("valign", this.columns[j].valign); dojo.html.disableSelection(cell); if (this.sortIndex == j) { cell.className = this.columnSelected; } if (this.columns[j].sortType == "__markup__") { cell.innerHTML = data[i][this.columns[j].getField()]; for (var k = 0; k < cell.childNodes.length; k++) { var node = cell.childNodes[k]; if (node && node.nodeType == dojo.html.ELEMENT_NODE) { dojo.html.disableSelection(node); } } } else { if (this.columns[j].getType() == Date) { var format = this.defaultDateFormat; if (this.columns[j].format) { format = this.columns[j].format; } cell.appendChild(document.createTextNode(dojo.date.strftime(data[i][this.columns[j].getField()], format))); } else { cell.appendChild(document.createTextNode(data[i][this.columns[j].getField()])); } } row.appendChild(cell); } body.appendChild(row); dojo.event.connect(row, "onclick", this, "onUISelect"); } var minRows = parseInt(this.minRows); if (!isNaN(minRows) && minRows > 0 && data.length < minRows) { var mod = 0; if (data.length % 2 == 0) { mod = 1; } var nRows = minRows - data.length; for (var i = 0; i < nRows; i++) { var row = document.createElement("tr"); row.setAttribute("ignoreIfParsed", "true"); if (this.enableAlternateRows && i % 2 == mod) { row.className = this.rowAlternateClass; } for (var j = 0; j < this.columns.length; j++) { var cell = document.createElement("td"); cell.appendChild(document.createTextNode("\xa0")); row.appendChild(cell); } body.appendChild(row); } } }, onSelect:function (e) { }, onUISelect:function (e) { var row = dojo.html.getParentByType(e.target, "tr"); var body = dojo.html.getParentByType(row, "tbody"); if (this.enableMultipleSelect) { if (e.metaKey || e.ctrlKey) { if (this.isSelected(this.getObjectFromRow(row))) { this.removeFromSelected(this.getObjectFromRow(row)); row.removeAttribute("selected"); } else { this.setSelectionByRow(row); row.setAttribute("selected", "true"); } } else { if (e.shiftKey) { var startRow; var rows = body.getElementsByTagName("tr"); for (var i = 0; i < rows.length; i++) { if (rows[i].parentNode == body) { if (rows[i] == row) { break; } if (dojo.html.getAttribute(rows[i], "selected") == "true") { startRow = rows[i]; } } } if (!startRow) { startRow = row; for (; i < rows.length; i++) { if (dojo.html.getAttribute(rows[i], "selected") == "true") { row = rows[i]; break; } } } this.resetSelections(body); if (startRow == row) { row.setAttribute("selected", "true"); this.setSelectionByRow(row); } else { var doSelect = false; for (var i = 0; i < rows.length; i++) { if (rows[i].parentNode == body) { rows[i].removeAttribute("selected"); if (rows[i] == startRow) { doSelect = true; } if (doSelect) { this.setSelectionByRow(rows[i]); rows[i].setAttribute("selected", "true"); } if (rows[i] == row) { doSelect = false; } } } } } else { this.resetSelections(body); row.setAttribute("selected", "true"); this.setSelectionByRow(row); } } } else { this.resetSelections(body); row.setAttribute("selected", "true"); this.setSelectionByRow(row); } this.showSelections(); this.onSelect(e); e.stopPropagation(); e.preventDefault(); }, onHeaderClick:function (e) { var oldIndex = this.sortIndex; var oldDirection = this.sortDirection; var source = e.target; var row = dojo.html.getParentByType(source, "tr"); var cellTag = "td"; if (row.getElementsByTagName(cellTag).length == 0) { cellTag = "th"; } var headers = row.getElementsByTagName(cellTag); var header = dojo.html.getParentByType(source, cellTag); for (var i = 0; i < headers.length; i++) { if (headers[i] == header) { if (i != oldIndex) { this.sortIndex = i; this.sortDirection = 0; headers[i].className = this.headerSortDownClass; } else { this.sortDirection = (oldDirection == 0) ? 1 : 0; if (this.sortDirection == 0) { headers[i].className = this.headerSortDownClass; } else { headers[i].className = this.headerSortUpClass; } } } else { headers[i].className = this.headerClass; } } this.render(); }, postCreate:function () { var thead = this.domNode.getElementsByTagName("thead")[0]; if (this.headClass.length > 0) { thead.className = this.headClass; } dojo.html.disableSelection(this.domNode); this.parseColumns(thead); var header = "td"; if (thead.getElementsByTagName(header).length == 0) { header = "th"; } var headers = thead.getElementsByTagName(header); for (var i = 0; i < headers.length; i++) { if (!this.columns[i].noSort) { dojo.event.connect(headers[i], "onclick", this, "onHeaderClick"); } if (this.sortIndex == i) { if (this.sortDirection == 0) { headers[i].className = this.headerSortDownClass; } else { headers[i].className = this.headerSortUpClass; } } } var tbody = this.domNode.getElementsByTagName("tbody")[0]; if (this.tbodyClass.length > 0) { tbody.className = this.tbodyClass; } this.parseDataFromTable(tbody); this.render(true); }}); PK mMnpBBsrc/widget/SvgWidget.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.widget.DomWidget"); dojo.provide("dojo.widget.SvgWidget"); dojo.provide("dojo.widget.SVGWidget"); dojo.require("dojo.dom"); dojo.require("dojo.experimental"); dojo.experimental("dojo.widget.SvgWidget"); dojo.widget.declare("dojo.widget.SvgWidget", dojo.widget.DomWidget, {createNodesFromText:function (txt, wrap) { return dojo.svg.createNodesFromText(txt, wrap); }}); dojo.widget.SVGWidget = dojo.widget.SvgWidget; try { (function () { var tf = function () { var rw = new function () { dojo.widget.SvgWidget.call(this); this.buildRendering = function () { return; }; this.destroyRendering = function () { return; }; this.postInitialize = function () { return; }; this.widgetType = "SVGRootWidget"; this.domNode = document.documentElement; }; var wm = dojo.widget.manager; wm.root = rw; wm.add(rw); wm.getWidgetFromNode = function (node) { var filter = function (x) { if (x.domNode == node) { return true; } }; var widgets = []; while ((node) && (widgets.length < 1)) { widgets = this.getWidgetsByFilter(filter); node = node.parentNode; } if (widgets.length > 0) { return widgets[0]; } else { return null; } }; wm.getWidgetFromEvent = function (domEvt) { return this.getWidgetFromNode(domEvt.target); }; wm.getWidgetFromPrimitive = wm.getWidgetFromNode; }; dojo.event.connect(dojo.hostenv, "loaded", tf); })(); } catch (e) { alert(e); } PK mM=x&src/widget/templates/AccordionPane.css.dojoAccordionPane .label { color: #000; font-weight: bold; background: url("images/soriaAccordionOff.gif") repeat-x top left #85aeec; border:1px solid #d9d9d9; font-size:0.9em; } .dojoAccordionPane-selected .label { background: url("images/soriaAccordionSelected.gif") repeat-x top left #85aeec; border:1px solid #84a3d1; } .dojoAccordionPane .label:hover { cursor: pointer; } .dojoAccordionPane .accBody { background: #fff; overflow: auto; border:1px solid #84a3d1; }PK mMx;(src/widget/templates/buttons/bg-fade.pngPNG  IHDR d06gAMAOX2tEXtSoftwareAdobe ImageReadyqe<CIDATxbt=5|>RGu zci: HG&(x}IENDB`PK mM}G99+src/widget/templates/buttons/createlink.gifGIF89a􋋋ccc666555Ș[[[ߘΞJJJ]]]GGGAAA论ݗ̜qŘmo444냹kmkڎŒ먵llneeezzzdtblcfvfik---猌bbběnqoϐՙHHHtmoxz|vwwzd땪ܧݏRSSNNNW\ӮEEEZZZkok턴ְֹ߰׻777`bdjf쉉~͗Йoyyvqtiim񅈉߰֓fw{m՟릴MMMnqn\\\DDDγ}}}PYPݔx݂億!,i HY"XafEL3^(Z`VA NQCp#^08@ԣ*vD(fzXeH(tP8(b+=~$ @T!x@rɤ%JjG&@g2(=p2R!Qh$5`+(L THJ"PTŢ,?LhPJ 8)%J3RhP3,"Q @(`J$)!4pȁNyrxJDl(!c˥˟/0 ;PK mMIEII,src/widget/templates/buttons/hilitecolor.gifGIF89ab󬫬{}WDΖ~]E=qǶOŸTו鴾ЗvʹlȨ.{œu]Ήf"?j\ַƊQ|뫬əp+骭Z薦@@@!b,ba>B 7D,@aaX?LNM;EZ9VK&]'_R3(S.+! P <`FC^*a`- W"̂6YAI b\Q`1)`O#%5$zUс% F  ɖ/H\ıA;PK mM^UU2src/widget/templates/buttons/insertorderedlist.gifGIF89aKvQ'&!,&ƒjzj}Oq+dbJr;PK mMWG߄.src/widget/templates/buttons/justifycenter.gifGIF89a:943/.@?NMܬGF[Za`TSgf,+!,1I8}JBLLH0婮Y\@ni el:5;PK mM+|.src/widget/templates/buttons/left_to_right.gifGIF89a GFDC@?=̦;PK mMvh++&src/widget/templates/buttons/space.gifGIF89a!,D;PK mMV-XX*src/widget/templates/buttons/underline.gifGIF89a+EiϿZiHm<]?_DhϙFjеq`Hg|WܧwAcqGgGhΡInhSqMoQx>`fMpMsCfLpGl=]?a]{Kk9Y!+,upH,Ȥrj6ΧPV5t. p רJ:;9QCz] E$ SD+"C#G' % + H&JMK]QsA;PK mMU,,(src/widget/templates/ButtonTemplate.html
    PK mM#&src/widget/templates/CheckboxA11y.html PK mMk퍹-src/widget/templates/ComboButtonTemplate.html
    PK mMzT&src/widget/templates/decrementWeek.gifGIF89a000fffyyyFFFCCC؞mmmjjj!, ( Ci<LN0 D;A;PK mMGF  !src/widget/templates/DocPane.html

    Log In

    Detail: dojo.select

    Description

    Parameters

    optional type variable -

    Variables

    Signature

    returnType foo ( type paramName )

    Search Results: 0 matches

    dojo.fnLink - summary

    Package: dojo.package [edit] [save]

    Description

    Methods

    method -

    Requires

    Environment

    PK mM=>114src/widget/templates/Editor2/Dialog/insertimage.html
    URL
    Alternative Text

    Width 
    Height 
    HSpace 
    VSpace 
    Border      Align 
    PK mM!]XX8src/widget/templates/Editor2/EditorToolbar_FontName.html
    Arial
    Comic Sans MS
    Courier New
    Tahoma
    Times New Roman
    Verdana
    PK mMxVف3src/widget/templates/Editor2/showtableborder_ie.csstable.dojoShowIETableBorders, table.dojoShowIETableBorders td, table.dojoShowIETableBorders th { border: #d3d3d3 1px solid; }PK mMC^vv&src/widget/templates/EditorToolbar.css.StyleDropdownContainer { position: absolute; z-index: 1000; overflow: auto; cursor: default; width: 250px; height: 250px; background-color: white; border: 1px solid black; } .ColorDropdownContainer { position: absolute; z-index: 1000; overflow: auto; cursor: default; width: 250px; height: 150px; background-color: white; border: 1px solid black; } .EditorToolbarDomNode { background-image: url(buttons/bg-fade.png); background-repeat: repeat-x; background-position: 0px -50px; } .EditorToolbarSmallBg { background-image: url(images/toolbar-bg.gif); background-repeat: repeat-x; background-position: 0px 0px; } /* body { background:url(images/blank.gif) fixed; }*/ .IEFixedToolbar { position:absolute; /* top:0; */ top: expression(eval((document.documentElement||document.body).scrollTop)); } div.bigIcon { width: 40px; height: 40px; /* background-color: white; */ /* border: 1px solid #a6a7a3; */ font-family: Verdana, Trebuchet, Tahoma, Arial; } .iconContainer { font-family: Verdana, Trebuchet, Tahoma, Arial; font-size: 13px; float: left; height: 18px; display: block; /* background-color: white; */ cursor: pointer; padding: 1px 4px 1px 1px; /* almost the same as a transparent border */ border: 0px; } .dojoE2TBIcon { display: block; text-align: center; min-width: 18px; width: 18px; height: 18px; /* background-color: #a6a7a3; */ background-repeat: no-repeat; background-image: url(buttons/aggregate.gif); } .dojoE2TBIcon[class~=dojoE2TBIcon] { } .ToolbarButtonLatched { border: #316ac5 1px solid; !important; padding: 0px 3px 0px 0px; !important; /* make room for border */ background-color: #c1d2ee; } .ToolbarButtonHighlighted { border: #316ac5 1px solid; !important; padding: 0px 3px 0px 0px; !important; /* make room for border */ background-color: #dff1ff; } .ToolbarButtonDisabled{ filter: gray() alpha(opacity=30); /* IE */ opacity: 0.30; /* Safari, Opera and Mozilla */ } .headingContainer { width: 150px; height: 30px; margin: 0px; /* padding-left: 5px; */ overflow: hidden; line-height: 25px; border-bottom: 1px solid black; border-top: 1px solid white; } .EditorToolbarDomNode select { font-size: 14px; } .dojoE2TBIcon_Sep { width: 5px; min-width: 5px; max-width: 5px; background-position: 0px 0px} .dojoE2TBIcon_Backcolor { background-position: -18px 0px} .dojoE2TBIcon_Bold { background-position: -36px 0px} .dojoE2TBIcon_Cancel { background-position: -54px 0px} .dojoE2TBIcon_Copy { background-position: -72px 0px} .dojoE2TBIcon_Link { background-position: -90px 0px} .dojoE2TBIcon_Cut { background-position: -108px 0px} .dojoE2TBIcon_Delete { background-position: -126px 0px} .dojoE2TBIcon_TextColor { background-position: -144px 0px} .dojoE2TBIcon_BackgroundColor { background-position: -162px 0px} .dojoE2TBIcon_Indent { background-position: -180px 0px} .dojoE2TBIcon_HorizontalLine { background-position: -198px 0px} .dojoE2TBIcon_Image { background-position: -216px 0px} .dojoE2TBIcon_NumberedList { background-position: -234px 0px} .dojoE2TBIcon_Table { background-position: -252px 0px} .dojoE2TBIcon_BulletedList { background-position: -270px 0px} .dojoE2TBIcon_Italic { background-position: -288px 0px} .dojoE2TBIcon_CenterJustify { background-position: -306px 0px} .dojoE2TBIcon_BlockJustify { background-position: -324px 0px} .dojoE2TBIcon_LeftJustify { background-position: -342px 0px} .dojoE2TBIcon_RightJustify { background-position: -360px 0px} .dojoE2TBIcon_left_to_right { background-position: -378px 0px} .dojoE2TBIcon_list_bullet_indent { background-position: -396px 0px} .dojoE2TBIcon_list_bullet_outdent { background-position: -414px 0px} .dojoE2TBIcon_list_num_indent { background-position: -432px 0px} .dojoE2TBIcon_list_num_outdent { background-position: -450px 0px} .dojoE2TBIcon_Outdent { background-position: -468px 0px} .dojoE2TBIcon_Paste { background-position: -486px 0px} .dojoE2TBIcon_Redo { background-position: -504px 0px} dojoE2TBIcon_RemoveFormat { background-position: -522px 0px} .dojoE2TBIcon_right_to_left { background-position: -540px 0px} .dojoE2TBIcon_Save { background-position: -558px 0px} .dojoE2TBIcon_Space { background-position: -576px 0px} .dojoE2TBIcon_StrikeThrough { background-position: -594px 0px} .dojoE2TBIcon_Subscript { background-position: -612px 0px} .dojoE2TBIcon_Superscript { background-position: -630px 0px} .dojoE2TBIcon_Underline { background-position: -648px 0px} .dojoE2TBIcon_Undo { background-position: -666px 0px} .dojoE2TBIcon_WikiWord { background-position: -684px 0px} PK mM=`$src/widget/templates/FisheyeList.css.dojoHtmlFisheyeListItemLabel { font-family: Arial, Helvetica, sans-serif; background-color: #eee; border: 2px solid #666; padding: 2px; text-align: center; position: absolute; display: none; } .dojoHtmlFisheyeListItemLabel.selected { display: block; } .dojoHtmlFisheyeListItemImage { border: 0px; position: absolute; } .dojoHtmlFisheyeListItem { position: absolute; z-index: 2; } .dojoHtmlFisheyeListBar { position: relative; } PK mMm{ #src/widget/templates/images/bar.gifGIF89a#8꒶匰攸阻爬✿䎲菳艭㖹썱畸ᄨߚ吳阼~ڒݡ►ᅪߙ懫⏳郧ޓ|zօ꛾vӜߧ쒵ꁦ݀܃ޚy֙xՏ恦ܦ㊯䂧ށܨᎱ眿}ّꕹprs{{؀ۈwԌuҘwӊ~وڊ傧݉xzwԃptrПۛuѡ勯qϝ~yyqϒ䑴醫ۥ{}يޖ툫₦ތrϟvvuӓ۠tѢsѦ}}٩ts||َ菴銮uyՂo̓݋䐳膫|o~ـܧ|t!,#8M[VH4ڱɖ =dhq 9鴌!$iZ &Im ƒ!fxi'E0.JD(rxc 6 iU1_'Y$71n>ɁL%KJAL $d*QŠ5p OPk#FZp s0RhnY-4x@KHœ`xҊnxdն'\r a1bi"0j\ "b!.͸ @̅ ,L1@ߌ7L, 0,2{TpA ( >0BA@@!Є \, J A0'd ~ h@2,(G%0@#L dG @ EN44^ ^$|X#Zhv =  (d>@)D`"@|p"TP3=P2 74ȂhV Tj `x~E,|b Z#`< Mq2&(1B,yp/gP@Q,p[Z@YrH"4#H>A ` $D fЋ `C B1/ {A0@"pc$fX$Q *tN(PgSX@X uH\| p $ 5 T`@`8ù6k '+*DJH3:'vjޯ5H1#q`|pZ8_TbGH q|q}0 0 IŮ-UQ`3I(D QG|"&`PDEeBtlsFia*E7]tB]0$@.@@%F:#xY%naKUh&; Ât0 ."Ut aVhaTD6x0 tRFXphha ^Ï\5< (,WaP`>(mm?$OL 8IrL:NG4P iմ5Mmnw7)a82e0x4gIZ̥.w^7f0FARH*VVҙe,e)IRż$&3M$(C@b(%%E,p# ;PK mMs\k$$%src/widget/templates/images/clock.pngPNG  IHDR<qgAMAOX2tEXtSoftwareAdobe ImageReadyqe<$`IDATx] ]E>ޝtpaSq\pwO?quudS7PA*oIXH营;{z_USSu}Нn޽wsN1!\P|ܮ2w&Scݏv{Ϭޣ/AH-KP6, MwTȃ'"kL kvb.4}2) Ku 5qsU$*U儼0~ʐ5q5nj3Zxʎ ǯ3Te+ Xd$ Xd$V&d$V&2$V&2 P-[`Z-S[c juU +*+>&`h``D@0@ߐA6t ֔PkC5˭AmU<' ˭D_^ 0mzN*_@i$s$X͡sܺ&̐hnf`NSr<`*p@לSڶ}r+`_Ȁ5@vf 54V% Ckrxy{e,[ \˿O5=9fcMr-2`MAʹ-6? AX$?nwr&ˀ H[##,iP(Io@ 0}^_|i&_w #2` AGxi{dT^Kj@++4raYf'5QYLLP%iB 9bnwbBd*=9^TcToܲAMay|@bM[Nᾇ*k?b[``dpa05O_T38H_Q4sva ҧX1i8PM5"r<{dJOxʜ2SXT8qA΀*8I1+tؗww,|K/Бﲷ]ggmmmVCNT{)8urFЉ7Gp̖?=F .VyNκ ҵ?U@|)=ah7l3l;l XD5Ij.X꩙W¯BP9=J[2s06>< APi=ԕorƪdKuhi;{00з|VL0^X_7+\I kkMRߍ;,rp_L]g,,5y{ ( 2k! "qXShת`+#}5k!L/ "<Igۯg@(=DifgQnOמּ&pXP]66jwF3 GHYFφ=!b% 1 @(Ƃl\x o&`YpF6HpA'*6lclkcg.VEX%a;@ppU"^&5RmBZ؅]~|y/B6&UKVF\š43X%(д"NSDeXY`l/p`拚pBTrH̪U\H@<Gs^ ]}bBvo眛:.k. '>sF8񱃽XGO65s 8%+Fl3m,Lӄ;L uon [0%d`cgegghOH@a(pՈ7|b;won]eodj&;su?/7<=j{hrƍ(.BLVs^X7CRD$ʭ k D*u/T~ l?pGVSE߾ZD<, +Db^Y?:c4 'Qs[Ĺ E3N#石 zI=cJ 07Uc[%Ǭi"b꬯DL }k!(XL؈1/|n 0Jh.vήS*oDP ~{Ti8\*$ТQuǝ? :Aj+d n{x~ H`k[3F[N,cP/_A"O0bbWfĪu<Ќ3)#/݀|֘>__YvZ&xn98Q6ad?t9P9A<9'{@8t@L#H` d.QS"|ݔ i=ci[Ol,!X7t ٸ 1?`fG|j-C0"w)޸odFuEhgsQGf0fa6~^@Pᓋ ϩrolj?'įM&^O}2dyP7 l, },_Kl0 f7U\o& %Gf`yu4-;AR^}Ζާy.s=p*i$X˴^#b}N^Qp'b@YI +P8CSsN1@}A8c6g? \ ''4E:Z־)^ʘԨ*B@@8>,N[>R5r% SfgH4AWțk=܋ۉ!uK0ۯBMeqona?aɢyRkÍ$p u5EGZς 3yOK}1hZ;h6nn( )TqH_ꮇ |/럔 _ʗj ;{\O6|aVn+̒`xHEfep[#*.Ȼ;9$…;e#Dr<`VGܳNY_\`ܼX&]6 .UO]_M!Z9*B@X-4t€{,{¸Lc2eSb0n[.w|E ѧ g)Q\6l =X+>  R/zGbVcqM"hYk|P3'*mGɴVrY?Fg&iB}`;YDQ`&/D4*sEǮT㍷ܫA71 ? xΚ mMR@|A>yArh oŋ <>ȔN8ܤ|i#$Z+'9DuF  ,UZJoGʇs̠3٘] 1=^4_PL!c$4rmy0^adЬP$v*L\_+h]K$s[;/mO}Q2^T浧\3J!̄@ &/".TGPt7Aш^h_(5U'L*9I>-F8SF9cZ8y̼g7H"l @^T*T,d$2: h4>3`hH!H_2 MI%s?ZP+ILcӄn= #/+t' MlKTYLq8*iJ&pc_up nOx-,VӋܳIL)>C#{{@]uE⏉3oKMo%%ţ =IfD|`{'c)Bn d80pK&\+Qv9Uz\򷊙R5.c"B0+( W.)tC!3H wĸ{X%tC1sX̙LګPL5u4Á;,,Ճy-=lUSx']#j2W2BLR\q%MƪTήa.g$dbrC(e|gn LP<6Jg@!VSh7wU[r¿QB4d2ŴT1P='V,_&3:&T[u?qŔm:%&j.n TfS=;P q[>PĔ!Gˎ=C0$=Fx'A}miړSLb8C 4߫P~+: ;X_ s쁲P<^ xNrYV;yPC ԯ+譸Évߞ7[wl [`b=`A[n9_Q^Ͻ< *++`8bX0%셭~[.̛c&J-pT_:r0ء/+l&go9Gϫ\bR3lҾAXu<`тYp:HRk<(u^ ̖PV^}@ pf8i nA/)t«!Ɠ0=1<]U/|#w^?bcg?,Si\ (2]yO ;v'"icŀPJS O&'!Ν $m-;l_D yS!R*=ˬa KxoVښU .X&٨M/OEo| wb%M񯴦P8wLTZ^92ZKE <"5`'s1^7Ĭ\YրU+ƻ_]?CZM_.iZP[U*Z8j#J_J7skGqc1X̯φNRA7#~[\NZKZVUF&ltki%M:RV;XSXJH!R,6q@5<2*VGN|fG4}U0Zy5].8V94Y0RfP.kuHs~k 1#$ u1;PFK~kti$A IzdJGH1kk)~phF`bv*i^\ ͍U*V{x͵*c'ݘ5V}=gcX6]. <-ia98qޙ褌HKP2'E41'nhpFCe!vؽ>tͷWc>f5b<Av|hA}#LG7 s7Z3d`I1Kߘ7N32tlrmt./uǵ$<f[ן*dL" R0ЫSg-ck_v_(f鑹]BTT3QG1έ褳] Jt'qjZױl_SGȟV<?W,DrILaۮo܃KN'++ ~s<]\z)Y+=;LU!3Bca)ahcr\w@Ue%\rXI]V6mGXs6pk]#@ee~L)Kaы7VMWu_7T;Om=m#{_D懅8j Nd1>)g8URQȜ+1" M&T8jsKҹjksNG|I3Oeb[bҒ /uCe>'/kRFq·7 Qj{hXϾ3[,ҥ2;70x=zG *lˉ XF+r NZ T80i@ZUU$b yaȰvظy?~wpkN嬒I<+JC;pajÉ"X(*T>n8N+)51 ^U&r|7IcV CLW }p]|k Ӕ#6NXBm%3TJ5AyOn%k?غCiÏ4Kz(j*d-L4pB:a 9ZNbqPj~RQt)o ( `ך?5T0zwG&`=ٗ:2],i]45-w=l_^'XRFi2zll * _w7p3Wd&Ŕ :ioQ#OoᶻK?]bihiR[ oا0Y'y뤨ipFOK=NCM.vl40~ҁqj_N(]NJlнð|~#,NA)59mAdc}1o=8Yk  ?5BSH)VWTp%$rԷ~K<'G#|2u 6ӛU Y6AE,+˴{oU (;ǜI*m5بK4$ Jjc0R0Ԃ;`2K&`T#f JncU)´wL߰Xa6`ඡ |X}h3 5$y8;g7W< 50r^PjR"8O=A?%`n5-4Fn>*srT.R8sK`Gܟ^i:J%67VBmUEY(Qq,w{$ybPJV/*ZHrC,̂СL' 2ɀIL2`eIL2`e+L2`e+ Xd+ XLI3(_j"kI.jѬ93)"!23w_&_ʄƺ^nwdMIt}?}`C!(?n;FV[[^SZ 2 0LKgQIENDB`PK mM)src/widget/templates/images/dpCurveBR.pngPNG  IHDRJtEXtSoftwareAdobe ImageReadyqe<IDATxй @@Q;+ Nie &CHvFIy2O@ @ @ @ @ @ @ @ @  ,ΐDNmdT@%ͫCndiI.h}gtߵ 575춫IENDB`PK mM++/src/widget/templates/images/dpHorizLineFoot.gifGIF89aq!,D ;PK mM;++*src/widget/templates/images/dpVertLine.gifGIF89ay!,D\;PK mMO ..4src/widget/templates/images/dropdownButtonsArrow.gifGIF89a/?Z!, [;PK mMOؽ3src/widget/templates/images/floatingPaneRestore.gifGIF89a홼p6FVr᜾훿m}٧q떸둴ꙻnov삦ݍyl쎲噼q꒴啶qorl됲퉮뀦rlk):K!,PN P$EOOE$EIEE&H&E>PEQE;PE#Q#EP2ɻ20QRQ07P5F1Q1F5P3F@K6䂑\Ck86q/ A:#!z@yad` (44@9 FD%BӧP"+hʕ *@abhӦ]X.ɥ(L˗o (M Lp@;PK mMme"src/widget/templates/images/no.gifGIF89a X\Ꝡ.4sTHg: Hptxx TRZ՚ժ]~v8vmj}V[wҝkm3}NT'W lq Syʊ\A3gχkT EѤM.}z4ժ+y-vҗDFۀ(-z^7+*r͟Ggbv }.~;ї:}#tWV,;4b`G :a.HZ(a>!!l%H"br 2XK؈9n Ǎ=>IKiSJ QN)YDȕY %Zr&^RC7yfjfm 7)goc 瞍I"zC9VH2I@*)NZif)j:jj S$#zkf(@M* k(ˬP, `-ښ1~mz[3@=ڠM8 :l+/[o/2?+0\p(\o30E0D"kqoܱ {<Ǐ#rL22s6Ls s?[EFJ(E;4$HtScJ./2[wu^%esB-i6_ q!w#B}7~N^84U8?_ycny1 n:b zNz<&'< G?}S}PR(@ޟ_-\Ͼ퇿~̯Lp (_'?& |`@:~80A rpq > B ! KBЅ-d S8n@+p=!H}! 1ED"#2шIdȠ)|br0wAv# h5* TЍ;PK mMa}}-src/widget/templates/images/slider-button.pngPNG  IHDRE,tEXtCreation TimeSat 24 Jun 2006 18:44:01 -0500dtIME,.f pHYsiTSgAMA aEPLTE{s{{{քބ֌焜ƄΌ猭ޔ֥tRNS@fvIDATx] : TD~%%",:rux#l_@u)Ρ-h ,G+fuufgAMA aIDATxcv?Q(_~)MueF&H?p+WX c @ϟ~MDK D;޾ AëL,9g_?@/9iٴ[6-n{.Qp\ܼfjƿ~+> ,V^VތL,x `BB~($;IRVӸJ~gsؙ```120'`$ IENDB`PK mM< <-src/widget/templates/images/soriaActive-c.gifGIF89a6wzę!,6w(& )9 :A*\Ç#JHb3jȱǏaIɓ(S$˗0cʜ93͛8sɳgO@ JѣGU(]ʴӧPF-AիXjݺUׯ`ÊKlY hӪ]˶۷oȝKݻx߿ <؀È+^̸q#KL˗ h̹ϠCV@ӨS^Zװc˞Mvmsͻ N<7ȓ+_μs4KNرνËӫ_Ϟ=˟O}5Ͽh& 4F(R…fv衇($h(hÊ,0(h8<@i#DiH&L6PF)TViXf\v`)dihF9Ělp)tix|矀*蠄`衈&袌6裐F*餔Vhf馜v駠*ꨤjꩨꪬꪫ.*무j뭸 Į+k&6FVkfv+k覫?+k l' 7G,Wlgw1+,$l(,0,4l8笳@-DmH'3L7PG-TWmXgSC`-d]hlo# tmxw|߀.G`'78G.Wnow砇n騧꫋.^? o'"7<";PK mMB4PP-src/widget/templates/images/soriaButton-c.gifGIF89a6wzĸ쐶햻싳!,6w@pH,d2l:Шt:5Yجvv'xL.znx\E~ %'  HI(\ȰÇ#F@ŋ3jܸǏ CId(S\ɲ˗/ȜI͛8s@ :ѣH*]ʴiSPJJիWEhʵׯ`Æ@ٳhӪ]v۷pʝKn]x˷߿ LÈ'ǐ#K( h ~ ?4F(N(Dfn!$h(*'4X7ʈ.6)dBaH&L6dNF)JBIXV[ZQz ZifbIfjf\ gryevNga矀*蠄J&袃 !£F*餔VjiB<馜v駠 *jꩨꪬ* *무j뭶 î+lB `&6ˬD+Vk^+v+ Aù覫nBH k拯,, ' 7 WlgqB ,$L,0,4l8: @-DmtBL7PG /TmXg\o- `-dmf 1lp-wB `x|ͷ .n.D 7G. gwyB 褗n騧.. o'|B\G/WO=dw/Ī o觯 A/oB( PL 'H Z6z C( (L WP gH8"@ (D!HL&:BH*ZX".z;PK mMyĄ550src/widget/templates/images/submenu_disabled.gifGIF89a !,  D`bRl% ;PK mM|j88)src/widget/templates/images/tab_close.gifGIF89a ^^ccXXTTEEꅅbbaa\\__VV}}XX[[SSddkkhhkkPPNNOO{{{{NNQQ\\HHJJppiiKKeehhggGGXXHHrrddjjFF__烃gg肂MM!, U@pHގȤvN t[Rh&!n4P{X`L$N ) 0  "i2 -1i+6#*iIEBA;PK mM4ؖ/src/widget/templates/images/tab_left_r_curr.gifGIF89a #碽fx؎hdb!#, hH #RD68eV)֪zvghZFo9wx^|u\{dtkI!!!!!   #  # #^ABNp!D ;PK mMA"rP P ,src/widget/templates/images/tab_top_left.gifGIF89a,;bdӎhf拰整᡼쌰棾xz١떾!;,,pl,rl:ШtJZجvzస:`dWen|N~w;&0;" ļ16)% c1c*\ȰÇ#JHŋ3jȱǏ3P@ɓ(S\ɲ˗0cʜI͛8sɳM: JѣH*]ʴӧPJJիXj tׯ`ÊKٳd]˶۷pMvݻx݋.߿ |/È+^0ǐ#Kx˘3WϚ9M`ѦS^5װcgu-Hi;-ď+_~89:Nzֳk}/;腚O^𵿏O??_V )9ᄖIHᅏYᆈiᇁyzH≔g&b_/ƈ4fX㍉#_:(dcCHk$N>YdR Ie>^Znyc^f1Ifbjf# rιav^g~`Hh(._iMJ)|^^i} {)jޝ|njս }J)k݊~.k )lZ>+[Fm]jnkZ6nnh[(Kodk ˯bۡLichp€-01OWۅqrm1\ȉ\Ɍʏܲ˒̕\͘✳Λ@-DmH'}DPG-TWmK 4@`-dmhlp-tmx}7 ߀.n'7G.Wn;!D砇.褗n騧ꬷ.n` /o'7G/Wow/o觯/  HL:$̠7z GH(L W0L!@8̡w@ H"HL&H*ZX̢.z` H2hLpH:x̣> IB@F:򑐌$'IJZ̤&7Nz (GIJO`L*WV򕰌,gIZ̥.w^ .@bL2f:Ќ4IjZ̦6nz@8IrL:vYO @JЂMBІ:D'JъZ?3юz HGJҒt&MJWҖ0=(JcJӚ8ͩIgӞ@ jMy*ԢHMBԦ:P)SJժZ*VծbU^ XThM+Kֶͪe+\J׺Tvͫ^ߊ׽a+`Kب MlQ:}d'Re3fճ -H7+Қ=jAպ}ln֮p:^6MXn΍.U+6ͮQ /N+Jռ*yޝ|;ug_ⷿ^j|^xNpJ`3~0, /3\ sX{C,b=1˫..cӸ6qts1+! F-%3ٶN~l,eRʪ2M-^fmE 1sfm35Onm! 9+vm=~m AІn)"p}4*IҖF+3MMszqmQsԦjMӅy_-Һŵwokv-ۺ>Ol6{v.miS־6Lmr=nr+FwսnvCݶ ;PK mMuff+src/widget/templates/images/transparent.gifGIF89a((gԈ0Ԉ*2! $02H!`L2H!`$h82dtu꼐xqu!u,!`@$@(z ,tH(@ H 悰@L@! \Qm!X鄑QH!X頑QHmD0! Ԉ0l !`@Gi  Q 8mGn8Gi(qՆ`xpm !`đ !` bbPGi(DpmGn8Gi(hGi(Gi(P \ pDGi(ccEGGn8IltII悰!,((CH*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8 ;PK mM8!!*src/widget/templates/images/Tree/minus.gifGIF89a999숡ᇡzzzپDDDrrry!,~JI$&73"9H ',2(:I)8A 6/0* +4 5#! ;1GE=I % - J҂I.> F @CDB1E%#B+=.8) :? 76 A;ٸ(&$3*I;PK mM. "ZH=?mmfg$i- Z^r:)V :r _?}=7 ֺ_1]Llw*J@bU|v?]%5jlN]&6]b(h!LP<@Iԝ<'B :ITQd)ݷp6=2d8ܲ9~qԈP#kASCt܍y7J?-R^uOcdh=^ItH uPMה*V9ǝy7KFIl}ZQ"Tl[_Of;,~^L9kf̟?!0aǖ 1$P`,jЀ7X$8P8( +RTa4bhz<RE}?!>8V TFD  L ζ[SCCkъ @$$}XVYI(n9'X1?!z *H ޯxh{5Yd,ux;7zj~> e;r?B'M )ƸUFni%'Ĭxvh ΟA#^?Gէg$3'V*2$!" aFv8!)`U@ɔbE%cpS0ve?qvDX$ Va,Im{Q`YIhlbFI$ S >ƱcQss\w-?'PK mM/94src/widget/templates/images/treenode_expand_plus.gifGIF89aH999~DDDCCD~}}CDDy!H,{HFFFG-@3C ?#. 8=D), 5 /%>E21A+*å ;<(76!09$B4&": ';PK mM6C_JJ/src/widget/templates/images/treenode_grid_t.gifGIF89arrr!,!˦ SojΒkH6[vZF-:q;PK mM+<</src/widget/templates/images/treenode_grid_z.gifGIF89a999!,tzik}M;PK mM۩fDD2src/widget/templates/images/TreeV3/expand_leaf.gifGIF89arrr!,T;Z HV;PK mM< GG(src/widget/templates/images/TreeV3/i.gifGIF89arrr!,˦ SojΒkeuNiR;PK mM5l<<.src/widget/templates/images/TreeV3/i_bhalf.gifGIF89arrr!,RP|N;PK mMj,src/widget/templates/images/TreeV3/minus.gifGIF89ay999DDDĀ},7&,.0A)(H?'9"*; % 4+<: F # G=C8ʵ 6E2! B/5 D-$3 >1@;PK mM۩fDD(src/widget/templates/images/TreeV3/x.gifGIF89arrr!,T;Z HV;PK mM I&src/widget/templates/incrementWeek.gifGIF89a000cccyyy߅CCCFFFjjjmmm!, P Q @!N ;PK mMjesrc/widget/templates/Menu2.css .dojoPopupMenu2 { position: absolute; border: 1px solid #7298d0; background:#85aeec url(images/soriaMenuBg.gif) repeat-x bottom left !important; padding: 1px; margin-top: 1px; margin-bottom: 1px; } .dojoMenuItem2{ white-space: nowrap; font: menu; margin: 0; } .dojoMenuItem2Hover { background-color: #D2E4FD; cursor:pointer; cursor:hand; } .dojoMenuItem2Icon { position: relative; background-position: center center; background-repeat: no-repeat; width: 16px; height: 16px; padding-right: 3px; } .dojoMenuItem2Label { position: relative; vertical-align: middle; } /* main label text */ .dojoMenuItem2Label { position: relative; vertical-align: middle; } .dojoMenuItem2Accel { position: relative; vertical-align: middle; padding-left: 3px; } .dojoMenuItem2Disabled .dojoMenuItem2Label, .dojoMenuItem2Disabled .dojoMenuItem2Accel { color: #607a9e; } .dojoMenuItem2Submenu { position: relative; background-position: center center; background-repeat: no-repeat; background-image: url(images/submenu_off.gif); width: 5px; height: 9px; padding-left: 3px; } .dojoMenuItem2Hover .dojoMenuItem2Submenu { background-image: url(images/submenu_on.gif); } .dojoMenuItem2Disabled .dojoMenuItem2Submenu { background-image: url(images/submenu_disabled.gif); } .dojoMenuSeparator2 { font-size: 1px; margin: 0; } .dojoMenuSeparator2Top { height: 50%; border-bottom: 1px solid #7a98c4; margin: 0px 2px; font-size: 1px; } .dojoMenuSeparator2Bottom { height: 50%; border-top: 1px solid #c9deff; margin: 0px 2px; font-size: 1px; } .dojoMenuBar2 { background:#85aeec url(images/soriaBarBg.gif) repeat-x top left; /*border-bottom:1px solid #6b9fec;*/ padding: 1px; } .dojoMenuBar2 .dojoMenuItem2 { white-space: nowrap; font: menu; margin: 0; position: relative; vertical-align: middle; z-index: 1; padding: 3px 8px; display: inline;/* needed in khtml to display correctly */ display: -moz-inline-box;/* needed in firefox */ cursor:pointer; cursor:hand; } .dojoMenuBar2 .dojoMenuItem2Hover { background-color:#d2e4fd; } .dojoMenuBar2 .dojoMenuItem2Disabled span { color: #4f6582; } PK mMSD$src/widget/templates/ProgressBar.css.backBar{ border:1px solid #84a3d1; } .frontBar{ background:url("images/bar.gif") repeat bottom left; background-attachment: fixed; } .h-frontBar{ background:url("images/h-bar.gif") repeat bottom left; background-attachment: fixed; } .simpleFrontBar{ background: red; } .frontPercent,.backPercent{ font:bold 13px helvetica; } .backPercent{ color:#293a4b; } .frontPercent{ color:#fff; }PK mM7+src/widget/templates/ResizableTextarea.html
    drag to resize
    PK mMF!!src/widget/templates/Show.html
    < >
    PK mM58 src/widget/templates/Slider.html
    PK mM> zz#src/widget/templates/SlideShow.html
    PK mM[^9{ { %src/widget/templates/TabContainer.css.dojoTabContainer { position : relative; } .dojoTabPaneWrapper { border : 1px solid #6290d2; _zoom: 1; /* force IE6 layout mode so top border doesnt disappear */ display: block; clear: both; overflow: hidden; } .dojoTabLabels-top { position : relative; top : 0px; left : 0px; overflow : visible; margin-bottom : -1px; width : 100%; z-index: 2; /* so the bottom of the tab label will cover up the border of dojoTabPaneWrapper */ } .dojoTabNoLayout.dojoTabLabels-top .dojoTab { margin-bottom: -1px; _margin-bottom: 0px; /* IE filter so top border lines up correctly */ } .dojoTab { position : relative; float : left; padding-left : 9px; border-bottom : 1px solid #6290d2; background : url(images/tab_left.gif) no-repeat left top; cursor: pointer; white-space: nowrap; z-index: 3; } .dojoTab div { display : block; padding : 4px 15px 4px 6px; background : url(images/tab_top_right.gif) no-repeat right top; color : #333; font-size : 90%; } .dojoTab .close { display : inline-block; height : 12px; width : 12px; padding : 0 12px 0 0; margin : 0 -10px 0 10px; cursor : default; font-size: small; } .dojoTab .closeImage { background : url(images/tab_close.gif) no-repeat right top; } .dojoTab .closeHover { background-image : url(images/tab_close_h.gif); } .dojoTab.current { padding-bottom : 1px; border-bottom : 0; background-position : 0 -150px; } .dojoTab.current div { padding-bottom : 5px; margin-bottom : -1px; background-position : 100% -150px; } /* bottom tabs */ .dojoTabLabels-bottom { position : relative; bottom : 0px; left : 0px; overflow : visible; margin-top : -1px; width : 100%; z-index: 2; } .dojoTabNoLayout.dojoTabLabels-bottom { position : relative; } .dojoTabLabels-bottom .dojoTab { border-top : 1px solid #6290d2; border-bottom : 0; background : url(images/tab_bot_left.gif) no-repeat left bottom; } .dojoTabLabels-bottom .dojoTab div { background : url(images/tab_bot_right.gif) no-repeat right bottom; } .dojoTabLabels-bottom .dojoTab.current { border-top : 0; background : url(images/tab_bot_left_curr.gif) no-repeat left bottom; } .dojoTabLabels-bottom .dojoTab.current div { padding-top : 4px; background : url(images/tab_bot_right_curr.gif) no-repeat right bottom; } /* right-h tabs */ .dojoTabLabels-right-h { overflow : visible; margin-left : -1px; z-index: 2; } .dojoTabLabels-right-h .dojoTab { padding-left : 0; border-left : 1px solid #6290d2; border-bottom : 0; background : url(images/tab_bot_right.gif) no-repeat right bottom; float : none; } .dojoTabLabels-right-h .dojoTab div { padding : 4px 15px 4px 15px; } .dojoTabLabels-right-h .dojoTab.current { border-left : 0; border-bottom : 1px solid #6290d2; } /* left-h tabs */ .dojoTabLabels-left-h { overflow : visible; margin-right : -1px; z-index: 2; } .dojoTabLabels-left-h .dojoTab { border-right : 1px solid #6290d2; border-bottom : 0; float : none; background : url(images/tab_top_left.gif) no-repeat left top; } .dojoTabLabels-left-h .dojoTab.current { border-right : 0; border-bottom : 1px solid #6290d2; padding-bottom : 0; background : url(images/tab_top_left.gif) no-repeat 0 -150px; } .dojoTabLabels-left-h .dojoTab div { background : 0; border-bottom : 1px solid #6290d2; } PK mM4??-src/widget/templates/TaskBarItemTemplate.html
    PK mM?b#src/widget/templates/TitlePane.html
    PK mMisrc/widget/templates/Tree.css.dojoTree { font: caption; font-size: 11px; font-weight: normal; overflow: auto; } .dojoTreeNodeLabel { padding: 1px 2px; color: WindowText; cursor: default; } .dojoTreeNodeLabel:hover { text-decoration: underline; } .dojoTreeNodeLabelSelected { background-color: Highlight; color: HighlightText; } .dojoTree div { white-space: nowrap; } .dojoTree img { vertical-align: middle; } PK mM_%/""src/widget/templates/TreeV3.css/* indent for all tree children excepts root */ .TreeNode { background-image : url('../templates/images/TreeV3/i.gif'); background-position : top left; background-repeat : repeat-y; margin-left: 19px; zoom: 1; } .TreeIsRoot { margin-left: 0; } /* left vertical line (grid) for all nodes */ .TreeIsLast { background-image: url('../templates/images/TreeV3/i_half.gif'); background-repeat : no-repeat; } .TreeExpandOpen .TreeExpand { background-image: url('../templates/images/TreeV3/expand_minus.gif'); } /* closed is higher priority than open */ .TreeExpandClosed .TreeExpand { background-image: url('../templates/images/TreeV3/expand_plus.gif'); } /* highest priority */ .TreeExpandLeaf .TreeExpand { background-image: url('../templates/images/TreeV3/expand_leaf.gif'); } /* should always override any expand setting, but do not touch children. if I add .TreeExpand .TreeExpandLoading same time and put it to top/bottom, then it will take precedence over +- for all descendants or always fail so I have to remove TreeExpand and process this one specifically */ .TreeExpandLoading { width: 18px; height: 18px; float: left; display: inline; background-repeat : no-repeat; background-image: url('../templates/images/TreeV3/expand_loading.gif'); } .TreeContent { min-height: 18px; min-width: 18px; margin-left:18px; cursor: default; /* can't make inline - multiline bugs */ } .TreeIEContent { height: 18px; } .TreeExpand { width: 18px; height: 18px; float: left; display: inline; background-repeat : no-repeat; } /* same style as IE selection */ .TreeNodeEmphasized { background-color: Highlight; color: HighlightText; } .TreeContent .RichTextEditable, .TreeContent .RichTextEditable iframe { background-color: #ffc; color: black; } /* don't use :focus due to opera's lack of support on div's */ .TreeLabelFocused { outline: 1px invert dotted; } PK mMg[[ src/widget/templates/Wizard.html
    PK mMOE**src/widget/Toaster.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Toaster"); dojo.require("dojo.widget.*"); dojo.require("dojo.lfx.*"); dojo.require("dojo.html.iframe"); dojo.widget.defineWidget("dojo.widget.Toaster", dojo.widget.HtmlWidget, {templateString:"
    ", templateCssString:".dojoToasterClip {\n\tposition: absolute;\n\toverflow: hidden;\n}\n\n.dojoToasterContainer {\n\tdisplay: block;\n\tposition: absolute;\n\twidth: 17.5em;\n\tz-index: 5000;\n\tmargin: 0px;\n\tfont:0.75em Tahoma, Helvetica, Verdana, Arial;\n}\n\n.dojoToasterContent{\n\tpadding:1em;\n\tpadding-top:0.25em;\n\tbackground:#73c74a;\n}\n\n.dojoToasterMessage{ \n\tcolor:#fff;\n}\n.dojoToasterWarning{ }\n.dojoToasterError,\n.dojoToasterFatal{\n\tfont-weight:bold;\n\tcolor:#fff;\n}\n\n\n.dojoToasterWarning .dojoToasterContent{\n\tpadding:1em;\n\tpadding-top:0.25em;\n\tbackground:#d4d943;\n} \n\n.dojoToasterError .dojoToasterContent{\n\tpadding:1em;\n\tpadding-top:0.25em;\n\tbackground:#c46600;\n} \n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/Toaster.css"), messageTopic:"", messageTypes:{MESSAGE:"MESSAGE", WARNING:"WARNING", ERROR:"ERROR", FATAL:"FATAL"}, defaultType:"MESSAGE", clipCssClass:"dojoToasterClip", containerCssClass:"dojoToasterContainer", contentCssClass:"dojoToasterContent", messageCssClass:"dojoToasterMessage", warningCssClass:"dojoToasterWarning", errorCssClass:"dojoToasterError", fatalCssClass:"dojoToasterFatal", positionDirection:"br-up", positionDirectionTypes:["br-up", "br-left", "bl-up", "bl-right", "tr-down", "tr-left", "tl-down", "tl-right"], showDelay:2000, postCreate:function () { this.hide(); dojo.html.setClass(this.clipNode, this.clipCssClass); dojo.html.addClass(this.containerNode, this.containerCssClass); dojo.html.setClass(this.contentNode, this.contentCssClass); if (this.messageTopic) { dojo.event.topic.subscribe(this.messageTopic, this, "_handleMessage"); } if (!this.positionDirection || !dojo.lang.inArray(this.positionDirectionTypes, this.positionDirection)) { this.positionDirection = this.positionDirectionTypes.BRU; } }, _handleMessage:function (msg) { if (dojo.lang.isString(msg)) { this.setContent(msg); } else { this.setContent(msg["message"], msg["type"], msg["delay"]); } }, setContent:function (msg, messageType, delay) { var delay = delay || this.showDelay; if (this.slideAnim && this.slideAnim.status() == "playing") { dojo.lang.setTimeout(50, dojo.lang.hitch(this, function () { this.setContent(msg, messageType); })); return; } else { if (this.slideAnim) { this.slideAnim.stop(); if (this.fadeAnim) { this.fadeAnim.stop(); } } } if (!msg) { dojo.debug(this.widgetId + ".setContent() incoming content was null, ignoring."); return; } if (!this.positionDirection || !dojo.lang.inArray(this.positionDirectionTypes, this.positionDirection)) { dojo.raise(this.widgetId + ".positionDirection is an invalid value: " + this.positionDirection); } dojo.html.removeClass(this.containerNode, this.messageCssClass); dojo.html.removeClass(this.containerNode, this.warningCssClass); dojo.html.removeClass(this.containerNode, this.errorCssClass); dojo.html.removeClass(this.containerNode, this.fatalCssClass); dojo.html.clearOpacity(this.containerNode); if (msg instanceof String || typeof msg == "string") { this.contentNode.innerHTML = msg; } else { if (dojo.html.isNode(msg)) { this.contentNode.innerHTML = dojo.html.getContentAsString(msg); } else { dojo.raise("Toaster.setContent(): msg is of unknown type:" + msg); } } switch (messageType) { case this.messageTypes.WARNING: dojo.html.addClass(this.containerNode, this.warningCssClass); break; case this.messageTypes.ERROR: dojo.html.addClass(this.containerNode, this.errorCssClass); break; case this.messageTypes.FATAL: dojo.html.addClass(this.containerNode, this.fatalCssClass); break; case this.messageTypes.MESSAGE: default: dojo.html.addClass(this.containerNode, this.messageCssClass); break; } this.show(); var nodeSize = dojo.html.getMarginBox(this.containerNode); if (this.positionDirection.indexOf("-up") >= 0) { this.containerNode.style.left = 0 + "px"; this.containerNode.style.top = nodeSize.height + 10 + "px"; } else { if (this.positionDirection.indexOf("-left") >= 0) { this.containerNode.style.left = nodeSize.width + 10 + "px"; this.containerNode.style.top = 0 + "px"; } else { if (this.positionDirection.indexOf("-right") >= 0) { this.containerNode.style.left = 0 - nodeSize.width - 10 + "px"; this.containerNode.style.top = 0 + "px"; } else { if (this.positionDirection.indexOf("-down") >= 0) { this.containerNode.style.left = 0 + "px"; this.containerNode.style.top = 0 - nodeSize.height - 10 + "px"; } else { dojo.raise(this.widgetId + ".positionDirection is an invalid value: " + this.positionDirection); } } } } this.slideAnim = dojo.lfx.html.slideTo(this.containerNode, {top:0, left:0}, 450, null, dojo.lang.hitch(this, function (nodes, anim) { dojo.lang.setTimeout(dojo.lang.hitch(this, function (evt) { if (this.bgIframe) { this.bgIframe.hide(); } this.fadeAnim = dojo.lfx.html.fadeOut(this.containerNode, 1000, null, dojo.lang.hitch(this, function (evt) { this.hide(); })).play(); }), delay); })).play(); }, _placeClip:function () { var scroll = dojo.html.getScroll(); var view = dojo.html.getViewport(); var nodeSize = dojo.html.getMarginBox(this.containerNode); this.clipNode.style.height = nodeSize.height + "px"; this.clipNode.style.width = nodeSize.width + "px"; if (this.positionDirection.match(/^t/)) { this.clipNode.style.top = scroll.top + "px"; } else { if (this.positionDirection.match(/^b/)) { this.clipNode.style.top = (view.height - nodeSize.height - 2 + scroll.top) + "px"; } } if (this.positionDirection.match(/^[tb]r-/)) { this.clipNode.style.left = (view.width - nodeSize.width - 1 - scroll.left) + "px"; } else { if (this.positionDirection.match(/^[tb]l-/)) { this.clipNode.style.left = 0 + "px"; } } this.clipNode.style.clip = "rect(0px, " + nodeSize.width + "px, " + nodeSize.height + "px, 0px)"; if (dojo.render.html.ie) { if (!this.bgIframe) { this.bgIframe = new dojo.html.BackgroundIframe(this.containerNode); this.bgIframe.setZIndex(this.containerNode); } this.bgIframe.onResized(); this.bgIframe.show(); } }, onSelect:function (e) { }, show:function () { dojo.widget.Toaster.superclass.show.call(this); this._placeClip(); if (!this._scrollConnected) { this._scrollConnected = true; dojo.event.connect(window, "onscroll", this, "_placeClip"); } }, hide:function () { dojo.widget.Toaster.superclass.hide.call(this); if (this._scrollConnected) { this._scrollConnected = false; dojo.event.disconnect(window, "onscroll", this, "_placeClip"); } dojo.html.setOpacity(this.containerNode, 1); }}); PK mMFt5&&src/widget/Tree.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Tree"); dojo.require("dojo.widget.*"); dojo.require("dojo.event.*"); dojo.require("dojo.io.*"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.widget.TreeNode"); dojo.require("dojo.html.common"); dojo.require("dojo.html.selection"); dojo.widget.defineWidget("dojo.widget.Tree", dojo.widget.HtmlWidget, function () { this.eventNames = {}; this.tree = this; this.DNDAcceptTypes = []; this.actionsDisabled = []; }, {widgetType:"Tree", eventNamesDefault:{createDOMNode:"createDOMNode", treeCreate:"treeCreate", treeDestroy:"treeDestroy", treeClick:"treeClick", iconClick:"iconClick", titleClick:"titleClick", moveFrom:"moveFrom", moveTo:"moveTo", addChild:"addChild", removeNode:"removeNode", expand:"expand", collapse:"collapse"}, isContainer:true, DNDMode:"off", lockLevel:0, strictFolders:true, DNDModes:{BETWEEN:1, ONTO:2}, DNDAcceptTypes:"", templateCssString:"\n.dojoTree {\n\tfont: caption;\n\tfont-size: 11px;\n\tfont-weight: normal;\n\toverflow: auto;\n}\n\n\n.dojoTreeNodeLabelTitle {\n\tpadding-left: 2px;\n\tcolor: WindowText;\n}\n\n.dojoTreeNodeLabel {\n\tcursor:hand;\n\tcursor:pointer;\n}\n\n.dojoTreeNodeLabelTitle:hover {\n\ttext-decoration: underline;\n}\n\n.dojoTreeNodeLabelSelected {\n\tbackground-color: Highlight;\n\tcolor: HighlightText;\n}\n\n.dojoTree div {\n\twhite-space: nowrap;\n}\n\n.dojoTree img, .dojoTreeNodeLabel img {\n\tvertical-align: middle;\n}\n\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/Tree.css"), templateString:"
    ", isExpanded:true, isTree:true, objectId:"", controller:"", selector:"", menu:"", expandLevel:"", blankIconSrc:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/treenode_blank.gif"), gridIconSrcT:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/treenode_grid_t.gif"), gridIconSrcL:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/treenode_grid_l.gif"), gridIconSrcV:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/treenode_grid_v.gif"), gridIconSrcP:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/treenode_grid_p.gif"), gridIconSrcC:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/treenode_grid_c.gif"), gridIconSrcX:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/treenode_grid_x.gif"), gridIconSrcY:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/treenode_grid_y.gif"), gridIconSrcZ:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/treenode_grid_z.gif"), expandIconSrcPlus:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/treenode_expand_plus.gif"), expandIconSrcMinus:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/treenode_expand_minus.gif"), expandIconSrcLoading:dojo.uri.moduleUri("dojo.widget", "templates/images/Tree/treenode_loading.gif"), iconWidth:18, iconHeight:18, showGrid:true, showRootGrid:true, actionIsDisabled:function (action) { var _this = this; return dojo.lang.inArray(_this.actionsDisabled, action); }, actions:{ADDCHILD:"ADDCHILD"}, getInfo:function () { var info = {widgetId:this.widgetId, objectId:this.objectId}; return info; }, initializeController:function () { if (this.controller != "off") { if (this.controller) { this.controller = dojo.widget.byId(this.controller); } else { dojo.require("dojo.widget.TreeBasicController"); this.controller = dojo.widget.createWidget("TreeBasicController", {DNDController:(this.DNDMode ? "create" : ""), dieWithTree:true}); } this.controller.listenTree(this); } else { this.controller = null; } }, initializeSelector:function () { if (this.selector != "off") { if (this.selector) { this.selector = dojo.widget.byId(this.selector); } else { dojo.require("dojo.widget.TreeSelector"); this.selector = dojo.widget.createWidget("TreeSelector", {dieWithTree:true}); } this.selector.listenTree(this); } else { this.selector = null; } }, initialize:function (args, frag) { var _this = this; for (name in this.eventNamesDefault) { if (dojo.lang.isUndefined(this.eventNames[name])) { this.eventNames[name] = this.widgetId + "/" + this.eventNamesDefault[name]; } } for (var i = 0; i < this.actionsDisabled.length; i++) { this.actionsDisabled[i] = this.actionsDisabled[i].toUpperCase(); } if (this.DNDMode == "off") { this.DNDMode = 0; } else { if (this.DNDMode == "between") { this.DNDMode = this.DNDModes.ONTO | this.DNDModes.BETWEEN; } else { if (this.DNDMode == "onto") { this.DNDMode = this.DNDModes.ONTO; } } } this.expandLevel = parseInt(this.expandLevel); this.initializeSelector(); this.initializeController(); if (this.menu) { this.menu = dojo.widget.byId(this.menu); this.menu.listenTree(this); } this.containerNode = this.domNode; }, postCreate:function () { this.createDOMNode(); }, createDOMNode:function () { dojo.html.disableSelection(this.domNode); for (var i = 0; i < this.children.length; i++) { this.children[i].parent = this; var node = this.children[i].createDOMNode(this, 0); this.domNode.appendChild(node); } if (!this.showRootGrid) { for (var i = 0; i < this.children.length; i++) { this.children[i].expand(); } } dojo.event.topic.publish(this.eventNames.treeCreate, {source:this}); }, destroy:function () { dojo.event.topic.publish(this.tree.eventNames.treeDestroy, {source:this}); return dojo.widget.HtmlWidget.prototype.destroy.apply(this, arguments); }, addChild:function (child, index) { var message = {child:child, index:index, parent:this, domNodeInitialized:child.domNodeInitialized}; this.doAddChild.apply(this, arguments); dojo.event.topic.publish(this.tree.eventNames.addChild, message); }, doAddChild:function (child, index) { if (dojo.lang.isUndefined(index)) { index = this.children.length; } if (!child.isTreeNode) { dojo.raise("You can only add TreeNode widgets to a " + this.widgetType + " widget!"); return; } if (this.isTreeNode) { if (!this.isFolder) { this.setFolder(); } } var _this = this; dojo.lang.forEach(child.getDescendants(), function (elem) { elem.tree = _this.tree; }); child.parent = this; if (this.isTreeNode) { this.state = this.loadStates.LOADED; } if (index < this.children.length) { dojo.html.insertBefore(child.domNode, this.children[index].domNode); } else { this.containerNode.appendChild(child.domNode); if (this.isExpanded && this.isTreeNode) { this.showChildren(); } } this.children.splice(index, 0, child); if (child.domNodeInitialized) { var d = this.isTreeNode ? this.depth : -1; child.adjustDepth(d - child.depth + 1); child.updateIconTree(); } else { child.depth = this.isTreeNode ? this.depth + 1 : 0; child.createDOMNode(child.tree, child.depth); } var prevSibling = child.getPreviousSibling(); if (child.isLastChild() && prevSibling) { prevSibling.updateExpandGridColumn(); } }, makeBlankImg:function () { var img = document.createElement("img"); img.style.width = this.iconWidth + "px"; img.style.height = this.iconHeight + "px"; img.src = this.blankIconSrc; img.style.verticalAlign = "middle"; return img; }, updateIconTree:function () { if (!this.isTree) { this.updateIcons(); } for (var i = 0; i < this.children.length; i++) { this.children[i].updateIconTree(); } }, toString:function () { return "[" + this.widgetType + " ID:" + this.widgetId + "]"; }, move:function (child, newParent, index) { var oldParent = child.parent; var oldTree = child.tree; this.doMove.apply(this, arguments); var newParent = child.parent; var newTree = child.tree; var message = {oldParent:oldParent, oldTree:oldTree, newParent:newParent, newTree:newTree, child:child}; dojo.event.topic.publish(oldTree.eventNames.moveFrom, message); dojo.event.topic.publish(newTree.eventNames.moveTo, message); }, doMove:function (child, newParent, index) { child.parent.doRemoveNode(child); newParent.doAddChild(child, index); }, removeNode:function (child) { if (!child.parent) { return; } var oldTree = child.tree; var oldParent = child.parent; var removedChild = this.doRemoveNode.apply(this, arguments); dojo.event.topic.publish(this.tree.eventNames.removeNode, {child:removedChild, tree:oldTree, parent:oldParent}); return removedChild; }, doRemoveNode:function (child) { if (!child.parent) { return; } var parent = child.parent; var children = parent.children; var index = child.getParentIndex(); if (index < 0) { dojo.raise("Couldn't find node " + child + " for removal"); } children.splice(index, 1); dojo.html.removeNode(child.domNode); if (parent.children.length == 0 && !parent.isTree) { parent.containerNode.style.display = "none"; } if (index == children.length && index > 0) { children[index - 1].updateExpandGridColumn(); } if (parent instanceof dojo.widget.Tree && index == 0 && children.length > 0) { children[0].updateExpandGrid(); } child.parent = child.tree = null; return child; }, markLoading:function () { }, unMarkLoading:function () { }, lock:function () { !this.lockLevel && this.markLoading(); this.lockLevel++; }, unlock:function () { if (!this.lockLevel) { dojo.raise("unlock: not locked"); } this.lockLevel--; !this.lockLevel && this.unMarkLoading(); }, isLocked:function () { var node = this; while (true) { if (node.lockLevel) { return true; } if (node instanceof dojo.widget.Tree) { break; } node = node.parent; } return false; }, flushLock:function () { this.lockLevel = 0; this.unMarkLoading(); }}); PK mM9wwsrc/widget/TreeContextMenu.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeContextMenu"); dojo.require("dojo.event.*"); dojo.require("dojo.io.*"); dojo.require("dojo.widget.Menu2"); dojo.widget.defineWidget("dojo.widget.TreeContextMenu", dojo.widget.PopupMenu2, function () { this.listenedTrees = []; }, {open:function (x, y, parentMenu, explodeSrc) { var result = dojo.widget.PopupMenu2.prototype.open.apply(this, arguments); dojo.event.topic.publish(this.eventNames.open, {menu:this}); return result; }, listenTree:function (tree) { var nodes = tree.getDescendants(); for (var i = 0; i < nodes.length; i++) { if (!nodes[i].isTreeNode) { continue; } this.bindDomNode(nodes[i].labelNode); } var _this = this; dojo.event.topic.subscribe(tree.eventNames.createDOMNode, this, "onCreateDOMNode"); dojo.event.topic.subscribe(tree.eventNames.moveFrom, this, "onMoveFrom"); dojo.event.topic.subscribe(tree.eventNames.moveTo, this, "onMoveTo"); dojo.event.topic.subscribe(tree.eventNames.removeNode, this, "onRemoveNode"); dojo.event.topic.subscribe(tree.eventNames.addChild, this, "onAddChild"); dojo.event.topic.subscribe(tree.eventNames.treeDestroy, this, "onTreeDestroy"); this.listenedTrees.push(tree); }, unlistenTree:function (tree) { dojo.event.topic.unsubscribe(tree.eventNames.createDOMNode, this, "onCreateDOMNode"); dojo.event.topic.unsubscribe(tree.eventNames.moveFrom, this, "onMoveFrom"); dojo.event.topic.unsubscribe(tree.eventNames.moveTo, this, "onMoveTo"); dojo.event.topic.unsubscribe(tree.eventNames.removeNode, this, "onRemoveNode"); dojo.event.topic.unsubscribe(tree.eventNames.addChild, this, "onAddChild"); dojo.event.topic.unsubscribe(tree.eventNames.treeDestroy, this, "onTreeDestroy"); for (var i = 0; i < this.listenedTrees.length; i++) { if (this.listenedTrees[i] === tree) { this.listenedTrees.splice(i, 1); break; } } }, onTreeDestroy:function (message) { this.unlistenTree(message.source); }, bindTreeNode:function (node) { var _this = this; dojo.lang.forEach(node.getDescendants(), function (e) { _this.bindDomNode(e.labelNode); }); }, unBindTreeNode:function (node) { var _this = this; dojo.lang.forEach(node.getDescendants(), function (e) { _this.unBindDomNode(e.labelNode); }); }, onCreateDOMNode:function (message) { this.bindTreeNode(message.source); }, onMoveFrom:function (message) { if (!dojo.lang.inArray(this.listenedTrees, message.newTree)) { this.unBindTreeNode(message.child); } }, onMoveTo:function (message) { if (dojo.lang.inArray(this.listenedTrees, message.newTree)) { this.bindTreeNode(message.child); } }, onRemoveNode:function (message) { this.unBindTreeNode(message.child); }, onAddChild:function (message) { if (message.domNodeInitialized) { this.bindTreeNode(message.child); } }}); dojo.widget.defineWidget("dojo.widget.TreeMenuItem", dojo.widget.MenuItem2, {treeActions:"", initialize:function (args, frag) { this.treeActions = this.treeActions.split(","); for (var i = 0; i < this.treeActions.length; i++) { this.treeActions[i] = this.treeActions[i].toUpperCase(); } }, getTreeNode:function () { var menu = this; while (!(menu instanceof dojo.widget.TreeContextMenu)) { menu = menu.parent; } var source = menu.getTopOpenEvent().target; while (!source.getAttribute("treeNode") && source.tagName != "body") { source = source.parentNode; } if (source.tagName == "body") { dojo.raise("treeNode not detected"); } var treeNode = dojo.widget.manager.getWidgetById(source.getAttribute("treeNode")); return treeNode; }, menuOpen:function (message) { var treeNode = this.getTreeNode(); this.setDisabled(false); var _this = this; dojo.lang.forEach(_this.treeActions, function (action) { _this.setDisabled(treeNode.actionIsDisabled(action)); }); }, toString:function () { return "[" + this.widgetType + " node " + this.getTreeNode() + "]"; }}); PK mMHjo[[%src/widget/TreeDeselectOnDblselect.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeDeselectOnDblselect"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.widget.TreeSelectorV3"); dojo.deprecated("Does anyone still need this extension? (TreeDeselectOnDblselect)"); dojo.widget.defineWidget("dojo.widget.TreeDeselectOnDblselect", [dojo.widget.HtmlWidget], {selector:"", initialize:function () { this.selector = dojo.widget.byId(this.selector); dojo.event.topic.subscribe(this.selector.eventNames.dblselect, this, "onDblselect"); }, onDblselect:function (message) { this.selector.deselect(message.node); }}); PK mMmsrc/widget/TreeEditor.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.widget.*"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.widget.RichText"); dojo.provide("dojo.widget.TreeEditor"); dojo.widget.defineWidget("dojo.widget.TreeEditor", dojo.widget.HtmlWidget, {singleLineMode:false, saveOnBlur:true, sync:false, selectOnOpen:true, controller:null, node:null, richTextParams:{styleSheets:"src/widget/templates/TreeEditor.css"}, getContents:function () { return this.richText.getEditorContent(); }, open:function (node) { if (!this.richText) { this.richText = dojo.widget.createWidget("RichText", this.richTextParams, node.labelNode); dojo.event.connect("around", this.richText, "onKeyDown", this, "richText_onKeyDown"); dojo.event.connect(this.richText, "onBlur", this, "richText_onBlur"); var self = this; dojo.event.connect(this.richText, "onLoad", function () { if (self.selectOnOpen) { self.richText.execCommand("selectall"); } }); } else { this.richText.open(node.labelNode); } this.node = node; }, close:function (save) { this.richText.close(save); this.node = null; }, isClosed:function () { return !this.richText || this.richText.isClosed; }, execCommand:function () { this.richText.execCommand.apply(this.richText, arguments); }, richText_onKeyDown:function (invocation) { var e = invocation.args[0]; if ((!e) && (this.object)) { e = dojo.event.browser.fixEvent(this.editor.window.event); } switch (e.keyCode) { case e.KEY_ESCAPE: this.finish(false); dojo.event.browser.stopEvent(e); break; case e.KEY_ENTER: if (e.ctrlKey && !this.singleLineMode) { this.execCommand("inserthtml", "
    "); } else { this.finish(true); } dojo.event.browser.stopEvent(e); break; default: return invocation.proceed(); } }, richText_onBlur:function () { this.finish(this.saveOnBlur); }, finish:function (save) { return this.controller.editLabelFinish(save, this.sync); }}); PK mM,GG&src/widget/TreeExpandToNodeOnSelect.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeExpandToNodeOnSelect"); dojo.require("dojo.widget.HtmlWidget"); dojo.widget.defineWidget("dojo.widget.TreeExpandToNodeOnSelect", dojo.widget.HtmlWidget, {selector:"", controller:"", withSelected:false, initialize:function () { this.selector = dojo.widget.byId(this.selector); this.controller = dojo.widget.byId(this.controller); dojo.event.topic.subscribe(this.selector.eventNames.select, this, "onSelect"); }, onSelectEvent:function (message) { this.controller.expandToNode(message.node, this.withSelected); }}); PK mM5""%src/widget/TreeLoadingControllerV3.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeLoadingControllerV3"); dojo.require("dojo.widget.TreeBasicControllerV3"); dojo.require("dojo.event.*"); dojo.require("dojo.json"); dojo.require("dojo.io.*"); dojo.require("dojo.Deferred"); dojo.require("dojo.DeferredList"); dojo.declare("dojo.Error", Error, function (message, extra) { this.message = message; this.extra = extra; this.stack = (new Error()).stack; }); dojo.declare("dojo.CommunicationError", dojo.Error, function () { this.name = "CommunicationError"; }); dojo.declare("dojo.LockedError", dojo.Error, function () { this.name = "LockedError"; }); dojo.declare("dojo.FormatError", dojo.Error, function () { this.name = "FormatError"; }); dojo.declare("dojo.RpcError", dojo.Error, function () { this.name = "RpcError"; }); dojo.widget.defineWidget("dojo.widget.TreeLoadingControllerV3", dojo.widget.TreeBasicControllerV3, {RpcUrl:"", RpcActionParam:"action", preventCache:true, checkValidRpcResponse:function (type, obj) { if (type != "load") { var extra = {}; for (var i = 1; i < arguments.length; i++) { dojo.lang.mixin(extra, arguments[i]); } return new dojo.CommunicationError(obj, extra); } if (typeof obj != "object") { return new dojo.FormatError("Wrong server answer format " + (obj && obj.toSource ? obj.toSource() : obj) + " type " + (typeof obj), obj); } if (!dojo.lang.isUndefined(obj.error)) { return new dojo.RpcError(obj.error, obj); } return false; }, getDeferredBindHandler:function (deferred) { return dojo.lang.hitch(this, function (type, obj) { var error = this.checkValidRpcResponse.apply(this, arguments); if (error) { deferred.errback(error); return; } deferred.callback(obj); }); }, getRpcUrl:function (action) { if (this.RpcUrl == "local") { var dir = document.location.href.substr(0, document.location.href.lastIndexOf("/")); var localUrl = dir + "/local/" + action; return localUrl; } if (!this.RpcUrl) { dojo.raise("Empty RpcUrl: can't load"); } var url = this.RpcUrl; if (url.indexOf("/") != 0) { var protocol = document.location.href.replace(/:\/\/.*/, ""); var prefix = document.location.href.substring(protocol.length + 3); if (prefix.lastIndexOf("/") != prefix.length - 1) { prefix = prefix.replace(/\/[^\/]+$/, "/"); } if (prefix.lastIndexOf("/") != prefix.length - 1) { prefix = prefix + "/"; } url = protocol + "://" + prefix + url; } return url + (url.indexOf("?") > -1 ? "&" : "?") + this.RpcActionParam + "=" + action; }, loadProcessResponse:function (node, result) { if (!dojo.lang.isArray(result)) { throw new dojo.FormatError("loadProcessResponse: Not array loaded: " + result); } node.setChildren(result); }, runRpc:function (kw) { var _this = this; var deferred = new dojo.Deferred(); dojo.io.bind({url:kw.url, handle:this.getDeferredBindHandler(deferred), mimetype:"text/javascript", preventCache:this.preventCache, sync:kw.sync, content:{data:dojo.json.serialize(kw.params)}}); return deferred; }, loadRemote:function (node, sync) { var _this = this; var params = {node:this.getInfo(node), tree:this.getInfo(node.tree)}; var deferred = this.runRpc({url:this.getRpcUrl("getChildren"), sync:sync, params:params}); deferred.addCallback(function (res) { return _this.loadProcessResponse(node, res); }); return deferred; }, batchExpandTimeout:0, recurseToLevel:function (widget, level, callFunc, callObj, skipFirst, sync) { if (level == 0) { return; } if (!skipFirst) { var deferred = callFunc.call(callObj, widget, sync); } else { var deferred = dojo.Deferred.prototype.makeCalled(); } var _this = this; var recurseOnExpand = function () { var children = widget.children; var deferreds = []; for (var i = 0; i < children.length; i++) { deferreds.push(_this.recurseToLevel(children[i], level - 1, callFunc, callObj, sync)); } return new dojo.DeferredList(deferreds); }; deferred.addCallback(recurseOnExpand); return deferred; }, expandToLevel:function (nodeOrTree, level, sync) { return this.recurseToLevel(nodeOrTree, nodeOrTree.isTree ? level + 1 : level, this.expand, this, nodeOrTree.isTree, sync); }, loadToLevel:function (nodeOrTree, level, sync) { return this.recurseToLevel(nodeOrTree, nodeOrTree.isTree ? level + 1 : level, this.loadIfNeeded, this, nodeOrTree.isTree, sync); }, loadAll:function (nodeOrTree, sync) { return this.loadToLevel(nodeOrTree, Number.POSITIVE_INFINITY, sync); }, expand:function (node, sync) { var _this = this; var deferred = this.startProcessing(node); deferred.addCallback(function () { return _this.loadIfNeeded(node, sync); }); deferred.addCallback(function (res) { dojo.widget.TreeBasicControllerV3.prototype.expand(node); return res; }); deferred.addBoth(function (res) { _this.finishProcessing(node); return res; }); return deferred; }, loadIfNeeded:function (node, sync) { var deferred; if (node.state == node.loadStates.UNCHECKED && node.isFolder && !node.children.length) { deferred = this.loadRemote(node, sync); } else { deferred = new dojo.Deferred(); deferred.callback(); } return deferred; }, runStages:function (check, prepare, make, finalize, expose, args) { var _this = this; if (check && !check.apply(this, args)) { return false; } var deferred = dojo.Deferred.prototype.makeCalled(); if (prepare) { deferred.addCallback(function () { return prepare.apply(_this, args); }); } if (make) { deferred.addCallback(function () { var res = make.apply(_this, args); return res; }); } if (finalize) { deferred.addBoth(function (res) { finalize.apply(_this, args); return res; }); } if (expose) { deferred.addCallback(function (res) { expose.apply(_this, args); return res; }); } return deferred; }, startProcessing:function (nodesArray) { var deferred = new dojo.Deferred(); var nodes = dojo.lang.isArray(nodesArray) ? nodesArray : arguments; for (var i = 0; i < nodes.length; i++) { if (nodes[i].isLocked()) { deferred.errback(new dojo.LockedError("item locked " + nodes[i], nodes[i])); return deferred; } if (nodes[i].isTreeNode) { nodes[i].markProcessing(); } nodes[i].lock(); } deferred.callback(); return deferred; }, finishProcessing:function (nodesArray) { var nodes = dojo.lang.isArray(nodesArray) ? nodesArray : arguments; for (var i = 0; i < nodes.length; i++) { if (!nodes[i].hasLock()) { continue; } nodes[i].unlock(); if (nodes[i].isTreeNode) { nodes[i].unmarkProcessing(); } } }, refreshChildren:function (nodeOrTree, sync) { return this.runStages(null, this.prepareRefreshChildren, this.doRefreshChildren, this.finalizeRefreshChildren, this.exposeRefreshChildren, arguments); }, prepareRefreshChildren:function (nodeOrTree, sync) { var deferred = this.startProcessing(nodeOrTree); nodeOrTree.destroyChildren(); nodeOrTree.state = nodeOrTree.loadStates.UNCHECKED; return deferred; }, doRefreshChildren:function (nodeOrTree, sync) { return this.loadRemote(nodeOrTree, sync); }, finalizeRefreshChildren:function (nodeOrTree, sync) { this.finishProcessing(nodeOrTree); }, exposeRefreshChildren:function (nodeOrTree, sync) { nodeOrTree.expand(); }, move:function (child, newParent, index) { return this.runStages(this.canMove, this.prepareMove, this.doMove, this.finalizeMove, this.exposeMove, arguments); }, doMove:function (child, newParent, index) { child.tree.move(child, newParent, index); return true; }, prepareMove:function (child, newParent, index, sync) { var deferred = this.startProcessing(newParent); deferred.addCallback(dojo.lang.hitch(this, function () { return this.loadIfNeeded(newParent, sync); })); return deferred; }, finalizeMove:function (child, newParent) { this.finishProcessing(newParent); }, prepareCreateChild:function (parent, index, data, sync) { var deferred = this.startProcessing(parent); deferred.addCallback(dojo.lang.hitch(this, function () { return this.loadIfNeeded(parent, sync); })); return deferred; }, finalizeCreateChild:function (parent) { this.finishProcessing(parent); }, prepareClone:function (child, newParent, index, deep, sync) { var deferred = this.startProcessing(child, newParent); deferred.addCallback(dojo.lang.hitch(this, function () { return this.loadIfNeeded(newParent, sync); })); return deferred; }, finalizeClone:function (child, newParent) { this.finishProcessing(child, newParent); }}); PK mMx!src/widget/TreeRpcControllerV3.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeRpcControllerV3"); dojo.require("dojo.event.*"); dojo.require("dojo.json"); dojo.require("dojo.io.*"); dojo.require("dojo.widget.TreeLoadingControllerV3"); dojo.widget.defineWidget("dojo.widget.TreeRpcControllerV3", dojo.widget.TreeLoadingControllerV3, {extraRpcOnEdit:false, doMove:function (child, newParent, index, sync) { var params = {child:this.getInfo(child), childTree:this.getInfo(child.tree), oldParent:this.getInfo(child.parent), oldParentTree:this.getInfo(child.parent.tree), newParent:this.getInfo(newParent), newParentTree:this.getInfo(newParent.tree), newIndex:index}; var deferred = this.runRpc({url:this.getRpcUrl("move"), sync:sync, params:params}); var _this = this; var args = arguments; deferred.addCallback(function () { dojo.widget.TreeBasicControllerV3.prototype.doMove.apply(_this, args); }); return deferred; }, prepareDetach:function (node, sync) { var deferred = this.startProcessing(node); return deferred; }, finalizeDetach:function (node) { this.finishProcessing(node); }, doDetach:function (node, sync) { var params = {node:this.getInfo(node), tree:this.getInfo(node.tree)}; var deferred = this.runRpc({url:this.getRpcUrl("detach"), sync:sync, params:params}); var _this = this; var args = arguments; deferred.addCallback(function () { dojo.widget.TreeBasicControllerV3.prototype.doDetach.apply(_this, args); }); return deferred; }, requestEditConfirmation:function (node, action, sync) { if (!this.extraRpcOnEdit) { return dojo.Deferred.prototype.makeCalled(); } var _this = this; var deferred = this.startProcessing(node); var params = {node:this.getInfo(node), tree:this.getInfo(node.tree)}; deferred.addCallback(function () { return _this.runRpc({url:_this.getRpcUrl(action), sync:sync, params:params}); }); deferred.addBoth(function (r) { _this.finishProcessing(node); return r; }); return deferred; }, editLabelSave:function (node, newContent, sync) { var deferred = this.startProcessing(node); var _this = this; var params = {node:this.getInfo(node), tree:this.getInfo(node.tree), newContent:newContent}; deferred.addCallback(function () { return _this.runRpc({url:_this.getRpcUrl("editLabelSave"), sync:sync, params:params}); }); deferred.addBoth(function (r) { _this.finishProcessing(node); return r; }); return deferred; }, editLabelStart:function (node, sync) { if (!this.canEditLabel(node)) { return false; } var _this = this; if (!this.editor.isClosed()) { var deferred = this.editLabelFinish(this.editor.saveOnBlur, sync); deferred.addCallback(function () { return _this.editLabelStart(node, sync); }); return deferred; } var deferred = this.requestEditConfirmation(node, "editLabelStart", sync); deferred.addCallback(function () { _this.doEditLabelStart(node); }); return deferred; }, editLabelFinish:function (save, sync) { var _this = this; var node = this.editor.node; var deferred = dojo.Deferred.prototype.makeCalled(); if (!save && !node.isPhantom) { deferred = this.requestEditConfirmation(this.editor.node, "editLabelFinishCancel", sync); } if (save) { if (node.isPhantom) { deferred = this.sendCreateChildRequest(node.parent, node.getParentIndex(), {title:this.editor.getContents()}, sync); } else { deferred = this.editLabelSave(node, this.editor.getContents(), sync); } } deferred.addCallback(function (server_data) { _this.doEditLabelFinish(save, server_data); }); deferred.addErrback(function (r) { _this.doEditLabelFinish(false); return false; }); return deferred; }, createAndEdit:function (parent, index, sync) { var data = {title:parent.tree.defaultChildTitle}; if (!this.canCreateChild(parent, index, data)) { return false; } if (!this.editor.isClosed()) { var deferred = this.editLabelFinish(this.editor.saveOnBlur, sync); deferred.addCallback(function () { return _this.createAndEdit(parent, index, sync); }); return deferred; } var _this = this; var deferred = this.prepareCreateChild(parent, index, data, sync); deferred.addCallback(function () { var child = _this.makeDefaultNode(parent, index); child.isPhantom = true; return child; }); deferred.addBoth(function (r) { _this.finalizeCreateChild(parent, index, data, sync); return r; }); deferred.addCallback(function (child) { var d = _this.exposeCreateChild(parent, index, data, sync); d.addCallback(function () { return child; }); return d; }); deferred.addCallback(function (child) { _this.doEditLabelStart(child); return child; }); return deferred; }, prepareDestroyChild:function (node, sync) { var deferred = this.startProcessing(node); return deferred; }, finalizeDestroyChild:function (node) { this.finishProcessing(node); }, doDestroyChild:function (node, sync) { var params = {node:this.getInfo(node), tree:this.getInfo(node.tree)}; var deferred = this.runRpc({url:this.getRpcUrl("destroyChild"), sync:sync, params:params}); var _this = this; var args = arguments; deferred.addCallback(function () { dojo.widget.TreeBasicControllerV3.prototype.doDestroyChild.apply(_this, args); }); return deferred; }, sendCreateChildRequest:function (parent, index, data, sync) { var params = {tree:this.getInfo(parent.tree), parent:this.getInfo(parent), index:index, data:data}; var deferred = this.runRpc({url:this.getRpcUrl("createChild"), sync:sync, params:params}); return deferred; }, doCreateChild:function (parent, index, data, sync) { if (dojo.lang.isUndefined(data.title)) { data.title = parent.tree.defaultChildTitle; } var deferred = this.sendCreateChildRequest(parent, index, data, sync); var _this = this; var args = arguments; deferred.addCallback(function (server_data) { dojo.lang.mixin(data, server_data); return dojo.widget.TreeBasicControllerV3.prototype.doCreateChild.call(_this, parent, index, data); }); return deferred; }, doClone:function (child, newParent, index, deep, sync) { var params = {child:this.getInfo(child), oldParent:this.getInfo(child.parent), oldParentTree:this.getInfo(child.parent.tree), newParent:this.getInfo(newParent), newParentTree:this.getInfo(newParent.tree), index:index, deep:deep ? true : false, tree:this.getInfo(child.tree)}; var deferred = this.runRpc({url:this.getRpcUrl("clone"), sync:sync, params:params}); var _this = this; var args = arguments; deferred.addCallback(function () { dojo.widget.TreeBasicControllerV3.prototype.doClone.apply(_this, args); }); return deferred; }}); PK mM*zz src/widget/TreeToggleOnSelect.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.TreeToggleOnSelect"); dojo.require("dojo.widget.HtmlWidget"); dojo.widget.defineWidget("dojo.widget.TreeToggleOnSelect", dojo.widget.HtmlWidget, {selector:"", controller:"", selectEvent:"select", initialize:function () { this.selector = dojo.widget.byId(this.selector); this.controller = dojo.widget.byId(this.controller); dojo.event.topic.subscribe(this.selector.eventNames[this.selectEvent], this, "onSelectEvent"); }, onSelectEvent:function (message) { var node = message.node; node.isExpanded ? this.controller.collapse(node) : this.controller.expand(node); }}); PK mMPsrc/widget/validate.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.validate"); dojo.deprecated("dojo.widget.validate", "use one of the specific widgets in dojo.widget.Textbox instead", "0.5"); PK mMNNsrc/widget/Wizard.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Wizard"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.LayoutContainer"); dojo.require("dojo.widget.ContentPane"); dojo.require("dojo.event.*"); dojo.require("dojo.html.style"); dojo.widget.defineWidget("dojo.widget.WizardContainer", dojo.widget.LayoutContainer, {templateString:"
    \n
    \n
    \n
    \n \n \n \n \n
    \n
    \n", templateCssString:".WizardContainer {\n\tbackground: #EEEEEE;\n\tborder: #798EC5 1px solid;\n\tpadding: 2px;\n}\n\n.WizardTitle {\n\tcolor: #003366;\n\tpadding: 8px 5px 15px 2px;\n\tfont-weight: bold;\n\tfont-size: x-small;\n\tfont-style: normal;\n\tfont-family: Verdana, Arial, Helvetica;\n\ttext-align: left;\n}\n\n.WizardText {\n\tcolor: #000033;\n\tfont-weight: normal;\n\tfont-size: xx-small;\n\tfont-family: Verdana, Arial, Helvetica;\n\tpadding: 2 50; text-align: justify;\n}\n\n.WizardLightText {\n\tcolor: #666666;\n\tfont-weight: normal;\n\tfont-size: xx-small;\n\tfont-family: verdana, arial, helvetica;\n\tpadding: 2px 50px;\n\ttext-align: justify;\n}\n\n.WizardButtonHolder {\n\ttext-align: right;\n\tpadding: 10px 5px;\n}\n\n.WizardButton {\n\tcolor: #ffffff;\n\tbackground: #798EC5;\n\tfont-size: xx-small;\n\tfont-family: verdana, arial, helvetica, sans-serif;\n\tborder-right: #000000 1px solid;\n\tborder-bottom: #000000 1px solid;\n\tborder-left: #666666 1px solid;\n\tborder-top: #666666 1px solid;\n\tpadding-right: 4px;\n\tpadding-left: 4px;\n\ttext-decoration: none; height: 18px;\n}\n\n.WizardButton:hover {\n\tcursor: pointer;\n}\n\n.WizardButtonDisabled {\n\tcolor: #eeeeee;\n\tbackground-color: #999999;\n\tfont-size: xx-small;\n\tFONT-FAMILY: verdana, arial, helvetica, sans-serif;\n\tborder-right: #000000 1px solid;\n\tborder-bottom: #000000 1px solid;\n\tborder-left: #798EC5 1px solid;\n\tborder-top: #798EC5 1px solid;\n\tpadding-right: 4px;\n\tpadding-left: 4px;\n\ttext-decoration: none;\n\theight: 18px;\n}\n\n\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/Wizard.css"), selected:null, nextButtonLabel:"next", previousButtonLabel:"previous", cancelButtonLabel:"cancel", doneButtonLabel:"done", cancelFunction:"", hideDisabledButtons:false, fillInTemplate:function (args, frag) { dojo.event.connect(this.nextButton, "onclick", this, "_onNextButtonClick"); dojo.event.connect(this.previousButton, "onclick", this, "_onPreviousButtonClick"); if (this.cancelFunction) { dojo.event.connect(this.cancelButton, "onclick", this.cancelFunction); } else { this.cancelButton.style.display = "none"; } dojo.event.connect(this.doneButton, "onclick", this, "done"); this.nextButton.value = this.nextButtonLabel; this.previousButton.value = this.previousButtonLabel; this.cancelButton.value = this.cancelButtonLabel; this.doneButton.value = this.doneButtonLabel; }, _checkButtons:function () { var lastStep = !this.hasNextPanel(); this.nextButton.disabled = lastStep; this._setButtonClass(this.nextButton); if (this.selected.doneFunction) { this.doneButton.style.display = ""; if (lastStep) { this.nextButton.style.display = "none"; } } else { this.doneButton.style.display = "none"; } this.previousButton.disabled = ((!this.hasPreviousPanel()) || (!this.selected.canGoBack)); this._setButtonClass(this.previousButton); }, _setButtonClass:function (button) { if (!this.hideDisabledButtons) { button.style.display = ""; dojo.html.setClass(button, button.disabled ? "WizardButtonDisabled" : "WizardButton"); } else { button.style.display = button.disabled ? "none" : ""; } }, registerChild:function (panel, insertionIndex) { dojo.widget.WizardContainer.superclass.registerChild.call(this, panel, insertionIndex); this.wizardPanelContainerNode.appendChild(panel.domNode); panel.hide(); if (!this.selected) { this.onSelected(panel); } this._checkButtons(); }, onSelected:function (panel) { if (this.selected) { if (this.selected._checkPass()) { this.selected.hide(); } else { return; } } panel.show(); this.selected = panel; }, getPanels:function () { return this.getChildrenOfType("WizardPane", false); }, selectedIndex:function () { if (this.selected) { return dojo.lang.indexOf(this.getPanels(), this.selected); } return -1; }, _onNextButtonClick:function () { var selectedIndex = this.selectedIndex(); if (selectedIndex > -1) { var childPanels = this.getPanels(); if (childPanels[selectedIndex + 1]) { this.onSelected(childPanels[selectedIndex + 1]); } } this._checkButtons(); }, _onPreviousButtonClick:function () { var selectedIndex = this.selectedIndex(); if (selectedIndex > -1) { var childPanels = this.getPanels(); if (childPanels[selectedIndex - 1]) { this.onSelected(childPanels[selectedIndex - 1]); } } this._checkButtons(); }, hasNextPanel:function () { var selectedIndex = this.selectedIndex(); return (selectedIndex < (this.getPanels().length - 1)); }, hasPreviousPanel:function () { var selectedIndex = this.selectedIndex(); return (selectedIndex > 0); }, done:function () { this.selected.done(); }}); dojo.widget.defineWidget("dojo.widget.WizardPane", dojo.widget.ContentPane, {canGoBack:true, passFunction:"", doneFunction:"", postMixInProperties:function (args, frag) { if (this.passFunction) { this.passFunction = dj_global[this.passFunction]; } if (this.doneFunction) { this.doneFunction = dj_global[this.doneFunction]; } dojo.widget.WizardPane.superclass.postMixInProperties.apply(this, arguments); }, _checkPass:function () { if (this.passFunction && dojo.lang.isFunction(this.passFunction)) { var failMessage = this.passFunction(); if (failMessage) { alert(failMessage); return false; } } return true; }, done:function () { if (this.doneFunction && dojo.lang.isFunction(this.doneFunction)) { this.doneFunction(); } }}); PK mM)Zvvsrc/xml/svgUtil.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.xml.svgUtil"); // FIXME: add imports for deps! dojo.xml.svgUtil = new function(){ this.getInnerWidth = function(node){ // FIXME: need to find out from dylan how to } this.getOuterWidth = function(node){ } this.getInnerHeight = function(node){ } this.getOuterHeight = function(node){ } } PK mMS"Storage_version6.swfCWSxڬXKo>$+q cē8ddZ@:k& M-]L(R )'꦳]A7EWtٟЅ{uyϹ}w} ;~eOKW&>qr}Ip go Α>o½ ow K<~`8Jv\?Dpw$^pCgnķ1Dl0CzĊx( GEa@7bnd*<؎ ƴbiC#£F/$ NFa&!8α}un˰^Ct7aM16Q|w=칉 or /vqXCWg6y,Q:wv:OCpr{0'QfOb*qlG;SM0p pﻘXK&:PQKESkFGڤ,d QbMwȩZV\jEQ+sTQ\jUQs 0Kbw] ,#AO.[yr%}m~6 t- }JuEů\=6C_򯷹Pzh_JyׄBt]R M\y!ɳQyq7 :Sr7q88o Ϋ;S0YbtBd|6$=emG{)iB*7nqOqn%8.OլL9W,ƖOkxEx4˅~ ӮJ="乢W+k R}!`^e+/2YfSBQ4ҫR:ӫ Y8Sz/D{@KN|PFpaĠ6a;R$FF2?K^Ou*ϥ¶':dk<3'e~}dU>V[t-ZCٲY>LbwOACh%zn8A;;)@a/tf7ހErVNuqp11@tf 8^xp,9{vPFG O%(@L #E-tr_yN!= 9F} C7Q-`鏂n⅁(@n;CB m(')~~A[|RrFnw>l{3aD|?;N> R]zÛQR7C-"h CmJ&gX&qEXд4IKV"X Ko.ܶoW2eN"Q4n0bq`ǡح"tLsͬoX '3_Z?rnsEP|!Y,4\,K"!B&d$=;M(JtAPK$ oZ6|em~vgyݴ 9[D/2N'dPK mM99struts/widget/Bind.js/* * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ dojo.provide("struts.widget.Bind"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.lfx.html"); dojo.require("dojo.io.*"); dojo.widget.defineWidget( "struts.widget.Bind", dojo.widget.HtmlWidget, { widgetType : "Bind", executeScripts : false, scriptSeparation : false, targets : "", targetsArray : null, href : "", handler : "", //messages loadingText : "Loading...", errorText : "", showError : true, showLoading : false, //pub/sub events listenTopics : "", notifyTopics : "", notifyTopicsArray : null, beforeNotifyTopics : "", beforeNotifyTopicsArray : null, afterNotifyTopics : "", afterNotifyTopicsArray : null, errorNotifyTopics : "", errorNotifyTopicsArray : null, formId : "", formFilter : "", formNode : null, events : "", indicator : "", parseContent : true, highlightColor : "", highlightDuration : 2000, validate : false, ajaxAfterValidation : false, //used for scripts downloading & caching cacheContent : true, //run script on its own scope scriptSeparation : true, //scope for the cript separation scriptScope : null, transport : "", postCreate : function() { var self = this; //attach listeners if(!dojo.string.isBlank(this.listenTopics)) { this.log("Listening to " + this.listenTopics + " to refresh"); var topics = this.listenTopics.split(","); if(topics) { dojo.lang.forEach(topics, function(topic){ dojo.event.topic.subscribe(topic, self, "reloadContents"); }); } } //topics if(!dojo.string.isBlank(this.notifyTopics)) { this.notifyTopicsArray = this.notifyTopics.split(","); } //before topics if(!dojo.string.isBlank(this.beforeNotifyTopics)) { this.beforeNotifyTopicsArray = this.beforeNotifyTopics.split(","); } //after topics if(!dojo.string.isBlank(this.afterNotifyTopics)) { this.afterNotifyTopicsArray = this.afterNotifyTopics.split(","); } //error topics if(!dojo.string.isBlank(this.errorNotifyTopics)) { this.errorNotifyTopicsArray = this.errorNotifyTopics.split(","); } if(!dojo.string.isBlank(this.targets)) { //split targets this.targetsArray = this.targets.split(","); } if(!dojo.string.isBlank(this.events)) { var eventsArray = this.events.split(","); if(eventsArray && this.domNode) { dojo.lang.forEach(eventsArray, function(event){ dojo.event.connect(self.domNode, event, function(evt) { evt.preventDefault(); evt.stopPropagation(); self.reloadContents(); }); }); } } if(dojo.string.isBlank(this.formId)) { //no formId, see if we are inside a form this.formNode = dojo.dom.getFirstAncestorByTag(this.domNode, "form"); } else { this.formNode = dojo.byId(this.formId); } if(this.formNode && dojo.string.isBlank(this.href)) { this.href = this.formNode.action; } }, highlight : function() { if(!dojo.string.isBlank(this.highlightColor)) { var nodes = []; //add nodes to array dojo.lang.forEach(this.targetsArray, function(target) { var node = dojo.byId(target); if(node) { nodes.push(node); } }); var effect = dojo.lfx.html.highlight(nodes, this.highlightColor, this.highlightDuration); effect.play(); } }, log : function(text) { dojo.debug("[" + (this.widgetId ? this.widgetId : "unknown") + "] " + text); }, setContent : function(text) { if(this.targetsArray) { var self = this; var xmlParser = new dojo.xml.Parse(); dojo.lang.forEach(this.targetsArray, function(target) { var node = dojo.byId(target); if(node) { node.innerHTML = text; if(self.parseContent && text != self.loadingText){ var frag = xmlParser.parseElement(node, null, true); dojo.widget.getParser().createSubComponents(frag, dojo.widget.byId(target)); } } else { self.log("Unable to find target: " + node); } }); } }, bindHandler : function(type, data, e) { //hide indicator dojo.html.hide(this.indicator); //publish topics this.notify(data, type, e); if(type == "load") { if(this.validate) { StrutsUtils.clearValidationErrors(this.formNode); //validation is active for this action var errors = StrutsUtils.getValidationErrors(data); if(errors && errors.fieldErrors) { //validation failed StrutsUtils.showValidationErrors(this.formNode, errors); return; } else { //validation passed if(!this.ajaxAfterValidation && this.formNode) { //regular submit this.formNode.submit(); return; } } } // no validation or validation passed if(this.executeScripts) { //parse text to extract content and javascript var parsed = this.parse(data); //update targets content this.setContent(parsed.text); //execute scripts this._executeScripts(parsed.scripts); } else { this.setContent(data); } this.highlight(); } else { if(this.showError) { var message = dojo.string.isBlank(this.errorText) ? e.message : this.errorText; this.setContent(message); } } }, notify : function(data, type, e) { var self = this; //general topics if(this.notifyTopicsArray) { dojo.lang.forEach(this.notifyTopicsArray, function(topic) { try { dojo.event.topic.publish(topic, data, type, e, self); } catch(ex){ self.log(ex); } }); } //before, after and error topics var topicsArray = null; switch(type) { case "before": this.notifyTo(this.beforeNotifyTopicsArray, null, e); break; case "load": this.notifyTo(this.afterNotifyTopicsArray, data, e); break; case "error": this.notifyTo(this.errorNotifyTopicsArray, data, e); break; } }, notifyTo : function(topicsArray, data, e) { var self = this; if(topicsArray) { dojo.lang.forEach(topicsArray, function(topic) { try { if(data != null) { dojo.event.topic.publish(topic, data, e, self); } else { dojo.event.topic.publish(topic, e, self); } } catch(ex){ self.log(ex); } }); } }, onDownloadStart : function(event) { if(this.showLoading && !dojo.string.isBlank(this.loadingText)) { event.text = this.loadingText; } }, reloadContents : function(evt) { if(!dojo.string.isBlank(this.handler)) { //use custom handler this.log("Invoking handler: " + this.handler); window[this.handler](this, this.domNode); } else { try { var self = this; var request = {cancel: false}; this.notify(this.widgetId, "before", request); if(request.cancel) { this.log("Request canceled"); return; } //if the href is null, we still publish the notify topics if(dojo.string.isBlank(this.href)) { return; } //if there is a parent form, and it has a "onsubmit" //execute it, validation is usually there, except is validation == true //on which case it is ajax validation, instead of client side if(!this.validate && this.formNode && this.formNode.onsubmit != null) { var makeRequest = this.formNode.onsubmit.call(evt); if(makeRequest != null && !makeRequest) { this.log("Request canceled by 'onsubmit' of the form"); return; } } //show indicator dojo.html.show(this.indicator); if(this.showLoading) { this.setContent(this.loadingText); } var tmpHref = this.href; tmpHref = tmpHref + (tmpHref.indexOf("?") > -1 ? "&" : "?") + "struts.enableJSONValidation=true"; if(!this.ajaxAfterValidation && this.validate) { tmpHref = tmpHref + (tmpHref.indexOf("?") > -1 ? "&" : "?") + "struts.validateOnly=true"; } if(dojo.dom.isTag(this.domNode, "INPUT", "input") && this.events == "onclick" && this.domNode.type == "submit" && !dojo.string.isBlank(this.domNode.name) && !dojo.string.isBlank(this.domNode.value)) { var enc = /utf/i.test("") ? encodeURIComponent : dojo.string.encodeAscii tmpHref = tmpHref + (tmpHref.indexOf("?") > -1 ? "&" : "?") + enc(this.domNode.name) + "=" + enc(this.domNode.value); } dojo.io.bind({ url: tmpHref, useCache: false, preventCache: true, formNode: self.formNode, formFilter: window[self.formFilter], transport: self.transport, handler: function(type, data, e) { dojo.lang.hitch(self, "bindHandler")(type, data, e); }, mimetype: "text/html" }); } catch(ex) { if(this.showError) { var message = dojo.string.isBlank(this.errorText) ? ex : this.errorText; this.setContent(message); } } } }, //from Dojo's ContentPane parse : function(s) { this.log("Parsing: " + s); var match = []; var tmp = []; var scripts = []; while(match){ match = s.match(/]*)>([\s\S]*?)<\/script>/i); if(!match){ break; } if(match[1]){ attr = match[1].match(/src=(['"]?)([^"']*)\1/i); if(attr){ // remove a dojo.js or dojo.js.uncompressed.js from remoteScripts // we declare all files with dojo.js as bad, regardless of folder var tmp2 = attr[2].search(/.*(\bdojo\b(?:\.uncompressed)?\.js)$/); if(tmp2 > -1){ this.log("Security note! inhibit:"+attr[2]+" from beeing loaded again."); } } } if(match[2]){ // strip out all djConfig variables from script tags nodeValue // this is ABSOLUTLY needed as reinitialize djConfig after dojo is initialised // makes a dissaster greater than Titanic, update remove writeIncludes() to var sc = match[2].replace(/(?:var )?\bdjConfig\b(?:[\s]*=[\s]*\{[^}]+\}|\.[\w]*[\s]*=[\s]*[^;\n]*)?;?|dojo\.hostenv\.writeIncludes\(\s*\);?/g, ""); if(!sc){ continue; } // cut out all dojo.require (...) calls, if we have execute // scripts false widgets dont get there require calls // does suck out possible widgetpackage registration as well tmp = []; while(tmp){ tmp = sc.match(/dojo\.(?:(?:require(?:After)?(?:If)?)|(?:widget\.(?:manager\.)?registerWidgetPackage)|(?:(?:hostenv\.)?setModulePrefix))\((['"]).*?\1\)\s*;?/); if(!tmp){ break;} sc = sc.replace(tmp[0], ""); } scripts.push(sc); } s = s.replace(/]*>[\s\S]*?<\/script>/i, ""); } return { text: s, scripts: scripts }; }, //from Dojo content pane _executeScripts : function (scripts) { var self = this; var tmp = "", code = ""; for (var i = 0; i < scripts.length; i++) { if (scripts[i].path) { dojo.io.bind(this._cacheSetting({"url":scripts[i].path, "load":function (type, scriptStr) { dojo.lang.hitch(self, tmp = ";" + scriptStr); }, "error":function (type, error) { error.text = type + " downloading remote script"; self._handleDefaults.call(self, error, "onExecError", "debug"); }, "mimetype":"text/plain", "sync":true}, this.cacheContent)); code += tmp; } else { code += scripts[i]; } } try { if (this.scriptSeparation) { delete this.scriptScope; this.scriptScope = new (new Function("_container_", code + "; return this;"))(self); } else { var djg = dojo.global(); if (djg.execScript) { djg.execScript(code); } else { var djd = dojo.doc(); var sc = djd.createElement("script"); sc.appendChild(djd.createTextNode(code)); (this.containerNode || this.domNode).appendChild(sc); } } } catch (e) { e.text = "Error running scripts from content:\n" + e.description; this.log(e); } }, _cacheSetting : function (bindObj, useCache) { for (var x in this.bindArgs) { if (dojo.lang.isUndefined(bindObj[x])) { bindObj[x] = this.bindArgs[x]; } } if (dojo.lang.isUndefined(bindObj.useCache)) { bindObj.useCache = useCache; } if (dojo.lang.isUndefined(bindObj.preventCache)) { bindObj.preventCache = !useCache; } if (dojo.lang.isUndefined(bindObj.mimetype)) { bindObj.mimetype = "text/html"; } return bindObj; } }); PK mM, Y Y !struts/widget/StrutsDatePicker.js/* * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ dojo.provide("struts.widget.StrutsDatePicker"); dojo.require("dojo.widget.DropdownDatePicker"); dojo.widget.defineWidget( "struts.widget.StrutsDatePicker", dojo.widget.DropdownDatePicker, { widgetType : "StrutsDatePicker", valueNotifyTopics : "", valueNotifyTopicsArray : null, tabIndex : "", postCreate: function() { struts.widget.StrutsDatePicker.superclass.postCreate.apply(this, arguments); //set cssClass if(this.extraArgs["class"]) { dojo.html.setClass(this.inputNode, this.extraArgs["class"]); } //set cssStyle if(this.extraArgs.style) { dojo.html.setStyleText(this.inputNode, this.extraArgs.style); } //value topics if(!dojo.string.isBlank(this.valueNotifyTopics)) { this.valueNotifyTopicsArray = this.valueNotifyTopics.split(","); } //tabindex if(!dojo.string.isBlank(this.tabIndex)) { this.inputNode.tabIndex = this.tabIndex; } }, _syncValueNode:function () { var date = this.datePicker.value; var value = ""; switch (this.saveFormat.toLowerCase()) { case "rfc": case "iso": case "": value = dojo.date.toRfc3339(date); break; case "posix": case "unix": value = Number(date); break; default: if (date) { value = dojo.date.format(date, {datePattern:this.saveFormat, selector:"dateOnly", locale:this.lang}); } } this.valueNode.value = value; }, _updateText : function() { struts.widget.StrutsDatePicker.superclass._updateText.apply(this, arguments); if(this.valueNotifyTopicsArray != null) { for(var i = 0; i < this.valueNotifyTopicsArray.length; i++) { var topic = this.valueNotifyTopicsArray[i]; if(!dojo.string.isBlank(topic)) { try { dojo.event.topic.publish(topic, this.inputNode.value, this.getValue(), this); } catch(ex) { dojo.debug(ex); } } } } } });PK mMisO  struts/widget/StrutsTree.js/* * $Id$ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ dojo.provide("struts.widget.StrutsTree"); dojo.require("dojo.widget.Tree"); dojo.widget.defineWidget( "struts.widget.StrutsTree", dojo.widget.Tree, { widgetType : "StrutsTree", href : "", errorNotifyTopics : "", errorNotifyTopicsArray : null, postCreate : function() { struts.widget.StrutsTree.superclass.postCreate.apply(this); //error topics if(!dojo.string.isBlank(this.errorNotifyTopics)) { this.errorNotifyTopicsArray = this.errorNotifyTopics.split(","); } var self = this; if(!dojo.string.isBlank(this.href)) { dojo.io.bind({ url: this.href, useCache: false, preventCache: true, handler: function(type, data, e) { if(type == 'load') { //data should be an array if(data) { dojo.lang.forEach(data, function(descr) { //create node for eachd descriptor var newNode = dojo.widget.createWidget("struts:StrutsTreeNode",{ title : descr.label, isFolder: descr.hasChildren, widgetId: descr.id }); self.addChild(newNode); }); } } else { //publish error topics if(self.errorNotifyTopicsArray) { dojo.lang.forEach(self.errorNotifyTopicsArray, function(topic) { try { dojo.event.topic.publish(topic, data, e, self); } catch(ex){ dojo.debug(ex); } }); } } }, mimetype: "text/json" }); } } });PK mMRustruts_dojo.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ /* This is a compiled version of Dojo, built for deployment and not for development. To get an editable version, please visit: http://dojotoolkit.org for documentation and information on getting the source. */ if(typeof dojo=="undefined"){ var dj_global=this; var dj_currentContext=this; function dj_undef(_1,_2){ return (typeof (_2||dj_currentContext)[_1]=="undefined"); } if(dj_undef("djConfig",this)){ var djConfig={}; } if(dj_undef("dojo",this)){ var dojo={}; } dojo.global=function(){ return dj_currentContext; }; dojo.locale=djConfig.locale; dojo.version={major:0,minor:4,patch:3,flag:"",revision:Number("$Rev: 670371 $".match(/[0-9]+/)[0]),toString:function(){ with(dojo.version){ return major+"."+minor+"."+patch+flag+" ("+revision+")"; } }}; dojo.evalProp=function(_3,_4,_5){ if((!_4)||(!_3)){ return undefined; } if(!dj_undef(_3,_4)){ return _4[_3]; } return (_5?(_4[_3]={}):undefined); }; dojo.parseObjPath=function(_6,_7,_8){ var _9=(_7||dojo.global()); var _a=_6.split("."); var _b=_a.pop(); for(var i=0,l=_a.length;i1){ dh.modulesLoadedListeners.push(function(){ obj[_3d](); }); } } if(dh.post_load_&&dh.inFlightCount==0&&!dh.loadNotifying){ dh.callLoaded(); } }; dojo.addOnUnload=function(obj,_40){ var dh=dojo.hostenv; if(arguments.length==1){ dh.unloadListeners.push(obj); }else{ if(arguments.length>1){ dh.unloadListeners.push(function(){ obj[_40](); }); } } }; dojo.hostenv.modulesLoaded=function(){ if(this.post_load_){ return; } if(this.loadUriStack.length==0&&this.getTextStack.length==0){ if(this.inFlightCount>0){ dojo.debug("files still in flight!"); return; } dojo.hostenv.callLoaded(); } }; dojo.hostenv.callLoaded=function(){ if(typeof setTimeout=="object"||(djConfig["useXDomain"]&&dojo.render.html.opera)){ setTimeout("dojo.hostenv.loaded();",0); }else{ dojo.hostenv.loaded(); } }; dojo.hostenv.getModuleSymbols=function(_42){ var _43=_42.split("."); for(var i=_43.length;i>0;i--){ var _45=_43.slice(0,i).join("."); if((i==1)&&!this.moduleHasPrefix(_45)){ _43[0]="../"+_43[0]; }else{ var _46=this.getModulePrefix(_45); if(_46!=_45){ _43.splice(0,i,_46); break; } } } return _43; }; dojo.hostenv._global_omit_module_check=false; dojo.hostenv.loadModule=function(_47,_48,_49){ if(!_47){ return; } _49=this._global_omit_module_check||_49; var _4a=this.findModule(_47,false); if(_4a){ return _4a; } if(dj_undef(_47,this.loading_modules_)){ this.addedToLoadingCount.push(_47); } this.loading_modules_[_47]=1; var _4b=_47.replace(/\./g,"/")+".js"; var _4c=_47.split("."); var _4d=this.getModuleSymbols(_47); var _4e=((_4d[0].charAt(0)!="/")&&!_4d[0].match(/^\w+:/)); var _4f=_4d[_4d.length-1]; var ok; if(_4f=="*"){ _47=_4c.slice(0,-1).join("."); while(_4d.length){ _4d.pop(); _4d.push(this.pkgFileName); _4b=_4d.join("/")+".js"; if(_4e&&_4b.charAt(0)=="/"){ _4b=_4b.slice(1); } ok=this.loadPath(_4b,!_49?_47:null); if(ok){ break; } _4d.pop(); } }else{ _4b=_4d.join("/")+".js"; _47=_4c.join("."); var _51=!_49?_47:null; ok=this.loadPath(_4b,_51); if(!ok&&!_48){ _4d.pop(); while(_4d.length){ _4b=_4d.join("/")+".js"; ok=this.loadPath(_4b,_51); if(ok){ break; } _4d.pop(); _4b=_4d.join("/")+"/"+this.pkgFileName+".js"; if(_4e&&_4b.charAt(0)=="/"){ _4b=_4b.slice(1); } ok=this.loadPath(_4b,_51); if(ok){ break; } } } if(!ok&&!_49){ dojo.raise("Could not load '"+_47+"'; last tried '"+_4b+"'"); } } if(!_49&&!this["isXDomain"]){ _4a=this.findModule(_47,false); if(!_4a){ dojo.raise("symbol '"+_47+"' is not defined after loading '"+_4b+"'"); } } return _4a; }; dojo.hostenv.startPackage=function(_52){ var _53=String(_52); var _54=_53; var _55=_52.split(/\./); if(_55[_55.length-1]=="*"){ _55.pop(); _54=_55.join("."); } var _56=dojo.evalObjPath(_54,true); this.loaded_modules_[_53]=_56; this.loaded_modules_[_54]=_56; return _56; }; dojo.hostenv.findModule=function(_57,_58){ var lmn=String(_57); if(this.loaded_modules_[lmn]){ return this.loaded_modules_[lmn]; } if(_58){ dojo.raise("no loaded module named '"+_57+"'"); } return null; }; dojo.kwCompoundRequire=function(_5a){ var _5b=_5a["common"]||[]; var _5c=_5a[dojo.hostenv.name_]?_5b.concat(_5a[dojo.hostenv.name_]||[]):_5b.concat(_5a["default"]||[]); for(var x=0;x<_5c.length;x++){ var _5e=_5c[x]; if(_5e.constructor==Array){ dojo.hostenv.loadModule.apply(dojo.hostenv,_5e); }else{ dojo.hostenv.loadModule(_5e); } } }; dojo.require=function(_5f){ dojo.hostenv.loadModule.apply(dojo.hostenv,arguments); }; dojo.requireIf=function(_60,_61){ var _62=arguments[0]; if((_62===true)||(_62=="common")||(_62&&dojo.render[_62].capable)){ var _63=[]; for(var i=1;i0;i--){ _74.push(_73.slice(0,i).join("-")); } _74.push(false); if(_71){ _74.reverse(); } for(var j=_74.length-1;j>=0;j--){ var loc=_74[j]||"ROOT"; var _78=_72(loc); if(_78){ break; } } }; dojo.hostenv.localesGenerated=["ROOT","es-es","es","it-it","pt-br","de","fr-fr","zh-cn","pt","en-us","zh","fr","zh-tw","it","en-gb","xx","de-de","ko-kr","ja-jp","ko","en","ja"]; dojo.hostenv.registerNlsPrefix=function(){ dojo.registerModulePath("nls","nls"); }; dojo.hostenv.preloadLocalizations=function(){ if(dojo.hostenv.localesGenerated){ dojo.hostenv.registerNlsPrefix(); function preload(_79){ _79=dojo.hostenv.normalizeLocale(_79); dojo.hostenv.searchLocalePath(_79,true,function(loc){ for(var i=0;i_84.length){ _84=_85[i]; } } } if(!_84){ _84="ROOT"; } } var _87=_81?_84:_82; var _88=dojo.hostenv.findModule(_83); var _89=null; if(_88){ if(djConfig.localizationComplete&&_88._built){ return; } var _8a=_87.replace("-","_"); var _8b=_83+"."+_8a; _89=dojo.hostenv.findModule(_8b); } if(!_89){ _88=dojo.hostenv.startPackage(_83); var _8c=dojo.hostenv.getModuleSymbols(_7e); var _8d=_8c.concat("nls").join("/"); var _8e; dojo.hostenv.searchLocalePath(_87,_81,function(loc){ var _90=loc.replace("-","_"); var _91=_83+"."+_90; var _92=false; if(!dojo.hostenv.findModule(_91)){ dojo.hostenv.startPackage(_91); var _93=[_8d]; if(loc!="ROOT"){ _93.push(loc); } _93.push(_7f); var _94=_93.join("/")+".js"; _92=dojo.hostenv.loadPath(_94,null,function(_95){ var _96=function(){ }; _96.prototype=_8e; _88[_90]=new _96(); for(var j in _95){ _88[_90][j]=_95[j]; } }); }else{ _92=true; } if(_92&&_88[_90]){ _8e=_88[_90]; }else{ _88[_90]=_8e; } if(_81){ return true; } }); } if(_81&&_82!=_84){ _88[_82.replace("-","_")]=_88[_84.replace("-","_")]; } }; (function(){ var _98=djConfig.extraLocale; if(_98){ if(!_98 instanceof Array){ _98=[_98]; } var req=dojo.requireLocalization; dojo.requireLocalization=function(m,b,_9c,_9d){ req(m,b,_9c,_9d); if(_9c){ return; } for(var i=0;i<_98.length;i++){ req(m,b,_98[i],_9d); } }; } })(); } if(typeof window!="undefined"){ (function(){ if(djConfig.allowQueryConfig){ var _9f=document.location.toString(); var _a0=_9f.split("?",2); if(_a0.length>1){ var _a1=_a0[1]; var _a2=_a1.split("&"); for(var x in _a2){ var sp=_a2[x].split("="); if((sp[0].length>9)&&(sp[0].substr(0,9)=="djConfig.")){ var opt=sp[0].substr(9); try{ djConfig[opt]=eval(sp[1]); } catch(e){ djConfig[opt]=sp[1]; } } } } } if(((djConfig["baseScriptUri"]=="")||(djConfig["baseRelativePath"]==""))&&(document&&document.getElementsByTagName)){ var _a6=document.getElementsByTagName("script"); var _a7=/(__package__|dojo|bootstrap1)\.js([\?\.]|$)/i; for(var i=0;i<_a6.length;i++){ var src=_a6[i].getAttribute("src"); if(!src){ continue; } var m=src.match(_a7); if(m){ var _ab=src.substring(0,m.index); if(src.indexOf("bootstrap1")>-1){ _ab+="../"; } if(!this["djConfig"]){ djConfig={}; } if(djConfig["baseScriptUri"]==""){ djConfig["baseScriptUri"]=_ab; } if(djConfig["baseRelativePath"]==""){ djConfig["baseRelativePath"]=_ab; } break; } } } var dr=dojo.render; var drh=dojo.render.html; var drs=dojo.render.svg; var dua=(drh.UA=navigator.userAgent); var dav=(drh.AV=navigator.appVersion); var t=true; var f=false; drh.capable=t; drh.support.builtin=t; dr.ver=parseFloat(drh.AV); dr.os.mac=dav.indexOf("Macintosh")>=0; dr.os.win=dav.indexOf("Windows")>=0; dr.os.linux=dav.indexOf("X11")>=0; drh.opera=dua.indexOf("Opera")>=0; drh.khtml=(dav.indexOf("Konqueror")>=0)||(dav.indexOf("Safari")>=0); drh.safari=dav.indexOf("Safari")>=0; var _b3=dua.indexOf("Gecko"); drh.mozilla=drh.moz=(_b3>=0)&&(!drh.khtml); if(drh.mozilla){ drh.geckoVersion=dua.substring(_b3+6,_b3+14); } drh.ie=(document.all)&&(!drh.opera); drh.ie50=drh.ie&&dav.indexOf("MSIE 5.0")>=0; drh.ie55=drh.ie&&dav.indexOf("MSIE 5.5")>=0; drh.ie60=drh.ie&&dav.indexOf("MSIE 6.0")>=0; drh.ie70=drh.ie&&dav.indexOf("MSIE 7.0")>=0; var cm=document["compatMode"]; drh.quirks=(cm=="BackCompat")||(cm=="QuirksMode")||drh.ie55||drh.ie50; dojo.locale=dojo.locale||(drh.ie?navigator.userLanguage:navigator.language).toLowerCase(); dr.vml.capable=drh.ie; drs.capable=f; drs.support.plugin=f; drs.support.builtin=f; var _b5=window["document"]; var tdi=_b5["implementation"]; if((tdi)&&(tdi["hasFeature"])&&(tdi.hasFeature("org.w3c.dom.svg","1.0"))){ drs.capable=t; drs.support.builtin=t; drs.support.plugin=f; } if(drh.safari){ var tmp=dua.split("AppleWebKit/")[1]; var ver=parseFloat(tmp.split(" ")[0]); if(ver>=420){ drs.capable=t; drs.support.builtin=t; drs.support.plugin=f; } }else{ } })(); dojo.hostenv.startPackage("dojo.hostenv"); dojo.render.name=dojo.hostenv.name_="browser"; dojo.hostenv.searchIds=[]; dojo.hostenv._XMLHTTP_PROGIDS=["Msxml2.XMLHTTP","Microsoft.XMLHTTP","Msxml2.XMLHTTP.4.0"]; dojo.hostenv.getXmlhttpObject=function(){ var _b9=null; var _ba=null; try{ _b9=new XMLHttpRequest(); } catch(e){ } if(!_b9){ for(var i=0;i<3;++i){ var _bc=dojo.hostenv._XMLHTTP_PROGIDS[i]; try{ _b9=new ActiveXObject(_bc); } catch(e){ _ba=e; } if(_b9){ dojo.hostenv._XMLHTTP_PROGIDS=[_bc]; break; } } } if(!_b9){ return dojo.raise("XMLHTTP not available",_ba); } return _b9; }; dojo.hostenv._blockAsync=false; dojo.hostenv.getText=function(uri,_be,_bf){ if(!_be){ this._blockAsync=true; } var _c0=this.getXmlhttpObject(); function isDocumentOk(_c1){ var _c2=_c1["status"]; return Boolean((!_c2)||((200<=_c2)&&(300>_c2))||(_c2==304)); } if(_be){ var _c3=this,_c4=null,gbl=dojo.global(); var xhr=dojo.evalObjPath("dojo.io.XMLHTTPTransport"); _c0.onreadystatechange=function(){ if(_c4){ gbl.clearTimeout(_c4); _c4=null; } if(_c3._blockAsync||(xhr&&xhr._blockAsync)){ _c4=gbl.setTimeout(function(){ _c0.onreadystatechange.apply(this); },10); }else{ if(4==_c0.readyState){ if(isDocumentOk(_c0)){ _be(_c0.responseText); } } } }; } _c0.open("GET",uri,_be?true:false); try{ _c0.send(null); if(_be){ return null; } if(!isDocumentOk(_c0)){ var err=Error("Unable to load "+uri+" status:"+_c0.status); err.status=_c0.status; err.responseText=_c0.responseText; throw err; } } catch(e){ this._blockAsync=false; if((_bf)&&(!_be)){ return null; }else{ throw e; } } this._blockAsync=false; return _c0.responseText; }; dojo.hostenv.defaultDebugContainerId="dojoDebug"; dojo.hostenv._println_buffer=[]; dojo.hostenv._println_safe=false; dojo.hostenv.println=function(_c8){ if(!dojo.hostenv._println_safe){ dojo.hostenv._println_buffer.push(_c8); }else{ try{ var _c9=document.getElementById(djConfig.debugContainerId?djConfig.debugContainerId:dojo.hostenv.defaultDebugContainerId); if(!_c9){ _c9=dojo.body(); } var div=document.createElement("div"); div.appendChild(document.createTextNode(_c8)); _c9.appendChild(div); } catch(e){ try{ document.write("
    "+_c8+"
    "); } catch(e2){ window.status=_c8; } } } }; dojo.addOnLoad(function(){ dojo.hostenv._println_safe=true; while(dojo.hostenv._println_buffer.length>0){ dojo.hostenv.println(dojo.hostenv._println_buffer.shift()); } }); function dj_addNodeEvtHdlr(_cb,_cc,fp){ var _ce=_cb["on"+_cc]||function(){ }; _cb["on"+_cc]=function(){ fp.apply(_cb,arguments); _ce.apply(_cb,arguments); }; return true; } dojo.hostenv._djInitFired=false; function dj_load_init(e){ dojo.hostenv._djInitFired=true; var _d0=(e&&e.type)?e.type.toLowerCase():"load"; if(arguments.callee.initialized||(_d0!="domcontentloaded"&&_d0!="load")){ return; } arguments.callee.initialized=true; if(typeof (_timer)!="undefined"){ clearInterval(_timer); delete _timer; } var _d1=function(){ if(dojo.render.html.ie){ dojo.hostenv.makeWidgets(); } }; if(dojo.hostenv.inFlightCount==0){ _d1(); dojo.hostenv.modulesLoaded(); }else{ dojo.hostenv.modulesLoadedListeners.unshift(_d1); } } if(document.addEventListener){ if(dojo.render.html.opera||(dojo.render.html.moz&&(djConfig["enableMozDomContentLoaded"]===true))){ document.addEventListener("DOMContentLoaded",dj_load_init,null); } window.addEventListener("load",dj_load_init,null); } if(dojo.render.html.ie&&dojo.render.os.win){ document.attachEvent("onreadystatechange",function(e){ if(document.readyState=="complete"){ dj_load_init(); } }); } if(/(WebKit|khtml)/i.test(navigator.userAgent)){ var _timer=setInterval(function(){ if(/loaded|complete/.test(document.readyState)){ dj_load_init(); } },10); } if(dojo.render.html.ie){ dj_addNodeEvtHdlr(window,"beforeunload",function(){ dojo.hostenv._unloading=true; window.setTimeout(function(){ dojo.hostenv._unloading=false; },0); }); } dj_addNodeEvtHdlr(window,"unload",function(){ dojo.hostenv.unloaded(); if((!dojo.render.html.ie)||(dojo.render.html.ie&&dojo.hostenv._unloading)){ dojo.hostenv.unloaded(); } }); dojo.hostenv.makeWidgets=function(){ var _d3=[]; if(djConfig.searchIds&&djConfig.searchIds.length>0){ _d3=_d3.concat(djConfig.searchIds); } if(dojo.hostenv.searchIds&&dojo.hostenv.searchIds.length>0){ _d3=_d3.concat(dojo.hostenv.searchIds); } if((djConfig.parseWidgets)||(_d3.length>0)){ if(dojo.evalObjPath("dojo.widget.Parse")){ var _d4=new dojo.xml.Parse(); if(_d3.length>0){ for(var x=0;x<_d3.length;x++){ var _d6=document.getElementById(_d3[x]); if(!_d6){ continue; } var _d7=_d4.parseElement(_d6,null,true); dojo.widget.getParser().createComponents(_d7); } }else{ if(djConfig.parseWidgets){ var _d7=_d4.parseElement(dojo.body(),null,true); dojo.widget.getParser().createComponents(_d7); } } } } }; dojo.addOnLoad(function(){ if(!dojo.render.html.ie){ dojo.hostenv.makeWidgets(); } }); try{ if(dojo.render.html.ie){ document.namespaces.add("v","urn:schemas-microsoft-com:vml"); document.createStyleSheet().addRule("v\\:*","behavior:url(#default#VML)"); } } catch(e){ } dojo.hostenv.writeIncludes=function(){ }; if(!dj_undef("document",this)){ dj_currentDocument=this.document; } dojo.doc=function(){ return dj_currentDocument; }; dojo.body=function(){ return dojo.doc().body||dojo.doc().getElementsByTagName("body")[0]; }; dojo.byId=function(id,doc){ if((id)&&((typeof id=="string")||(id instanceof String))){ if(!doc){ doc=dj_currentDocument; } var ele=doc.getElementById(id); if(ele&&(ele.id!=id)&&doc.all){ ele=null; eles=doc.all[id]; if(eles){ if(eles.length){ for(var i=0;i0)?(/^\s+/):(wh<0)?(/\s+$/):(/^\s+|\s+$/g); return str.replace(re,""); }; dojo.string.trimStart=function(str){ return dojo.string.trim(str,1); }; dojo.string.trimEnd=function(str){ return dojo.string.trim(str,-1); }; dojo.string.repeat=function(str,_f4,_f5){ var out=""; for(var i=0;i<_f4;i++){ out+=str; if(_f5&&i<_f4-1){ out+=_f5; } } return out; }; dojo.string.pad=function(str,len,c,dir){ var out=String(str); if(!c){ c="0"; } if(!dir){ dir=1; } while(out.length0){ out=c+out; }else{ out+=c; } } return out; }; dojo.string.padLeft=function(str,len,c){ return dojo.string.pad(str,len,c,1); }; dojo.string.padRight=function(str,len,c){ return dojo.string.pad(str,len,c,-1); }; dojo.provide("dojo.string"); dojo.provide("dojo.lang.common"); dojo.lang.inherits=function(_103,_104){ if(!dojo.lang.isFunction(_104)){ dojo.raise("dojo.inherits: superclass argument ["+_104+"] must be a function (subclass: ["+_103+"']"); } _103.prototype=new _104(); _103.prototype.constructor=_103; _103.superclass=_104.prototype; _103["super"]=_104.prototype; }; dojo.lang._mixin=function(obj,_106){ var tobj={}; for(var x in _106){ if((typeof tobj[x]=="undefined")||(tobj[x]!=_106[x])){ obj[x]=_106[x]; } } if(dojo.render.html.ie&&(typeof (_106["toString"])=="function")&&(_106["toString"]!=obj["toString"])&&(_106["toString"]!=tobj["toString"])){ obj.toString=_106.toString; } return obj; }; dojo.lang.mixin=function(obj,_10a){ for(var i=1,l=arguments.length;i-1; }; dojo.lang.isObject=function(it){ if(typeof it=="undefined"){ return false; } return (typeof it=="object"||it===null||dojo.lang.isArray(it)||dojo.lang.isFunction(it)); }; dojo.lang.isArray=function(it){ return (it&&it instanceof Array||typeof it=="array"); }; dojo.lang.isArrayLike=function(it){ if((!it)||(dojo.lang.isUndefined(it))){ return false; } if(dojo.lang.isString(it)){ return false; } if(dojo.lang.isFunction(it)){ return false; } if(dojo.lang.isArray(it)){ return true; } if((it.tagName)&&(it.tagName.toLowerCase()=="form")){ return false; } if(dojo.lang.isNumber(it.length)&&isFinite(it.length)){ return true; } return false; }; dojo.lang.isFunction=function(it){ return (it instanceof Function||typeof it=="function"); }; (function(){ if((dojo.render.html.capable)&&(dojo.render.html["safari"])){ dojo.lang.isFunction=function(it){ if((typeof (it)=="function")&&(it=="[object NodeList]")){ return false; } return (it instanceof Function||typeof it=="function"); }; } })(); dojo.lang.isString=function(it){ return (typeof it=="string"||it instanceof String); }; dojo.lang.isAlien=function(it){ if(!it){ return false; } return !dojo.lang.isFunction(it)&&/\{\s*\[native code\]\s*\}/.test(String(it)); }; dojo.lang.isBoolean=function(it){ return (it instanceof Boolean||typeof it=="boolean"); }; dojo.lang.isNumber=function(it){ return (it instanceof Number||typeof it=="number"); }; dojo.lang.isUndefined=function(it){ return ((typeof (it)=="undefined")&&(it==undefined)); }; dojo.provide("dojo.lang.extras"); dojo.lang.setTimeout=function(func,_12a){ var _12b=window,_12c=2; if(!dojo.lang.isFunction(func)){ _12b=func; func=_12a; _12a=arguments[2]; _12c++; } if(dojo.lang.isString(func)){ func=_12b[func]; } var args=[]; for(var i=_12c;i0){ dojo.io.bind(dojo.io._bindQueue.shift()); }else{ dojo.io._queueBindInFlight=false; } } }; dojo.io._bindQueue=[]; dojo.io._queueBindInFlight=false; dojo.io.argsFromMap=function(map,_16b,last){ var enc=/utf/i.test(_16b||"")?encodeURIComponent:dojo.string.encodeAscii; var _16e=[]; var _16f=new Object(); for(var name in map){ var _171=function(elt){ var val=enc(name)+"="+enc(elt); _16e[(last==name)?"push":"unshift"](val); }; if(!_16f[name]){ var _174=map[name]; if(dojo.lang.isArray(_174)){ dojo.lang.forEach(_174,_171); }else{ _171(_174); } } } return _16e.join("&"); }; dojo.io.setIFrameSrc=function(_175,src,_177){ try{ var r=dojo.render.html; if(!_177){ if(r.safari){ _175.location=src; }else{ frames[_175.name].location=src; } }else{ var idoc; if(r.ie){ idoc=_175.contentWindow.document; }else{ if(r.safari){ idoc=_175.document; }else{ idoc=_175.contentWindow; } } if(!idoc){ _175.location=src; return; }else{ idoc.location.replace(src); } } } catch(e){ dojo.debug(e); dojo.debug("setIFrameSrc: "+e); } }; dojo.provide("dojo.lang.array"); dojo.lang.mixin(dojo.lang,{has:function(obj,name){ try{ return typeof obj[name]!="undefined"; } catch(e){ return false; } },isEmpty:function(obj){ if(dojo.lang.isObject(obj)){ var tmp={}; var _17e=0; for(var x in obj){ if(obj[x]&&(!tmp[x])){ _17e++; break; } } return _17e==0; }else{ if(dojo.lang.isArrayLike(obj)||dojo.lang.isString(obj)){ return obj.length==0; } } },map:function(arr,obj,_182){ var _183=dojo.lang.isString(arr); if(_183){ arr=arr.split(""); } if(dojo.lang.isFunction(obj)&&(!_182)){ _182=obj; obj=dj_global; }else{ if(dojo.lang.isFunction(obj)&&_182){ var _184=obj; obj=_182; _182=_184; } } if(Array.map){ var _185=Array.map(arr,_182,obj); }else{ var _185=[]; for(var i=0;i=3){ dojo.raise("thisObject doesn't exist!"); } _1a3=dj_global; } _1a5=[]; for(var i=0;i/gm,">").replace(/"/gm,"""); if(!_1e8){ str=str.replace(/'/gm,"'"); } return str; }; dojo.string.escapeSql=function(str){ return str.replace(/'/gm,"''"); }; dojo.string.escapeRegExp=function(str){ return str.replace(/\\/gm,"\\\\").replace(/([\f\b\n\t\r[\^$|?*+(){}])/gm,"\\$1"); }; dojo.string.escapeJavaScript=function(str){ return str.replace(/(["'\f\b\n\t\r])/gm,"\\$1"); }; dojo.string.escapeString=function(str){ return ("\""+str.replace(/(["\\])/g,"\\$1")+"\"").replace(/[\f]/g,"\\f").replace(/[\b]/g,"\\b").replace(/[\n]/g,"\\n").replace(/[\t]/g,"\\t").replace(/[\r]/g,"\\r"); }; dojo.string.summary=function(str,len){ if(!len||str.length<=len){ return str; } return str.substring(0,len).replace(/\.+$/,"")+"..."; }; dojo.string.endsWith=function(str,end,_1f1){ if(_1f1){ str=str.toLowerCase(); end=end.toLowerCase(); } if((str.length-end.length)<0){ return false; } return str.lastIndexOf(end)==str.length-end.length; }; dojo.string.endsWithAny=function(str){ for(var i=1;i-1){ return true; } } return false; }; dojo.string.normalizeNewlines=function(text,_1fc){ if(_1fc=="\n"){ text=text.replace(/\r\n/g,"\n"); text=text.replace(/\r/g,"\n"); }else{ if(_1fc=="\r"){ text=text.replace(/\r\n/g,"\r"); text=text.replace(/\n/g,"\r"); }else{ text=text.replace(/([^\r])\n/g,"$1\r\n").replace(/\r([^\n])/g,"\r\n$1"); } } return text; }; dojo.string.splitEscaped=function(str,_1fe){ var _1ff=[]; for(var i=0,_201=0;i0){ return _224[0]; } node=node.parentNode; } if(_223){ return null; } return _224; }; dojo.dom.getAncestorsByTag=function(node,tag,_228){ tag=tag.toLowerCase(); return dojo.dom.getAncestors(node,function(el){ return ((el.tagName)&&(el.tagName.toLowerCase()==tag)); },_228); }; dojo.dom.getFirstAncestorByTag=function(node,tag){ return dojo.dom.getAncestorsByTag(node,tag,true); }; dojo.dom.isDescendantOf=function(node,_22d,_22e){ if(_22e&&node){ node=node.parentNode; } while(node){ if(node==_22d){ return true; } node=node.parentNode; } return false; }; dojo.dom.innerXML=function(node){ if(node.innerXML){ return node.innerXML; }else{ if(node.xml){ return node.xml; }else{ if(typeof XMLSerializer!="undefined"){ return (new XMLSerializer()).serializeToString(node); } } } }; dojo.dom.createDocument=function(){ var doc=null; var _231=dojo.doc(); if(!dj_undef("ActiveXObject")){ var _232=["MSXML2","Microsoft","MSXML","MSXML3"]; for(var i=0;i<_232.length;i++){ try{ doc=new ActiveXObject(_232[i]+".XMLDOM"); } catch(e){ } if(doc){ break; } } }else{ if((_231.implementation)&&(_231.implementation.createDocument)){ doc=_231.implementation.createDocument("","",null); } } return doc; }; dojo.dom.createDocumentFromText=function(str,_235){ if(!_235){ _235="text/xml"; } if(!dj_undef("DOMParser")){ var _236=new DOMParser(); return _236.parseFromString(str,_235); }else{ if(!dj_undef("ActiveXObject")){ var _237=dojo.dom.createDocument(); if(_237){ _237.async=false; _237.loadXML(str); return _237; }else{ dojo.debug("toXml didn't work?"); } }else{ var _238=dojo.doc(); if(_238.createElement){ var tmp=_238.createElement("xml"); tmp.innerHTML=str; if(_238.implementation&&_238.implementation.createDocument){ var _23a=_238.implementation.createDocument("foo","",null); for(var i=0;i1){ var _24f=dojo.doc(); dojo.dom.replaceChildren(node,_24f.createTextNode(text)); return text; }else{ if(node.textContent!=undefined){ return node.textContent; } var _250=""; if(node==null){ return _250; } for(var i=0;i"); } } catch(e){ } if(dojo.render.html.opera){ dojo.debug("Opera is not supported with dojo.undo.browser, so back/forward detection will not work."); } dojo.undo.browser={initialHref:(!dj_undef("window"))?window.location.href:"",initialHash:(!dj_undef("window"))?window.location.hash:"",moveForward:false,historyStack:[],forwardStack:[],historyIframe:null,bookmarkAnchor:null,locationTimer:null,setInitialState:function(args){ this.initialState=this._createState(this.initialHref,args,this.initialHash); },addToHistory:function(args){ this.forwardStack=[]; var hash=null; var url=null; if(!this.historyIframe){ if(djConfig["useXDomain"]&&!djConfig["dojoIframeHistoryUrl"]){ dojo.debug("dojo.undo.browser: When using cross-domain Dojo builds,"+" please save iframe_history.html to your domain and set djConfig.dojoIframeHistoryUrl"+" to the path on your domain to iframe_history.html"); } this.historyIframe=window.frames["djhistory"]; } if(!this.bookmarkAnchor){ this.bookmarkAnchor=document.createElement("a"); dojo.body().appendChild(this.bookmarkAnchor); this.bookmarkAnchor.style.display="none"; } if(args["changeUrl"]){ hash="#"+((args["changeUrl"]!==true)?args["changeUrl"]:(new Date()).getTime()); if(this.historyStack.length==0&&this.initialState.urlHash==hash){ this.initialState=this._createState(url,args,hash); return; }else{ if(this.historyStack.length>0&&this.historyStack[this.historyStack.length-1].urlHash==hash){ this.historyStack[this.historyStack.length-1]=this._createState(url,args,hash); return; } } this.changingUrl=true; setTimeout("window.location.href = '"+hash+"'; dojo.undo.browser.changingUrl = false;",1); this.bookmarkAnchor.href=hash; if(dojo.render.html.ie){ url=this._loadIframeHistory(); var _25f=args["back"]||args["backButton"]||args["handle"]; var tcb=function(_261){ if(window.location.hash!=""){ setTimeout("window.location.href = '"+hash+"';",1); } _25f.apply(this,[_261]); }; if(args["back"]){ args.back=tcb; }else{ if(args["backButton"]){ args.backButton=tcb; }else{ if(args["handle"]){ args.handle=tcb; } } } var _262=args["forward"]||args["forwardButton"]||args["handle"]; var tfw=function(_264){ if(window.location.hash!=""){ window.location.href=hash; } if(_262){ _262.apply(this,[_264]); } }; if(args["forward"]){ args.forward=tfw; }else{ if(args["forwardButton"]){ args.forwardButton=tfw; }else{ if(args["handle"]){ args.handle=tfw; } } } }else{ if(dojo.render.html.moz){ if(!this.locationTimer){ this.locationTimer=setInterval("dojo.undo.browser.checkLocation();",200); } } } }else{ url=this._loadIframeHistory(); } this.historyStack.push(this._createState(url,args,hash)); },checkLocation:function(){ if(!this.changingUrl){ var hsl=this.historyStack.length; if((window.location.hash==this.initialHash||window.location.href==this.initialHref)&&(hsl==1)){ this.handleBackButton(); return; } if(this.forwardStack.length>0){ if(this.forwardStack[this.forwardStack.length-1].urlHash==window.location.hash){ this.handleForwardButton(); return; } } if((hsl>=2)&&(this.historyStack[hsl-2])){ if(this.historyStack[hsl-2].urlHash==window.location.hash){ this.handleBackButton(); return; } } } },iframeLoaded:function(evt,_267){ if(!dojo.render.html.opera){ var _268=this._getUrlQuery(_267.href); if(_268==null){ if(this.historyStack.length==1){ this.handleBackButton(); } return; } if(this.moveForward){ this.moveForward=false; return; } if(this.historyStack.length>=2&&_268==this._getUrlQuery(this.historyStack[this.historyStack.length-2].url)){ this.handleBackButton(); }else{ if(this.forwardStack.length>0&&_268==this._getUrlQuery(this.forwardStack[this.forwardStack.length-1].url)){ this.handleForwardButton(); } } } },handleBackButton:function(){ var _269=this.historyStack.pop(); if(!_269){ return; } var last=this.historyStack[this.historyStack.length-1]; if(!last&&this.historyStack.length==0){ last=this.initialState; } if(last){ if(last.kwArgs["back"]){ last.kwArgs["back"](); }else{ if(last.kwArgs["backButton"]){ last.kwArgs["backButton"](); }else{ if(last.kwArgs["handle"]){ last.kwArgs.handle("back"); } } } } this.forwardStack.push(_269); },handleForwardButton:function(){ var last=this.forwardStack.pop(); if(!last){ return; } if(last.kwArgs["forward"]){ last.kwArgs.forward(); }else{ if(last.kwArgs["forwardButton"]){ last.kwArgs.forwardButton(); }else{ if(last.kwArgs["handle"]){ last.kwArgs.handle("forward"); } } } this.historyStack.push(last); },_createState:function(url,args,hash){ return {"url":url,"kwArgs":args,"urlHash":hash}; },_getUrlQuery:function(url){ var _270=url.split("?"); if(_270.length<2){ return null; }else{ return _270[1]; } },_loadIframeHistory:function(){ var url=(djConfig["dojoIframeHistoryUrl"]||dojo.hostenv.getBaseScriptUri()+"iframe_history.html")+"?"+(new Date()).getTime(); this.moveForward=true; dojo.io.setIFrameSrc(this.historyIframe,url,false); return url; }}; dojo.provide("dojo.io.BrowserIO"); if(!dj_undef("window")){ dojo.io.checkChildrenForFile=function(node){ var _273=false; var _274=node.getElementsByTagName("input"); dojo.lang.forEach(_274,function(_275){ if(_273){ return; } if(_275.getAttribute("type")=="file"){ _273=true; } }); return _273; }; dojo.io.formHasFile=function(_276){ return dojo.io.checkChildrenForFile(_276); }; dojo.io.updateNode=function(node,_278){ node=dojo.byId(node); var args=_278; if(dojo.lang.isString(_278)){ args={url:_278}; } args.mimetype="text/html"; args.load=function(t,d,e){ while(node.firstChild){ dojo.dom.destroyNode(node.firstChild); } node.innerHTML=d; }; dojo.io.bind(args); }; dojo.io.formFilter=function(node){ var type=(node.type||"").toLowerCase(); return !node.disabled&&node.name&&!dojo.lang.inArray(["file","submit","image","reset","button"],type); }; dojo.io.encodeForm=function(_27f,_280,_281){ if((!_27f)||(!_27f.tagName)||(!_27f.tagName.toLowerCase()=="form")){ dojo.raise("Attempted to encode a non-form element."); } if(!_281){ _281=dojo.io.formFilter; } var enc=/utf/i.test(_280||"")?encodeURIComponent:dojo.string.encodeAscii; var _283=[]; for(var i=0;i<_27f.elements.length;i++){ var elm=_27f.elements[i]; if(!elm||elm.tagName.toLowerCase()=="fieldset"||!_281(elm)){ continue; } var name=enc(elm.name); var type=elm.type.toLowerCase(); if(type=="select-multiple"){ for(var j=0;j=200)&&(http.status<300))||(http.status==304)||(http.status==1223)||(location.protocol=="file:"&&(http.status==0||http.status==undefined))||(location.protocol=="chrome:"&&(http.status==0||http.status==undefined))){ var ret; if(_2aa.method.toLowerCase()=="head"){ var _2b0=http.getAllResponseHeaders(); ret={}; ret.toString=function(){ return _2b0; }; var _2b1=_2b0.split(/[\r\n]+/g); for(var i=0;i<_2b1.length;i++){ var pair=_2b1[i].match(/^([^:]+)\s*:\s*(.+)$/i); if(pair){ ret[pair[1]]=pair[2]; } } }else{ if(_2aa.mimetype=="text/javascript"){ try{ ret=dj_eval(http.responseText); } catch(e){ dojo.debug(e); dojo.debug(http.responseText); ret=null; } }else{ if(_2aa.mimetype.substr(0,9)=="text/json"||_2aa.mimetype.substr(0,16)=="application/json"){ try{ ret=dj_eval("("+_2aa.jsonFilter(http.responseText)+")"); } catch(e){ dojo.debug(e); dojo.debug(http.responseText); ret=false; } }else{ if((_2aa.mimetype=="application/xml")||(_2aa.mimetype=="text/xml")){ ret=http.responseXML; if(!ret||typeof ret=="string"||!http.getResponseHeader("Content-Type")){ ret=dojo.dom.createDocumentFromText(http.responseText); } }else{ ret=http.responseText; } } } } if(_2ae){ addToCache(url,_2ad,_2aa.method,http); } _2aa[(typeof _2aa.load=="function")?"load":"handle"]("load",ret,http,_2aa); }else{ var _2b4=new dojo.io.Error("XMLHttpTransport Error: "+http.status+" "+http.statusText); _2aa[(typeof _2aa.error=="function")?"error":"handle"]("error",_2b4,http,_2aa); } } function setHeaders(http,_2b6){ if(_2b6["headers"]){ for(var _2b7 in _2b6["headers"]){ if(_2b7.toLowerCase()=="content-type"&&!_2b6["contentType"]){ _2b6["contentType"]=_2b6["headers"][_2b7]; }else{ http.setRequestHeader(_2b7,_2b6["headers"][_2b7]); } } } } this.inFlight=[]; this.inFlightTimer=null; this.startWatchingInFlight=function(){ if(!this.inFlightTimer){ this.inFlightTimer=setTimeout("dojo.io.XMLHTTPTransport.watchInFlight();",10); } }; this.watchInFlight=function(){ var now=null; if(!dojo.hostenv._blockAsync&&!_29e._blockAsync){ for(var x=this.inFlight.length-1;x>=0;x--){ try{ var tif=this.inFlight[x]; if(!tif||tif.http._aborted||!tif.http.readyState){ this.inFlight.splice(x,1); continue; } if(4==tif.http.readyState){ this.inFlight.splice(x,1); doLoad(tif.req,tif.http,tif.url,tif.query,tif.useCache); }else{ if(tif.startTime){ if(!now){ now=(new Date()).getTime(); } if(tif.startTime+(tif.req.timeoutSeconds*1000)-1){ dojo.debug("Warning: dojo.io.bind: stripping hash values from url:",url); url=url.split("#")[0]; } if(_2bf["file"]){ _2bf.method="post"; } if(!_2bf["method"]){ _2bf.method="get"; } if(_2bf.method.toLowerCase()=="get"){ _2bf.multipart=false; }else{ if(_2bf["file"]){ _2bf.multipart=true; }else{ if(!_2bf["multipart"]){ _2bf.multipart=false; } } } if(_2bf["backButton"]||_2bf["back"]||_2bf["changeUrl"]){ dojo.undo.browser.addToHistory(_2bf); } var _2c4=_2bf["content"]||{}; if(_2bf.sendTransport){ _2c4["dojo.transport"]="xmlhttp"; } do{ if(_2bf.postContent){ _2c1=_2bf.postContent; break; } if(_2c4){ _2c1+=dojo.io.argsFromMap(_2c4,_2bf.encoding); } if(_2bf.method.toLowerCase()=="get"||!_2bf.multipart){ break; } var t=[]; if(_2c1.length){ var q=_2c1.split("&"); for(var i=0;i-1?"&":"?")+_2c1; } if(_2cb){ _2d1+=(dojo.string.endsWithAny(_2d1,"?","&")?"":(_2d1.indexOf("?")>-1?"&":"?"))+"dojo.preventCache="+new Date().valueOf(); } if(!_2bf.user){ http.open(_2bf.method.toUpperCase(),_2d1,_2ca); }else{ http.open(_2bf.method.toUpperCase(),_2d1,_2ca,_2bf.user,_2bf.password); } setHeaders(http,_2bf); try{ http.send(null); } catch(e){ if(typeof http.abort=="function"){ http.abort(); } doLoad(_2bf,{status:404},url,_2c1,_2cc); } } if(!_2ca){ doLoad(_2bf,http,url,_2c1,_2cc); _29e._blockAsync=false; } _2bf.abort=function(){ try{ http._aborted=true; } catch(e){ } return http.abort(); }; return; }; dojo.io.transports.addTransport("XMLHTTPTransport"); }; } dojo.provide("dojo.io.cookie"); dojo.io.cookie.setCookie=function(name,_2d3,days,path,_2d6,_2d7){ var _2d8=-1; if((typeof days=="number")&&(days>=0)){ var d=new Date(); d.setTime(d.getTime()+(days*24*60*60*1000)); _2d8=d.toGMTString(); } _2d3=escape(_2d3); document.cookie=name+"="+_2d3+";"+(_2d8!=-1?" expires="+_2d8+";":"")+(path?"path="+path:"")+(_2d6?"; domain="+_2d6:"")+(_2d7?"; secure":""); }; dojo.io.cookie.set=dojo.io.cookie.setCookie; dojo.io.cookie.getCookie=function(name){ var idx=document.cookie.lastIndexOf(name+"="); if(idx==-1){ return null; } var _2dc=document.cookie.substring(idx+name.length+1); var end=_2dc.indexOf(";"); if(end==-1){ end=_2dc.length; } _2dc=_2dc.substring(0,end); _2dc=unescape(_2dc); return _2dc; }; dojo.io.cookie.get=dojo.io.cookie.getCookie; dojo.io.cookie.deleteCookie=function(name){ dojo.io.cookie.setCookie(name,"-",0); }; dojo.io.cookie.setObjectCookie=function(name,obj,days,path,_2e3,_2e4,_2e5){ if(arguments.length==5){ _2e5=_2e3; _2e3=null; _2e4=null; } var _2e6=[],_2e7,_2e8=""; if(!_2e5){ _2e7=dojo.io.cookie.getObjectCookie(name); } if(days>=0){ if(!_2e7){ _2e7={}; } for(var prop in obj){ if(obj[prop]==null){ delete _2e7[prop]; }else{ if((typeof obj[prop]=="string")||(typeof obj[prop]=="number")){ _2e7[prop]=obj[prop]; } } } prop=null; for(var prop in _2e7){ _2e6.push(escape(prop)+"="+escape(_2e7[prop])); } _2e8=_2e6.join("&"); } dojo.io.cookie.setCookie(name,_2e8,days,path,_2e3,_2e4); }; dojo.io.cookie.getObjectCookie=function(name){ var _2eb=null,_2ec=dojo.io.cookie.getCookie(name); if(_2ec){ _2eb={}; var _2ed=_2ec.split("&"); for(var i=0;i<_2ed.length;i++){ var pair=_2ed[i].split("="); var _2f0=pair[1]; if(isNaN(_2f0)){ _2f0=unescape(pair[1]); } _2eb[unescape(pair[0])]=_2f0; } } return _2eb; }; dojo.io.cookie.isSupported=function(){ if(typeof navigator.cookieEnabled!="boolean"){ dojo.io.cookie.setCookie("__TestingYourBrowserForCookieSupport__","CookiesAllowed",90,null); var _2f1=dojo.io.cookie.getCookie("__TestingYourBrowserForCookieSupport__"); navigator.cookieEnabled=(_2f1=="CookiesAllowed"); if(navigator.cookieEnabled){ this.deleteCookie("__TestingYourBrowserForCookieSupport__"); } } return navigator.cookieEnabled; }; if(!dojo.io.cookies){ dojo.io.cookies=dojo.io.cookie; } dojo.kwCompoundRequire({common:["dojo.io.common"],rhino:["dojo.io.RhinoIO"],browser:["dojo.io.BrowserIO","dojo.io.cookie"],dashboard:["dojo.io.BrowserIO","dojo.io.cookie"]}); dojo.provide("dojo.io.*"); dojo.provide("dojo.event.common"); dojo.event=new function(){ this._canTimeout=dojo.lang.isFunction(dj_global["setTimeout"])||dojo.lang.isAlien(dj_global["setTimeout"]); function interpolateArgs(args,_2f3){ var dl=dojo.lang; var ao={srcObj:dj_global,srcFunc:null,adviceObj:dj_global,adviceFunc:null,aroundObj:null,aroundFunc:null,adviceType:(args.length>2)?args[0]:"after",precedence:"last",once:false,delay:null,rate:0,adviceMsg:false,maxCalls:-1}; switch(args.length){ case 0: return; case 1: return; case 2: ao.srcFunc=args[0]; ao.adviceFunc=args[1]; break; case 3: if((dl.isObject(args[0]))&&(dl.isString(args[1]))&&(dl.isString(args[2]))){ ao.adviceType="after"; ao.srcObj=args[0]; ao.srcFunc=args[1]; ao.adviceFunc=args[2]; }else{ if((dl.isString(args[1]))&&(dl.isString(args[2]))){ ao.srcFunc=args[1]; ao.adviceFunc=args[2]; }else{ if((dl.isObject(args[0]))&&(dl.isString(args[1]))&&(dl.isFunction(args[2]))){ ao.adviceType="after"; ao.srcObj=args[0]; ao.srcFunc=args[1]; var _2f6=dl.nameAnonFunc(args[2],ao.adviceObj,_2f3); ao.adviceFunc=_2f6; }else{ if((dl.isFunction(args[0]))&&(dl.isObject(args[1]))&&(dl.isString(args[2]))){ ao.adviceType="after"; ao.srcObj=dj_global; var _2f6=dl.nameAnonFunc(args[0],ao.srcObj,_2f3); ao.srcFunc=_2f6; ao.adviceObj=args[1]; ao.adviceFunc=args[2]; } } } } break; case 4: if((dl.isObject(args[0]))&&(dl.isObject(args[2]))){ ao.adviceType="after"; ao.srcObj=args[0]; ao.srcFunc=args[1]; ao.adviceObj=args[2]; ao.adviceFunc=args[3]; }else{ if((dl.isString(args[0]))&&(dl.isString(args[1]))&&(dl.isObject(args[2]))){ ao.adviceType=args[0]; ao.srcObj=dj_global; ao.srcFunc=args[1]; ao.adviceObj=args[2]; ao.adviceFunc=args[3]; }else{ if((dl.isString(args[0]))&&(dl.isFunction(args[1]))&&(dl.isObject(args[2]))){ ao.adviceType=args[0]; ao.srcObj=dj_global; var _2f6=dl.nameAnonFunc(args[1],dj_global,_2f3); ao.srcFunc=_2f6; ao.adviceObj=args[2]; ao.adviceFunc=args[3]; }else{ if((dl.isString(args[0]))&&(dl.isObject(args[1]))&&(dl.isString(args[2]))&&(dl.isFunction(args[3]))){ ao.srcObj=args[1]; ao.srcFunc=args[2]; var _2f6=dl.nameAnonFunc(args[3],dj_global,_2f3); ao.adviceObj=dj_global; ao.adviceFunc=_2f6; }else{ if(dl.isObject(args[1])){ ao.srcObj=args[1]; ao.srcFunc=args[2]; ao.adviceObj=dj_global; ao.adviceFunc=args[3]; }else{ if(dl.isObject(args[2])){ ao.srcObj=dj_global; ao.srcFunc=args[1]; ao.adviceObj=args[2]; ao.adviceFunc=args[3]; }else{ ao.srcObj=ao.adviceObj=ao.aroundObj=dj_global; ao.srcFunc=args[1]; ao.adviceFunc=args[2]; ao.aroundFunc=args[3]; } } } } } } break; case 6: ao.srcObj=args[1]; ao.srcFunc=args[2]; ao.adviceObj=args[3]; ao.adviceFunc=args[4]; ao.aroundFunc=args[5]; ao.aroundObj=dj_global; break; default: ao.srcObj=args[1]; ao.srcFunc=args[2]; ao.adviceObj=args[3]; ao.adviceFunc=args[4]; ao.aroundObj=args[5]; ao.aroundFunc=args[6]; ao.once=args[7]; ao.delay=args[8]; ao.rate=args[9]; ao.adviceMsg=args[10]; ao.maxCalls=(!isNaN(parseInt(args[11])))?args[11]:-1; break; } if(dl.isFunction(ao.aroundFunc)){ var _2f6=dl.nameAnonFunc(ao.aroundFunc,ao.aroundObj,_2f3); ao.aroundFunc=_2f6; } if(dl.isFunction(ao.srcFunc)){ ao.srcFunc=dl.getNameInObj(ao.srcObj,ao.srcFunc); } if(dl.isFunction(ao.adviceFunc)){ ao.adviceFunc=dl.getNameInObj(ao.adviceObj,ao.adviceFunc); } if((ao.aroundObj)&&(dl.isFunction(ao.aroundFunc))){ ao.aroundFunc=dl.getNameInObj(ao.aroundObj,ao.aroundFunc); } if(!ao.srcObj){ dojo.raise("bad srcObj for srcFunc: "+ao.srcFunc); } if(!ao.adviceObj){ dojo.raise("bad adviceObj for adviceFunc: "+ao.adviceFunc); } if(!ao.adviceFunc){ dojo.debug("bad adviceFunc for srcFunc: "+ao.srcFunc); dojo.debugShallow(ao); } return ao; } this.connect=function(){ if(arguments.length==1){ var ao=arguments[0]; }else{ var ao=interpolateArgs(arguments,true); } if(dojo.lang.isString(ao.srcFunc)&&(ao.srcFunc.toLowerCase()=="onkey")){ if(dojo.render.html.ie){ ao.srcFunc="onkeydown"; this.connect(ao); } ao.srcFunc="onkeypress"; } if(dojo.lang.isArray(ao.srcObj)&&ao.srcObj!=""){ var _2f8={}; for(var x in ao){ _2f8[x]=ao[x]; } var mjps=[]; dojo.lang.forEach(ao.srcObj,function(src){ if((dojo.render.html.capable)&&(dojo.lang.isString(src))){ src=dojo.byId(src); } _2f8.srcObj=src; mjps.push(dojo.event.connect.call(dojo.event,_2f8)); }); return mjps; } var mjp=dojo.event.MethodJoinPoint.getForMethod(ao.srcObj,ao.srcFunc); if(ao.adviceFunc){ var mjp2=dojo.event.MethodJoinPoint.getForMethod(ao.adviceObj,ao.adviceFunc); } mjp.kwAddAdvice(ao); return mjp; }; this.log=function(a1,a2){ var _300; if((arguments.length==1)&&(typeof a1=="object")){ _300=a1; }else{ _300={srcObj:a1,srcFunc:a2}; } _300.adviceFunc=function(){ var _301=[]; for(var x=0;x=this.jp_.around.length){ return this.jp_.object[this.jp_.methodname].apply(this.jp_.object,this.args); }else{ var ti=this.jp_.around[this.around_index]; var mobj=ti[0]||dj_global; var meth=ti[1]; return mobj[meth].call(mobj,this); } }; dojo.event.MethodJoinPoint=function(obj,_319){ this.object=obj||dj_global; this.methodname=_319; this.methodfunc=this.object[_319]; this.squelch=false; }; dojo.event.MethodJoinPoint.getForMethod=function(obj,_31b){ if(!obj){ obj=dj_global; } var ofn=obj[_31b]; if(!ofn){ ofn=obj[_31b]=function(){ }; if(!obj[_31b]){ dojo.raise("Cannot set do-nothing method on that object "+_31b); } }else{ if((typeof ofn!="function")&&(!dojo.lang.isFunction(ofn))&&(!dojo.lang.isAlien(ofn))){ return null; } } var _31d=_31b+"$joinpoint"; var _31e=_31b+"$joinpoint$method"; var _31f=obj[_31d]; if(!_31f){ var _320=false; if(dojo.event["browser"]){ if((obj["attachEvent"])||(obj["nodeType"])||(obj["addEventListener"])){ _320=true; dojo.event.browser.addClobberNodeAttrs(obj,[_31d,_31e,_31b]); } } var _321=ofn.length; obj[_31e]=ofn; _31f=obj[_31d]=new dojo.event.MethodJoinPoint(obj,_31e); if(!_320){ obj[_31b]=function(){ return _31f.run.apply(_31f,arguments); }; }else{ obj[_31b]=function(){ var args=[]; if(!arguments.length){ var evt=null; try{ if(obj.ownerDocument){ evt=obj.ownerDocument.parentWindow.event; }else{ if(obj.documentElement){ evt=obj.documentElement.ownerDocument.parentWindow.event; }else{ if(obj.event){ evt=obj.event; }else{ evt=window.event; } } } } catch(e){ evt=window.event; } if(evt){ args.push(dojo.event.browser.fixEvent(evt,this)); } }else{ for(var x=0;x-1){ if(_330==0){ return; } marr[7]--; } var _331; var to={args:[],jp_:this,object:obj,proceed:function(){ return _32b[_32c].apply(_32b,to.args); }}; to.args=_327; var _333=parseInt(marr[4]); var _334=((!isNaN(_333))&&(marr[4]!==null)&&(typeof marr[4]!="undefined")); if(marr[5]){ var rate=parseInt(marr[5]); var cur=new Date(); var _337=false; if((marr["last"])&&((cur-marr.last)<=rate)){ if(dojo.event._canTimeout){ if(marr["delayTimer"]){ clearTimeout(marr.delayTimer); } var tod=parseInt(rate*2); var mcpy=dojo.lang.shallowCopy(marr); marr.delayTimer=setTimeout(function(){ mcpy[5]=0; _329(mcpy); },tod); } return; }else{ marr.last=cur; } } if(_32e){ _32d[_32e].call(_32d,to); }else{ if((_334)&&((dojo.render.html)||(dojo.render.svg))){ dj_global["setTimeout"](function(){ if(msg){ _32b[_32c].call(_32b,to); }else{ _32b[_32c].apply(_32b,args); } },_333); }else{ if(msg){ _32b[_32c].call(_32b,to); }else{ _32b[_32c].apply(_32b,args); } } } }; var _33a=function(){ if(this.squelch){ try{ return _329.apply(this,arguments); } catch(e){ dojo.debug(e); } }else{ return _329.apply(this,arguments); } }; if((this["before"])&&(this.before.length>0)){ dojo.lang.forEach(this.before.concat(new Array()),_33a); } var _33b; try{ if((this["around"])&&(this.around.length>0)){ var mi=new dojo.event.MethodInvocation(this,obj,args); _33b=mi.proceed(); }else{ if(this.methodfunc){ _33b=this.object[this.methodname].apply(this.object,args); } } } catch(e){ if(!this.squelch){ dojo.debug(e,"when calling",this.methodname,"on",this.object,"with arguments",args); dojo.raise(e); } } if((this["after"])&&(this.after.length>0)){ dojo.lang.forEach(this.after.concat(new Array()),_33a); } return (this.methodfunc)?_33b:null; },getArr:function(kind){ var type="after"; if((typeof kind=="string")&&(kind.indexOf("before")!=-1)){ type="before"; }else{ if(kind=="around"){ type="around"; } } if(!this[type]){ this[type]=[]; } return this[type]; },kwAddAdvice:function(args){ this.addAdvice(args["adviceObj"],args["adviceFunc"],args["aroundObj"],args["aroundFunc"],args["adviceType"],args["precedence"],args["once"],args["delay"],args["rate"],args["adviceMsg"],args["maxCalls"]); },addAdvice:function(_340,_341,_342,_343,_344,_345,once,_347,rate,_349,_34a){ var arr=this.getArr(_344); if(!arr){ dojo.raise("bad this: "+this); } var ao=[_340,_341,_342,_343,_347,rate,_349,_34a]; if(once){ if(this.hasAdvice(_340,_341,_344,arr)>=0){ return; } } if(_345=="first"){ arr.unshift(ao); }else{ arr.push(ao); } },hasAdvice:function(_34d,_34e,_34f,arr){ if(!arr){ arr=this.getArr(_34f); } var ind=-1; for(var x=0;x=0;i=i-1){ var el=na[i]; try{ if(el&&el["__clobberAttrs__"]){ for(var j=0;j=65&&_3a1<=90&&evt.shiftKey==false){ _3a1+=32; } if(_3a1>=1&&_3a1<=26&&evt.ctrlKey){ _3a1+=96; } evt.key=String.fromCharCode(_3a1); } } }else{ if(evt["type"]=="keypress"){ if(dojo.render.html.opera){ if(evt.which==0){ evt.key=evt.keyCode; }else{ if(evt.which>0){ switch(evt.which){ case evt.KEY_SHIFT: case evt.KEY_CTRL: case evt.KEY_ALT: case evt.KEY_CAPS_LOCK: case evt.KEY_NUM_LOCK: case evt.KEY_SCROLL_LOCK: break; case evt.KEY_PAUSE: case evt.KEY_TAB: case evt.KEY_BACKSPACE: case evt.KEY_ENTER: case evt.KEY_ESCAPE: evt.key=evt.which; break; default: var _3a1=evt.which; if((evt.ctrlKey||evt.altKey||evt.metaKey)&&(evt.which>=65&&evt.which<=90&&evt.shiftKey==false)){ _3a1+=32; } evt.key=String.fromCharCode(_3a1); } } } }else{ if(dojo.render.html.ie){ if(!evt.ctrlKey&&!evt.altKey&&evt.keyCode>=evt.KEY_SPACE){ evt.key=String.fromCharCode(evt.keyCode); } }else{ if(dojo.render.html.safari){ switch(evt.keyCode){ case 25: evt.key=evt.KEY_TAB; evt.shift=true; break; case 63232: evt.key=evt.KEY_UP_ARROW; break; case 63233: evt.key=evt.KEY_DOWN_ARROW; break; case 63234: evt.key=evt.KEY_LEFT_ARROW; break; case 63235: evt.key=evt.KEY_RIGHT_ARROW; break; case 63236: evt.key=evt.KEY_F1; break; case 63237: evt.key=evt.KEY_F2; break; case 63238: evt.key=evt.KEY_F3; break; case 63239: evt.key=evt.KEY_F4; break; case 63240: evt.key=evt.KEY_F5; break; case 63241: evt.key=evt.KEY_F6; break; case 63242: evt.key=evt.KEY_F7; break; case 63243: evt.key=evt.KEY_F8; break; case 63244: evt.key=evt.KEY_F9; break; case 63245: evt.key=evt.KEY_F10; break; case 63246: evt.key=evt.KEY_F11; break; case 63247: evt.key=evt.KEY_F12; break; case 63250: evt.key=evt.KEY_PAUSE; break; case 63272: evt.key=evt.KEY_DELETE; break; case 63273: evt.key=evt.KEY_HOME; break; case 63275: evt.key=evt.KEY_END; break; case 63276: evt.key=evt.KEY_PAGE_UP; break; case 63277: evt.key=evt.KEY_PAGE_DOWN; break; case 63302: evt.key=evt.KEY_INSERT; break; case 63248: case 63249: case 63289: break; default: evt.key=evt.charCode>=evt.KEY_SPACE?String.fromCharCode(evt.charCode):evt.keyCode; } }else{ evt.key=evt.charCode>0?String.fromCharCode(evt.charCode):evt.keyCode; } } } } } } if(dojo.render.html.ie){ if(!evt.target){ evt.target=evt.srcElement; } if(!evt.currentTarget){ evt.currentTarget=(_39f?_39f:evt.srcElement); } if(!evt.layerX){ evt.layerX=evt.offsetX; } if(!evt.layerY){ evt.layerY=evt.offsetY; } var doc=(evt.srcElement&&evt.srcElement.ownerDocument)?evt.srcElement.ownerDocument:document; var _3a3=((dojo.render.html.ie55)||(doc["compatMode"]=="BackCompat"))?doc.body:doc.documentElement; if(!evt.pageX){ evt.pageX=evt.clientX+(_3a3.scrollLeft||0); } if(!evt.pageY){ evt.pageY=evt.clientY+(_3a3.scrollTop||0); } if(evt.type=="mouseover"){ evt.relatedTarget=evt.fromElement; } if(evt.type=="mouseout"){ evt.relatedTarget=evt.toElement; } this.currentEvent=evt; evt.callListener=this.callListener; evt.stopPropagation=this._stopPropagation; evt.preventDefault=this._preventDefault; } return evt; }; this.stopEvent=function(evt){ if(window.event){ evt.cancelBubble=true; evt.returnValue=false; }else{ evt.preventDefault(); evt.stopPropagation(); } }; }; dojo.kwCompoundRequire({common:["dojo.event.common","dojo.event.topic"],browser:["dojo.event.browser"],dashboard:["dojo.event.browser"]}); dojo.provide("dojo.event.*"); dojo.provide("dojo.gfx.color"); dojo.gfx.color.Color=function(r,g,b,a){ if(dojo.lang.isArray(r)){ this.r=r[0]; this.g=r[1]; this.b=r[2]; this.a=r[3]||1; }else{ if(dojo.lang.isString(r)){ var rgb=dojo.gfx.color.extractRGB(r); this.r=rgb[0]; this.g=rgb[1]; this.b=rgb[2]; this.a=g||1; }else{ if(r instanceof dojo.gfx.color.Color){ this.r=r.r; this.b=r.b; this.g=r.g; this.a=r.a; }else{ this.r=r; this.g=g; this.b=b; this.a=a; } } } }; dojo.gfx.color.Color.fromArray=function(arr){ return new dojo.gfx.color.Color(arr[0],arr[1],arr[2],arr[3]); }; dojo.extend(dojo.gfx.color.Color,{toRgb:function(_3ab){ if(_3ab){ return this.toRgba(); }else{ return [this.r,this.g,this.b]; } },toRgba:function(){ return [this.r,this.g,this.b,this.a]; },toHex:function(){ return dojo.gfx.color.rgb2hex(this.toRgb()); },toCss:function(){ return "rgb("+this.toRgb().join()+")"; },toString:function(){ return this.toHex(); },blend:function(_3ac,_3ad){ var rgb=null; if(dojo.lang.isArray(_3ac)){ rgb=_3ac; }else{ if(_3ac instanceof dojo.gfx.color.Color){ rgb=_3ac.toRgb(); }else{ rgb=new dojo.gfx.color.Color(_3ac).toRgb(); } } return dojo.gfx.color.blend(this.toRgb(),rgb,_3ad); }}); dojo.gfx.color.named={white:[255,255,255],black:[0,0,0],red:[255,0,0],green:[0,255,0],lime:[0,255,0],blue:[0,0,255],navy:[0,0,128],gray:[128,128,128],silver:[192,192,192]}; dojo.gfx.color.blend=function(a,b,_3b1){ if(typeof a=="string"){ return dojo.gfx.color.blendHex(a,b,_3b1); } if(!_3b1){ _3b1=0; } _3b1=Math.min(Math.max(-1,_3b1),1); _3b1=((_3b1+1)/2); var c=[]; for(var x=0;x<3;x++){ c[x]=parseInt(b[x]+((a[x]-b[x])*_3b1)); } return c; }; dojo.gfx.color.blendHex=function(a,b,_3b6){ return dojo.gfx.color.rgb2hex(dojo.gfx.color.blend(dojo.gfx.color.hex2rgb(a),dojo.gfx.color.hex2rgb(b),_3b6)); }; dojo.gfx.color.extractRGB=function(_3b7){ var hex="0123456789abcdef"; _3b7=_3b7.toLowerCase(); if(_3b7.indexOf("rgb")==0){ var _3b9=_3b7.match(/rgba*\((\d+), *(\d+), *(\d+)/i); var ret=_3b9.splice(1,3); return ret; }else{ var _3bb=dojo.gfx.color.hex2rgb(_3b7); if(_3bb){ return _3bb; }else{ return dojo.gfx.color.named[_3b7]||[255,255,255]; } } }; dojo.gfx.color.hex2rgb=function(hex){ var _3bd="0123456789ABCDEF"; var rgb=new Array(3); if(hex.indexOf("#")==0){ hex=hex.substring(1); } hex=hex.toUpperCase(); if(hex.replace(new RegExp("["+_3bd+"]","g"),"")!=""){ return null; } if(hex.length==3){ rgb[0]=hex.charAt(0)+hex.charAt(0); rgb[1]=hex.charAt(1)+hex.charAt(1); rgb[2]=hex.charAt(2)+hex.charAt(2); }else{ rgb[0]=hex.substring(0,2); rgb[1]=hex.substring(2,4); rgb[2]=hex.substring(4); } for(var i=0;i0){ this.duration=_3de; } if(_3e1){ this.repeatCount=_3e1; } if(rate){ this.rate=rate; } if(_3dd){ dojo.lang.forEach(["handler","beforeBegin","onBegin","onEnd","onPlay","onStop","onAnimate"],function(item){ if(_3dd[item]){ this.connect(item,_3dd[item]); } },this); } if(_3e0&&dojo.lang.isFunction(_3e0)){ this.easing=_3e0; } }; dojo.inherits(dojo.lfx.Animation,dojo.lfx.IAnimation); dojo.lang.extend(dojo.lfx.Animation,{_startTime:null,_endTime:null,_timer:null,_percent:0,_startRepeatCount:0,play:function(_3e4,_3e5){ if(_3e5){ clearTimeout(this._timer); this._active=false; this._paused=false; this._percent=0; }else{ if(this._active&&!this._paused){ return this; } } this.fire("handler",["beforeBegin"]); this.fire("beforeBegin"); if(_3e4>0){ setTimeout(dojo.lang.hitch(this,function(){ this.play(null,_3e5); }),_3e4); return this; } this._startTime=new Date().valueOf(); if(this._paused){ this._startTime-=(this.duration*this._percent/100); } this._endTime=this._startTime+this.duration; this._active=true; this._paused=false; var step=this._percent/100; var _3e7=this.curve.getValue(step); if(this._percent==0){ if(!this._startRepeatCount){ this._startRepeatCount=this.repeatCount; } this.fire("handler",["begin",_3e7]); this.fire("onBegin",[_3e7]); } this.fire("handler",["play",_3e7]); this.fire("onPlay",[_3e7]); this._cycle(); return this; },pause:function(){ clearTimeout(this._timer); if(!this._active){ return this; } this._paused=true; var _3e8=this.curve.getValue(this._percent/100); this.fire("handler",["pause",_3e8]); this.fire("onPause",[_3e8]); return this; },gotoPercent:function(pct,_3ea){ clearTimeout(this._timer); this._active=true; this._paused=true; this._percent=pct; if(_3ea){ this.play(); } return this; },stop:function(_3eb){ clearTimeout(this._timer); var step=this._percent/100; if(_3eb){ step=1; } var _3ed=this.curve.getValue(step); this.fire("handler",["stop",_3ed]); this.fire("onStop",[_3ed]); this._active=false; this._paused=false; return this; },status:function(){ if(this._active){ return this._paused?"paused":"playing"; }else{ return "stopped"; } return this; },_cycle:function(){ clearTimeout(this._timer); if(this._active){ var curr=new Date().valueOf(); var step=(curr-this._startTime)/(this._endTime-this._startTime); if(step>=1){ step=1; this._percent=100; }else{ this._percent=step*100; } if((this.easing)&&(dojo.lang.isFunction(this.easing))){ step=this.easing(step); } var _3f0=this.curve.getValue(step); this.fire("handler",["animate",_3f0]); this.fire("onAnimate",[_3f0]); if(step<1){ this._timer=setTimeout(dojo.lang.hitch(this,"_cycle"),this.rate); }else{ this._active=false; this.fire("handler",["end"]); this.fire("onEnd"); if(this.repeatCount>0){ this.repeatCount--; this.play(null,true); }else{ if(this.repeatCount==-1){ this.play(null,true); }else{ if(this._startRepeatCount){ this.repeatCount=this._startRepeatCount; this._startRepeatCount=0; } } } } } return this; }}); dojo.lfx.Combine=function(_3f1){ dojo.lfx.IAnimation.call(this); this._anims=[]; this._animsEnded=0; var _3f2=arguments; if(_3f2.length==1&&(dojo.lang.isArray(_3f2[0])||dojo.lang.isArrayLike(_3f2[0]))){ _3f2=_3f2[0]; } dojo.lang.forEach(_3f2,function(anim){ this._anims.push(anim); anim.connect("onEnd",dojo.lang.hitch(this,"_onAnimsEnded")); },this); }; dojo.inherits(dojo.lfx.Combine,dojo.lfx.IAnimation); dojo.lang.extend(dojo.lfx.Combine,{_animsEnded:0,play:function(_3f4,_3f5){ if(!this._anims.length){ return this; } this.fire("beforeBegin"); if(_3f4>0){ setTimeout(dojo.lang.hitch(this,function(){ this.play(null,_3f5); }),_3f4); return this; } if(_3f5||this._anims[0].percent==0){ this.fire("onBegin"); } this.fire("onPlay"); this._animsCall("play",null,_3f5); return this; },pause:function(){ this.fire("onPause"); this._animsCall("pause"); return this; },stop:function(_3f6){ this.fire("onStop"); this._animsCall("stop",_3f6); return this; },_onAnimsEnded:function(){ this._animsEnded++; if(this._animsEnded>=this._anims.length){ this.fire("onEnd"); } return this; },_animsCall:function(_3f7){ var args=[]; if(arguments.length>1){ for(var i=1;i0){ setTimeout(dojo.lang.hitch(this,function(){ this.play(null,_403); }),_402); return this; } if(_404){ if(this._currAnim==0){ this.fire("handler",["begin",this._currAnim]); this.fire("onBegin",[this._currAnim]); } this.fire("onPlay",[this._currAnim]); _404.play(null,_403); } return this; },pause:function(){ if(this._anims[this._currAnim]){ this._anims[this._currAnim].pause(); this.fire("onPause",[this._currAnim]); } return this; },playPause:function(){ if(this._anims.length==0){ return this; } if(this._currAnim==-1){ this._currAnim=0; } var _405=this._anims[this._currAnim]; if(_405){ if(!_405._active||_405._paused){ this.play(); }else{ this.pause(); } } return this; },stop:function(){ var _406=this._anims[this._currAnim]; if(_406){ _406.stop(); this.fire("onStop",[this._currAnim]); } return _406; },_playNext:function(){ if(this._currAnim==-1||this._anims.length==0){ return this; } this._currAnim++; if(this._anims[this._currAnim]){ this._anims[this._currAnim].play(null,true); } return this; }}); dojo.lfx.combine=function(_407){ var _408=arguments; if(dojo.lang.isArray(arguments[0])){ _408=arguments[0]; } if(_408.length==1){ return _408[0]; } return new dojo.lfx.Combine(_408); }; dojo.lfx.chain=function(_409){ var _40a=arguments; if(dojo.lang.isArray(arguments[0])){ _40a=arguments[0]; } if(_40a.length==1){ return _40a[0]; } return new dojo.lfx.Chain(_40a); }; dojo.provide("dojo.html.common"); dojo.lang.mixin(dojo.html,dojo.dom); dojo.html.body=function(){ dojo.deprecated("dojo.html.body() moved to dojo.body()","0.5"); return dojo.body(); }; dojo.html.getEventTarget=function(evt){ if(!evt){ evt=dojo.global().event||{}; } var t=(evt.srcElement?evt.srcElement:(evt.target?evt.target:null)); while((t)&&(t.nodeType!=1)){ t=t.parentNode; } return t; }; dojo.html.getViewport=function(){ var _40d=dojo.global(); var _40e=dojo.doc(); var w=0; var h=0; if(dojo.render.html.mozilla){ w=_40e.documentElement.clientWidth; h=_40d.innerHeight; }else{ if(!dojo.render.html.opera&&_40d.innerWidth){ w=_40d.innerWidth; h=_40d.innerHeight; }else{ if(!dojo.render.html.opera&&dojo.exists(_40e,"documentElement.clientWidth")){ var w2=_40e.documentElement.clientWidth; if(!w||w2&&w2_436)){ loc=dojo.hostenv.getBaseScriptUri()+loc; } return new dojo.uri.Uri(loc,uri); }; this.Uri=function(){ var uri=arguments[0]; for(var i=1;i0&&!(j==1&&segs[0]=="")&&segs[j]==".."&&segs[j-1]!=".."){ if(j==segs.length-1){ segs.splice(j,1); segs[j-1]=""; }else{ segs.splice(j-1,2); j-=2; } } } } _439.path=segs.join("/"); } } } } uri=""; if(_439.scheme!=null){ uri+=_439.scheme+":"; } if(_439.authority!=null){ uri+="//"+_439.authority; } uri+=_439.path; if(_439.query!=null){ uri+="?"+_439.query; } if(_439.fragment!=null){ uri+="#"+_439.fragment; } } this.uri=uri.toString(); var _43e="^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$"; var r=this.uri.match(new RegExp(_43e)); this.scheme=r[2]||(r[1]?"":null); this.authority=r[4]||(r[3]?"":null); this.path=r[5]; this.query=r[7]||(r[6]?"":null); this.fragment=r[9]||(r[8]?"":null); if(this.authority!=null){ _43e="^((([^:]+:)?([^@]+))@)?([^:]*)(:([0-9]+))?$"; r=this.authority.match(new RegExp(_43e)); this.user=r[3]||null; this.password=r[4]||null; this.host=r[5]; this.port=r[7]||null; } this.toString=function(){ return this.uri; }; }; }; dojo.provide("dojo.html.style"); dojo.html.getClass=function(node){ node=dojo.byId(node); if(!node){ return ""; } var cs=""; if(node.className){ cs=node.className; }else{ if(dojo.html.hasAttribute(node,"class")){ cs=dojo.html.getAttribute(node,"class"); } } return cs.replace(/^\s+|\s+$/g,""); }; dojo.html.getClasses=function(node){ var c=dojo.html.getClass(node); return (c=="")?[]:c.split(/\s+/g); }; dojo.html.hasClass=function(node,_445){ return (new RegExp("(^|\\s+)"+_445+"(\\s+|$)")).test(dojo.html.getClass(node)); }; dojo.html.prependClass=function(node,_447){ _447+=" "+dojo.html.getClass(node); return dojo.html.setClass(node,_447); }; dojo.html.addClass=function(node,_449){ if(dojo.html.hasClass(node,_449)){ return false; } _449=(dojo.html.getClass(node)+" "+_449).replace(/^\s+|\s+$/g,""); return dojo.html.setClass(node,_449); }; dojo.html.setClass=function(node,_44b){ node=dojo.byId(node); var cs=new String(_44b); try{ if(typeof node.className=="string"){ node.className=cs; }else{ if(node.setAttribute){ node.setAttribute("class",_44b); node.className=cs; }else{ return false; } } } catch(e){ dojo.debug("dojo.html.setClass() failed",e); } return true; }; dojo.html.removeClass=function(node,_44e,_44f){ try{ if(!_44f){ var _450=dojo.html.getClass(node).replace(new RegExp("(^|\\s+)"+_44e+"(\\s+|$)"),"$1$2"); }else{ var _450=dojo.html.getClass(node).replace(_44e,""); } dojo.html.setClass(node,_450); } catch(e){ dojo.debug("dojo.html.removeClass() failed",e); } return true; }; dojo.html.replaceClass=function(node,_452,_453){ dojo.html.removeClass(node,_453); dojo.html.addClass(node,_452); }; dojo.html.classMatchType={ContainsAll:0,ContainsAny:1,IsOnly:2}; dojo.html.getElementsByClass=function(_454,_455,_456,_457,_458){ _458=false; var _459=dojo.doc(); _455=dojo.byId(_455)||_459; var _45a=_454.split(/\s+/g); var _45b=[]; if(_457!=1&&_457!=2){ _457=0; } var _45c=new RegExp("(\\s|^)(("+_45a.join(")|(")+"))(\\s|$)"); var _45d=_45a.join(" ").length; var _45e=[]; if(!_458&&_459.evaluate){ var _45f=".//"+(_456||"*")+"[contains("; if(_457!=dojo.html.classMatchType.ContainsAny){ _45f+="concat(' ',@class,' '), ' "+_45a.join(" ') and contains(concat(' ',@class,' '), ' ")+" ')"; if(_457==2){ _45f+=" and string-length(@class)="+_45d+"]"; }else{ _45f+="]"; } }else{ _45f+="concat(' ',@class,' '), ' "+_45a.join(" ') or contains(concat(' ',@class,' '), ' ")+" ')]"; } var _460=_459.evaluate(_45f,_455,null,XPathResult.ANY_TYPE,null); var _461=_460.iterateNext(); while(_461){ try{ _45e.push(_461); _461=_460.iterateNext(); } catch(e){ break; } } return _45e; }else{ if(!_456){ _456="*"; } _45e=_455.getElementsByTagName(_456); var node,i=0; outer: while(node=_45e[i++]){ var _464=dojo.html.getClasses(node); if(_464.length==0){ continue outer; } var _465=0; for(var j=0;j<_464.length;j++){ if(_45c.test(_464[j])){ if(_457==dojo.html.classMatchType.ContainsAny){ _45b.push(node); continue outer; }else{ _465++; } }else{ if(_457==dojo.html.classMatchType.IsOnly){ continue outer; } } } if(_465==_45a.length){ if((_457==dojo.html.classMatchType.IsOnly)&&(_465==_464.length)){ _45b.push(node); }else{ if(_457==dojo.html.classMatchType.ContainsAll){ _45b.push(node); } } } } return _45b; } }; dojo.html.getElementsByClassName=dojo.html.getElementsByClass; dojo.html.toCamelCase=function(_467){ var arr=_467.split("-"),cc=arr[0]; for(var i=1;i=1){ if(h.ie){ dojo.html.clearOpacity(node); return; }else{ _4d7=0.999999; } }else{ if(_4d7<0){ _4d7=0; } } } if(h.ie){ if(node.nodeName.toLowerCase()=="tr"){ var tds=node.getElementsByTagName("td"); for(var x=0;x=0.999999?1:Number(opac); }; dojo.provide("dojo.html.color"); dojo.html.getBackgroundColor=function(node){ node=dojo.byId(node); var _4e3; do{ _4e3=dojo.html.getStyle(node,"background-color"); if(_4e3.toLowerCase()=="rgba(0, 0, 0, 0)"){ _4e3="transparent"; } if(node==document.getElementsByTagName("body")[0]){ node=null; break; } node=node.parentNode; }while(node&&dojo.lang.inArray(["transparent",""],_4e3)); if(_4e3=="transparent"){ _4e3=[255,255,255,0]; }else{ _4e3=dojo.gfx.color.extractRGB(_4e3); } return _4e3; }; dojo.provide("dojo.html.layout"); dojo.html.sumAncestorProperties=function(node,prop){ node=dojo.byId(node); if(!node){ return 0; } var _4e6=0; while(node){ if(dojo.html.getComputedStyle(node,"position")=="fixed"){ return 0; } var val=node[prop]; if(val){ _4e6+=val-0; if(node==dojo.body()){ break; } } node=node.parentNode; } return _4e6; }; dojo.html.setStyleAttributes=function(node,_4e9){ node=dojo.byId(node); var _4ea=_4e9.replace(/(;)?\s*$/,"").split(";"); for(var i=0;i<_4ea.length;i++){ var _4ec=_4ea[i].split(":"); var name=_4ec[0].replace(/\s*$/,"").replace(/^\s*/,"").toLowerCase(); var _4ee=_4ec[1].replace(/\s*$/,"").replace(/^\s*/,""); switch(name){ case "opacity": dojo.html.setOpacity(node,_4ee); break; case "content-height": dojo.html.setContentBox(node,{height:_4ee}); break; case "content-width": dojo.html.setContentBox(node,{width:_4ee}); break; case "outer-height": dojo.html.setMarginBox(node,{height:_4ee}); break; case "outer-width": dojo.html.setMarginBox(node,{width:_4ee}); break; default: node.style[dojo.html.toCamelCase(name)]=_4ee; } } }; dojo.html.boxSizing={MARGIN_BOX:"margin-box",BORDER_BOX:"border-box",PADDING_BOX:"padding-box",CONTENT_BOX:"content-box"}; dojo.html.getAbsolutePosition=dojo.html.abs=function(node,_4f0,_4f1){ node=dojo.byId(node,node.ownerDocument); var ret={x:0,y:0}; var bs=dojo.html.boxSizing; if(!_4f1){ _4f1=bs.CONTENT_BOX; } var _4f4=2; var _4f5; switch(_4f1){ case bs.MARGIN_BOX: _4f5=3; break; case bs.BORDER_BOX: _4f5=2; break; case bs.PADDING_BOX: default: _4f5=1; break; case bs.CONTENT_BOX: _4f5=0; break; } var h=dojo.render.html; var db=document["body"]||document["documentElement"]; if(h.ie){ with(node.getBoundingClientRect()){ ret.x=left-2; ret.y=top-2; } }else{ if(document.getBoxObjectFor){ _4f4=1; try{ var bo=document.getBoxObjectFor(node); ret.x=bo.x-dojo.html.sumAncestorProperties(node,"scrollLeft"); ret.y=bo.y-dojo.html.sumAncestorProperties(node,"scrollTop"); } catch(e){ } }else{ if(node["offsetParent"]){ var _4f9; if((h.safari)&&(node.style.getPropertyValue("position")=="absolute")&&(node.parentNode==db)){ _4f9=db; }else{ _4f9=db.parentNode; } if(node.parentNode!=db){ var nd=node; if(dojo.render.html.opera){ nd=db; } ret.x-=dojo.html.sumAncestorProperties(nd,"scrollLeft"); ret.y-=dojo.html.sumAncestorProperties(nd,"scrollTop"); } var _4fb=node; do{ var n=_4fb["offsetLeft"]; if(!h.opera||n>0){ ret.x+=isNaN(n)?0:n; } var m=_4fb["offsetTop"]; ret.y+=isNaN(m)?0:m; _4fb=_4fb.offsetParent; }while((_4fb!=_4f9)&&(_4fb!=null)); }else{ if(node["x"]&&node["y"]){ ret.x+=isNaN(node.x)?0:node.x; ret.y+=isNaN(node.y)?0:node.y; } } } } if(_4f0){ var _4fe=dojo.html.getScroll(); ret.y+=_4fe.top; ret.x+=_4fe.left; } var _4ff=[dojo.html.getPaddingExtent,dojo.html.getBorderExtent,dojo.html.getMarginExtent]; if(_4f4>_4f5){ for(var i=_4f5;i<_4f4;++i){ ret.y+=_4ff[i](node,"top"); ret.x+=_4ff[i](node,"left"); } }else{ if(_4f4<_4f5){ for(var i=_4f5;i>_4f4;--i){ ret.y-=_4ff[i-1](node,"top"); ret.x-=_4ff[i-1](node,"left"); } } } ret.top=ret.y; ret.left=ret.x; return ret; }; dojo.html.isPositionAbsolute=function(node){ return (dojo.html.getComputedStyle(node,"position")=="absolute"); }; dojo.html._sumPixelValues=function(node,_503,_504){ var _505=0; for(var x=0;x<_503.length;x++){ _505+=dojo.html.getPixelValue(node,_503[x],_504); } return _505; }; dojo.html.getMargin=function(node){ return {width:dojo.html._sumPixelValues(node,["margin-left","margin-right"],(dojo.html.getComputedStyle(node,"position")=="absolute")),height:dojo.html._sumPixelValues(node,["margin-top","margin-bottom"],(dojo.html.getComputedStyle(node,"position")=="absolute"))}; }; dojo.html.getBorder=function(node){ return {width:dojo.html.getBorderExtent(node,"left")+dojo.html.getBorderExtent(node,"right"),height:dojo.html.getBorderExtent(node,"top")+dojo.html.getBorderExtent(node,"bottom")}; }; dojo.html.getBorderExtent=function(node,side){ return (dojo.html.getStyle(node,"border-"+side+"-style")=="none"?0:dojo.html.getPixelValue(node,"border-"+side+"-width")); }; dojo.html.getMarginExtent=function(node,side){ return dojo.html._sumPixelValues(node,["margin-"+side],dojo.html.isPositionAbsolute(node)); }; dojo.html.getPaddingExtent=function(node,side){ return dojo.html._sumPixelValues(node,["padding-"+side],true); }; dojo.html.getPadding=function(node){ return {width:dojo.html._sumPixelValues(node,["padding-left","padding-right"],true),height:dojo.html._sumPixelValues(node,["padding-top","padding-bottom"],true)}; }; dojo.html.getPadBorder=function(node){ var pad=dojo.html.getPadding(node); var _512=dojo.html.getBorder(node); return {width:pad.width+_512.width,height:pad.height+_512.height}; }; dojo.html.getBoxSizing=function(node){ var h=dojo.render.html; var bs=dojo.html.boxSizing; if(((h.ie)||(h.opera))&&node.nodeName.toLowerCase()!="img"){ var cm=document["compatMode"]; if((cm=="BackCompat")||(cm=="QuirksMode")){ return bs.BORDER_BOX; }else{ return bs.CONTENT_BOX; } }else{ if(arguments.length==0){ node=document.documentElement; } var _517; if(!h.ie){ _517=dojo.html.getStyle(node,"-moz-box-sizing"); if(!_517){ _517=dojo.html.getStyle(node,"box-sizing"); } } return (_517?_517:bs.CONTENT_BOX); } }; dojo.html.isBorderBox=function(node){ return (dojo.html.getBoxSizing(node)==dojo.html.boxSizing.BORDER_BOX); }; dojo.html.getBorderBox=function(node){ node=dojo.byId(node); return {width:node.offsetWidth,height:node.offsetHeight}; }; dojo.html.getPaddingBox=function(node){ var box=dojo.html.getBorderBox(node); var _51c=dojo.html.getBorder(node); return {width:box.width-_51c.width,height:box.height-_51c.height}; }; dojo.html.getContentBox=function(node){ node=dojo.byId(node); var _51e=dojo.html.getPadBorder(node); return {width:node.offsetWidth-_51e.width,height:node.offsetHeight-_51e.height}; }; dojo.html.setContentBox=function(node,args){ node=dojo.byId(node); var _521=0; var _522=0; var isbb=dojo.html.isBorderBox(node); var _524=(isbb?dojo.html.getPadBorder(node):{width:0,height:0}); var ret={}; if(typeof args.width!="undefined"){ _521=args.width+_524.width; ret.width=dojo.html.setPositivePixelValue(node,"width",_521); } if(typeof args.height!="undefined"){ _522=args.height+_524.height; ret.height=dojo.html.setPositivePixelValue(node,"height",_522); } return ret; }; dojo.html.getMarginBox=function(node){ var _527=dojo.html.getBorderBox(node); var _528=dojo.html.getMargin(node); return {width:_527.width+_528.width,height:_527.height+_528.height}; }; dojo.html.setMarginBox=function(node,args){ node=dojo.byId(node); var _52b=0; var _52c=0; var isbb=dojo.html.isBorderBox(node); var _52e=(!isbb?dojo.html.getPadBorder(node):{width:0,height:0}); var _52f=dojo.html.getMargin(node); var ret={}; if(typeof args.width!="undefined"){ _52b=args.width-_52e.width; _52b-=_52f.width; ret.width=dojo.html.setPositivePixelValue(node,"width",_52b); } if(typeof args.height!="undefined"){ _52c=args.height-_52e.height; _52c-=_52f.height; ret.height=dojo.html.setPositivePixelValue(node,"height",_52c); } return ret; }; dojo.html.getElementBox=function(node,type){ var bs=dojo.html.boxSizing; switch(type){ case bs.MARGIN_BOX: return dojo.html.getMarginBox(node); case bs.BORDER_BOX: return dojo.html.getBorderBox(node); case bs.PADDING_BOX: return dojo.html.getPaddingBox(node); case bs.CONTENT_BOX: default: return dojo.html.getContentBox(node); } }; dojo.html.toCoordinateObject=dojo.html.toCoordinateArray=function(_534,_535,_536){ if(_534 instanceof Array||typeof _534=="array"){ dojo.deprecated("dojo.html.toCoordinateArray","use dojo.html.toCoordinateObject({left: , top: , width: , height: }) instead","0.5"); while(_534.length<4){ _534.push(0); } while(_534.length>4){ _534.pop(); } var ret={left:_534[0],top:_534[1],width:_534[2],height:_534[3]}; }else{ if(!_534.nodeType&&!(_534 instanceof String||typeof _534=="string")&&("width" in _534||"height" in _534||"left" in _534||"x" in _534||"top" in _534||"y" in _534)){ var ret={left:_534.left||_534.x||0,top:_534.top||_534.y||0,width:_534.width||0,height:_534.height||0}; }else{ var node=dojo.byId(_534); var pos=dojo.html.abs(node,_535,_536); var _53a=dojo.html.getMarginBox(node); var ret={left:pos.left,top:pos.top,width:_53a.width,height:_53a.height}; } } ret.x=ret.left; ret.y=ret.top; return ret; }; dojo.html.setMarginBoxWidth=dojo.html.setOuterWidth=function(node,_53c){ return dojo.html._callDeprecated("setMarginBoxWidth","setMarginBox",arguments,"width"); }; dojo.html.setMarginBoxHeight=dojo.html.setOuterHeight=function(){ return dojo.html._callDeprecated("setMarginBoxHeight","setMarginBox",arguments,"height"); }; dojo.html.getMarginBoxWidth=dojo.html.getOuterWidth=function(){ return dojo.html._callDeprecated("getMarginBoxWidth","getMarginBox",arguments,null,"width"); }; dojo.html.getMarginBoxHeight=dojo.html.getOuterHeight=function(){ return dojo.html._callDeprecated("getMarginBoxHeight","getMarginBox",arguments,null,"height"); }; dojo.html.getTotalOffset=function(node,type,_53f){ return dojo.html._callDeprecated("getTotalOffset","getAbsolutePosition",arguments,null,type); }; dojo.html.getAbsoluteX=function(node,_541){ return dojo.html._callDeprecated("getAbsoluteX","getAbsolutePosition",arguments,null,"x"); }; dojo.html.getAbsoluteY=function(node,_543){ return dojo.html._callDeprecated("getAbsoluteY","getAbsolutePosition",arguments,null,"y"); }; dojo.html.totalOffsetLeft=function(node,_545){ return dojo.html._callDeprecated("totalOffsetLeft","getAbsolutePosition",arguments,null,"left"); }; dojo.html.totalOffsetTop=function(node,_547){ return dojo.html._callDeprecated("totalOffsetTop","getAbsolutePosition",arguments,null,"top"); }; dojo.html.getMarginWidth=function(node){ return dojo.html._callDeprecated("getMarginWidth","getMargin",arguments,null,"width"); }; dojo.html.getMarginHeight=function(node){ return dojo.html._callDeprecated("getMarginHeight","getMargin",arguments,null,"height"); }; dojo.html.getBorderWidth=function(node){ return dojo.html._callDeprecated("getBorderWidth","getBorder",arguments,null,"width"); }; dojo.html.getBorderHeight=function(node){ return dojo.html._callDeprecated("getBorderHeight","getBorder",arguments,null,"height"); }; dojo.html.getPaddingWidth=function(node){ return dojo.html._callDeprecated("getPaddingWidth","getPadding",arguments,null,"width"); }; dojo.html.getPaddingHeight=function(node){ return dojo.html._callDeprecated("getPaddingHeight","getPadding",arguments,null,"height"); }; dojo.html.getPadBorderWidth=function(node){ return dojo.html._callDeprecated("getPadBorderWidth","getPadBorder",arguments,null,"width"); }; dojo.html.getPadBorderHeight=function(node){ return dojo.html._callDeprecated("getPadBorderHeight","getPadBorder",arguments,null,"height"); }; dojo.html.getBorderBoxWidth=dojo.html.getInnerWidth=function(){ return dojo.html._callDeprecated("getBorderBoxWidth","getBorderBox",arguments,null,"width"); }; dojo.html.getBorderBoxHeight=dojo.html.getInnerHeight=function(){ return dojo.html._callDeprecated("getBorderBoxHeight","getBorderBox",arguments,null,"height"); }; dojo.html.getContentBoxWidth=dojo.html.getContentWidth=function(){ return dojo.html._callDeprecated("getContentBoxWidth","getContentBox",arguments,null,"width"); }; dojo.html.getContentBoxHeight=dojo.html.getContentHeight=function(){ return dojo.html._callDeprecated("getContentBoxHeight","getContentBox",arguments,null,"height"); }; dojo.html.setContentBoxWidth=dojo.html.setContentWidth=function(node,_551){ return dojo.html._callDeprecated("setContentBoxWidth","setContentBox",arguments,"width"); }; dojo.html.setContentBoxHeight=dojo.html.setContentHeight=function(node,_553){ return dojo.html._callDeprecated("setContentBoxHeight","setContentBox",arguments,"height"); }; dojo.provide("dojo.lfx.html"); dojo.lfx.html._byId=function(_554){ if(!_554){ return []; } if(dojo.lang.isArrayLike(_554)){ if(!_554.alreadyChecked){ var n=[]; dojo.lang.forEach(_554,function(node){ n.push(dojo.byId(node)); }); n.alreadyChecked=true; return n; }else{ return _554; } }else{ var n=[]; n.push(dojo.byId(_554)); n.alreadyChecked=true; return n; } }; dojo.lfx.html.propertyAnimation=function(_557,_558,_559,_55a,_55b){ _557=dojo.lfx.html._byId(_557); var _55c={"propertyMap":_558,"nodes":_557,"duration":_559,"easing":_55a||dojo.lfx.easeDefault}; var _55d=function(args){ if(args.nodes.length==1){ var pm=args.propertyMap; if(!dojo.lang.isArray(args.propertyMap)){ var parr=[]; for(var _561 in pm){ pm[_561].property=_561; parr.push(pm[_561]); } pm=args.propertyMap=parr; } dojo.lang.forEach(pm,function(prop){ if(dj_undef("start",prop)){ if(prop.property!="opacity"){ prop.start=parseInt(dojo.html.getComputedStyle(args.nodes[0],prop.property)); }else{ prop.start=dojo.html.getOpacity(args.nodes[0]); } } }); } }; var _563=function(_564){ var _565=[]; dojo.lang.forEach(_564,function(c){ _565.push(Math.round(c)); }); return _565; }; var _567=function(n,_569){ n=dojo.byId(n); if(!n||!n.style){ return; } for(var s in _569){ try{ if(s=="opacity"){ dojo.html.setOpacity(n,_569[s]); }else{ n.style[s]=_569[s]; } } catch(e){ dojo.debug(e); } } }; var _56b=function(_56c){ this._properties=_56c; this.diffs=new Array(_56c.length); dojo.lang.forEach(_56c,function(prop,i){ if(dojo.lang.isFunction(prop.start)){ prop.start=prop.start(prop,i); } if(dojo.lang.isFunction(prop.end)){ prop.end=prop.end(prop,i); } if(dojo.lang.isArray(prop.start)){ this.diffs[i]=null; }else{ if(prop.start instanceof dojo.gfx.color.Color){ prop.startRgb=prop.start.toRgb(); prop.endRgb=prop.end.toRgb(); }else{ this.diffs[i]=prop.end-prop.start; } } },this); this.getValue=function(n){ var ret={}; dojo.lang.forEach(this._properties,function(prop,i){ var _573=null; if(dojo.lang.isArray(prop.start)){ }else{ if(prop.start instanceof dojo.gfx.color.Color){ _573=(prop.units||"rgb")+"("; for(var j=0;j3){ _5e8.pop(); } var rgb=new dojo.gfx.color.Color(_5e2); var _5ed=new dojo.gfx.color.Color(_5e8); var anim=dojo.lfx.propertyAnimation(node,{"background-color":{start:rgb,end:_5ed}},_5e3,_5e4,{"beforeBegin":function(){ if(_5ea){ node.style.backgroundImage="none"; } node.style.backgroundColor="rgb("+rgb.toRgb().join(",")+")"; },"onEnd":function(){ if(_5ea){ node.style.backgroundImage=_5ea; } if(_5eb){ node.style.backgroundColor="transparent"; } if(_5e5){ _5e5(node,anim); } }}); _5e6.push(anim); }); return dojo.lfx.combine(_5e6); }; dojo.lfx.html.unhighlight=function(_5ef,_5f0,_5f1,_5f2,_5f3){ _5ef=dojo.lfx.html._byId(_5ef); var _5f4=[]; dojo.lang.forEach(_5ef,function(node){ var _5f6=new dojo.gfx.color.Color(dojo.html.getBackgroundColor(node)); var rgb=new dojo.gfx.color.Color(_5f0); var _5f8=dojo.html.getStyle(node,"background-image"); var anim=dojo.lfx.propertyAnimation(node,{"background-color":{start:_5f6,end:rgb}},_5f1,_5f2,{"beforeBegin":function(){ if(_5f8){ node.style.backgroundImage="none"; } node.style.backgroundColor="rgb("+_5f6.toRgb().join(",")+")"; },"onEnd":function(){ if(_5f3){ _5f3(node,anim); } }}); _5f4.push(anim); }); return dojo.lfx.combine(_5f4); }; dojo.lang.mixin(dojo.lfx,dojo.lfx.html); dojo.kwCompoundRequire({browser:["dojo.lfx.html"],dashboard:["dojo.lfx.html"]}); dojo.provide("dojo.lfx.*"); if(!this["dojo"]){ alert("\"dojo/__package__.js\" is now located at \"dojo/dojo.js\". Please update your includes accordingly"); } dojo.provide("dojo.xml.Parse"); dojo.xml.Parse=function(){ var isIE=((dojo.render.html.capable)&&(dojo.render.html.ie)); function getTagName(node){ try{ return node.tagName.toLowerCase(); } catch(e){ return ""; } } function getDojoTagName(node){ var _5fd=getTagName(node); if(!_5fd){ return ""; } if((dojo.widget)&&(dojo.widget.tags[_5fd])){ return _5fd; } var p=_5fd.indexOf(":"); if(p>=0){ return _5fd; } if(_5fd.substr(0,5)=="dojo:"){ return _5fd; } if(dojo.render.html.capable&&dojo.render.html.ie&&node.scopeName!="HTML"){ return node.scopeName.toLowerCase()+":"+_5fd; } if(_5fd.substr(0,4)=="dojo"){ return "dojo:"+_5fd.substring(4); } var djt=node.getAttribute("dojoType")||node.getAttribute("dojotype"); if(djt){ if(djt.indexOf(":")<0){ djt="dojo:"+djt; } return djt.toLowerCase(); } djt=node.getAttributeNS&&node.getAttributeNS(dojo.dom.dojoml,"type"); if(djt){ return "dojo:"+djt.toLowerCase(); } try{ djt=node.getAttribute("dojo:type"); } catch(e){ } if(djt){ return "dojo:"+djt.toLowerCase(); } if((dj_global["djConfig"])&&(!djConfig["ignoreClassNames"])){ var _600=node.className||node.getAttribute("class"); if((_600)&&(_600.indexOf)&&(_600.indexOf("dojo-")!=-1)){ var _601=_600.split(" "); for(var x=0,c=_601.length;x0){ var ns=_608.substring(0,pos); _60c["ns"]=ns; if((dojo.ns)&&(!dojo.ns.allow(ns))){ _60a=false; } } if(_60a){ var _60f=this.parseAttributes(node); for(var attr in _60f){ if((!_60c[_608][attr])||(typeof _60c[_608][attr]!="array")){ _60c[_608][attr]=[]; } _60c[_608][attr].push(_60f[attr]); } _60c[_608].nodeRef=node; _60c.tagName=_608; _60c.index=_607||0; } var _610=0; for(var i=0;i=0;x--){ try{ this.widgets[x].destroy(true); delete this.widgets[x]; } catch(e){ } } }; this.remove=function(_656){ if(dojo.lang.isNumber(_656)){ var tw=this.widgets[_656].widgetId; delete this.topWidgets[tw]; delete this.widgetIds[tw]; this.widgets.splice(_656,1); }else{ this.removeById(_656); } }; this.removeById=function(id){ if(!dojo.lang.isString(id)){ id=id["widgetId"]; if(!id){ dojo.debug("invalid widget or id passed to removeById"); return; } } for(var i=0;i0){ return _692[n]; } return _692; }; g("registerWidgetPackage"); g("getImplementation","getWidgetImplementation"); g("getImplementationName","getWidgetImplementationName"); dw.widgets=dwm.widgets; dw.widgetIds=dwm.widgetIds; dw.root=dwm.root; })(); dojo.kwCompoundRequire({common:[["dojo.uri.Uri",false,false]]}); dojo.provide("dojo.uri.*"); dojo.provide("dojo.a11y"); dojo.a11y={imgPath:dojo.uri.moduleUri("dojo.widget","templates/images"),doAccessibleCheck:true,accessible:null,checkAccessible:function(){ if(this.accessible===null){ this.accessible=false; if(this.doAccessibleCheck==true){ this.accessible=this.testAccessible(); } } return this.accessible; },testAccessible:function(){ this.accessible=false; if(dojo.render.html.ie||dojo.render.html.mozilla){ var div=document.createElement("div"); div.style.backgroundImage="url(\""+this.imgPath+"/tab_close.gif\")"; dojo.body().appendChild(div); var _694=null; if(window.getComputedStyle){ var _695=getComputedStyle(div,""); _694=_695.getPropertyValue("background-image"); }else{ _694=div.currentStyle.backgroundImage; } var _696=false; if(_694!=null&&(_694=="none"||_694=="url(invalid-url:)")){ this.accessible=true; } dojo.body().removeChild(div); } return this.accessible; },setCheckAccessible:function(_697){ this.doAccessibleCheck=_697; },setAccessibleMode:function(){ if(this.accessible===null){ if(this.checkAccessible()){ dojo.render.html.prefixes.unshift("a11y"); } } return this.accessible; }}; dojo.provide("dojo.widget.Widget"); dojo.declare("dojo.widget.Widget",null,function(){ this.children=[]; this.extraArgs={}; },{parent:null,isTopLevel:false,disabled:false,isContainer:false,widgetId:"",widgetType:"Widget",ns:"dojo",getNamespacedType:function(){ return (this.ns?this.ns+":"+this.widgetType:this.widgetType).toLowerCase(); },toString:function(){ return "[Widget "+this.getNamespacedType()+", "+(this.widgetId||"NO ID")+"]"; },repr:function(){ return this.toString(); },enable:function(){ this.disabled=false; },disable:function(){ this.disabled=true; },onResized:function(){ this.notifyChildrenOfResize(); },notifyChildrenOfResize:function(){ for(var i=0;ii){ _69f=this.children[i]; if(_69f instanceof dojo.widget.Widget){ this.removeChild(_69f); _69f.destroy(); continue; } i++; } },getChildrenOfType:function(type,_6a2){ var ret=[]; var _6a4=dojo.lang.isFunction(type); if(!_6a4){ type=type.toLowerCase(); } for(var x=0;xsi)){ this[x][_6b3[y].substr(0,si).replace(/^\s+|\s+$/g,"")]=_6b3[y].substr(si+1); } } } }else{ this[x]=args[x]; } } } } } } } } }else{ this.extraArgs[x.toLowerCase()]=args[x]; } } },postMixInProperties:function(args,frag,_6b7){ },initialize:function(args,frag,_6ba){ return false; },postInitialize:function(args,frag,_6bd){ return false; },postCreate:function(args,frag,_6c0){ return false; },uninitialize:function(){ return false; },buildRendering:function(args,frag,_6c3){ dojo.unimplemented("dojo.widget.Widget.buildRendering, on "+this.toString()+", "); return false; },destroyRendering:function(){ dojo.unimplemented("dojo.widget.Widget.destroyRendering"); return false; },addedTo:function(_6c4){ },addChild:function(_6c5){ dojo.unimplemented("dojo.widget.Widget.addChild"); return false; },removeChild:function(_6c6){ for(var x=0;x-1)?_6e9.substring(0,pos):_6e9; _6e8=(_6e8)||{}; _6e8.widgetType=type; if((!init)&&(_6e8["classConstructor"])){ init=_6e8.classConstructor; delete _6e8.classConstructor; } dojo.declare(_6e4,_6e6,init,_6e8); }; dojo.provide("dojo.widget.Parse"); dojo.widget.Parse=function(_6ef){ this.propertySetsList=[]; this.fragment=_6ef; this.createComponents=function(frag,_6f1){ var _6f2=[]; var _6f3=false; try{ if(frag&&frag.tagName&&(frag!=frag.nodeRef)){ var _6f4=dojo.widget.tags; var tna=String(frag.tagName).split(";"); for(var x=0;x-1)?name.substring(0,pos):"dojo"; if(pos>-1){ name=name.substring(pos+1); } var _727=name.toLowerCase(); var _728=ns+":"+_727; _723=(dojo.byId(name)&&!dojo.widget.tags[_728]); } if((arguments.length==1)&&(_723||!_724)){ var xp=new dojo.xml.Parse(); var tn=_723?dojo.byId(name):name; return dojo.widget.getParser().createComponents(xp.parseElement(tn,null,true))[0]; } function fromScript(_72b,name,_72d,ns){ _72d[_728]={dojotype:[{value:_727}],nodeRef:_72b,fastMixIn:true}; _72d.ns=ns; return dojo.widget.getParser().createComponentFromScript(_72b,name,_72d,ns); } _720=_720||{}; var _72f=false; var tn=null; var h=dojo.render.html.capable; if(h){ tn=document.createElement("span"); } if(!_721){ _72f=true; _721=tn; if(h){ dojo.body().appendChild(_721); } }else{ if(_722){ dojo.dom.insertAtPosition(tn,_721,_722); }else{ tn=_721; } } var _731=fromScript(tn,name.toLowerCase(),_720,ns); if((!_731)||(!_731[0])||(typeof _731[0].widgetType=="undefined")){ throw new Error("createWidget: Creation of \""+name+"\" widget failed."); } try{ if(_72f&&_731[0].domNode.parentNode){ _731[0].domNode.parentNode.removeChild(_731[0].domNode); } } catch(e){ dojo.debug(e); } return _731[0]; }; dojo.provide("dojo.widget.DomWidget"); dojo.widget._cssFiles={}; dojo.widget._cssStrings={}; dojo.widget._templateCache={}; dojo.widget.defaultStrings={dojoRoot:dojo.hostenv.getBaseScriptUri(),dojoWidgetModuleUri:dojo.uri.moduleUri("dojo.widget"),baseScriptUri:dojo.hostenv.getBaseScriptUri()}; dojo.widget.fillFromTemplateCache=function(obj,_733,_734,_735){ var _736=_733||obj.templatePath; var _737=dojo.widget._templateCache; if(!_736&&!obj["widgetType"]){ do{ var _738="__dummyTemplate__"+dojo.widget._templateCache.dummyCount++; }while(_737[_738]); obj.widgetType=_738; } var wt=_736?_736.toString():obj.widgetType; var ts=_737[wt]; if(!ts){ _737[wt]={"string":null,"node":null}; if(_735){ ts={}; }else{ ts=_737[wt]; } } if((!obj.templateString)&&(!_735)){ obj.templateString=_734||ts["string"]; } if(obj.templateString){ obj.templateString=this._sanitizeTemplateString(obj.templateString); } if((!obj.templateNode)&&(!_735)){ obj.templateNode=ts["node"]; } if((!obj.templateNode)&&(!obj.templateString)&&(_736)){ var _73b=this._sanitizeTemplateString(dojo.hostenv.getText(_736)); obj.templateString=_73b; if(!_735){ _737[wt]["string"]=_73b; } } if((!ts["string"])&&(!_735)){ ts.string=obj.templateString; } }; dojo.widget._sanitizeTemplateString=function(_73c){ if(_73c){ _73c=_73c.replace(/^\s*<\?xml(\s)+version=[\'\"](\d)*.(\d)*[\'\"](\s)*\?>/im,""); var _73d=_73c.match(/]*>\s*([\s\S]+)\s*<\/body>/im); if(_73d){ _73c=_73d[1]; } }else{ _73c=""; } return _73c; }; dojo.widget._templateCache.dummyCount=0; dojo.widget.attachProperties=["dojoAttachPoint","id"]; dojo.widget.eventAttachProperty="dojoAttachEvent"; dojo.widget.onBuildProperty="dojoOnBuild"; dojo.widget.waiNames=["waiRole","waiState"]; dojo.widget.wai={waiRole:{name:"waiRole","namespace":"http://www.w3.org/TR/xhtml2",alias:"x2",prefix:"wairole:"},waiState:{name:"waiState","namespace":"http://www.w3.org/2005/07/aaa",alias:"aaa",prefix:""},setAttr:function(node,ns,attr,_741){ if(dojo.render.html.ie){ node.setAttribute(this[ns].alias+":"+attr,this[ns].prefix+_741); }else{ node.setAttributeNS(this[ns]["namespace"],attr,this[ns].prefix+_741); } },getAttr:function(node,ns,attr){ if(dojo.render.html.ie){ return node.getAttribute(this[ns].alias+":"+attr); }else{ return node.getAttributeNS(this[ns]["namespace"],attr); } },removeAttr:function(node,ns,attr){ var _748=true; if(dojo.render.html.ie){ _748=node.removeAttribute(this[ns].alias+":"+attr); }else{ node.removeAttributeNS(this[ns]["namespace"],attr); } return _748; }}; dojo.widget.attachTemplateNodes=function(_749,_74a,_74b){ var _74c=dojo.dom.ELEMENT_NODE; function trim(str){ return str.replace(/^\s+|\s+$/g,""); } if(!_749){ _749=_74a.domNode; } if(_749.nodeType!=_74c){ return; } var _74e=_749.all||_749.getElementsByTagName("*"); var _74f=_74a; for(var x=-1;x<_74e.length;x++){ var _751=(x==-1)?_749:_74e[x]; var _752=[]; if(!_74a.widgetsInTemplate||!_751.getAttribute("dojoType")){ for(var y=0;y=0){ var _75a=tevt.split(":"); tevt=trim(_75a[0]); _758=trim(_75a[1]); } if(!_758){ _758=tevt; } var tf=function(){ var ntf=new String(_758); return function(evt){ if(_74f[ntf]){ _74f[ntf](dojo.event.browser.fixEvent(evt,this)); } }; }(); dojo.event.browser.addListener(_751,tevt,tf,false,true); } } for(var y=0;y<_74b.length;y++){ var _75e=_751.getAttribute(_74b[y]); if((_75e)&&(_75e.length)){ var _758=null; var _75f=_74b[y].substr(4); _758=trim(_75e); var _760=[_758]; if(_758.indexOf(";")>=0){ _760=dojo.lang.map(_758.split(";"),trim); } for(var z=0;z<_760.length;z++){ if(!_760[z].length){ continue; } var tf=function(){ var ntf=new String(_760[z]); return function(evt){ if(_74f[ntf]){ _74f[ntf](dojo.event.browser.fixEvent(evt,this)); } }; }(); dojo.event.browser.addListener(_751,_75f,tf,false,true); } } } } var _763=_751.getAttribute(this.templateProperty); if(_763){ _74a[_763]=_751; } dojo.lang.forEach(dojo.widget.waiNames,function(name){ var wai=dojo.widget.wai[name]; var val=_751.getAttribute(wai.name); if(val){ if(val.indexOf("-")==-1){ dojo.widget.wai.setAttr(_751,wai.name,"role",val); }else{ var _767=val.split("-"); dojo.widget.wai.setAttr(_751,wai.name,_767[0],_767[1]); } } },this); var _768=_751.getAttribute(this.onBuildProperty); if(_768){ eval("var node = baseNode; var widget = targetObj; "+_768); } } }; dojo.widget.getDojoEventsFromStr=function(str){ var re=/(dojoOn([a-z]+)(\s?))=/gi; var evts=str?str.match(re)||[]:[]; var ret=[]; var lem={}; for(var x=0;x0)&&(typeof arguments[0]=="object")){ this.create(arguments[0]); } },{templateNode:null,templateString:null,templateCssString:null,preventClobber:false,domNode:null,containerNode:null,widgetsInTemplate:false,addChild:function(_770,_771,pos,ref,_774){ if(!this.isContainer){ dojo.debug("dojo.widget.DomWidget.addChild() attempted on non-container widget"); return null; }else{ if(_774==undefined){ _774=this.children.length; } this.addWidgetAsDirectChild(_770,_771,pos,ref,_774); this.registerChild(_770,_774); } return _770; },addWidgetAsDirectChild:function(_775,_776,pos,ref,_779){ if((!this.containerNode)&&(!_776)){ this.containerNode=this.domNode; } var cn=(_776)?_776:this.containerNode; if(!pos){ pos="after"; } if(!ref){ if(!cn){ cn=dojo.body(); } ref=cn.lastChild; } if(!_779){ _779=0; } _775.domNode.setAttribute("dojoinsertionindex",_779); if(!ref){ cn.appendChild(_775.domNode); }else{ if(pos=="insertAtIndex"){ dojo.dom.insertAtIndex(_775.domNode,ref.parentNode,_779); }else{ if((pos=="after")&&(ref===cn.lastChild)){ cn.appendChild(_775.domNode); }else{ dojo.dom.insertAtPosition(_775.domNode,cn,pos); } } } },registerChild:function(_77b,_77c){ _77b.dojoInsertionIndex=_77c; var idx=-1; for(var i=0;i=0){ var _794=tevt.split(":"); tevt=dojo.string.trim(_794[0]); _792=dojo.string.trim(_794[1]); } if(!_792){ _792=tevt; } if(dojo.lang.isFunction(_78f[tevt])){ dojo.event.kwConnect({srcObj:_78f,srcFunc:tevt,targetObj:this,targetFunc:_792}); }else{ alert(tevt+" is not a function in widget "+_78f); } } } if(_78f.extraArgs["dojoattachpoint"]){ this[_78f.extraArgs["dojoattachpoint"]]=_78f; } } } if(this.isContainer&&!frag["dojoDontFollow"]){ dojo.widget.getParser().createSubComponents(frag,this); } },buildRendering:function(args,frag){ var ts=dojo.widget._templateCache[this.widgetType]; if(args["templatecsspath"]){ args["templateCssPath"]=args["templatecsspath"]; } var _798=args["templateCssPath"]||this.templateCssPath; if(_798&&!dojo.widget._cssFiles[_798.toString()]){ if((!this.templateCssString)&&(_798)){ this.templateCssString=dojo.hostenv.getText(_798); this.templateCssPath=null; } dojo.widget._cssFiles[_798.toString()]=true; } if((this["templateCssString"])&&(!dojo.widget._cssStrings[this.templateCssString])){ dojo.html.insertCssText(this.templateCssString,null,_798); dojo.widget._cssStrings[this.templateCssString]=true; } if((!this.preventClobber)&&((this.templatePath)||(this.templateNode)||((this["templateString"])&&(this.templateString.length))||((typeof ts!="undefined")&&((ts["string"])||(ts["node"]))))){ this.buildFromTemplate(args,frag); }else{ this.domNode=this.getFragNodeRef(frag); } this.fillInTemplate(args,frag); },buildFromTemplate:function(args,frag){ var _79b=false; if(args["templatepath"]){ args["templatePath"]=args["templatepath"]; } dojo.widget.fillFromTemplateCache(this,args["templatePath"],null,_79b); var ts=dojo.widget._templateCache[this.templatePath?this.templatePath.toString():this.widgetType]; if((ts)&&(!_79b)){ if(!this.templateString.length){ this.templateString=ts["string"]; } if(!this.templateNode){ this.templateNode=ts["node"]; } } var _79d=false; var node=null; var tstr=this.templateString; if((!this.templateNode)&&(this.templateString)){ _79d=this.templateString.match(/\$\{([^\}]+)\}/g); if(_79d){ var hash=this.strings||{}; for(var key in dojo.widget.defaultStrings){ if(dojo.lang.isUndefined(hash[key])){ hash[key]=dojo.widget.defaultStrings[key]; } } for(var i=0;i<_79d.length;i++){ var key=_79d[i]; key=key.substring(2,key.length-1); var kval=(key.substring(0,5)=="this.")?dojo.lang.getObjPathValue(key.substring(5),this):hash[key]; var _7a4; if((kval)||(dojo.lang.isString(kval))){ _7a4=new String((dojo.lang.isFunction(kval))?kval.call(this,key,this.templateString):kval); while(_7a4.indexOf("\"")>-1){ _7a4=_7a4.replace("\"","""); } tstr=tstr.replace(_79d[i],_7a4); } } }else{ this.templateNode=this.createNodesFromText(this.templateString,true)[0]; if(!_79b){ ts.node=this.templateNode; } } } if((!this.templateNode)&&(!_79d)){ dojo.debug("DomWidget.buildFromTemplate: could not create template"); return false; }else{ if(!_79d){ node=this.templateNode.cloneNode(true); if(!node){ return false; } }else{ node=this.createNodesFromText(tstr,true)[0]; } } this.domNode=node; this.attachTemplateNodes(); if(this.isContainer&&this.containerNode){ var src=this.getFragNodeRef(frag); if(src){ dojo.dom.moveChildren(src,this.containerNode); } } },attachTemplateNodes:function(_7a6,_7a7){ if(!_7a6){ _7a6=this.domNode; } if(!_7a7){ _7a7=this; } return dojo.widget.attachTemplateNodes(_7a6,_7a7,dojo.widget.getDojoEventsFromStr(this.templateString)); },fillInTemplate:function(){ },destroyRendering:function(){ try{ dojo.dom.destroyNode(this.domNode); delete this.domNode; } catch(e){ } if(this._sourceNodeRef){ try{ dojo.dom.destroyNode(this._sourceNodeRef); } catch(e){ } } },createNodesFromText:function(){ dojo.unimplemented("dojo.widget.DomWidget.createNodesFromText"); }}); dojo.provide("dojo.html.util"); dojo.html.getElementWindow=function(_7a8){ return dojo.html.getDocumentWindow(_7a8.ownerDocument); }; dojo.html.getDocumentWindow=function(doc){ if(dojo.render.html.safari&&!doc._parentWindow){ var fix=function(win){ win.document._parentWindow=win; for(var i=0;i=left&&_7b7.x<=_7bd&&_7b7.y>=top&&_7b7.y<=_7bb); }; dojo.html.renderedTextContent=function(node){ node=dojo.byId(node); var _7bf=""; if(node==null){ return _7bf; } for(var i=0;i]/i).test(txt.replace(/^\s+/))){ txt=""+txt+"
    "; _7c8="cell"; }else{ if((/^]/i).test(txt.replace(/^\s+/))){ txt=""+txt+"
    "; _7c8="row"; }else{ if((/^<(thead|tbody|tfoot)[\s\r\n>]/i).test(txt.replace(/^\s+/))){ txt=""+txt+"
    "; _7c8="section"; } } } tn.innerHTML=txt; if(tn["normalize"]){ tn.normalize(); } var _7c9=null; switch(_7c8){ case "cell": _7c9=tn.getElementsByTagName("tr")[0]; break; case "row": _7c9=tn.getElementsByTagName("tbody")[0]; break; case "section": _7c9=tn.getElementsByTagName("table")[0]; break; default: _7c9=tn; break; } var _7ca=[]; for(var x=0;x<_7c9.childNodes.length;x++){ _7ca.push(_7c9.childNodes[x].cloneNode(true)); } tn.style.display="none"; dojo.html.destroyNode(tn); return _7ca; }; dojo.html.placeOnScreen=function(node,_7cd,_7ce,_7cf,_7d0,_7d1,_7d2){ if(_7cd instanceof Array||typeof _7cd=="array"){ _7d2=_7d1; _7d1=_7d0; _7d0=_7cf; _7cf=_7ce; _7ce=_7cd[1]; _7cd=_7cd[0]; } if(_7d1 instanceof String||typeof _7d1=="string"){ _7d1=_7d1.split(","); } if(!isNaN(_7cf)){ _7cf=[Number(_7cf),Number(_7cf)]; }else{ if(!(_7cf instanceof Array||typeof _7cf=="array")){ _7cf=[0,0]; } } var _7d3=dojo.html.getScroll().offset; var view=dojo.html.getViewport(); node=dojo.byId(node); var _7d5=node.style.display; node.style.display=""; var bb=dojo.html.getBorderBox(node); var w=bb.width; var h=bb.height; node.style.display=_7d5; if(!(_7d1 instanceof Array||typeof _7d1=="array")){ _7d1=["TL"]; } var _7d9,_7da,_7db=Infinity,_7dc; for(var _7dd=0;_7dd<_7d1.length;++_7dd){ var _7de=_7d1[_7dd]; var _7df=true; var tryX=_7cd-(_7de.charAt(1)=="L"?0:w)+_7cf[0]*(_7de.charAt(1)=="L"?1:-1); var tryY=_7ce-(_7de.charAt(0)=="T"?0:h)+_7cf[1]*(_7de.charAt(0)=="T"?1:-1); if(_7d0){ tryX-=_7d3.x; tryY-=_7d3.y; } if(tryX<0){ tryX=0; _7df=false; } if(tryY<0){ tryY=0; _7df=false; } var x=tryX+w; if(x>view.width){ x=view.width-w; _7df=false; }else{ x=tryX; } x=Math.max(_7cf[0],x)+_7d3.x; var y=tryY+h; if(y>view.height){ y=view.height-h; _7df=false; }else{ y=tryY; } y=Math.max(_7cf[1],y)+_7d3.y; if(_7df){ _7d9=x; _7da=y; _7db=0; _7dc=_7de; break; }else{ var dist=Math.pow(x-tryX-_7d3.x,2)+Math.pow(y-tryY-_7d3.y,2); if(_7db>dist){ _7db=dist; _7d9=x; _7da=y; _7dc=_7de; } } } if(!_7d2){ node.style.left=_7d9+"px"; node.style.top=_7da+"px"; } return {left:_7d9,top:_7da,x:_7d9,y:_7da,dist:_7db,corner:_7dc}; }; dojo.html.placeOnScreenPoint=function(node,_7e6,_7e7,_7e8,_7e9){ dojo.deprecated("dojo.html.placeOnScreenPoint","use dojo.html.placeOnScreen() instead","0.5"); return dojo.html.placeOnScreen(node,_7e6,_7e7,_7e8,_7e9,["TL","TR","BL","BR"]); }; dojo.html.placeOnScreenAroundElement=function(node,_7eb,_7ec,_7ed,_7ee,_7ef){ var best,_7f1=Infinity; _7eb=dojo.byId(_7eb); var _7f2=_7eb.style.display; _7eb.style.display=""; var mb=dojo.html.getElementBox(_7eb,_7ed); var _7f4=mb.width; var _7f5=mb.height; var _7f6=dojo.html.getAbsolutePosition(_7eb,true,_7ed); _7eb.style.display=_7f2; for(var _7f7 in _7ee){ var pos,_7f9,_7fa; var _7fb=_7ee[_7f7]; _7f9=_7f6.x+(_7f7.charAt(1)=="L"?0:_7f4); _7fa=_7f6.y+(_7f7.charAt(0)=="T"?0:_7f5); pos=dojo.html.placeOnScreen(node,_7f9,_7fa,_7ec,true,_7fb,true); if(pos.dist==0){ best=pos; break; }else{ if(_7f1>pos.dist){ _7f1=pos.dist; best=pos; } } } if(!_7ef){ node.style.left=best.left+"px"; node.style.top=best.top+"px"; } return best; }; dojo.html.scrollIntoView=function(node){ if(!node){ return; } if(dojo.render.html.ie){ if(dojo.html.getBorderBox(node.parentNode).height<=node.parentNode.scrollHeight){ node.scrollIntoView(false); } }else{ if(dojo.render.html.mozilla){ node.scrollIntoView(false); }else{ var _7fd=node.parentNode; var _7fe=_7fd.scrollTop+dojo.html.getBorderBox(_7fd).height; var _7ff=node.offsetTop+dojo.html.getMarginBox(node).height; if(_7fe<_7ff){ _7fd.scrollTop+=(_7ff-_7fe); }else{ if(_7fd.scrollTop>node.offsetTop){ _7fd.scrollTop-=(_7fd.scrollTop-node.offsetTop); } } } } }; dojo.provide("dojo.lfx.toggle"); dojo.lfx.toggle.plain={show:function(node,_801,_802,_803){ dojo.html.show(node); if(dojo.lang.isFunction(_803)){ _803(); } },hide:function(node,_805,_806,_807){ dojo.html.hide(node); if(dojo.lang.isFunction(_807)){ _807(); } }}; dojo.lfx.toggle.fade={show:function(node,_809,_80a,_80b){ dojo.lfx.fadeShow(node,_809,_80a,_80b).play(); },hide:function(node,_80d,_80e,_80f){ dojo.lfx.fadeHide(node,_80d,_80e,_80f).play(); }}; dojo.lfx.toggle.wipe={show:function(node,_811,_812,_813){ dojo.lfx.wipeIn(node,_811,_812,_813).play(); },hide:function(node,_815,_816,_817){ dojo.lfx.wipeOut(node,_815,_816,_817).play(); }}; dojo.lfx.toggle.explode={show:function(node,_819,_81a,_81b,_81c){ dojo.lfx.explode(_81c||{x:0,y:0,width:0,height:0},node,_819,_81a,_81b).play(); },hide:function(node,_81e,_81f,_820,_821){ dojo.lfx.implode(node,_821||{x:0,y:0,width:0,height:0},_81e,_81f,_820).play(); }}; dojo.provide("dojo.widget.HtmlWidget"); dojo.declare("dojo.widget.HtmlWidget",dojo.widget.DomWidget,{templateCssPath:null,templatePath:null,lang:"",toggle:"plain",toggleDuration:150,initialize:function(args,frag){ },postMixInProperties:function(args,frag){ if(this.lang===""){ this.lang=null; } this.toggleObj=dojo.lfx.toggle[this.toggle.toLowerCase()]||dojo.lfx.toggle.plain; },createNodesFromText:function(txt,wrap){ return dojo.html.createNodesFromText(txt,wrap); },destroyRendering:function(_828){ try{ if(this.bgIframe){ this.bgIframe.remove(); delete this.bgIframe; } if(!_828&&this.domNode){ dojo.event.browser.clean(this.domNode); } dojo.widget.HtmlWidget.superclass.destroyRendering.call(this); } catch(e){ } },isShowing:function(){ return dojo.html.isShowing(this.domNode); },toggleShowing:function(){ if(this.isShowing()){ this.hide(); }else{ this.show(); } },show:function(){ if(this.isShowing()){ return; } this.animationInProgress=true; this.toggleObj.show(this.domNode,this.toggleDuration,null,dojo.lang.hitch(this,this.onShow),this.explodeSrc); },onShow:function(){ this.animationInProgress=false; this.checkSize(); },hide:function(){ if(!this.isShowing()){ return; } this.animationInProgress=true; this.toggleObj.hide(this.domNode,this.toggleDuration,null,dojo.lang.hitch(this,this.onHide),this.explodeSrc); },onHide:function(){ this.animationInProgress=false; },_isResized:function(w,h){ if(!this.isShowing()){ return false; } var wh=dojo.html.getMarginBox(this.domNode); var _82c=w||wh.width; var _82d=h||wh.height; if(this.width==_82c&&this.height==_82d){ return false; } this.width=_82c; this.height=_82d; return true; },checkSize:function(){ if(!this._isResized()){ return; } this.onResized(); },resizeTo:function(w,h){ dojo.html.setMarginBox(this.domNode,{width:w,height:h}); if(this.isShowing()){ this.onResized(); } },resizeSoon:function(){ if(this.isShowing()){ dojo.lang.setTimeout(this,this.onResized,0); } },onResized:function(){ dojo.lang.forEach(this.children,function(_830){ if(_830.checkSize){ _830.checkSize(); } }); }}); dojo.kwCompoundRequire({common:["dojo.xml.Parse","dojo.widget.Widget","dojo.widget.Parse","dojo.widget.Manager"],browser:["dojo.widget.DomWidget","dojo.widget.HtmlWidget"],dashboard:["dojo.widget.DomWidget","dojo.widget.HtmlWidget"],svg:["dojo.widget.SvgWidget"],rhino:["dojo.widget.SwtWidget"]}); dojo.provide("dojo.widget.*"); dojo.kwCompoundRequire({common:["dojo.html.common","dojo.html.style"]}); dojo.provide("dojo.html.*"); dojo.provide("dojo.html.selection"); dojo.html.selectionType={NONE:0,TEXT:1,CONTROL:2}; dojo.html.clearSelection=function(){ var _831=dojo.global(); var _832=dojo.doc(); try{ if(_831["getSelection"]){ if(dojo.render.html.safari){ _831.getSelection().collapse(); }else{ _831.getSelection().removeAllRanges(); } }else{ if(_832.selection){ if(_832.selection.empty){ _832.selection.empty(); }else{ if(_832.selection.clear){ _832.selection.clear(); } } } } return true; } catch(e){ dojo.debug(e); return false; } }; dojo.html.disableSelection=function(_833){ _833=dojo.byId(_833)||dojo.body(); var h=dojo.render.html; if(h.mozilla){ _833.style.MozUserSelect="none"; }else{ if(h.safari){ _833.style.KhtmlUserSelect="none"; }else{ if(h.ie){ _833.unselectable="on"; }else{ return false; } } } return true; }; dojo.html.enableSelection=function(_835){ _835=dojo.byId(_835)||dojo.body(); var h=dojo.render.html; if(h.mozilla){ _835.style.MozUserSelect=""; }else{ if(h.safari){ _835.style.KhtmlUserSelect=""; }else{ if(h.ie){ _835.unselectable="off"; }else{ return false; } } } return true; }; dojo.html.selectElement=function(_837){ dojo.deprecated("dojo.html.selectElement","replaced by dojo.html.selection.selectElementChildren",0.5); }; dojo.html.selectInputText=function(_838){ var _839=dojo.global(); var _83a=dojo.doc(); _838=dojo.byId(_838); if(_83a["selection"]&&dojo.body()["createTextRange"]){ var _83b=_838.createTextRange(); _83b.moveStart("character",0); _83b.moveEnd("character",_838.value.length); _83b.select(); }else{ if(_839["getSelection"]){ var _83c=_839.getSelection(); _838.setSelectionRange(0,_838.value.length); } } _838.focus(); }; dojo.html.isSelectionCollapsed=function(){ dojo.deprecated("dojo.html.isSelectionCollapsed","replaced by dojo.html.selection.isCollapsed",0.5); return dojo.html.selection.isCollapsed(); }; dojo.lang.mixin(dojo.html.selection,{getType:function(){ if(dojo.doc()["selection"]){ return dojo.html.selectionType[dojo.doc().selection.type.toUpperCase()]; }else{ var _83d=dojo.html.selectionType.TEXT; var oSel; try{ oSel=dojo.global().getSelection(); } catch(e){ } if(oSel&&oSel.rangeCount==1){ var _83f=oSel.getRangeAt(0); if(_83f.startContainer==_83f.endContainer&&(_83f.endOffset-_83f.startOffset)==1&&_83f.startContainer.nodeType!=dojo.dom.TEXT_NODE){ _83d=dojo.html.selectionType.CONTROL; } } return _83d; } },isCollapsed:function(){ var _840=dojo.global(); var _841=dojo.doc(); if(_841["selection"]){ return _841.selection.createRange().text==""; }else{ if(_840["getSelection"]){ var _842=_840.getSelection(); if(dojo.lang.isString(_842)){ return _842==""; }else{ return _842.isCollapsed||_842.toString()==""; } } } },getSelectedElement:function(){ if(dojo.html.selection.getType()==dojo.html.selectionType.CONTROL){ if(dojo.doc()["selection"]){ var _843=dojo.doc().selection.createRange(); if(_843&&_843.item){ return dojo.doc().selection.createRange().item(0); } }else{ var _844=dojo.global().getSelection(); return _844.anchorNode.childNodes[_844.anchorOffset]; } } },getParentElement:function(){ if(dojo.html.selection.getType()==dojo.html.selectionType.CONTROL){ var p=dojo.html.selection.getSelectedElement(); if(p){ return p.parentNode; } }else{ if(dojo.doc()["selection"]){ return dojo.doc().selection.createRange().parentElement(); }else{ var _846=dojo.global().getSelection(); if(_846){ var node=_846.anchorNode; while(node&&node.nodeType!=dojo.dom.ELEMENT_NODE){ node=node.parentNode; } return node; } } } },getSelectedText:function(){ if(dojo.doc()["selection"]){ if(dojo.html.selection.getType()==dojo.html.selectionType.CONTROL){ return null; } return dojo.doc().selection.createRange().text; }else{ var _848=dojo.global().getSelection(); if(_848){ return _848.toString(); } } },getSelectedHtml:function(){ if(dojo.doc()["selection"]){ if(dojo.html.selection.getType()==dojo.html.selectionType.CONTROL){ return null; } return dojo.doc().selection.createRange().htmlText; }else{ var _849=dojo.global().getSelection(); if(_849&&_849.rangeCount){ var frag=_849.getRangeAt(0).cloneContents(); var div=document.createElement("div"); div.appendChild(frag); return div.innerHTML; } return null; } },hasAncestorElement:function(_84c){ return (dojo.html.selection.getAncestorElement.apply(this,arguments)!=null); },getAncestorElement:function(_84d){ var node=dojo.html.selection.getSelectedElement()||dojo.html.selection.getParentElement(); while(node){ if(dojo.html.selection.isTag(node,arguments).length>0){ return node; } node=node.parentNode; } return null; },isTag:function(node,tags){ if(node&&node.tagName){ for(var i=0;i=0)){ this._fire(); } },_continue:function(res){ this._resback(res); this._unpause(); },_resback:function(res){ this.fired=((res instanceof Error)?1:0); this.results[this.fired]=res; this._fire(); },_check:function(){ if(this.fired!=-1){ if(!this.silentlyCancelled){ dojo.raise("already called!"); } this.silentlyCancelled=false; return; } },callback:function(res){ this._check(); this._resback(res); },errback:function(res){ this._check(); if(!(res instanceof Error)){ res=new Error(res); } this._resback(res); },addBoth:function(cb,cbfn){ var _874=this.getFunctionFromArgs(cb,cbfn); if(arguments.length>2){ _874=dojo.lang.curryArguments(null,_874,arguments,2); } return this.addCallbacks(_874,_874); },addCallback:function(cb,cbfn){ var _877=this.getFunctionFromArgs(cb,cbfn); if(arguments.length>2){ _877=dojo.lang.curryArguments(null,_877,arguments,2); } return this.addCallbacks(_877,null); },addErrback:function(cb,cbfn){ var _87a=this.getFunctionFromArgs(cb,cbfn); if(arguments.length>2){ _87a=dojo.lang.curryArguments(null,_87a,arguments,2); } return this.addCallbacks(null,_87a); return this.addCallbacks(null,cbfn); },addCallbacks:function(cb,eb){ this.chain.push([cb,eb]); if(this.fired>=0){ this._fire(); } return this; },_fire:function(){ var _87d=this.chain; var _87e=this.fired; var res=this.results[_87e]; var self=this; var cb=null; while(_87d.length>0&&this.paused==0){ var pair=_87d.shift(); var f=pair[_87e]; if(f==null){ continue; } try{ res=f(res); _87e=((res instanceof Error)?1:0); if(res instanceof dojo.Deferred){ cb=function(res){ self._continue(res); }; this._pause(); } } catch(err){ _87e=1; res=err; } } this.fired=_87e; this.results[_87e]=res; if((cb)&&(this.paused)){ res.addBoth(cb); } }}); dojo.provide("dojo.widget.RichText"); if(!djConfig["useXDomain"]||djConfig["allowXdRichTextSave"]){ if(dojo.hostenv.post_load_){ (function(){ var _885=dojo.doc().createElement("textarea"); _885.id="dojo.widget.RichText.savedContent"; _885.style="display:none;position:absolute;top:-100px;left:-100px;height:3px;width:3px;overflow:hidden;"; dojo.body().appendChild(_885); })(); }else{ try{ dojo.doc().write(""); } catch(e){ } } } dojo.widget.defineWidget("dojo.widget.RichText",dojo.widget.HtmlWidget,function(){ this.contentPreFilters=[]; this.contentPostFilters=[]; this.contentDomPreFilters=[]; this.contentDomPostFilters=[]; this.editingAreaStyleSheets=[]; if(dojo.render.html.moz){ this.contentPreFilters.push(this._fixContentForMoz); } this._keyHandlers={}; if(dojo.Deferred){ this.onLoadDeferred=new dojo.Deferred(); } },{inheritWidth:false,focusOnLoad:false,saveName:"",styleSheets:"",_content:"",height:"",minHeight:"1em",isClosed:true,isLoaded:false,useActiveX:false,relativeImageUrls:false,_SEPARATOR:"@@**%%__RICHTEXTBOUNDRY__%%**@@",onLoadDeferred:null,fillInTemplate:function(){ dojo.event.topic.publish("dojo.widget.RichText::init",this); this.open(); dojo.event.connect(this,"onKeyPressed",this,"afterKeyPress"); dojo.event.connect(this,"onKeyPress",this,"keyPress"); dojo.event.connect(this,"onKeyDown",this,"keyDown"); dojo.event.connect(this,"onKeyUp",this,"keyUp"); this.setupDefaultShortcuts(); },setupDefaultShortcuts:function(){ var ctrl=this.KEY_CTRL; var exec=function(cmd,arg){ return arguments.length==1?function(){ this.execCommand(cmd); }:function(){ this.execCommand(cmd,arg); }; }; this.addKeyHandler("b",ctrl,exec("bold")); this.addKeyHandler("i",ctrl,exec("italic")); this.addKeyHandler("u",ctrl,exec("underline")); this.addKeyHandler("a",ctrl,exec("selectall")); this.addKeyHandler("s",ctrl,function(){ this.save(true); }); this.addKeyHandler("1",ctrl,exec("formatblock","h1")); this.addKeyHandler("2",ctrl,exec("formatblock","h2")); this.addKeyHandler("3",ctrl,exec("formatblock","h3")); this.addKeyHandler("4",ctrl,exec("formatblock","h4")); this.addKeyHandler("\\",ctrl,exec("insertunorderedlist")); if(!dojo.render.html.ie){ this.addKeyHandler("Z",ctrl,exec("redo")); } },events:["onBlur","onFocus","onKeyPress","onKeyDown","onKeyUp","onClick"],open:function(_88a){ if(this.onLoadDeferred.fired>=0){ this.onLoadDeferred=new dojo.Deferred(); } var h=dojo.render.html; if(!this.isClosed){ this.close(); } dojo.event.topic.publish("dojo.widget.RichText::open",this); this._content=""; if((arguments.length==1)&&(_88a["nodeName"])){ this.domNode=_88a; } if((this.domNode["nodeName"])&&(this.domNode.nodeName.toLowerCase()=="textarea")){ this.textarea=this.domNode; var html=this._preFilterContent(this.textarea.value); this.domNode=dojo.doc().createElement("div"); dojo.html.copyStyle(this.domNode,this.textarea); var _88d=dojo.lang.hitch(this,function(){ with(this.textarea.style){ display="block"; position="absolute"; left=top="-1000px"; if(h.ie){ this.__overflow=overflow; overflow="hidden"; } } }); if(h.ie){ setTimeout(_88d,10); }else{ _88d(); } if(!h.safari){ dojo.html.insertBefore(this.domNode,this.textarea); } if(this.textarea.form){ dojo.event.connect("before",this.textarea.form,"onsubmit",dojo.lang.hitch(this,function(){ this.textarea.value=this.getEditorContent(); })); } var _88e=this; dojo.event.connect(this,"postCreate",function(){ dojo.html.insertAfter(_88e.textarea,_88e.domNode); }); }else{ var html=this._preFilterContent(dojo.string.trim(this.domNode.innerHTML)); } if(html==""){ html=" "; } var _88f=dojo.html.getContentBox(this.domNode); this._oldHeight=_88f.height; this._oldWidth=_88f.width; this._firstChildContributingMargin=this._getContributingMargin(this.domNode,"top"); this._lastChildContributingMargin=this._getContributingMargin(this.domNode,"bottom"); this.savedContent=html; this.domNode.innerHTML=""; this.editingArea=dojo.doc().createElement("div"); this.domNode.appendChild(this.editingArea); if((this.domNode["nodeName"])&&(this.domNode.nodeName=="LI")){ this.domNode.innerHTML="
    "; } if(this.saveName!=""&&(!djConfig["useXDomain"]||djConfig["allowXdRichTextSave"])){ var _890=dojo.doc().getElementById("dojo.widget.RichText.savedContent"); if(_890.value!=""){ var _891=_890.value.split(this._SEPARATOR); for(var i=0;i<_891.length;i++){ var data=_891[i].split(":"); if(data[0]==this.saveName){ html=data[1]; _891.splice(i,1); break; } } } dojo.event.connect("before",window,"onunload",this,"_saveContent"); } if(h.ie70&&this.useActiveX){ dojo.debug("activeX in ie70 is not currently supported, useActiveX is ignored for now."); this.useActiveX=false; } if(this.useActiveX&&h.ie){ var self=this; setTimeout(function(){ self._drawObject(html); },0); }else{ if(h.ie||this._safariIsLeopard()||h.opera){ this.iframe=dojo.doc().createElement("iframe"); this.iframe.src="javascript:void(0)"; this.editorObject=this.iframe; with(this.iframe.style){ border="0"; width="100%"; } this.iframe.frameBorder=0; this.editingArea.appendChild(this.iframe); this.window=this.iframe.contentWindow; this.document=this.window.document; this.document.open(); this.document.write("
    "); this.document.close(); this.editNode=this.document.body.firstChild; this.editNode.contentEditable=true; with(this.iframe.style){ if(h.ie70){ if(this.height){ height=this.height; } if(this.minHeight){ minHeight=this.minHeight; } }else{ height=this.height?this.height:this.minHeight; } } var _895=["p","pre","address","h1","h2","h3","h4","h5","h6","ol","div","ul"]; var _896=""; for(var i in _895){ if(_895[i].charAt(1)!="l"){ _896+="<"+_895[i]+">content"; }else{ _896+="<"+_895[i]+">
  • content
  • "; } } with(this.editNode.style){ position="absolute"; left="-2000px"; top="-2000px"; } this.editNode.innerHTML=_896; var node=this.editNode.firstChild; while(node){ dojo.withGlobal(this.window,"selectElement",dojo.html.selection,[node.firstChild]); var _898=node.tagName.toLowerCase(); this._local2NativeFormatNames[_898]=this.queryCommandValue("formatblock"); this._native2LocalFormatNames[this._local2NativeFormatNames[_898]]=_898; node=node.nextSibling; } with(this.editNode.style){ position=""; left=""; top=""; } this.editNode.innerHTML=html; if(this.height){ this.document.body.style.overflowY="scroll"; } dojo.lang.forEach(this.events,function(e){ dojo.event.connect(this.editNode,e.toLowerCase(),this,e); },this); this.onLoad(); }else{ this._drawIframe(html); this.editorObject=this.iframe; } } if(this.domNode.nodeName=="LI"){ this.domNode.lastChild.style.marginTop="-1.2em"; } dojo.html.addClass(this.domNode,"RichTextEditable"); this.isClosed=false; },_hasCollapseableMargin:function(_89a,side){ if(dojo.html.getPixelValue(_89a,"border-"+side+"-width",false)){ return false; }else{ if(dojo.html.getPixelValue(_89a,"padding-"+side,false)){ return false; }else{ return true; } } },_getContributingMargin:function(_89c,_89d){ if(_89d=="top"){ var _89e="previousSibling"; var _89f="nextSibling"; var _8a0="firstChild"; var _8a1="margin-top"; var _8a2="margin-bottom"; }else{ var _89e="nextSibling"; var _89f="previousSibling"; var _8a0="lastChild"; var _8a1="margin-bottom"; var _8a2="margin-top"; } var _8a3=dojo.html.getPixelValue(_89c,_8a1,false); function isSignificantNode(_8a4){ return !(_8a4.nodeType==3&&dojo.string.isBlank(_8a4.data))&&dojo.html.getStyle(_8a4,"display")!="none"&&!dojo.html.isPositionAbsolute(_8a4); } var _8a5=0; var _8a6=_89c[_8a0]; while(_8a6){ while((!isSignificantNode(_8a6))&&_8a6[_89f]){ _8a6=_8a6[_89f]; } _8a5=Math.max(_8a5,dojo.html.getPixelValue(_8a6,_8a1,false)); if(!this._hasCollapseableMargin(_8a6,_89d)){ break; } _8a6=_8a6[_8a0]; } if(!this._hasCollapseableMargin(_89c,_89d)){ return parseInt(_8a5); } var _8a7=0; var _8a8=_89c[_89e]; while(_8a8){ if(isSignificantNode(_8a8)){ _8a7=dojo.html.getPixelValue(_8a8,_8a2,false); break; } _8a8=_8a8[_89e]; } if(!_8a8){ _8a7=dojo.html.getPixelValue(_89c.parentNode,_8a1,false); } if(_8a5>_8a3){ return parseInt(Math.max((_8a5-_8a3)-_8a7,0)); }else{ return 0; } },_drawIframe:function(html){ var _8aa=Boolean(dojo.render.html.moz&&(typeof window.XML=="undefined")); if(!this.iframe){ var _8ab=(new dojo.uri.Uri(dojo.doc().location)).host; this.iframe=dojo.doc().createElement("iframe"); with(this.iframe){ style.border="none"; style.lineHeight="0"; style.verticalAlign="bottom"; scrolling=this.height?"auto":"no"; } } if(djConfig["useXDomain"]&&!djConfig["dojoRichTextFrameUrl"]){ dojo.debug("dojo.widget.RichText: When using cross-domain Dojo builds,"+" please save src/widget/templates/richtextframe.html to your domain and set djConfig.dojoRichTextFrameUrl"+" to the path on your domain to richtextframe.html"); } this.iframe.src=(djConfig["dojoRichTextFrameUrl"]||dojo.uri.moduleUri("dojo.widget","templates/richtextframe.html"))+((dojo.doc().domain!=_8ab)?("#"+dojo.doc().domain):""); this.iframe.width=this.inheritWidth?this._oldWidth:"100%"; if(this.height){ this.iframe.style.height=this.height; }else{ var _8ac=this._oldHeight; if(this._hasCollapseableMargin(this.domNode,"top")){ _8ac+=this._firstChildContributingMargin; } if(this._hasCollapseableMargin(this.domNode,"bottom")){ _8ac+=this._lastChildContributingMargin; } this.iframe.height=_8ac; } var _8ad=dojo.doc().createElement("div"); _8ad.innerHTML=html; this.editingArea.appendChild(_8ad); if(this.relativeImageUrls){ var imgs=_8ad.getElementsByTagName("img"); for(var i=0;i *:first-child{padding-top:0 !important;margin-top:"+this._firstChildContributingMargin+"px !important;}"+"body > *:last-child{padding-bottom:0 !important;margin-bottom:"+this._lastChildContributingMargin+"px !important;}"+"li > ul:-moz-first-node, li > ol:-moz-first-node{padding-top:1.2em;}\n"+"li{min-height:1.2em;}"+"",this.document); dojo.html.removeNode(_8ad); this.document.body.innerHTML=html; if(_8aa||dojo.render.html.safari){ this.document.designMode="on"; } this.onLoad(); }else{ dojo.html.removeNode(_8ad); this.editNode.innerHTML=html; this.onDisplayChanged(); } }); if(this.editNode){ _8b3(); }else{ if(dojo.render.html.moz){ this.iframe.onload=function(){ setTimeout(_8b3,250); }; }else{ this.iframe.onload=_8b3; } } },_applyEditingAreaStyleSheets:function(){ var _8ba=[]; if(this.styleSheets){ _8ba=this.styleSheets.split(";"); this.styleSheets=""; } _8ba=_8ba.concat(this.editingAreaStyleSheets); this.editingAreaStyleSheets=[]; if(_8ba.length>0){ for(var i=0;i<_8ba.length;i++){ var url=_8ba[i]; if(url){ this.addStyleSheet(dojo.uri.dojoUri(url)); } } } },addStyleSheet:function(uri){ var url=uri.toString(); if(dojo.lang.find(this.editingAreaStyleSheets,url)>-1){ dojo.debug("dojo.widget.RichText.addStyleSheet: Style sheet "+url+" is already applied to the editing area!"); return; } if(url.charAt(0)=="."||(url.charAt(0)!="/"&&!uri.host)){ url=(new dojo.uri.Uri(dojo.global().location,url)).toString(); } this.editingAreaStyleSheets.push(url); if(this.document.createStyleSheet){ this.document.createStyleSheet(url); }else{ var head=this.document.getElementsByTagName("head")[0]; var _8c0=this.document.createElement("link"); with(_8c0){ rel="stylesheet"; type="text/css"; href=url; } head.appendChild(_8c0); } },removeStyleSheet:function(uri){ var url=uri.toString(); if(url.charAt(0)=="."||(url.charAt(0)!="/"&&!uri.host)){ url=(new dojo.uri.Uri(dojo.global().location,url)).toString(); } var _8c3=dojo.lang.find(this.editingAreaStyleSheets,url); if(_8c3==-1){ dojo.debug("dojo.widget.RichText.removeStyleSheet: Style sheet "+url+" is not applied to the editing area so it can not be removed!"); return; } delete this.editingAreaStyleSheets[_8c3]; var _8c4=this.document.getElementsByTagName("link"); for(var i=0;i<_8c4.length;i++){ if(_8c4[i].href==url){ if(dojo.render.html.ie){ _8c4[i].href=""; } dojo.html.removeNode(_8c4[i]); break; } } },_drawObject:function(html){ this.object=dojo.html.createExternalElement(dojo.doc(),"object"); with(this.object){ classid="clsid:2D360201-FFF5-11D1-8D03-00A0C959BC0A"; width=this.inheritWidth?this._oldWidth:"100%"; style.height=this.height?this.height:(this._oldHeight+"px"); Scrollbars=this.height?true:false; Appearance=this._activeX.appearance.flat; } this.editorObject=this.object; this.editingArea.appendChild(this.object); this.object.attachEvent("DocumentComplete",dojo.lang.hitch(this,"onLoad")); dojo.lang.forEach(this.events,function(e){ this.object.attachEvent(e.toLowerCase(),dojo.lang.hitch(this,e)); },this); this.object.DocumentHTML=""+""+""+"
    "+html+"
    "; this._cacheLocalBlockFormatNames(); },_local2NativeFormatNames:{},_native2LocalFormatNames:{},_cacheLocalBlockFormatNames:function(){ if(!this._native2LocalFormatNames["p"]){ var obj=this.object; var _8c9=false; if(!obj){ try{ obj=dojo.html.createExternalElement(dojo.doc(),"object"); obj.classid="clsid:2D360201-FFF5-11D1-8D03-00A0C959BC0A"; dojo.body().appendChild(obj); obj.DocumentHTML=""; } catch(e){ _8c9=true; } } try{ var _8ca=new ActiveXObject("DEGetBlockFmtNamesParam.DEGetBlockFmtNamesParam"); obj.ExecCommand(this._activeX.command["getblockformatnames"],0,_8ca); var _8cb=new VBArray(_8ca.Names); var _8cc=_8cb.toArray(); var _8cd=["p","pre","address","h1","h2","h3","h4","h5","h6","ol","ul","","","","","div"]; for(var i=0;i<_8cd.length;++i){ if(_8cd[i].length>0){ this._local2NativeFormatNames[_8cc[i]]=_8cd[i]; this._native2LocalFormatNames[_8cd[i]]=_8cc[i]; } } } catch(e){ _8c9=true; } if(obj&&!this.object){ dojo.body().removeChild(obj); } } return !_8c9; },_isResized:function(){ return false; },onLoad:function(e){ this.isLoaded=true; if(this.object){ this.document=this.object.DOM; this.window=this.document.parentWindow; this.editNode=this.document.body.firstChild; this.editingArea.style.height=this.height?this.height:this.minHeight; if(!this.height){ this.connect(this,"onDisplayChanged","_updateHeight"); } this.window._frameElement=this.object; }else{ if(this.iframe&&!dojo.render.html.ie){ this.editNode=this.document.body; if(!this.height){ this.connect(this,"onDisplayChanged","_updateHeight"); } try{ this.document.execCommand("useCSS",false,true); this.document.execCommand("styleWithCSS",false,false); } catch(e2){ } if(dojo.render.html.safari){ this.connect(this.editNode,"onblur","onBlur"); this.connect(this.editNode,"onfocus","onFocus"); this.connect(this.editNode,"onclick","onFocus"); this.interval=setInterval(dojo.lang.hitch(this,"onDisplayChanged"),750); }else{ if(dojo.render.html.mozilla||dojo.render.html.opera){ var doc=this.document; var _8d1=dojo.event.browser.addListener; var self=this; dojo.lang.forEach(this.events,function(e){ var l=_8d1(self.document,e.substr(2).toLowerCase(),dojo.lang.hitch(self,e)); if(e=="onBlur"){ var _8d5={unBlur:function(e){ dojo.event.browser.removeListener(doc,"blur",l); }}; dojo.event.connect("before",self,"close",_8d5,"unBlur"); } }); } } }else{ if(dojo.render.html.ie){ if(!this.height){ this.connect(this,"onDisplayChanged","_updateHeight"); } this.editNode.style.zoom=1; } } } this._applyEditingAreaStyleSheets(); if(this.focusOnLoad){ this.focus(); } this.onDisplayChanged(e); if(this.onLoadDeferred){ this.onLoadDeferred.callback(true); } },onKeyDown:function(e){ if((!e)&&(this.object)){ e=dojo.event.browser.fixEvent(this.window.event); } if((dojo.render.html.ie)&&(e.keyCode==e.KEY_TAB)){ e.preventDefault(); e.stopPropagation(); this.execCommand((e.shiftKey?"outdent":"indent")); }else{ if(dojo.render.html.ie){ if((65<=e.keyCode)&&(e.keyCode<=90)){ e.charCode=e.keyCode; this.onKeyPress(e); } } } },onKeyUp:function(e){ return; },KEY_CTRL:1,onKeyPress:function(e){ if((!e)&&(this.object)){ e=dojo.event.browser.fixEvent(this.window.event); } var _8da=e.ctrlKey?this.KEY_CTRL:0; if(this._keyHandlers[e.key]){ var _8db=this._keyHandlers[e.key],i=0,_8dd; while(_8dd=_8db[i++]){ if(_8da==_8dd.modifiers){ e.preventDefault(); _8dd.handler.call(this); break; } } } dojo.lang.setTimeout(this,this.onKeyPressed,1,e); },addKeyHandler:function(key,_8df,_8e0){ if(!(this._keyHandlers[key] instanceof Array)){ this._keyHandlers[key]=[]; } this._keyHandlers[key].push({modifiers:_8df||0,handler:_8e0}); },onKeyPressed:function(e){ this.onDisplayChanged(); },onClick:function(e){ this.onDisplayChanged(e); },onBlur:function(e){ },_initialFocus:true,onFocus:function(e){ if((dojo.render.html.mozilla)&&(this._initialFocus)){ this._initialFocus=false; if(dojo.string.trim(this.editNode.innerHTML)==" "){ this.placeCursorAtStart(); } } },blur:function(){ if(this.iframe){ this.window.blur(); }else{ if(this.object){ this.document.body.blur(); }else{ if(this.editNode){ this.editNode.blur(); } } } },focus:function(){ if(this.iframe&&!dojo.render.html.ie){ this.window.focus(); }else{ if(this.object){ this.document.focus(); }else{ if(this.editNode&&this.editNode.focus){ this.editNode.focus(); }else{ dojo.debug("Have no idea how to focus into the editor!"); } } } },onDisplayChanged:function(e){ },_activeX:{command:{bold:5000,italic:5023,underline:5048,justifycenter:5024,justifyleft:5025,justifyright:5026,cut:5003,copy:5002,paste:5032,"delete":5004,undo:5049,redo:5033,removeformat:5034,selectall:5035,unlink:5050,indent:5018,outdent:5031,insertorderedlist:5030,insertunorderedlist:5051,inserttable:5022,insertcell:5019,insertcol:5020,insertrow:5021,deletecells:5005,deletecols:5006,deleterows:5007,mergecells:5029,splitcell:5047,setblockformat:5043,getblockformat:5011,getblockformatnames:5012,setfontname:5044,getfontname:5013,setfontsize:5045,getfontsize:5014,setbackcolor:5042,getbackcolor:5010,setforecolor:5046,getforecolor:5015,findtext:5008,font:5009,hyperlink:5016,image:5017,lockelement:5027,makeabsolute:5028,sendbackward:5036,bringforward:5037,sendbelowtext:5038,bringabovetext:5039,sendtoback:5040,bringtofront:5041,properties:5052},ui:{"default":0,prompt:1,noprompt:2},status:{notsupported:0,disabled:1,enabled:3,latched:7,ninched:11},appearance:{flat:0,inset:1},state:{unchecked:0,checked:1,gray:2}},_normalizeCommand:function(cmd){ var drh=dojo.render.html; var _8e8=cmd.toLowerCase(); if(_8e8=="formatblock"){ if(drh.safari){ _8e8="heading"; } }else{ if(this.object){ switch(_8e8){ case "createlink": _8e8="hyperlink"; break; case "insertimage": _8e8="image"; break; } }else{ if(_8e8=="hilitecolor"&&!drh.mozilla){ _8e8="backcolor"; } } } return _8e8; },_safariIsLeopard:function(){ var _8e9=false; if(dojo.render.html.safari){ var tmp=dojo.render.html.UA.split("AppleWebKit/")[1]; var ver=parseFloat(tmp.split(" ")[0]); if(ver>=420){ _8e9=true; } } return _8e9; },queryCommandAvailable:function(_8ec){ var ie=1; var _8ee=1<<1; var _8ef=1<<2; var _8f0=1<<3; var _8f1=1<<4; var _8f2=this._safariIsLeopard(); function isSupportedBy(_8f3){ return {ie:Boolean(_8f3&ie),mozilla:Boolean(_8f3&_8ee),safari:Boolean(_8f3&_8ef),safari420:Boolean(_8f3&_8f1),opera:Boolean(_8f3&_8f0)}; } var _8f4=null; switch(_8ec.toLowerCase()){ case "bold": case "italic": case "underline": case "subscript": case "superscript": case "fontname": case "fontsize": case "forecolor": case "hilitecolor": case "justifycenter": case "justifyfull": case "justifyleft": case "justifyright": case "delete": case "selectall": _8f4=isSupportedBy(_8ee|ie|_8ef|_8f0); break; case "createlink": case "unlink": case "removeformat": case "inserthorizontalrule": case "insertimage": case "insertorderedlist": case "insertunorderedlist": case "indent": case "outdent": case "formatblock": case "inserthtml": case "undo": case "redo": case "strikethrough": _8f4=isSupportedBy(_8ee|ie|_8f0|_8f1); break; case "blockdirltr": case "blockdirrtl": case "dirltr": case "dirrtl": case "inlinedirltr": case "inlinedirrtl": _8f4=isSupportedBy(ie); break; case "cut": case "copy": case "paste": _8f4=isSupportedBy(ie|_8ee|_8f1); break; case "inserttable": _8f4=isSupportedBy(_8ee|(this.object?ie:0)); break; case "insertcell": case "insertcol": case "insertrow": case "deletecells": case "deletecols": case "deleterows": case "mergecells": case "splitcell": _8f4=isSupportedBy(this.object?ie:0); break; default: return false; } return (dojo.render.html.ie&&_8f4.ie)||(dojo.render.html.mozilla&&_8f4.mozilla)||(dojo.render.html.safari&&_8f4.safari)||(_8f2&&_8f4.safari420)||(dojo.render.html.opera&&_8f4.opera); },execCommand:function(_8f5,_8f6){ var _8f7; this.focus(); _8f5=this._normalizeCommand(_8f5); if(_8f6!=undefined){ if(_8f5=="heading"){ throw new Error("unimplemented"); }else{ if(_8f5=="formatblock"){ if(this.object){ _8f6=this._native2LocalFormatNames[_8f6]; }else{ if(dojo.render.html.ie){ _8f6="<"+_8f6+">"; } } } } } if(this.object){ switch(_8f5){ case "hilitecolor": _8f5="setbackcolor"; break; case "forecolor": case "backcolor": case "fontsize": case "fontname": _8f5="set"+_8f5; break; case "formatblock": _8f5="setblockformat"; } if(_8f5=="strikethrough"){ _8f5="inserthtml"; var _8f8=this.document.selection.createRange(); if(!_8f8.htmlText){ return; } _8f6=_8f8.htmlText.strike(); }else{ if(_8f5=="inserthorizontalrule"){ _8f5="inserthtml"; _8f6="
    "; } } if(_8f5=="inserthtml"){ var _8f8=this.document.selection.createRange(); if(this.document.selection.type.toUpperCase()=="CONTROL"){ for(var i=0;i<_8f8.length;i++){ _8f8.item(i).outerHTML=_8f6; } }else{ _8f8.pasteHTML(_8f6); _8f8.select(); } _8f7=true; }else{ if(arguments.length==1){ _8f7=this.object.ExecCommand(this._activeX.command[_8f5],this._activeX.ui.noprompt); }else{ _8f7=this.object.ExecCommand(this._activeX.command[_8f5],this._activeX.ui.noprompt,_8f6); } } }else{ if(_8f5=="inserthtml"){ if(dojo.render.html.ie){ var _8fa=this.document.selection.createRange(); _8fa.pasteHTML(_8f6); _8fa.select(); return true; }else{ return this.document.execCommand(_8f5,false,_8f6); } }else{ if((_8f5=="unlink")&&(this.queryCommandEnabled("unlink"))&&(dojo.render.html.mozilla)){ var _8fb=this.window.getSelection(); var _8fc=_8fb.getRangeAt(0); var _8fd=_8fc.startContainer; var _8fe=_8fc.startOffset; var _8ff=_8fc.endContainer; var _900=_8fc.endOffset; var a=dojo.withGlobal(this.window,"getAncestorElement",dojo.html.selection,["a"]); dojo.withGlobal(this.window,"selectElement",dojo.html.selection,[a]); _8f7=this.document.execCommand("unlink",false,null); var _8fc=this.document.createRange(); _8fc.setStart(_8fd,_8fe); _8fc.setEnd(_8ff,_900); _8fb.removeAllRanges(); _8fb.addRange(_8fc); return _8f7; }else{ if((_8f5=="hilitecolor")&&(dojo.render.html.mozilla)){ this.document.execCommand("useCSS",false,false); _8f7=this.document.execCommand(_8f5,false,_8f6); this.document.execCommand("useCSS",false,true); }else{ if((dojo.render.html.ie)&&((_8f5=="backcolor")||(_8f5=="forecolor"))){ _8f6=arguments.length>1?_8f6:null; _8f7=this.document.execCommand(_8f5,false,_8f6); }else{ _8f6=arguments.length>1?_8f6:null; if(_8f6||_8f5!="createlink"){ _8f7=this.document.execCommand(_8f5,false,_8f6); } } } } } } this.onDisplayChanged(); return _8f7; },queryCommandEnabled:function(_902){ _902=this._normalizeCommand(_902); if(this.object){ switch(_902){ case "hilitecolor": _902="setbackcolor"; break; case "forecolor": case "backcolor": case "fontsize": case "fontname": _902="set"+_902; break; case "formatblock": _902="setblockformat"; break; case "strikethrough": _902="bold"; break; case "inserthorizontalrule": return true; } if(typeof this._activeX.command[_902]=="undefined"){ return false; } var _903=this.object.QueryStatus(this._activeX.command[_902]); return ((_903!=this._activeX.status.notsupported)&&(_903!=this._activeX.status.disabled)); }else{ if(dojo.render.html.mozilla){ if(_902=="unlink"){ return dojo.withGlobal(this.window,"hasAncestorElement",dojo.html.selection,["a"]); }else{ if(_902=="inserttable"){ return true; } } } var elem=(dojo.render.html.ie)?this.document.selection.createRange():this.document; return elem.queryCommandEnabled(_902); } },queryCommandState:function(_905){ _905=this._normalizeCommand(_905); if(this.object){ if(_905=="forecolor"){ _905="setforecolor"; }else{ if(_905=="backcolor"){ _905="setbackcolor"; }else{ if(_905=="strikethrough"){ return dojo.withGlobal(this.window,"hasAncestorElement",dojo.html.selection,["strike"]); }else{ if(_905=="inserthorizontalrule"){ return false; } } } } if(typeof this._activeX.command[_905]=="undefined"){ return null; } var _906=this.object.QueryStatus(this._activeX.command[_905]); return ((_906==this._activeX.status.latched)||(_906==this._activeX.status.ninched)); }else{ return this.document.queryCommandState(_905); } },queryCommandValue:function(_907){ _907=this._normalizeCommand(_907); if(this.object){ switch(_907){ case "forecolor": case "backcolor": case "fontsize": case "fontname": _907="get"+_907; return this.object.execCommand(this._activeX.command[_907],this._activeX.ui.noprompt); case "formatblock": var _908=this.object.execCommand(this._activeX.command["getblockformat"],this._activeX.ui.noprompt); if(_908){ return this._local2NativeFormatNames[_908]; } } }else{ if(dojo.render.html.ie&&_907=="formatblock"){ return this._local2NativeFormatNames[this.document.queryCommandValue(_907)]||this.document.queryCommandValue(_907); } return this.document.queryCommandValue(_907); } },placeCursorAtStart:function(){ this.focus(); if(dojo.render.html.moz&&this.editNode.firstChild&&this.editNode.firstChild.nodeType!=dojo.dom.TEXT_NODE){ dojo.withGlobal(this.window,"selectElementChildren",dojo.html.selection,[this.editNode.firstChild]); }else{ dojo.withGlobal(this.window,"selectElementChildren",dojo.html.selection,[this.editNode]); } dojo.withGlobal(this.window,"collapse",dojo.html.selection,[true]); },placeCursorAtEnd:function(){ this.focus(); if(dojo.render.html.moz&&this.editNode.lastChild&&this.editNode.lastChild.nodeType!=dojo.dom.TEXT_NODE){ dojo.withGlobal(this.window,"selectElementChildren",dojo.html.selection,[this.editNode.lastChild]); }else{ dojo.withGlobal(this.window,"selectElementChildren",dojo.html.selection,[this.editNode]); } dojo.withGlobal(this.window,"collapse",dojo.html.selection,[false]); },replaceEditorContent:function(html){ html=this._preFilterContent(html); if(this.isClosed){ this.domNode.innerHTML=html; }else{ if(this.window&&this.window.getSelection&&!dojo.render.html.moz){ this.editNode.innerHTML=html; }else{ if((this.window&&this.window.getSelection)||(this.document&&this.document.selection)){ this.execCommand("selectall"); if(dojo.render.html.moz&&!html){ html=" "; } this.execCommand("inserthtml",html); } } } },_preFilterContent:function(html){ var ec=html; dojo.lang.forEach(this.contentPreFilters,function(ef){ ec=ef(ec); }); if(this.contentDomPreFilters.length>0){ var dom=dojo.doc().createElement("div"); dom.style.display="none"; dojo.body().appendChild(dom); dom.innerHTML=ec; dojo.lang.forEach(this.contentDomPreFilters,function(ef){ dom=ef(dom); }); ec=dom.innerHTML; dojo.body().removeChild(dom); } return ec; },_postFilterContent:function(html){ var ec=html; if(this.contentDomPostFilters.length>0){ var dom=this.document.createElement("div"); dom.innerHTML=ec; dojo.lang.forEach(this.contentDomPostFilters,function(ef){ dom=ef(dom); }); ec=dom.innerHTML; } dojo.lang.forEach(this.contentPostFilters,function(ef){ ec=ef(ec); }); return ec; },_lastHeight:0,_updateHeight:function(){ if(!this.isLoaded){ return; } if(this.height){ return; } var _914=dojo.html.getBorderBox(this.editNode).height; if(!_914){ _914=dojo.html.getBorderBox(this.document.body).height; } if(_914==0){ dojo.debug("Can not figure out the height of the editing area!"); return; } this._lastHeight=_914; this.editorObject.style.height=this._lastHeight+"px"; this.window.scrollTo(0,0); },_saveContent:function(e){ var _916=dojo.doc().getElementById("dojo.widget.RichText.savedContent"); _916.value+=this._SEPARATOR+this.saveName+":"+this.getEditorContent(); },getEditorContent:function(){ var ec=""; try{ ec=(this._content.length>0)?this._content:this.editNode.innerHTML; if(dojo.string.trim(ec)==" "){ ec=""; } } catch(e){ } if(dojo.render.html.ie&&!this.object){ var re=new RegExp("(?:

     

    [\n\r]*)+$","i"); ec=ec.replace(re,""); } ec=this._postFilterContent(ec); if(this.relativeImageUrls){ var _919=dojo.global().location.protocol+"//"+dojo.global().location.host; var _91a=dojo.global().location.pathname; if(_91a.match(/\/$/)){ }else{ var _91b=_91a.split("/"); if(_91b.length){ _91b.pop(); } _91a=_91b.join("/")+"/"; } var _91c=new RegExp("(]* src=[\"'])("+_919+"("+_91a+")?)","ig"); ec=ec.replace(_91c,"$1"); } return ec; },close:function(save,_91e){ if(this.isClosed){ return false; } if(arguments.length==0){ save=true; } this._content=this._postFilterContent(this.editNode.innerHTML); var _91f=(this.savedContent!=this._content); if(this.interval){ clearInterval(this.interval); } if(dojo.render.html.ie&&!this.object){ dojo.event.browser.clean(this.editNode); } if(this.iframe){ delete this.iframe; } if(this.textarea){ with(this.textarea.style){ position=""; left=top=""; if(dojo.render.html.ie){ overflow=this.__overflow; this.__overflow=null; } } if(save){ this.textarea.value=this._content; }else{ this.textarea.value=this.savedContent; } dojo.html.removeNode(this.domNode); this.domNode=this.textarea; }else{ if(save){ if(dojo.render.html.moz){ var nc=dojo.doc().createElement("span"); this.domNode.appendChild(nc); nc.innerHTML=this.editNode.innerHTML; }else{ this.domNode.innerHTML=this._content; } }else{ this.domNode.innerHTML=this.savedContent; } } dojo.html.removeClass(this.domNode,"RichTextEditable"); this.isClosed=true; this.isLoaded=false; delete this.editNode; if(this.window._frameElement){ this.window._frameElement=null; } this.window=null; this.document=null; this.object=null; this.editingArea=null; this.editorObject=null; return _91f; },destroyRendering:function(){ },destroy:function(){ this.destroyRendering(); if(!this.isClosed){ this.close(false); } dojo.widget.RichText.superclass.destroy.call(this); },connect:function(_921,_922,_923){ dojo.event.connect(_921,_922,this,_923); },disconnect:function(_924,_925,_926){ dojo.event.disconnect(_924,_925,this,_926); },disconnectAllWithRoot:function(_927){ dojo.deprecated("disconnectAllWithRoot","is deprecated. No need to disconnect manually","0.5"); },_fixContentForMoz:function(html){ html=html.replace(/])/gi,"/gi,""); html=html.replace(/])/gi,"/gi,""); return html; }}); dojo.provide("dojo.lang.type"); dojo.lang.whatAmI=function(_929){ dojo.deprecated("dojo.lang.whatAmI","use dojo.lang.getType instead","0.5"); return dojo.lang.getType(_929); }; dojo.lang.whatAmI.custom={}; dojo.lang.getType=function(_92a){ try{ if(dojo.lang.isArray(_92a)){ return "array"; } if(dojo.lang.isFunction(_92a)){ return "function"; } if(dojo.lang.isString(_92a)){ return "string"; } if(dojo.lang.isNumber(_92a)){ return "number"; } if(dojo.lang.isBoolean(_92a)){ return "boolean"; } if(dojo.lang.isAlien(_92a)){ return "alien"; } if(dojo.lang.isUndefined(_92a)){ return "undefined"; } for(var name in dojo.lang.whatAmI.custom){ if(dojo.lang.whatAmI.custom[name](_92a)){ return name; } } if(dojo.lang.isObject(_92a)){ return "object"; } } catch(e){ } return "unknown"; }; dojo.lang.isNumeric=function(_92c){ return (!isNaN(_92c)&&isFinite(_92c)&&(_92c!=null)&&!dojo.lang.isBoolean(_92c)&&!dojo.lang.isArray(_92c)&&!/^\s*$/.test(_92c)); }; dojo.lang.isBuiltIn=function(_92d){ return (dojo.lang.isArray(_92d)||dojo.lang.isFunction(_92d)||dojo.lang.isString(_92d)||dojo.lang.isNumber(_92d)||dojo.lang.isBoolean(_92d)||(_92d==null)||(_92d instanceof Error)||(typeof _92d=="error")); }; dojo.lang.isPureObject=function(_92e){ return ((_92e!=null)&&dojo.lang.isObject(_92e)&&_92e.constructor==Object); }; dojo.lang.isOfType=function(_92f,type,_931){ var _932=false; if(_931){ _932=_931["optional"]; } if(_932&&((_92f===null)||dojo.lang.isUndefined(_92f))){ return true; } if(dojo.lang.isArray(type)){ var _933=type; for(var i in _933){ var _935=_933[i]; if(dojo.lang.isOfType(_92f,_935)){ return true; } } return false; }else{ if(dojo.lang.isString(type)){ type=type.toLowerCase(); } switch(type){ case Array: case "array": return dojo.lang.isArray(_92f); case Function: case "function": return dojo.lang.isFunction(_92f); case String: case "string": return dojo.lang.isString(_92f); case Number: case "number": return dojo.lang.isNumber(_92f); case "numeric": return dojo.lang.isNumeric(_92f); case Boolean: case "boolean": return dojo.lang.isBoolean(_92f); case Object: case "object": return dojo.lang.isObject(_92f); case "pureobject": return dojo.lang.isPureObject(_92f); case "builtin": return dojo.lang.isBuiltIn(_92f); case "alien": return dojo.lang.isAlien(_92f); case "undefined": return dojo.lang.isUndefined(_92f); case null: case "null": return (_92f===null); case "optional": dojo.deprecated("dojo.lang.isOfType(value, [type, \"optional\"])","use dojo.lang.isOfType(value, type, {optional: true} ) instead","0.5"); return ((_92f===null)||dojo.lang.isUndefined(_92f)); default: if(dojo.lang.isFunction(type)){ return (_92f instanceof type); }else{ dojo.raise("dojo.lang.isOfType() was passed an invalid type"); } } } dojo.raise("If we get here, it means a bug was introduced above."); }; dojo.lang.getObject=function(str){ var _937=str.split("."),i=0,obj=dj_global; do{ obj=obj[_937[i++]]; }while(i<_937.length&&obj); return (obj!=dj_global)?obj:null; }; dojo.lang.doesObjectExist=function(str){ var _93b=str.split("."),i=0,obj=dj_global; do{ obj=obj[_93b[i++]]; }while(i<_93b.length&&obj); return (obj&&obj!=dj_global); }; dojo.provide("dojo.lang.assert"); dojo.lang.assert=function(_93e,_93f){ if(!_93e){ var _940="An assert statement failed.\n"+"The method dojo.lang.assert() was called with a 'false' value.\n"; if(_93f){ _940+="Here's the assert message:\n"+_93f+"\n"; } throw new Error(_940); } }; dojo.lang.assertType=function(_941,type,_943){ if(dojo.lang.isString(_943)){ dojo.deprecated("dojo.lang.assertType(value, type, \"message\")","use dojo.lang.assertType(value, type) instead","0.5"); } if(!dojo.lang.isOfType(_941,type,_943)){ if(!dojo.lang.assertType._errorMessage){ dojo.lang.assertType._errorMessage="Type mismatch: dojo.lang.assertType() failed."; } dojo.lang.assert(false,dojo.lang.assertType._errorMessage); } }; dojo.lang.assertValidKeywords=function(_944,_945,_946){ var key; if(!_946){ if(!dojo.lang.assertValidKeywords._errorMessage){ dojo.lang.assertValidKeywords._errorMessage="In dojo.lang.assertValidKeywords(), found invalid keyword:"; } _946=dojo.lang.assertValidKeywords._errorMessage; } if(dojo.lang.isArray(_945)){ for(key in _944){ if(!dojo.lang.inArray(_945,key)){ dojo.lang.assert(false,_946+" "+key); } } }else{ for(key in _944){ if(!(key in _945)){ dojo.lang.assert(false,_946+" "+key); } } } }; dojo.provide("dojo.AdapterRegistry"); dojo.AdapterRegistry=function(_948){ this.pairs=[]; this.returnWrappers=_948||false; }; dojo.lang.extend(dojo.AdapterRegistry,{register:function(name,_94a,wrap,_94c,_94d){ var type=(_94d)?"unshift":"push"; this.pairs[type]([name,_94a,wrap,_94c]); },match:function(){ for(var i=0;i"; this.iframe=dojo.doc().createElement(html); this.iframe.tabIndex=-1; if(node){ node.appendChild(this.iframe); this.domNode=node; }else{ dojo.body().appendChild(this.iframe); this.iframe.style.display="none"; } } }; dojo.lang.extend(dojo.html.BackgroundIframe,{iframe:null,onResized:function(){ if(this.iframe&&this.domNode&&this.domNode.parentNode){ var _963=dojo.html.getMarginBox(this.domNode); if(_963.width==0||_963.height==0){ dojo.lang.setTimeout(this,this.onResized,100); return; } this.iframe.style.width=_963.width+"px"; this.iframe.style.height=_963.height+"px"; } },size:function(node){ if(!this.iframe){ return; } var _965=dojo.html.toCoordinateObject(node,true,dojo.html.boxSizing.BORDER_BOX); with(this.iframe.style){ width=_965.width+"px"; height=_965.height+"px"; left=_965.left+"px"; top=_965.top+"px"; } },setZIndex:function(node){ if(!this.iframe){ return; } if(dojo.dom.isNode(node)){ this.iframe.style.zIndex=dojo.html.getStyle(node,"z-index")-1; }else{ if(!isNaN(node)){ this.iframe.style.zIndex=node; } } },show:function(){ if(this.iframe){ this.iframe.style.display="block"; } },hide:function(){ if(this.iframe){ this.iframe.style.display="none"; } },remove:function(){ if(this.iframe){ dojo.html.removeNode(this.iframe,true); delete this.iframe; this.iframe=null; } }}); dojo.provide("dojo.widget.PopupContainer"); dojo.declare("dojo.widget.PopupContainerBase",null,function(){ this.queueOnAnimationFinish=[]; },{isShowingNow:false,currentSubpopup:null,beginZIndex:1000,parentPopup:null,parent:null,popupIndex:0,aroundBox:dojo.html.boxSizing.BORDER_BOX,openedForWindow:null,processKey:function(evt){ return false; },applyPopupBasicStyle:function(){ with(this.domNode.style){ display="none"; position="absolute"; } },aboutToShow:function(){ },open:function(x,y,_96a,_96b,_96c,_96d){ if(this.isShowingNow){ return; } if(this.animationInProgress){ this.queueOnAnimationFinish.push(this.open,arguments); return; } this.aboutToShow(); var _96e=false,node,_970; if(typeof x=="object"){ node=x; _970=_96b; _96b=_96a; _96a=y; _96e=true; } this.parent=_96a; dojo.body().appendChild(this.domNode); _96b=_96b||_96a["domNode"]||[]; var _971=null; this.isTopLevel=true; while(_96a){ if(_96a!==this&&(_96a.setOpenedSubpopup!=undefined&&_96a.applyPopupBasicStyle!=undefined)){ _971=_96a; this.isTopLevel=false; _971.setOpenedSubpopup(this); break; } _96a=_96a.parent; } this.parentPopup=_971; this.popupIndex=_971?_971.popupIndex+1:1; if(this.isTopLevel){ var _972=dojo.html.isNode(_96b)?_96b:null; dojo.widget.PopupManager.opened(this,_972); } if(this.isTopLevel&&!dojo.withGlobal(this.openedForWindow||dojo.global(),dojo.html.selection.isCollapsed)){ this._bookmark=dojo.withGlobal(this.openedForWindow||dojo.global(),dojo.html.selection.getBookmark); }else{ this._bookmark=null; } if(_96b instanceof Array){ _96b={left:_96b[0],top:_96b[1],width:0,height:0}; } with(this.domNode.style){ display=""; zIndex=this.beginZIndex+this.popupIndex; } if(_96e){ this.move(node,_96d,_970); }else{ this.move(x,y,_96d,_96c); } this.domNode.style.display="none"; this.explodeSrc=_96b; this.show(); this.isShowingNow=true; },move:function(x,y,_975,_976){ var _977=(typeof x=="object"); if(_977){ var _978=_975; var node=x; _975=y; if(!_978){ _978={"BL":"TL","TL":"BL"}; } dojo.html.placeOnScreenAroundElement(this.domNode,node,_975,this.aroundBox,_978); }else{ if(!_976){ _976="TL,TR,BL,BR"; } dojo.html.placeOnScreen(this.domNode,x,y,_975,true,_976); } },close:function(_97a){ if(_97a){ this.domNode.style.display="none"; } if(this.animationInProgress){ this.queueOnAnimationFinish.push(this.close,[]); return; } this.closeSubpopup(_97a); this.hide(); if(this.bgIframe){ this.bgIframe.hide(); this.bgIframe.size({left:0,top:0,width:0,height:0}); } if(this.isTopLevel){ dojo.widget.PopupManager.closed(this); } this.isShowingNow=false; if(this.parent){ setTimeout(dojo.lang.hitch(this,function(){ try{ if(this.parent["focus"]){ this.parent.focus(); }else{ this.parent.domNode.focus(); } } catch(e){ dojo.debug("No idea how to focus to parent",e); } }),10); } if(this._bookmark&&dojo.withGlobal(this.openedForWindow||dojo.global(),dojo.html.selection.isCollapsed)){ if(this.openedForWindow){ this.openedForWindow.focus(); } try{ dojo.withGlobal(this.openedForWindow||dojo.global(),"moveToBookmark",dojo.html.selection,[this._bookmark]); } catch(e){ } } this._bookmark=null; },closeAll:function(_97b){ if(this.parentPopup){ this.parentPopup.closeAll(_97b); }else{ this.close(_97b); } },setOpenedSubpopup:function(_97c){ this.currentSubpopup=_97c; },closeSubpopup:function(_97d){ if(this.currentSubpopup==null){ return; } this.currentSubpopup.close(_97d); this.currentSubpopup=null; },onShow:function(){ dojo.widget.PopupContainer.superclass.onShow.apply(this,arguments); this.openedSize={w:this.domNode.style.width,h:this.domNode.style.height}; if(dojo.render.html.ie){ if(!this.bgIframe){ this.bgIframe=new dojo.html.BackgroundIframe(); this.bgIframe.setZIndex(this.domNode); } this.bgIframe.size(this.domNode); this.bgIframe.show(); } this.processQueue(); },processQueue:function(){ if(!this.queueOnAnimationFinish.length){ return; } var func=this.queueOnAnimationFinish.shift(); var args=this.queueOnAnimationFinish.shift(); func.apply(this,args); },onHide:function(){ dojo.widget.HtmlWidget.prototype.onHide.call(this); if(this.openedSize){ with(this.domNode.style){ width=this.openedSize.w; height=this.openedSize.h; } } this.processQueue(); }}); dojo.widget.defineWidget("dojo.widget.PopupContainer",[dojo.widget.HtmlWidget,dojo.widget.PopupContainerBase],{isContainer:true,fillInTemplate:function(){ this.applyPopupBasicStyle(); dojo.widget.PopupContainer.superclass.fillInTemplate.apply(this,arguments); }}); dojo.widget.PopupManager=new function(){ this.currentMenu=null; this.currentButton=null; this.currentFocusMenu=null; this.focusNode=null; this.registeredWindows=[]; this.registerWin=function(win){ if(!win.__PopupManagerRegistered){ dojo.event.connect(win.document,"onmousedown",this,"onClick"); dojo.event.connect(win,"onscroll",this,"onClick"); dojo.event.connect(win.document,"onkey",this,"onKey"); win.__PopupManagerRegistered=true; this.registeredWindows.push(win); } }; this.registerAllWindows=function(_981){ if(!_981){ _981=dojo.html.getDocumentWindow(window.top&&window.top.document||window.document); } this.registerWin(_981); for(var i=0;i<_981.frames.length;i++){ try{ var win=dojo.html.getDocumentWindow(_981.frames[i].document); if(win){ this.registerAllWindows(win); } } catch(e){ } } }; this.unRegisterWin=function(win){ if(win.__PopupManagerRegistered){ dojo.event.disconnect(win.document,"onmousedown",this,"onClick"); dojo.event.disconnect(win,"onscroll",this,"onClick"); dojo.event.disconnect(win.document,"onkey",this,"onKey"); win.__PopupManagerRegistered=false; } }; this.unRegisterAllWindows=function(){ for(var i=0;i]*>([\s\S]*?)<\/title>/i; while(_9c6=_9d0.exec(s)){ _9c3.push(_9c6[1]); s=s.substring(0,_9c6.index)+s.substr(_9c6.index+_9c6[0].length); } if(this.adjustPaths){ var _9d1=/<[a-z][a-z0-9]*[^>]*\s(?:(?:src|href|style)=[^>])+[^>]*>/i; var _9d2=/\s(src|href|style)=(['"]?)([\w()\[\]\/.,\\'"-:;#=&?\s@]+?)\2/i; var _9d3=/^(?:[#]|(?:(?:https?|ftps?|file|javascript|mailto|news):))/; while(tag=_9d1.exec(s)){ str+=s.substring(0,tag.index); s=s.substring((tag.index+tag[0].length),s.length); tag=tag[0]; _9cd=""; while(attr=_9d2.exec(tag)){ path=""; _9cf=attr[3]; switch(attr[1].toLowerCase()){ case "src": case "href": if(_9d3.exec(_9cf)){ path=_9cf; }else{ path=(new dojo.uri.Uri(url,_9cf).toString()); } break; case "style": path=dojo.html.fixPathsInCssText(_9cf,url); break; default: path=_9cf; } fix=" "+attr[1]+"="+attr[2]+path+attr[2]; _9cd+=tag.substring(0,attr.index)+fix; tag=tag.substring((attr.index+attr[0].length),tag.length); } str+=_9cd+tag; } s=str+s; } _9d0=/(?:<(style)[^>]*>([\s\S]*?)<\/style>|]*rel=['"]?stylesheet['"]?[^>]*)>)/i; while(_9c6=_9d0.exec(s)){ if(_9c6[1]&&_9c6[1].toLowerCase()=="style"){ _9c9.push(dojo.html.fixPathsInCssText(_9c6[2],url)); }else{ if(attr=_9c6[3].match(/href=(['"]?)([^'">]*)\1/i)){ _9c9.push({path:attr[2]}); } } s=s.substring(0,_9c6.index)+s.substr(_9c6.index+_9c6[0].length); } var _9d0=/]*)>([\s\S]*?)<\/script>/i; var _9d4=/src=(['"]?)([^"']*)\1/i; var _9d5=/.*(\bdojo\b\.js(?:\.uncompressed\.js)?)$/; var _9d6=/(?:var )?\bdjConfig\b(?:[\s]*=[\s]*\{[^}]+\}|\.[\w]*[\s]*=[\s]*[^;\n]*)?;?|dojo\.hostenv\.writeIncludes\(\s*\);?/g; var _9d7=/dojo\.(?:(?:require(?:After)?(?:If)?)|(?:widget\.(?:manager\.)?registerWidgetPackage)|(?:(?:hostenv\.)?setModulePrefix|registerModulePath)|defineNamespace)\((['"]).*?\1\)\s*;?/; while(_9c6=_9d0.exec(s)){ if(this.executeScripts&&_9c6[1]){ if(attr=_9d4.exec(_9c6[1])){ if(_9d5.exec(attr[2])){ dojo.debug("Security note! inhibit:"+attr[2]+" from being loaded again."); }else{ _9c4.push({path:attr[2]}); } } } if(_9c6[2]){ var sc=_9c6[2].replace(_9d6,""); if(!sc){ continue; } while(tmp=_9d7.exec(sc)){ _9c7.push(tmp[0]); sc=sc.substring(0,tmp.index)+sc.substr(tmp.index+tmp[0].length); } if(this.executeScripts){ _9c4.push(sc); } } s=s.substr(0,_9c6.index)+s.substr(_9c6.index+_9c6[0].length); } if(this.extractContent){ _9c6=s.match(/]*>\s*([\s\S]+)\s*<\/body>/im); if(_9c6){ s=_9c6[1]; } } if(this.executeScripts&&this.scriptSeparation){ var _9d0=/(<[a-zA-Z][a-zA-Z0-9]*\s[^>]*?\S=)((['"])[^>]*scriptScope[^>]*>)/; var _9d9=/([\s'";:\(])scriptScope(.*)/; str=""; while(tag=_9d0.exec(s)){ tmp=((tag[3]=="'")?"\"":"'"); fix=""; str+=s.substring(0,tag.index)+tag[1]; while(attr=_9d9.exec(tag[2])){ tag[2]=tag[2].substring(0,attr.index)+attr[1]+"dojo.widget.byId("+tmp+this.widgetId+tmp+").scriptScope"+attr[2]; } str+=tag[2]; s=s.substr(tag.index+tag[0].length); } s=str+s; } } return {"xml":s,"styles":_9c9,"titles":_9c3,"requires":_9c7,"scripts":_9c4,"url":url}; },_setContent:function(cont){ this.destroyChildren(); for(var i=0;i\r\n\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t
    \r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tW\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tS\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\t\t
    normal
    \r\n\t\t\t\t\t\t\t\t\t\t

    Heading 1

    \r\n\t\t\t\t\t\t\t\t\t\t

    Heading 2

    \r\n\t\t\t\t\t\t\t\t\t\t

    Heading 3

    \r\n\t\t\t\t\t\t\t\t\t\t

    Heading 4

    \r\n\t\t\t\t\t\t\t\t\t\t
    blah
    \r\n\t\t\t\t\t\t\t\t\t\t
    blah
    \r\n\t\t\t\t\t\t\t\t\t\t
    blah
    \r\n\t\t\t\t\t\t\t\t\t\t
    blah
    \r\n\t\t\t\t\t\t\t\t\t\t
    blah
    \r\n\t\t\t\t\t\t\t\t\t\t
    blah
    \r\n\t\t\t\t\t\t\t\t\t\t
    blah
    \r\n\t\t\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\tthud\r\n\t\t\t\t\t\t\t\t
    \r\n\t\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  copy\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t
    \r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  paste\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  undo\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  redo\r\n\t\t\t\t\t\r\n\t\t\t\t
    \r\n
    \r\n",templateCssString:".StyleDropdownContainer {\r\n\tposition: absolute;\r\n\tz-index: 1000;\r\n\toverflow: auto;\r\n\tcursor: default;\r\n\twidth: 250px;\r\n\theight: 250px;\r\n\tbackground-color: white;\r\n\tborder: 1px solid black;\r\n}\r\n\r\n.ColorDropdownContainer {\r\n\tposition: absolute;\r\n\tz-index: 1000;\r\n\toverflow: auto;\r\n\tcursor: default;\r\n\twidth: 250px;\r\n\theight: 150px;\r\n\tbackground-color: white;\r\n\tborder: 1px solid black;\r\n}\r\n\r\n.EditorToolbarDomNode {\r\n\tbackground-image: url(buttons/bg-fade.png);\r\n\tbackground-repeat: repeat-x;\r\n\tbackground-position: 0px -50px;\r\n}\r\n\r\n.EditorToolbarSmallBg {\r\n\tbackground-image: url(images/toolbar-bg.gif);\r\n\tbackground-repeat: repeat-x;\r\n\tbackground-position: 0px 0px;\r\n}\r\n\r\n/*\r\nbody {\r\n\tbackground:url(images/blank.gif) fixed;\r\n}*/\r\n\r\n.IEFixedToolbar {\r\n\tposition:absolute;\r\n\t/* top:0; */\r\n\ttop: expression(eval((document.documentElement||document.body).scrollTop));\r\n}\r\n\r\ndiv.bigIcon {\r\n\twidth: 40px;\r\n\theight: 40px; \r\n\t/* background-color: white; */\r\n\t/* border: 1px solid #a6a7a3; */\r\n\tfont-family: Verdana, Trebuchet, Tahoma, Arial;\r\n}\r\n\r\n.iconContainer {\r\n\tfont-family: Verdana, Trebuchet, Tahoma, Arial;\r\n\tfont-size: 13px;\r\n\tfloat: left;\r\n\theight: 18px;\r\n\tdisplay: block;\r\n\t/* background-color: white; */\r\n\tcursor: pointer;\r\n\tpadding: 1px 4px 1px 1px; /* almost the same as a transparent border */\r\n\tborder: 0px;\r\n}\r\n\r\n.dojoE2TBIcon {\r\n\tdisplay: block;\r\n\ttext-align: center;\r\n\tmin-width: 18px;\r\n\twidth: 18px;\r\n\theight: 18px;\r\n\t/* background-color: #a6a7a3; */\r\n\tbackground-repeat: no-repeat;\r\n\tbackground-image: url(buttons/aggregate.gif);\r\n}\r\n\r\n\r\n.dojoE2TBIcon[class~=dojoE2TBIcon] {\r\n}\r\n\r\n.ToolbarButtonLatched {\r\n border: #316ac5 1px solid; !important;\r\n padding: 0px 3px 0px 0px; !important; /* make room for border */\r\n background-color: #c1d2ee;\r\n}\r\n\r\n.ToolbarButtonHighlighted {\r\n border: #316ac5 1px solid; !important;\r\n padding: 0px 3px 0px 0px; !important; /* make room for border */\r\n background-color: #dff1ff;\r\n}\r\n\r\n.ToolbarButtonDisabled{\r\n filter: gray() alpha(opacity=30); /* IE */\r\n opacity: 0.30; /* Safari, Opera and Mozilla */\r\n}\r\n\r\n.headingContainer {\r\n\twidth: 150px;\r\n\theight: 30px;\r\n\tmargin: 0px;\r\n\t/* padding-left: 5px; */\r\n\toverflow: hidden;\r\n\tline-height: 25px;\r\n\tborder-bottom: 1px solid black;\r\n\tborder-top: 1px solid white;\r\n}\r\n\r\n.EditorToolbarDomNode select {\r\n\tfont-size: 14px;\r\n}\r\n \r\n.dojoE2TBIcon_Sep { width: 5px; min-width: 5px; max-width: 5px; background-position: 0px 0px}\r\n.dojoE2TBIcon_Backcolor { background-position: -18px 0px}\r\n.dojoE2TBIcon_Bold { background-position: -36px 0px}\r\n.dojoE2TBIcon_Cancel { background-position: -54px 0px}\r\n.dojoE2TBIcon_Copy { background-position: -72px 0px}\r\n.dojoE2TBIcon_Link { background-position: -90px 0px}\r\n.dojoE2TBIcon_Cut { background-position: -108px 0px}\r\n.dojoE2TBIcon_Delete { background-position: -126px 0px}\r\n.dojoE2TBIcon_TextColor { background-position: -144px 0px}\r\n.dojoE2TBIcon_BackgroundColor { background-position: -162px 0px}\r\n.dojoE2TBIcon_Indent { background-position: -180px 0px}\r\n.dojoE2TBIcon_HorizontalLine { background-position: -198px 0px}\r\n.dojoE2TBIcon_Image { background-position: -216px 0px}\r\n.dojoE2TBIcon_NumberedList { background-position: -234px 0px}\r\n.dojoE2TBIcon_Table { background-position: -252px 0px}\r\n.dojoE2TBIcon_BulletedList { background-position: -270px 0px}\r\n.dojoE2TBIcon_Italic { background-position: -288px 0px}\r\n.dojoE2TBIcon_CenterJustify { background-position: -306px 0px}\r\n.dojoE2TBIcon_BlockJustify { background-position: -324px 0px}\r\n.dojoE2TBIcon_LeftJustify { background-position: -342px 0px}\r\n.dojoE2TBIcon_RightJustify { background-position: -360px 0px}\r\n.dojoE2TBIcon_left_to_right { background-position: -378px 0px}\r\n.dojoE2TBIcon_list_bullet_indent { background-position: -396px 0px}\r\n.dojoE2TBIcon_list_bullet_outdent { background-position: -414px 0px}\r\n.dojoE2TBIcon_list_num_indent { background-position: -432px 0px}\r\n.dojoE2TBIcon_list_num_outdent { background-position: -450px 0px}\r\n.dojoE2TBIcon_Outdent { background-position: -468px 0px}\r\n.dojoE2TBIcon_Paste { background-position: -486px 0px}\r\n.dojoE2TBIcon_Redo { background-position: -504px 0px}\r\ndojoE2TBIcon_RemoveFormat { background-position: -522px 0px}\r\n.dojoE2TBIcon_right_to_left { background-position: -540px 0px}\r\n.dojoE2TBIcon_Save { background-position: -558px 0px}\r\n.dojoE2TBIcon_Space { background-position: -576px 0px}\r\n.dojoE2TBIcon_StrikeThrough { background-position: -594px 0px}\r\n.dojoE2TBIcon_Subscript { background-position: -612px 0px}\r\n.dojoE2TBIcon_Superscript { background-position: -630px 0px}\r\n.dojoE2TBIcon_Underline { background-position: -648px 0px}\r\n.dojoE2TBIcon_Undo { background-position: -666px 0px}\r\n.dojoE2TBIcon_WikiWord { background-position: -684px 0px}\r\n\r\n",templateCssPath:dojo.uri.moduleUri("dojo.widget","templates/EditorToolbar.css"),ToolbarLatchedItemStyle:"ToolbarButtonLatched",ToolbarEnabledItemStyle:"ToolbarButtonEnabled",ToolbarDisabledItemStyle:"ToolbarButtonDisabled",ToolbarHighlightedItemStyle:"ToolbarButtonHighlighted",ToolbarHighlightedSelectStyle:"ToolbarSelectHighlighted",ToolbarHighlightedSelectItemStyle:"ToolbarSelectHighlightedItem",postCreate:function(){ var _a38=dojo.html.getElementsByClass("dojoEditorToolbarItem",this.domNode); this.items={}; for(var x=0;x<_a38.length;x++){ var node=_a38[x]; var _a3b=node.getAttribute("dojoETItemName"); if(_a3b){ var item=dojo.widget.Editor2ToolbarItemManager.getToolbarItem(_a3b); if(item){ item.create(node,this); this.items[_a3b.toLowerCase()]=item; }else{ node.style.display="none"; } } } },update:function(){ for(var cmd in this.items){ this.items[cmd].refreshState(); } },shareGroup:"",checkAvailability:function(){ if(!this.shareGroup){ this.parent.focus(); return true; } var _a3e=dojo.widget.Editor2Manager.getCurrentInstance(); if(this.shareGroup==_a3e.toolbarGroup){ return true; } return false; },destroy:function(){ for(var it in this.items){ this.items[it].destroy(); delete this.items[it]; } dojo.widget.Editor2Toolbar.superclass.destroy.call(this); }}); dojo.provide("dojo.uri.cache"); dojo.uri.cache={_cache:{},set:function(uri,_a41){ this._cache[uri.toString()]=_a41; return uri; },remove:function(uri){ delete this._cache[uri.toString()]; },get:function(uri){ var key=uri.toString(); var _a45=this._cache[key]; if(!_a45){ _a45=dojo.hostenv.getText(key); if(_a45){ this._cache[key]=_a45; } } return _a45; },allow:function(uri){ return uri; }}; dojo.provide("dojo.lfx.shadow"); dojo.lfx.shadow=function(node){ this.shadowPng=dojo.uri.moduleUri("dojo.html","images/shadow"); this.shadowThickness=8; this.shadowOffset=15; this.init(node); }; dojo.extend(dojo.lfx.shadow,{init:function(node){ this.node=node; this.pieces={}; var x1=-1*this.shadowThickness; var y0=this.shadowOffset; var y1=this.shadowOffset+this.shadowThickness; this._makePiece("tl","top",y0,"left",x1); this._makePiece("l","top",y1,"left",x1,"scale"); this._makePiece("tr","top",y0,"left",0); this._makePiece("r","top",y1,"left",0,"scale"); this._makePiece("bl","top",0,"left",x1); this._makePiece("b","top",0,"left",0,"crop"); this._makePiece("br","top",0,"left",0); },_makePiece:function(name,_a4d,_a4e,_a4f,_a50,_a51){ var img; var url=this.shadowPng+name.toUpperCase()+".png"; if(dojo.render.html.ie55||dojo.render.html.ie60){ img=dojo.doc().createElement("div"); img.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+url+"'"+(_a51?", sizingMethod='"+_a51+"'":"")+")"; }else{ img=dojo.doc().createElement("img"); img.src=url; } img.style.position="absolute"; img.style[_a4d]=_a4e+"px"; img.style[_a4f]=_a50+"px"; img.style.width=this.shadowThickness+"px"; img.style.height=this.shadowThickness+"px"; this.pieces[name]=img; this.node.appendChild(img); },size:function(_a54,_a55){ var _a56=_a55-(this.shadowOffset+this.shadowThickness+1); if(_a56<0){ _a56=0; } if(_a55<1){ _a55=1; } if(_a54<1){ _a54=1; } with(this.pieces){ l.style.height=_a56+"px"; r.style.height=_a56+"px"; b.style.width=(_a54-1)+"px"; bl.style.top=(_a55-1)+"px"; b.style.top=(_a55-1)+"px"; br.style.top=(_a55-1)+"px"; tr.style.left=(_a54-1)+"px"; r.style.left=(_a54-1)+"px"; br.style.left=(_a54-1)+"px"; } }}); dojo.provide("dojo.widget.html.layout"); dojo.widget.html.layout=function(_a57,_a58,_a59){ dojo.html.addClass(_a57,"dojoLayoutContainer"); _a58=dojo.lang.filter(_a58,function(_a5a,idx){ _a5a.idx=idx; return dojo.lang.inArray(["top","bottom","left","right","client","flood"],_a5a.layoutAlign); }); if(_a59&&_a59!="none"){ var rank=function(_a5d){ switch(_a5d.layoutAlign){ case "flood": return 1; case "left": case "right": return (_a59=="left-right")?2:3; case "top": case "bottom": return (_a59=="left-right")?3:2; default: return 4; } }; _a58.sort(function(a,b){ return (rank(a)-rank(b))||(a.idx-b.idx); }); } var f={top:dojo.html.getPixelValue(_a57,"padding-top",true),left:dojo.html.getPixelValue(_a57,"padding-left",true)}; dojo.lang.mixin(f,dojo.html.getContentBox(_a57)); dojo.lang.forEach(_a58,function(_a61){ var elm=_a61.domNode; var pos=_a61.layoutAlign; with(elm.style){ left=f.left+"px"; top=f.top+"px"; bottom="auto"; right="auto"; } dojo.html.addClass(elm,"dojoAlign"+dojo.string.capitalize(pos)); if((pos=="top")||(pos=="bottom")){ dojo.html.setMarginBox(elm,{width:f.width}); var h=dojo.html.getMarginBox(elm).height; f.height-=h; if(pos=="top"){ f.top+=h; }else{ elm.style.top=f.top+f.height+"px"; } if(_a61.onResized){ _a61.onResized(); } }else{ if(pos=="left"||pos=="right"){ var w=dojo.html.getMarginBox(elm).width; if(_a61.resizeTo){ _a61.resizeTo(w,f.height); }else{ dojo.html.setMarginBox(elm,{width:w,height:f.height}); } f.width-=w; if(pos=="left"){ f.left+=w; }else{ elm.style.left=f.left+f.width+"px"; } }else{ if(pos=="flood"||pos=="client"){ if(_a61.resizeTo){ _a61.resizeTo(f.width,f.height); }else{ dojo.html.setMarginBox(elm,{width:f.width,height:f.height}); } } } } }); }; dojo.html.insertCssText(".dojoLayoutContainer{ position: relative; display: block; overflow: hidden; }\n"+"body .dojoAlignTop, body .dojoAlignBottom, body .dojoAlignLeft, body .dojoAlignRight { position: absolute; overflow: hidden; }\n"+"body .dojoAlignClient { position: absolute }\n"+".dojoAlignClient { overflow: auto; }\n"); dojo.provide("dojo.dnd.DragAndDrop"); dojo.declare("dojo.dnd.DragSource",null,{type:"",onDragEnd:function(evt){ },onDragStart:function(evt){ },onSelected:function(evt){ },unregister:function(){ dojo.dnd.dragManager.unregisterDragSource(this); },reregister:function(){ dojo.dnd.dragManager.registerDragSource(this); }}); dojo.declare("dojo.dnd.DragObject",null,{type:"",register:function(){ var dm=dojo.dnd.dragManager; if(dm["registerDragObject"]){ dm.registerDragObject(this); } },onDragStart:function(evt){ },onDragMove:function(evt){ },onDragOver:function(evt){ },onDragOut:function(evt){ },onDragEnd:function(evt){ },onDragLeave:dojo.lang.forward("onDragOut"),onDragEnter:dojo.lang.forward("onDragOver"),ondragout:dojo.lang.forward("onDragOut"),ondragover:dojo.lang.forward("onDragOver")}); dojo.declare("dojo.dnd.DropTarget",null,{acceptsType:function(type){ if(!dojo.lang.inArray(this.acceptedTypes,"*")){ if(!dojo.lang.inArray(this.acceptedTypes,type)){ return false; } } return true; },accepts:function(_a70){ if(!dojo.lang.inArray(this.acceptedTypes,"*")){ for(var i=0;i<_a70.length;i++){ if(!dojo.lang.inArray(this.acceptedTypes,_a70[i].type)){ return false; } } } return true; },unregister:function(){ dojo.dnd.dragManager.unregisterDropTarget(this); },onDragOver:function(evt){ },onDragOut:function(evt){ },onDragMove:function(evt){ },onDropStart:function(evt){ },onDrop:function(evt){ },onDropEnd:function(){ }},function(){ this.acceptedTypes=[]; }); dojo.dnd.DragEvent=function(){ this.dragSource=null; this.dragObject=null; this.target=null; this.eventStatus="success"; }; dojo.declare("dojo.dnd.DragManager",null,{selectedSources:[],dragObjects:[],dragSources:[],registerDragSource:function(_a77){ },dropTargets:[],registerDropTarget:function(_a78){ },lastDragTarget:null,currentDragTarget:null,onKeyDown:function(){ },onMouseOut:function(){ },onMouseMove:function(){ },onMouseUp:function(){ }}); dojo.provide("dojo.dnd.HtmlDragManager"); dojo.declare("dojo.dnd.HtmlDragManager",dojo.dnd.DragManager,{disabled:false,nestedTargets:false,mouseDownTimer:null,dsCounter:0,dsPrefix:"dojoDragSource",dropTargetDimensions:[],currentDropTarget:null,previousDropTarget:null,_dragTriggered:false,selectedSources:[],dragObjects:[],dragSources:[],dropTargets:[],currentX:null,currentY:null,lastX:null,lastY:null,mouseDownX:null,mouseDownY:null,threshold:7,dropAcceptable:false,cancelEvent:function(e){ e.stopPropagation(); e.preventDefault(); },registerDragSource:function(ds){ if(ds["domNode"]){ var dp=this.dsPrefix; var _a7c=dp+"Idx_"+(this.dsCounter++); ds.dragSourceId=_a7c; this.dragSources[_a7c]=ds; ds.domNode.setAttribute(dp,_a7c); if(dojo.render.html.ie){ dojo.event.browser.addListener(ds.domNode,"ondragstart",this.cancelEvent); } } },unregisterDragSource:function(ds){ if(ds["domNode"]){ var dp=this.dsPrefix; var _a7f=ds.dragSourceId; delete ds.dragSourceId; delete this.dragSources[_a7f]; ds.domNode.setAttribute(dp,null); if(dojo.render.html.ie){ dojo.event.browser.removeListener(ds.domNode,"ondragstart",this.cancelEvent); } } },registerDropTarget:function(dt){ this.dropTargets.push(dt); },unregisterDropTarget:function(dt){ var _a82=dojo.lang.find(this.dropTargets,dt,true); if(_a82>=0){ this.dropTargets.splice(_a82,1); } },getDragSource:function(e){ var tn=e.target; if(tn===dojo.body()){ return; } var ta=dojo.html.getAttribute(tn,this.dsPrefix); while((!ta)&&(tn)){ tn=tn.parentNode; if((!tn)||(tn===dojo.body())){ return; } ta=dojo.html.getAttribute(tn,this.dsPrefix); } return this.dragSources[ta]; },onKeyDown:function(e){ },onMouseDown:function(e){ if(this.disabled){ return; } if(dojo.render.html.ie){ if(e.button!=1){ return; } }else{ if(e.which!=1){ return; } } var _a88=e.target.nodeType==dojo.html.TEXT_NODE?e.target.parentNode:e.target; if(dojo.html.isTag(_a88,"button","textarea","input","select","option")){ return; } var ds=this.getDragSource(e); if(!ds){ return; } if(!dojo.lang.inArray(this.selectedSources,ds)){ this.selectedSources.push(ds); ds.onSelected(); } this.mouseDownX=e.pageX; this.mouseDownY=e.pageY; e.preventDefault(); dojo.event.connect(document,"onmousemove",this,"onMouseMove"); },onMouseUp:function(e,_a8b){ if(this.selectedSources.length==0){ return; } this.mouseDownX=null; this.mouseDownY=null; this._dragTriggered=false; e.dragSource=this.dragSource; if((!e.shiftKey)&&(!e.ctrlKey)){ if(this.currentDropTarget){ this.currentDropTarget.onDropStart(); } dojo.lang.forEach(this.dragObjects,function(_a8c){ var ret=null; if(!_a8c){ return; } if(this.currentDropTarget){ e.dragObject=_a8c; var ce=this.currentDropTarget.domNode.childNodes; if(ce.length>0){ e.dropTarget=ce[0]; while(e.dropTarget==_a8c.domNode){ e.dropTarget=e.dropTarget.nextSibling; } }else{ e.dropTarget=this.currentDropTarget.domNode; } if(this.dropAcceptable){ ret=this.currentDropTarget.onDrop(e); }else{ this.currentDropTarget.onDragOut(e); } } e.dragStatus=this.dropAcceptable&&ret?"dropSuccess":"dropFailure"; dojo.lang.delayThese([function(){ try{ _a8c.dragSource.onDragEnd(e); } catch(err){ var _a8f={}; for(var i in e){ if(i=="type"){ _a8f.type="mouseup"; continue; } _a8f[i]=e[i]; } _a8c.dragSource.onDragEnd(_a8f); } },function(){ _a8c.onDragEnd(e); }]); },this); this.selectedSources=[]; this.dragObjects=[]; this.dragSource=null; if(this.currentDropTarget){ this.currentDropTarget.onDropEnd(); } }else{ } dojo.event.disconnect(document,"onmousemove",this,"onMouseMove"); this.currentDropTarget=null; },onScroll:function(){ for(var i=0;ithis.threshold); if(!this._dragTriggered){ return; } dx=e.pageX-this.mouseDownX; dy=e.pageY-this.mouseDownY; } this.dragSource=this.selectedSources[0]; dojo.lang.forEach(this.selectedSources,function(_a9f){ if(!_a9f){ return; } var tdo=_a9f.onDragStart(e); if(tdo){ tdo.onDragStart(e); tdo.dragOffset.y+=dy; tdo.dragOffset.x+=dx; tdo.dragSource=_a9f; this.dragObjects.push(tdo); } },this); this.previousDropTarget=null; this.cacheTargetLocations(); } dojo.lang.forEach(this.dragObjects,function(_aa1){ if(_aa1){ _aa1.onDragMove(e); } }); if(this.currentDropTarget){ var c=dojo.html.toCoordinateObject(this.currentDropTarget.domNode,true); var dtp=[[c.x,c.y],[c.x+c.width,c.y+c.height]]; } if((!this.nestedTargets)&&(dtp)&&(this.isInsideBox(e,dtp))){ if(this.dropAcceptable){ this.currentDropTarget.onDragMove(e,this.dragObjects); } }else{ var _aa4=this.findBestTarget(e); if(_aa4.target===null){ if(this.currentDropTarget){ this.currentDropTarget.onDragOut(e); this.previousDropTarget=this.currentDropTarget; this.currentDropTarget=null; } this.dropAcceptable=false; return; } if(this.currentDropTarget!==_aa4.target){ if(this.currentDropTarget){ this.previousDropTarget=this.currentDropTarget; this.currentDropTarget.onDragOut(e); } this.currentDropTarget=_aa4.target; e.dragObjects=this.dragObjects; this.dropAcceptable=this.currentDropTarget.onDragOver(e); }else{ if(this.dropAcceptable){ this.currentDropTarget.onDragMove(e,this.dragObjects); } } } },findBestTarget:function(e){ var _aa6=this; var _aa7=new Object(); _aa7.target=null; _aa7.points=null; dojo.lang.every(this.dropTargetDimensions,function(_aa8){ if(!_aa6.isInsideBox(e,_aa8)){ return true; } _aa7.target=_aa8[2]; _aa7.points=_aa8; return Boolean(_aa6.nestedTargets); }); return _aa7; },isInsideBox:function(e,_aaa){ if((e.pageX>_aaa[0][0])&&(e.pageX<_aaa[1][0])&&(e.pageY>_aaa[0][1])&&(e.pageY<_aaa[1][1])){ return true; } return false; },onMouseOver:function(e){ },onMouseOut:function(e){ }}); dojo.dnd.dragManager=new dojo.dnd.HtmlDragManager(); (function(){ var d=document; var dm=dojo.dnd.dragManager; dojo.event.connect(d,"onkeydown",dm,"onKeyDown"); dojo.event.connect(d,"onmouseover",dm,"onMouseOver"); dojo.event.connect(d,"onmouseout",dm,"onMouseOut"); dojo.event.connect(d,"onmousedown",dm,"onMouseDown"); dojo.event.connect(d,"onmouseup",dm,"onMouseUp"); dojo.event.connect(window,"onscroll",dm,"onScroll"); })(); dojo.provide("dojo.dnd.HtmlDragAndDrop"); dojo.declare("dojo.dnd.HtmlDragSource",dojo.dnd.DragSource,{dragClass:"",onDragStart:function(){ var _aaf=new dojo.dnd.HtmlDragObject(this.dragObject,this.type); if(this.dragClass){ _aaf.dragClass=this.dragClass; } if(this.constrainToContainer){ _aaf.constrainTo(this.constrainingContainer||this.domNode.parentNode); } return _aaf; },setDragHandle:function(node){ node=dojo.byId(node); dojo.dnd.dragManager.unregisterDragSource(this); this.domNode=node; dojo.dnd.dragManager.registerDragSource(this); },setDragTarget:function(node){ this.dragObject=node; },constrainTo:function(_ab2){ this.constrainToContainer=true; if(_ab2){ this.constrainingContainer=_ab2; } },onSelected:function(){ for(var i=0;ithis.constraints.maxX){ x=this.constraints.maxX; } if(y>this.constraints.maxY){ y=this.constraints.maxY; } } this.setAbsolutePosition(x,y); dojo.event.topic.publish("dragMove",{source:this}); },setAbsolutePosition:function(x,y){ if(!this.disableY){ this.dragClone.style.top=y+"px"; } if(!this.disableX){ this.dragClone.style.left=x+"px"; } },onDragEnd:function(e){ switch(e.dragStatus){ case "dropSuccess": dojo.html.removeNode(this.dragClone); this.dragClone=null; break; case "dropFailure": var _ad5=dojo.html.getAbsolutePosition(this.dragClone,true); var _ad6={left:this.dragStartPosition.x+1,top:this.dragStartPosition.y+1}; var anim=dojo.lfx.slideTo(this.dragClone,_ad6,300); var _ad8=this; dojo.event.connect(anim,"onEnd",function(e){ dojo.html.removeNode(_ad8.dragClone); _ad8.dragClone=null; }); anim.play(); break; } dojo.event.topic.publish("dragEnd",{source:this}); },constrainTo:function(_ada){ this.constrainToContainer=true; if(_ada){ this.constrainingContainer=_ada; }else{ this.constrainingContainer=this.domNode.parentNode; } }},function(node,type){ this.domNode=dojo.byId(node); this.type=type; this.constrainToContainer=false; this.dragSource=null; dojo.dnd.DragObject.prototype.register.call(this); }); dojo.declare("dojo.dnd.HtmlDropTarget",dojo.dnd.DropTarget,{vertical:false,onDragOver:function(e){ if(!this.accepts(e.dragObjects)){ return false; } this.childBoxes=[]; for(var i=0,_adf;i=left&&e.pageX<=right&&e.pageY>=top&&e.pageY<=bottom){ return i; } } } return -1; },createDropIndicator:function(){ this.dropIndicator=document.createElement("div"); with(this.dropIndicator.style){ position="absolute"; zIndex=999; if(this.vertical){ borderLeftWidth="1px"; borderLeftColor="black"; borderLeftStyle="solid"; height=dojo.html.getBorderBox(this.domNode).height+"px"; top=dojo.html.getAbsolutePosition(this.domNode,true).y+"px"; }else{ borderTopWidth="1px"; borderTopColor="black"; borderTopStyle="solid"; width=dojo.html.getBorderBox(this.domNode).width+"px"; left=dojo.html.getAbsolutePosition(this.domNode,true).x+"px"; } } },onDragMove:function(e,_ae6){ var i=this._getNodeUnderMouse(e); if(!this.dropIndicator){ this.createDropIndicator(); } var _ae8=this.vertical?dojo.html.gravity.WEST:dojo.html.gravity.NORTH; var hide=false; if(i<0){ if(this.childBoxes.length){ var _aea=(dojo.html.gravity(this.childBoxes[0].node,e)&_ae8); if(_aea){ hide=true; } }else{ var _aea=true; } }else{ var _aeb=this.childBoxes[i]; var _aea=(dojo.html.gravity(_aeb.node,e)&_ae8); if(_aeb.node===_ae6[0].dragSource.domNode){ hide=true; }else{ var _aec=_aea?(i>0?this.childBoxes[i-1]:_aeb):(i=3){ _b0b=new dojo.gfx.color.Color(arguments[0],arguments[1],arguments[2]); }else{ _b0b=new dojo.gfx.color.Color(_b0b); } this.bg.style.backgroundColor=_b0b.toString(); return this.bgColor=_b0b; },setBackgroundOpacity:function(op){ if(arguments.length==0){ op=this.bgOpacity; } dojo.html.setOpacity(this.bg,op); try{ this.bgOpacity=dojo.html.getOpacity(this.bg); } catch(e){ this.bgOpacity=op; } return this.bgOpacity; },_sizeBackground:function(){ if(this.bgOpacity>0){ var _b0d=dojo.html.getViewport(); var h=_b0d.height; var w=_b0d.width; with(this.bg.style){ width=w+"px"; height=h+"px"; } var _b10=dojo.html.getScroll().offset; this.bg.style.top=_b10.y+"px"; this.bg.style.left=_b10.x+"px"; var _b0d=dojo.html.getViewport(); if(_b0d.width!=w){ this.bg.style.width=_b0d.width+"px"; } if(_b0d.height!=h){ this.bg.style.height=_b0d.height+"px"; } } this.bgIframe.size(this.bg); },_showBackground:function(){ if(this.bgOpacity>0){ this.bg.style.display="block"; } if(this.bgIframe.iframe){ this.bgIframe.iframe.style.display="block"; } },placeModalDialog:function(){ var _b11=dojo.html.getScroll().offset; var _b12=dojo.html.getViewport(); var mb; if(this.isShowing()){ mb=dojo.html.getMarginBox(this.domNode); }else{ dojo.html.setVisibility(this.domNode,false); dojo.html.show(this.domNode); mb=dojo.html.getMarginBox(this.domNode); dojo.html.hide(this.domNode); dojo.html.setVisibility(this.domNode,true); } var x=_b11.x+(_b12.width-mb.width)/2; var y=_b11.y+(_b12.height-mb.height)/2; with(this.domNode.style){ left=x+"px"; top=y+"px"; } },_onKey:function(evt){ if(evt.key){ var node=evt.target; while(node!=null){ if(node==this.domNode){ return; } node=node.parentNode; } if(evt.key!=evt.KEY_TAB){ dojo.event.browser.stopEvent(evt); }else{ if(!dojo.render.html.opera){ try{ this.tabStart.focus(); } catch(e){ } } } } },showModalDialog:function(){ if(this.followScroll&&!this._scrollConnected){ this._scrollConnected=true; dojo.event.connect(window,"onscroll",this,"_onScroll"); } dojo.event.connect(document.documentElement,"onkey",this,"_onKey"); this.placeModalDialog(); this.setBackgroundOpacity(); this._sizeBackground(); this._showBackground(); this._fromTrap=true; setTimeout(dojo.lang.hitch(this,function(){ try{ this.tabStart.focus(); } catch(e){ } }),50); },hideModalDialog:function(){ if(this.focusElement){ dojo.byId(this.focusElement).focus(); dojo.byId(this.focusElement).blur(); } this.bg.style.display="none"; this.bg.style.width=this.bg.style.height="1px"; if(this.bgIframe.iframe){ this.bgIframe.iframe.style.display="none"; } dojo.event.disconnect(document.documentElement,"onkey",this,"_onKey"); if(this._scrollConnected){ this._scrollConnected=false; dojo.event.disconnect(window,"onscroll",this,"_onScroll"); } },_onScroll:function(){ var _b18=dojo.html.getScroll().offset; this.bg.style.top=_b18.y+"px"; this.bg.style.left=_b18.x+"px"; this.placeModalDialog(); },checkSize:function(){ if(this.isShowing()){ this._sizeBackground(); this.placeModalDialog(); this.onResized(); } },onBackgroundClick:function(){ if(this.lifetime-this.timeRemaining>=this.blockDuration){ return; } this.hide(); }}); dojo.widget.defineWidget("dojo.widget.Dialog",[dojo.widget.ContentPane,dojo.widget.ModalDialogBase],{templateString:"
    \r\n\t\r\n\t\r\n\t
    \r\n\t\r\n\t\r\n
    \r\n",blockDuration:0,lifetime:0,closeNode:"",postMixInProperties:function(){ dojo.widget.Dialog.superclass.postMixInProperties.apply(this,arguments); if(this.closeNode){ this.setCloseControl(this.closeNode); } },postCreate:function(){ dojo.widget.Dialog.superclass.postCreate.apply(this,arguments); dojo.widget.ModalDialogBase.prototype.postCreate.apply(this,arguments); },show:function(){ if(this.lifetime){ this.timeRemaining=this.lifetime; if(this.timerNode){ this.timerNode.innerHTML=Math.ceil(this.timeRemaining/1000); } if(this.blockDuration&&this.closeNode){ if(this.lifetime>this.blockDuration){ this.closeNode.style.visibility="hidden"; }else{ this.closeNode.style.display="none"; } } if(this.timer){ clearInterval(this.timer); } this.timer=setInterval(dojo.lang.hitch(this,"_onTick"),100); } this.showModalDialog(); dojo.widget.Dialog.superclass.show.call(this); },onLoad:function(){ this.placeModalDialog(); dojo.widget.Dialog.superclass.onLoad.call(this); },fillInTemplate:function(){ },hide:function(){ this.hideModalDialog(); dojo.widget.Dialog.superclass.hide.call(this); if(this.timer){ clearInterval(this.timer); } },setTimerNode:function(node){ this.timerNode=node; },setCloseControl:function(node){ this.closeNode=dojo.byId(node); dojo.event.connect(this.closeNode,"onclick",this,"hide"); },setShowControl:function(node){ node=dojo.byId(node); dojo.event.connect(node,"onclick",this,"show"); },_onTick:function(){ if(this.timer){ this.timeRemaining-=100; if(this.lifetime-this.timeRemaining>=this.blockDuration){ if(this.closeNode){ this.closeNode.style.visibility="visible"; } } if(!this.timeRemaining){ clearInterval(this.timer); this.hide(); }else{ if(this.timerNode){ this.timerNode.innerHTML=Math.ceil(this.timeRemaining/1000); } } } }}); dojo.provide("dojo.widget.ResizeHandle"); dojo.widget.defineWidget("dojo.widget.ResizeHandle",dojo.widget.HtmlWidget,{targetElmId:"",templateCssString:".dojoHtmlResizeHandle {\r\n\tfloat: right;\r\n\tposition: absolute;\r\n\tright: 2px;\r\n\tbottom: 2px;\r\n\twidth: 13px;\r\n\theight: 13px;\r\n\tz-index: 20;\r\n\tcursor: nw-resize;\r\n\tbackground-image: url(grabCorner.gif);\r\n\tline-height: 0px;\r\n}\r\n",templateCssPath:dojo.uri.moduleUri("dojo.widget","templates/ResizeHandle.css"),templateString:"
    ",postCreate:function(){ dojo.event.connect(this.domNode,"onmousedown",this,"_beginSizing"); },_beginSizing:function(e){ if(this._isSizing){ return false; } this.targetWidget=dojo.widget.byId(this.targetElmId); this.targetDomNode=this.targetWidget?this.targetWidget.domNode:dojo.byId(this.targetElmId); if(!this.targetDomNode){ return; } this._isSizing=true; this.startPoint={"x":e.clientX,"y":e.clientY}; var mb=dojo.html.getMarginBox(this.targetDomNode); this.startSize={"w":mb.width,"h":mb.height}; dojo.event.kwConnect({srcObj:dojo.body(),srcFunc:"onmousemove",targetObj:this,targetFunc:"_changeSizing",rate:25}); dojo.event.connect(dojo.body(),"onmouseup",this,"_endSizing"); e.preventDefault(); },_changeSizing:function(e){ try{ if(!e.clientX||!e.clientY){ return; } } catch(e){ return; } var dx=this.startPoint.x-e.clientX; var dy=this.startPoint.y-e.clientY; var newW=this.startSize.w-dx; var newH=this.startSize.h-dy; if(this.minSize){ var mb=dojo.html.getMarginBox(this.targetDomNode); if(newW\r\n\t
    \r\n\t \t\r\n\t\t
    \r\n\t\t
    \r\n\t\t
    \r\n\t\t
    \r\n\t \t
    ${this.title}
    \r\n\t
    \r\n\r\n\t
    \r\n\r\n\t
    \r\n
    \r\n",templateCssString:"\r\n/********** Outer Window ***************/\r\n\r\n.dojoFloatingPane {\r\n\t/* essential css */\r\n\tposition: absolute;\r\n\toverflow: visible;\t\t/* so drop shadow is displayed */\r\n\tz-index: 10;\r\n\r\n\t/* styling css */\r\n\tborder: 1px solid;\r\n\tborder-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;\r\n\tbackground-color: ThreeDFace;\r\n}\r\n\r\n\r\n/********** Title Bar ****************/\r\n\r\n.dojoFloatingPaneTitleBar {\r\n\tvertical-align: top;\r\n\tmargin: 2px 2px 2px 2px;\r\n\tz-index: 10;\r\n\tbackground-color: #7596c6;\r\n\tcursor: default;\r\n\toverflow: hidden;\r\n\tborder-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;\r\n\tvertical-align: middle;\r\n}\r\n\r\n.dojoFloatingPaneTitleText {\r\n\tfloat: left;\r\n\tpadding: 2px 4px 2px 2px;\r\n\twhite-space: nowrap;\r\n\tcolor: CaptionText;\r\n\tfont: small-caption;\r\n}\r\n\r\n.dojoTitleBarIcon {\r\n\tfloat: left;\r\n\theight: 22px;\r\n\twidth: 22px;\r\n\tvertical-align: middle;\r\n\tmargin-right: 5px;\r\n\tmargin-left: 5px;\r\n}\r\n\r\n.dojoFloatingPaneActions{\r\n\tfloat: right;\r\n\tposition: absolute;\r\n\tright: 2px;\r\n\ttop: 2px;\r\n\tvertical-align: middle;\r\n}\r\n\r\n\r\n.dojoFloatingPaneActionItem {\r\n\tvertical-align: middle;\r\n\tmargin-right: 1px;\r\n\theight: 22px;\r\n\twidth: 22px;\r\n}\r\n\r\n\r\n.dojoFloatingPaneTitleBarIcon {\r\n\t/* essential css */\r\n\tfloat: left;\r\n\r\n\t/* styling css */\r\n\tmargin-left: 2px;\r\n\tmargin-right: 4px;\r\n\theight: 22px;\r\n}\r\n\r\n/* minimize/maximize icons are specified by CSS only */\r\n.dojoFloatingPaneMinimizeIcon,\r\n.dojoFloatingPaneMaximizeIcon,\r\n.dojoFloatingPaneRestoreIcon,\r\n.dojoFloatingPaneCloseIcon {\r\n\tvertical-align: middle;\r\n\theight: 22px;\r\n\twidth: 22px;\r\n\tfloat: right;\r\n}\r\n.dojoFloatingPaneMinimizeIcon {\r\n\tbackground-image: url(images/floatingPaneMinimize.gif);\r\n}\r\n.dojoFloatingPaneMaximizeIcon {\r\n\tbackground-image: url(images/floatingPaneMaximize.gif);\r\n}\r\n.dojoFloatingPaneRestoreIcon {\r\n\tbackground-image: url(images/floatingPaneRestore.gif);\r\n}\r\n.dojoFloatingPaneCloseIcon {\r\n\tbackground-image: url(images/floatingPaneClose.gif);\r\n}\r\n\r\n/* bar at bottom of window that holds resize handle */\r\n.dojoFloatingPaneResizebar {\r\n\tz-index: 10;\r\n\theight: 13px;\r\n\tbackground-color: ThreeDFace;\r\n}\r\n\r\n/************* Client Area ***************/\r\n\r\n.dojoFloatingPaneClient {\r\n\tposition: relative;\r\n\tz-index: 10;\r\n\tborder: 1px solid;\r\n\tborder-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;\r\n\tmargin: 2px;\r\n\tbackground-color: ThreeDFace;\r\n\tpadding: 8px;\r\n\tfont-family: Verdana, Helvetica, Garamond, sans-serif;\r\n\tfont-size: 12px;\r\n\toverflow: auto;\r\n}\r\n\r\n",templateCssPath:dojo.uri.moduleUri("dojo.widget","templates/FloatingPane.css"),fillInFloatingPaneTemplate:function(args,frag){ var _b27=this.getFragNodeRef(frag); dojo.html.copyStyle(this.domNode,_b27); dojo.body().appendChild(this.domNode); if(!this.isShowing()){ this.windowState="minimized"; } if(this.iconSrc==""){ dojo.html.removeNode(this.titleBarIcon); }else{ this.titleBarIcon.src=this.iconSrc.toString(); } if(this.titleBarDisplay){ this.titleBar.style.display=""; dojo.html.disableSelection(this.titleBar); this.titleBarIcon.style.display=(this.iconSrc==""?"none":""); this.minimizeAction.style.display=(this.displayMinimizeAction?"":"none"); this.maximizeAction.style.display=(this.displayMaximizeAction&&this.windowState!="maximized"?"":"none"); this.restoreAction.style.display=(this.displayMaximizeAction&&this.windowState=="maximized"?"":"none"); this.closeAction.style.display=(this.displayCloseAction?"":"none"); this.drag=new dojo.dnd.HtmlDragMoveSource(this.domNode); if(this.constrainToContainer){ this.drag.constrainTo(); } this.drag.setDragHandle(this.titleBar); var self=this; dojo.event.topic.subscribe("dragMove",function(info){ if(info.source.domNode==self.domNode){ dojo.event.topic.publish("floatingPaneMove",{source:self}); } }); } if(this.resizable){ this.resizeBar.style.display=""; this.resizeHandle=dojo.widget.createWidget("ResizeHandle",{targetElmId:this.widgetId,id:this.widgetId+"_resize"}); this.resizeBar.appendChild(this.resizeHandle.domNode); } if(this.hasShadow){ this.shadow=new dojo.lfx.shadow(this.domNode); } this.bgIframe=new dojo.html.BackgroundIframe(this.domNode); if(this.taskBarId){ this._taskBarSetup(); } dojo.body().removeChild(this.domNode); },postCreate:function(){ if(dojo.hostenv.post_load_){ this._setInitialWindowState(); }else{ dojo.addOnLoad(this,"_setInitialWindowState"); } },maximizeWindow:function(evt){ var mb=dojo.html.getMarginBox(this.domNode); this.previous={width:mb.width||this.width,height:mb.height||this.height,left:this.domNode.style.left,top:this.domNode.style.top,bottom:this.domNode.style.bottom,right:this.domNode.style.right}; if(this.domNode.parentNode.style.overflow.toLowerCase()!="hidden"){ this.parentPrevious={overflow:this.domNode.parentNode.style.overflow}; dojo.debug(this.domNode.parentNode.style.overflow); this.domNode.parentNode.style.overflow="hidden"; } this.domNode.style.left=dojo.html.getPixelValue(this.domNode.parentNode,"padding-left",true)+"px"; this.domNode.style.top=dojo.html.getPixelValue(this.domNode.parentNode,"padding-top",true)+"px"; if((this.domNode.parentNode.nodeName.toLowerCase()=="body")){ var _b2c=dojo.html.getViewport(); var _b2d=dojo.html.getPadding(dojo.body()); this.resizeTo(_b2c.width-_b2d.width,_b2c.height-_b2d.height); }else{ var _b2e=dojo.html.getContentBox(this.domNode.parentNode); this.resizeTo(_b2e.width,_b2e.height); } this.maximizeAction.style.display="none"; this.restoreAction.style.display=""; if(this.resizeHandle){ this.resizeHandle.domNode.style.display="none"; } this.drag.setDragHandle(null); this.windowState="maximized"; },minimizeWindow:function(evt){ this.hide(); for(var attr in this.parentPrevious){ this.domNode.parentNode.style[attr]=this.parentPrevious[attr]; } this.lastWindowState=this.windowState; this.windowState="minimized"; },restoreWindow:function(evt){ if(this.windowState=="minimized"){ this.show(); if(this.lastWindowState=="maximized"){ this.domNode.parentNode.style.overflow="hidden"; this.windowState="maximized"; }else{ this.windowState="normal"; } }else{ if(this.windowState=="maximized"){ for(var attr in this.previous){ this.domNode.style[attr]=this.previous[attr]; } for(var attr in this.parentPrevious){ this.domNode.parentNode.style[attr]=this.parentPrevious[attr]; } this.resizeTo(this.previous.width,this.previous.height); this.previous=null; this.parentPrevious=null; this.restoreAction.style.display="none"; this.maximizeAction.style.display=this.displayMaximizeAction?"":"none"; if(this.resizeHandle){ this.resizeHandle.domNode.style.display=""; } this.drag.setDragHandle(this.titleBar); this.windowState="normal"; }else{ } } },toggleDisplay:function(){ if(this.windowState=="minimized"){ this.restoreWindow(); }else{ this.minimizeWindow(); } },closeWindow:function(evt){ dojo.html.removeNode(this.domNode); this.destroy(); },onMouseDown:function(evt){ this.bringToTop(); },bringToTop:function(){ var _b35=dojo.widget.manager.getWidgetsByType(this.widgetType); var _b36=[]; for(var x=0;x<_b35.length;x++){ if(this.widgetId!=_b35[x].widgetId){ _b36.push(_b35[x]); } } _b36.sort(function(a,b){ return a.domNode.style.zIndex-b.domNode.style.zIndex; }); _b36.push(this); var _b3a=100; for(x=0;x<_b36.length;x++){ _b36[x].domNode.style.zIndex=_b3a+x*2; } },_setInitialWindowState:function(){ if(this.isShowing()){ this.width=-1; var mb=dojo.html.getMarginBox(this.domNode); this.resizeTo(mb.width,mb.height); } if(this.windowState=="maximized"){ this.maximizeWindow(); this.show(); return; } if(this.windowState=="normal"){ this.show(); return; } if(this.windowState=="minimized"){ this.hide(); return; } this.windowState="minimized"; },_taskBarSetup:function(){ var _b3c=dojo.widget.getWidgetById(this.taskBarId); if(!_b3c){ if(this._taskBarConnectAttemptsthis._scrollThreshold){ if(!this._fixEnabled){ var _b4c=dojo.html.getMarginBox(tdn); this.editor.editorObject.style.marginTop=_b4c.height+"px"; if(isIE){ tdn.style.left=dojo.html.abs(tdn,dojo.html.boxSizing.MARGIN_BOX).x; if(tdn.previousSibling){ this._IEOriginalPos=["after",tdn.previousSibling]; }else{ if(tdn.nextSibling){ this._IEOriginalPos=["before",tdn.nextSibling]; }else{ this._IEOriginalPos=["",tdn.parentNode]; } } dojo.body().appendChild(tdn); dojo.html.addClass(tdn,"IEFixedToolbar"); }else{ with(tdn.style){ position="fixed"; top="0px"; } } tdn.style.width=_b4c.width+"px"; tdn.style.zIndex=1000; this._fixEnabled=true; } if(!dojo.render.html.safari){ var _b4d=(this.height)?parseInt(this.editor.height):this.editor._lastHeight; if(_b4b>(this._scrollThreshold+_b4d)){ tdn.style.display="none"; }else{ tdn.style.display=""; } } }else{ if(this._fixEnabled){ (this.editor.object||this.editor.iframe).style.marginTop=null; with(tdn.style){ position=""; top=""; zIndex=""; display=""; } if(isIE){ tdn.style.left=""; dojo.html.removeClass(tdn,"IEFixedToolbar"); if(this._IEOriginalPos){ dojo.html.insertAtPosition(tdn,this._IEOriginalPos[1],this._IEOriginalPos[0]); this._IEOriginalPos=null; }else{ dojo.html.insertBefore(tdn,this.editor.object||this.editor.iframe); } } tdn.style.width=""; this._fixEnabled=false; } } },destroy:function(){ this._IEOriginalPos=null; this._handleScroll=false; clearInterval(this.scrollInterval); this.editor.unregisterLoadedPlugin(this); if(dojo.render.html.ie){ dojo.html.removeClass(this.editor.toolbarWidget.domNode,"IEFixedToolbar"); } }}); dojo.provide("dojo.widget.Editor2"); dojo.widget.Editor2Manager=new dojo.widget.HandlerManager; dojo.lang.mixin(dojo.widget.Editor2Manager,{_currentInstance:null,commandState:{Disabled:0,Latched:1,Enabled:2},getCurrentInstance:function(){ return this._currentInstance; },setCurrentInstance:function(inst){ this._currentInstance=inst; },getCommand:function(_b4f,name){ var _b51; name=name.toLowerCase(); for(var i=0;ithis._updateTime||this._state==undefined){ this._updateTime=this._editor._lastStateTimestamp; try{ if(this._editor.queryCommandEnabled(this._name)){ if(this._editor.queryCommandState(this._name)){ this._state=dojo.widget.Editor2Manager.commandState.Latched; }else{ this._state=dojo.widget.Editor2Manager.commandState.Enabled; } }else{ this._state=dojo.widget.Editor2Manager.commandState.Disabled; } } catch(e){ this._state=dojo.widget.Editor2Manager.commandState.Enabled; } } return this._state; },getValue:function(){ try{ return this._editor.queryCommandValue(this._name); } catch(e){ } }}); dojo.lang.declare("dojo.widget.Editor2FormatBlockCommand",dojo.widget.Editor2BrowserCommand,{}); dojo.widget.defineWidget("dojo.widget.Editor2Dialog",[dojo.widget.HtmlWidget,dojo.widget.FloatingPaneBase,dojo.widget.ModalDialogBase],{templateString:"
    \r\n\t\r\n\t\r\n\t
    \r\n\t \t\r\n\t\t
    \r\n\t\t
    \r\n\t\t
    \r\n\t\t
    \r\n\t \t
    ${this.title}
    \r\n\t
    \r\n\r\n\t
    \r\n\t\r\n\t\r\n\t
    \r\n
    \r\n",modal:true,width:"",height:"",windowState:"minimized",displayCloseAction:true,contentFile:"",contentClass:"",fillInTemplate:function(args,frag){ this.fillInFloatingPaneTemplate(args,frag); dojo.widget.Editor2Dialog.superclass.fillInTemplate.call(this,args,frag); },postCreate:function(){ if(this.contentFile){ dojo.require(this.contentFile); } if(this.modal){ dojo.widget.ModalDialogBase.prototype.postCreate.call(this); }else{ with(this.domNode.style){ zIndex=999; display="none"; } } dojo.widget.FloatingPaneBase.prototype.postCreate.apply(this,arguments); dojo.widget.Editor2Dialog.superclass.postCreate.call(this); if(this.width&&this.height){ with(this.domNode.style){ width=this.width; height=this.height; } } },createContent:function(){ if(!this.contentWidget&&this.contentClass){ this.contentWidget=dojo.widget.createWidget(this.contentClass); this.addChild(this.contentWidget); } },show:function(){ if(!this.contentWidget){ dojo.widget.Editor2Dialog.superclass.show.apply(this,arguments); this.createContent(); dojo.widget.Editor2Dialog.superclass.hide.call(this); } if(!this.contentWidget||!this.contentWidget.loadContent()){ return; } this.showFloatingPane(); dojo.widget.Editor2Dialog.superclass.show.apply(this,arguments); if(this.modal){ this.showModalDialog(); } if(this.modal){ this.bg.style.zIndex=this.domNode.style.zIndex-1; } },onShow:function(){ dojo.widget.Editor2Dialog.superclass.onShow.call(this); this.onFloatingPaneShow(); },closeWindow:function(){ this.hide(); dojo.widget.Editor2Dialog.superclass.closeWindow.apply(this,arguments); },hide:function(){ if(this.modal){ this.hideModalDialog(); } dojo.widget.Editor2Dialog.superclass.hide.call(this); },checkSize:function(){ if(this.isShowing()){ if(this.modal){ this._sizeBackground(); } this.placeModalDialog(); this.onResized(); } }}); dojo.widget.defineWidget("dojo.widget.Editor2DialogContent",dojo.widget.HtmlWidget,{widgetsInTemplate:true,loadContent:function(){ return true; },cancel:function(){ this.parent.hide(); }}); dojo.lang.declare("dojo.widget.Editor2DialogCommand",dojo.widget.Editor2BrowserCommand,function(_b5d,name,_b5f){ this.dialogParas=_b5f; },{execute:function(){ if(!this.dialog){ if(!this.dialogParas.contentFile||!this.dialogParas.contentClass){ alert("contentFile and contentClass should be set for dojo.widget.Editor2DialogCommand.dialogParas!"); return; } this.dialog=dojo.widget.createWidget("Editor2Dialog",this.dialogParas); dojo.body().appendChild(this.dialog.domNode); dojo.event.connect(this,"destroy",this.dialog,"destroy"); } this.dialog.show(); },getText:function(){ return this.dialogParas.title||dojo.widget.Editor2DialogCommand.superclass.getText.call(this); }}); dojo.widget.Editor2ToolbarGroups={}; dojo.widget.defineWidget("dojo.widget.Editor2",dojo.widget.RichText,function(){ this._loadedCommands={}; },{toolbarAlwaysVisible:false,toolbarWidget:null,scrollInterval:null,toolbarTemplatePath:dojo.uri.cache.set(dojo.uri.moduleUri("dojo.widget","templates/EditorToolbarOneline.html"), "
    \r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t
    \r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<h>\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t 
    \r\n
    \r\n"),toolbarTemplateCssPath:null,toolbarPlaceHolder:"",_inSourceMode:false,_htmlEditNode:null,toolbarGroup:"",shareToolbar:false,contextMenuGroupSet:"",editorOnLoad:function(){ dojo.event.topic.publish("dojo.widget.Editor2::preLoadingToolbar",this); if(this.toolbarAlwaysVisible){ } if(this.toolbarWidget){ this.toolbarWidget.show(); dojo.html.insertBefore(this.toolbarWidget.domNode,this.domNode.firstChild); }else{ if(this.shareToolbar){ dojo.deprecated("Editor2:shareToolbar is deprecated in favor of toolbarGroup","0.5"); this.toolbarGroup="defaultDojoToolbarGroup"; } if(this.toolbarGroup){ if(dojo.widget.Editor2ToolbarGroups[this.toolbarGroup]){ this.toolbarWidget=dojo.widget.Editor2ToolbarGroups[this.toolbarGroup]; } } if(!this.toolbarWidget){ var _b60={shareGroup:this.toolbarGroup,parent:this}; _b60.templateString=dojo.uri.cache.get(this.toolbarTemplatePath); if(this.toolbarTemplateCssPath){ _b60.templateCssPath=this.toolbarTemplateCssPath; _b60.templateCssString=dojo.uri.cache.get(this.toolbarTemplateCssPath); } if(this.toolbarPlaceHolder){ this.toolbarWidget=dojo.widget.createWidget("Editor2Toolbar",_b60,dojo.byId(this.toolbarPlaceHolder),"after"); }else{ this.toolbarWidget=dojo.widget.createWidget("Editor2Toolbar",_b60,this.domNode.firstChild,"before"); } if(this.toolbarGroup){ dojo.widget.Editor2ToolbarGroups[this.toolbarGroup]=this.toolbarWidget; } dojo.event.connect(this,"close",this.toolbarWidget,"hide"); this.toolbarLoaded(); } } dojo.event.topic.registerPublisher("Editor2.clobberFocus",this,"clobberFocus"); dojo.event.topic.subscribe("Editor2.clobberFocus",this,"setBlur"); dojo.event.topic.publish("dojo.widget.Editor2::onLoad",this); },toolbarLoaded:function(){ },registerLoadedPlugin:function(obj){ if(!this.loadedPlugins){ this.loadedPlugins=[]; } this.loadedPlugins.push(obj); },unregisterLoadedPlugin:function(obj){ for(var i in this.loadedPlugins){ if(this.loadedPlugins[i]===obj){ delete this.loadedPlugins[i]; return; } } dojo.debug("dojo.widget.Editor2.unregisterLoadedPlugin: unknow plugin object: "+obj); },execCommand:function(_b64,_b65){ switch(_b64.toLowerCase()){ case "htmltoggle": this.toggleHtmlEditing(); break; default: dojo.widget.Editor2.superclass.execCommand.apply(this,arguments); } },queryCommandEnabled:function(_b66,_b67){ switch(_b66.toLowerCase()){ case "htmltoggle": return true; default: if(this._inSourceMode){ return false; } return dojo.widget.Editor2.superclass.queryCommandEnabled.apply(this,arguments); } },queryCommandState:function(_b68,_b69){ switch(_b68.toLowerCase()){ case "htmltoggle": return this._inSourceMode; default: return dojo.widget.Editor2.superclass.queryCommandState.apply(this,arguments); } },onClick:function(e){ dojo.widget.Editor2.superclass.onClick.call(this,e); if(dojo.widget.PopupManager){ if(!e){ e=this.window.event; } dojo.widget.PopupManager.onClick(e); } },clobberFocus:function(){ },toggleHtmlEditing:function(){ if(this===dojo.widget.Editor2Manager.getCurrentInstance()){ if(!this._inSourceMode){ var html=this.getEditorContent(); this._inSourceMode=true; if(!this._htmlEditNode){ this._htmlEditNode=dojo.doc().createElement("textarea"); dojo.html.insertAfter(this._htmlEditNode,this.editorObject); } this._htmlEditNode.style.display=""; this._htmlEditNode.style.width="100%"; this._htmlEditNode.style.height=dojo.html.getBorderBox(this.editNode).height+"px"; this._htmlEditNode.value=html; with(this.editorObject.style){ position="absolute"; left="-2000px"; top="-2000px"; } }else{ this._inSourceMode=false; this._htmlEditNode.blur(); with(this.editorObject.style){ position=""; left=""; top=""; } var html=this._htmlEditNode.value; dojo.lang.setTimeout(this,"replaceEditorContent",1,html); this._htmlEditNode.style.display="none"; this.focus(); } this.onDisplayChanged(null,true); } },setFocus:function(){ if(dojo.widget.Editor2Manager.getCurrentInstance()===this){ return; } this.clobberFocus(); dojo.widget.Editor2Manager.setCurrentInstance(this); },setBlur:function(){ },saveSelection:function(){ this._bookmark=null; this._bookmark=dojo.withGlobal(this.window,dojo.html.selection.getBookmark); },restoreSelection:function(){ if(this._bookmark){ this.focus(); dojo.withGlobal(this.window,"moveToBookmark",dojo.html.selection,[this._bookmark]); this._bookmark=null; }else{ dojo.debug("restoreSelection: no saved selection is found!"); } },_updateToolbarLastRan:null,_updateToolbarTimer:null,_updateToolbarFrequency:500,updateToolbar:function(_b6c){ if((!this.isLoaded)||(!this.toolbarWidget)){ return; } var diff=new Date()-this._updateToolbarLastRan; if((!_b6c)&&(this._updateToolbarLastRan)&&((diff-1?"&":"?")+"struts.enableJSONValidation=true"; if(!this.ajaxAfterValidation&&this.validate){ _ba1=_ba1+(_ba1.indexOf("?")>-1?"&":"?")+"struts.validateOnly=true"; } if(dojo.dom.isTag(this.domNode,"INPUT","input")&&this.events=="onclick"&&this.domNode.type=="submit"&&!dojo.string.isBlank(this.domNode.name)&&!dojo.string.isBlank(this.domNode.value)){ var enc=/utf/i.test("")?encodeURIComponent:dojo.string.encodeAscii; _ba1=_ba1+(_ba1.indexOf("?")>-1?"&":"?")+enc(this.domNode.name)+"="+enc(this.domNode.value); } dojo.io.bind({url:_ba1,useCache:false,preventCache:true,formNode:self.formNode,formFilter:window[self.formFilter],transport:self.transport,handler:function(type,data,e){ dojo.lang.hitch(self,"bindHandler")(type,data,e); },mimetype:"text/html"}); } catch(ex){ if(this.showError){ var _ba6=dojo.string.isBlank(this.errorText)?ex:this.errorText; this.setContent(_ba6); } } } },parse:function(s){ this.log("Parsing: "+s); var _ba8=[]; var tmp=[]; var _baa=[]; while(_ba8){ _ba8=s.match(/]*)>([\s\S]*?)<\/script>/i); if(!_ba8){ break; } if(_ba8[1]){ attr=_ba8[1].match(/src=(['"]?)([^"']*)\1/i); if(attr){ var tmp2=attr[2].search(/.*(\bdojo\b(?:\.uncompressed)?\.js)$/); if(tmp2>-1){ this.log("Security note! inhibit:"+attr[2]+" from beeing loaded again."); } } } if(_ba8[2]){ var sc=_ba8[2].replace(/(?:var )?\bdjConfig\b(?:[\s]*=[\s]*\{[^}]+\}|\.[\w]*[\s]*=[\s]*[^;\n]*)?;?|dojo\.hostenv\.writeIncludes\(\s*\);?/g,""); if(!sc){ continue; } tmp=[]; while(tmp){ tmp=sc.match(/dojo\.(?:(?:require(?:After)?(?:If)?)|(?:widget\.(?:manager\.)?registerWidgetPackage)|(?:(?:hostenv\.)?setModulePrefix))\((['"]).*?\1\)\s*;?/); if(!tmp){ break; } sc=sc.replace(tmp[0],""); } _baa.push(sc); } s=s.replace(/]*>[\s\S]*?<\/script>/i,""); } return {text:s,scripts:_baa}; },_executeScripts:function(_bad){ var self=this; var tmp="",code=""; for(var i=0;i<_bad.length;i++){ if(_bad[i].path){ dojo.io.bind(this._cacheSetting({"url":_bad[i].path,"load":function(type,_bb3){ dojo.lang.hitch(self,tmp=";"+_bb3); },"error":function(type,_bb5){ _bb5.text=type+" downloading remote script"; self._handleDefaults.call(self,_bb5,"onExecError","debug"); },"mimetype":"text/plain","sync":true},this.cacheContent)); code+=tmp; }else{ code+=_bad[i]; } } try{ if(this.scriptSeparation){ delete this.scriptScope; this.scriptScope=new (new Function("_container_",code+"; return this;"))(self); }else{ var djg=dojo.global(); if(djg.execScript){ djg.execScript(code); }else{ var djd=dojo.doc(); var sc=djd.createElement("script"); sc.appendChild(djd.createTextNode(code)); (this.containerNode||this.domNode).appendChild(sc); } } } catch(e){ e.text="Error running scripts from content:\n"+e.description; this.log(e); } },_cacheSetting:function(_bb9,_bba){ for(var x in this.bindArgs){ if(dojo.lang.isUndefined(_bb9[x])){ _bb9[x]=this.bindArgs[x]; } } if(dojo.lang.isUndefined(_bb9.useCache)){ _bb9.useCache=_bba; } if(dojo.lang.isUndefined(_bb9.preventCache)){ _bb9.preventCache=!_bba; } if(dojo.lang.isUndefined(_bb9.mimetype)){ _bb9.mimetype="text/html"; } return _bb9; }}); dojo.provide("dojo.lang.timing.Timer"); dojo.lang.timing.Timer=function(_bbc){ this.timer=null; this.isRunning=false; this.interval=_bbc; this.onStart=null; this.onStop=null; }; dojo.extend(dojo.lang.timing.Timer,{onTick:function(){ },setInterval:function(_bbd){ if(this.isRunning){ dj_global.clearInterval(this.timer); } this.interval=_bbd; if(this.isRunning){ this.timer=dj_global.setInterval(dojo.lang.hitch(this,"onTick"),this.interval); } },start:function(){ if(typeof this.onStart=="function"){ this.onStart(); } this.isRunning=true; this.timer=dj_global.setInterval(dojo.lang.hitch(this,"onTick"),this.interval); },stop:function(){ if(typeof this.onStop=="function"){ this.onStop(); } this.isRunning=false; dj_global.clearInterval(this.timer); }}); dojo.provide("struts.widget.BindDiv"); dojo.widget.defineWidget("struts.widget.BindDiv",dojo.widget.ContentPane,{widgetType:"BindDiv",href:"",extractContent:false,parseContent:false,cacheContent:false,refreshOnShow:false,executeScripts:false,preload:true,updateFreq:0,delay:0,autoStart:true,timer:null,loadingText:"Loading...",showLoading:false,errorText:"",showError:true,listenTopics:"",notifyTopics:"",notifyTopicsArray:null,stopTimerListenTopics:"",startTimerListenTopics:"",beforeNotifyTopics:"",beforeNotifyTopicsArray:null,afterNotifyTopics:"",afterNotifyTopicsArray:null,errorNotifyTopics:"",errorNotifyTopicsArray:null,beforeLoading:"",afterLoading:"",formId:"",formFilter:"",indicator:"",parseContent:true,highlightColor:"",highlightDuration:2000,disabled:false,transport:"",onDownloadStart:function(_bbe){ if(!this.showLoading){ _bbe.returnValue=false; return; } if(this.showLoading&&!dojo.string.isBlank(this.loadingText)){ _bbe.text=this.loadingText; } },highlight:function(){ if(!dojo.string.isBlank(this.highlightColor)){ var _bbf=dojo.lfx.html.highlight([this.domNode],this.highlightColor,this.highlightDuration); _bbf.play(); } },onDownloadError:function(_bc0){ this.onError(_bc0); },onContentError:function(_bc1){ this.onError(_bc1); },onExecError:function(_bc2){ this.onError(_bc2); },onError:function(_bc3){ if(this.showError){ if(!dojo.string.isBlank(this.errorText)){ _bc3.text=this.errorText; } }else{ _bc3.text=""; } },notify:function(data,type,e){ if(this.notifyTopicsArray){ var self=this; dojo.lang.forEach(this.notifyTopicsArray,function(_bc8){ try{ dojo.event.topic.publish(_bc8,data,type,e,self); } catch(ex){ self.log(ex); } }); } var _bc9=null; switch(type){ case "before": this.notifyTo(this.beforeNotifyTopicsArray,null,e); break; case "load": this.notifyTo(this.afterNotifyTopicsArray,data,e); break; case "error": this.notifyTo(this.errorNotifyTopicsArray,data,e); break; } },notifyTo:function(_bca,data,e){ var self=this; if(_bca){ dojo.lang.forEach(_bca,function(_bce){ try{ if(data!=null){ dojo.event.topic.publish(_bce,data,e,self); }else{ dojo.event.topic.publish(_bce,e,self); } } catch(ex){ self.log(ex); } }); } },postCreate:function(args,frag){ if(this.handler!==""){ this.setHandler(this.handler); } var self=this; var _bd2=function(){ dojo.lang.hitch(self,"refresh")(); }; var _bd3=function(){ dojo.lang.hitch(self,"startTimer")(); }; if(this.updateFreq>0){ this.timer=new dojo.lang.timing.Timer(this.updateFreq); this.timer.onTick=_bd2; if(this.autoStart){ if(this.delay>0){ dojo.lang.setTimeout(_bd3,this.delay); }else{ this.startTimer(); } } }else{ if(this.delay>0){ dojo.lang.setTimeout(_bd2,this.delay); } } if(!dojo.string.isBlank(this.listenTopics)){ this.log("Listening to "+this.listenTopics+" to refresh"); var _bd4=this.listenTopics.split(","); if(_bd4){ dojo.lang.forEach(_bd4,function(_bd5){ dojo.event.topic.subscribe(_bd5,self,"refresh"); }); } } if(!dojo.string.isBlank(this.stopTimerListenTopics)){ this.log("Listening to "+this.stopTimerListenTopics+" to stop timer"); var _bd6=this.stopTimerListenTopics.split(","); if(_bd6){ dojo.lang.forEach(_bd6,function(_bd7){ dojo.event.topic.subscribe(_bd7,self,"stopTimer"); }); } } if(!dojo.string.isBlank(this.startTimerListenTopics)){ this.log("Listening to "+this.stopTimerListenTopics+" to start timer"); var _bd8=this.startTimerListenTopics.split(","); if(_bd8){ dojo.lang.forEach(_bd8,function(_bd9){ dojo.event.topic.subscribe(_bd9,self,"startTimer"); }); } } if(!dojo.string.isBlank(this.notifyTopics)){ this.notifyTopicsArray=this.notifyTopics.split(","); } if(!dojo.string.isBlank(this.beforeNotifyTopics)){ this.beforeNotifyTopicsArray=this.beforeNotifyTopics.split(","); } if(!dojo.string.isBlank(this.afterNotifyTopics)){ this.afterNotifyTopicsArray=this.afterNotifyTopics.split(","); } if(!dojo.string.isBlank(this.errorNotifyTopics)){ this.errorNotifyTopicsArray=this.errorNotifyTopics.split(","); } if(this.isShowing()&&this.preload&&this.updateFreq<=0&&this.delay<=0){ this.refresh(); } },_downloadExternalContent:function(url,_bdb){ var _bdc={cancel:false}; this.notify(this.widgetId,"before",_bdc); if(_bdc.cancel){ return; } dojo.html.show(this.indicator); this._handleDefaults("Loading...","onDownloadStart"); var self=this; dojo.io.bind({url:url,useCache:_bdb,preventCache:!_bdb,mimetype:"text/html",formNode:dojo.byId(self.formId),formFilter:window[self.formFilter],transport:self.transport,handler:function(type,data,e){ dojo.html.hide(self.indicator); self.notify(data,type,e); if(type=="load"){ self.onDownloadEnd.call(self,url,data); self.highlight(); }else{ self._handleDefaults.call(self,"Error loading '"+url+"' ("+e.status+" "+e.statusText+")","onDownloadError"); self.onLoad(); } }}); },log:function(text){ dojo.debug("["+this.widgetId+"] "+text); },stopTimer:function(){ if(this.timer&&this.timer.isRunning){ this.log("stopping timer"); this.timer.stop(); } },startTimer:function(){ if(this.timer&&!this.timer.isRunning){ this.log("starting timer with update interval "+this.updateFreq); this.timer.start(); } },splitAndFixPaths:function(s,url){ var _be4=[],_be5=[],tmp=[]; var _be7=[],_be8=[],attr=[],_bea=[]; var str="",path="",fix="",_bee="",tag="",_bf0=""; if(!url){ url="./"; } if(s){ var _bf1=/]*>([\s\S]*?)<\/title>/i; while(_be7=_bf1.exec(s)){ _be4.push(_be7[1]); s=s.substring(0,_be7.index)+s.substr(_be7.index+_be7[0].length); } if(this.adjustPaths){ var _bf2=/<[a-z][a-z0-9]*[^>]*\s(?:(?:src|href|style)=[^>])+[^>]*>/i; var _bf3=/\s(src|href|style)=(['"]?)([\w()\[\]\/.,\\'"-:;#=&?\s@!]+?)\2/i; var _bf4=/^(?:[#]|(?:(?:https?|ftps?|file|javascript|mailto|news):))/; while(tag=_bf2.exec(s)){ str+=s.substring(0,tag.index); s=s.substring((tag.index+tag[0].length),s.length); tag=tag[0]; _bee=""; while(attr=_bf3.exec(tag)){ path=""; _bf0=attr[3]; switch(attr[1].toLowerCase()){ case "src": case "href": if(_bf4.exec(_bf0)){ path=_bf0; }else{ path=(new dojo.uri.Uri(url,_bf0).toString()); } break; case "style": path=dojo.html.fixPathsInCssText(_bf0,url); break; default: path=_bf0; } fix=" "+attr[1]+"="+attr[2]+path+attr[2]; _bee+=tag.substring(0,attr.index)+fix; tag=tag.substring((attr.index+attr[0].length),tag.length); } str+=_bee+tag; } s=str+s; } _bf1=/(?:<(style)[^>]*>([\s\S]*?)<\/style>|]*rel=['"]?stylesheet['"]?[^>]*)>)/i; while(_be7=_bf1.exec(s)){ if(_be7[1]&&_be7[1].toLowerCase()=="style"){ _bea.push(dojo.html.fixPathsInCssText(_be7[2],url)); }else{ if(attr=_be7[3].match(/href=(['"]?)([^'">]*)\1/i)){ _bea.push({path:attr[2]}); } } s=s.substring(0,_be7.index)+s.substr(_be7.index+_be7[0].length); } var _bf1=/]*)>([\s\S]*?)<\/script>/i; var _bf5=/src=(['"]?)([^"']*)\1/i; var _bf6=/.*(\bdojo\b\.js(?:\.uncompressed\.js)?)$/; var _bf7=/(?:var )?\bdjConfig\b(?:[\s]*=[\s]*\{[^}]+\}|\.[\w]*[\s]*=[\s]*[^;\n]*)?;?|dojo\.hostenv\.writeIncludes\(\s*\);?/g; var _bf8=/dojo\.(?:(?:require(?:After)?(?:If)?)|(?:widget\.(?:manager\.)?registerWidgetPackage)|(?:(?:hostenv\.)?setModulePrefix|registerModulePath)|defineNamespace)\((['"]).*?\1\)\s*;?/; while(_be7=_bf1.exec(s)){ if(this.executeScripts&&_be7[1]){ if(attr=_bf5.exec(_be7[1])){ if(_bf6.exec(attr[2])){ dojo.debug("Security note! inhibit:"+attr[2]+" from being loaded again."); }else{ _be5.push({path:attr[2]}); } } } if(_be7[2]){ var sc=_be7[2].replace(_bf7,""); if(!sc){ continue; } while(tmp=_bf8.exec(sc)){ _be8.push(tmp[0]); sc=sc.substring(0,tmp.index)+sc.substr(tmp.index+tmp[0].length); } if(this.executeScripts){ _be5.push(sc); } } s=s.substr(0,_be7.index)+s.substr(_be7.index+_be7[0].length); } if(this.extractContent){ _be7=s.match(/]*>\s*([\s\S]+)\s*<\/body>/im); if(_be7){ s=_be7[1]; } } if(this.executeScripts&&this.scriptSeparation){ var _bf1=/(<[a-zA-Z][a-zA-Z0-9]*\s[^>]*?\S=)((['"])[^>]*scriptScope[^>]*>)/; var _bfa=/([\s'";:\(])scriptScope(.*)/; str=""; while(tag=_bf1.exec(s)){ tmp=((tag[3]=="'")?"\"":"'"); fix=""; str+=s.substring(0,tag.index)+tag[1]; while(attr=_bfa.exec(tag[2])){ tag[2]=tag[2].substring(0,attr.index)+attr[1]+"dojo.widget.byId("+tmp+this.widgetId+tmp+").scriptScope"+attr[2]; } str+=tag[2]; s=s.substr(tag.index+tag[0].length); } s=str+s; } } return {"xml":s,"styles":_bea,"titles":_be4,"requires":_be8,"scripts":_be5,"url":url}; }}); dojo.provide("struts.widget.BindAnchor"); dojo.widget.defineWidget("struts.widget.BindAnchor",struts.widget.Bind,{widgetType:"BindAnchor",events:"onclick",postCreate:function(){ struts.widget.BindAnchor.superclass.postCreate.apply(this); this.domNode.href="#"; }}); dojo.provide("dojo.widget.html.stabile"); dojo.widget.html.stabile={_sqQuotables:new RegExp("([\\\\'])","g"),_depth:0,_recur:false,depthLimit:2}; dojo.widget.html.stabile.getState=function(id){ dojo.widget.html.stabile.setup(); return dojo.widget.html.stabile.widgetState[id]; }; dojo.widget.html.stabile.setState=function(id,_bfd,_bfe){ dojo.widget.html.stabile.setup(); dojo.widget.html.stabile.widgetState[id]=_bfd; if(_bfe){ dojo.widget.html.stabile.commit(dojo.widget.html.stabile.widgetState); } }; dojo.widget.html.stabile.setup=function(){ if(!dojo.widget.html.stabile.widgetState){ var text=dojo.widget.html.stabile._getStorage().value; dojo.widget.html.stabile.widgetState=text?dj_eval("("+text+")"):{}; } }; dojo.widget.html.stabile.commit=function(_c00){ dojo.widget.html.stabile._getStorage().value=dojo.widget.html.stabile.description(_c00); }; dojo.widget.html.stabile.description=function(v,_c02){ var _c03=dojo.widget.html.stabile._depth; var _c04=function(){ return this.description(this,true); }; try{ if(v===void (0)){ return "undefined"; } if(v===null){ return "null"; } if(typeof (v)=="boolean"||typeof (v)=="number"||v instanceof Boolean||v instanceof Number){ return v.toString(); } if(typeof (v)=="string"||v instanceof String){ var v1=v.replace(dojo.widget.html.stabile._sqQuotables,"\\$1"); v1=v1.replace(/\n/g,"\\n"); v1=v1.replace(/\r/g,"\\r"); return "'"+v1+"'"; } if(v instanceof Date){ return "new Date("+d.getFullYear+","+d.getMonth()+","+d.getDate()+")"; } var d; if(v instanceof Array||v.push){ if(_c03>=dojo.widget.html.stabile.depthLimit){ return "[ ... ]"; } d="["; var _c07=true; dojo.widget.html.stabile._depth++; for(var i=0;i=dojo.widget.html.stabile.depthLimit){ return "{ ... }"; } if(typeof (v.hasOwnProperty)!="function"&&v.prototype){ throw new Error("description: "+v+" not supported by script engine"); } var _c07=true; d="{"; dojo.widget.html.stabile._depth++; for(var key in v){ if(v[key]==void (0)||typeof (v[key])=="function"){ continue; } if(_c07){ _c07=false; }else{ d+=", "; } var kd=key; if(!kd.match(/^[a-zA-Z_][a-zA-Z0-9_]*$/)){ kd=arguments.callee(key,_c02); } d+=kd+": "+arguments.callee(v[key],_c02); } return d+"}"; } if(_c02){ if(dojo.widget.html.stabile._recur){ var _c0b=Object.prototype.toString; return _c0b.apply(v,[]); }else{ dojo.widget.html.stabile._recur=true; return v.toString(); } }else{ throw new Error("Unknown type: "+v); return "'unknown'"; } } finally{ dojo.widget.html.stabile._depth=_c03; } }; dojo.widget.html.stabile._getStorage=function(){ if(dojo.widget.html.stabile.dataField){ return dojo.widget.html.stabile.dataField; } var form=document.forms._dojo_form; return dojo.widget.html.stabile.dataField=form?form.stabile:{value:""}; }; dojo.provide("dojo.widget.ComboBox"); dojo.declare("dojo.widget.incrementalComboBoxDataProvider",null,function(_c0d){ this.searchUrl=_c0d.dataUrl; this._cache={}; this._inFlight=false; this._lastRequest=null; this.allowCache=false; },{_addToCache:function(_c0e,data){ if(this.allowCache){ this._cache[_c0e]=data; } },startSearch:function(_c10,_c11){ if(this._inFlight){ } var tss=encodeURIComponent(_c10); var _c13=dojo.string.substituteParams(this.searchUrl,{"searchString":tss}); var _c14=this; var _c15=this._lastRequest=dojo.io.bind({url:_c13,method:"get",mimetype:"text/json",load:function(type,data,evt){ _c14._inFlight=false; if(!dojo.lang.isArray(data)){ var _c19=[]; for(var key in data){ _c19.push([data[key],key]); } data=_c19; } _c14._addToCache(_c10,data); if(_c15==_c14._lastRequest){ _c11(data); } }}); this._inFlight=true; }}); dojo.declare("dojo.widget.basicComboBoxDataProvider",null,function(_c1b,node){ this._data=[]; this.searchLimit=30; this.searchType="STARTSTRING"; this.caseSensitive=false; if(!dj_undef("dataUrl",_c1b)&&!dojo.string.isBlank(_c1b.dataUrl)){ this._getData(_c1b.dataUrl); }else{ if((node)&&(node.nodeName.toLowerCase()=="select")){ var opts=node.getElementsByTagName("option"); var ol=opts.length; var data=[]; for(var x=0;x0)&&(ret.length>=this.searchLimit)){ break; } var _c30=new String((!this.caseSensitive)?this._data[x][0].toLowerCase():this._data[x][0]); if(_c30.length<_c2b.length){ continue; } if(st=="STARTSTRING"){ if(_c2b==_c30.substr(0,_c2b.length)){ ret.push(this._data[x]); } }else{ if(st=="SUBSTRING"){ if(_c30.indexOf(_c2b)>=0){ ret.push(this._data[x]); } }else{ if(st=="STARTWORD"){ var idx=_c30.indexOf(_c2b); if(idx==0){ ret.push(this._data[x]); } if(idx<=0){ continue; } var _c32=false; while(idx!=-1){ if(" ,/(".indexOf(_c30.charAt(idx-1))!=-1){ _c32=true; break; } idx=_c30.indexOf(_c2b,idx+1); } if(!_c32){ continue; }else{ ret.push(this._data[x]); } } } } } _c2c(ret); },setData:function(_c33){ this._data=_c33; }}); dojo.widget.defineWidget("dojo.widget.ComboBox",dojo.widget.HtmlWidget,{forceValidOption:false,searchType:"stringstart",dataProvider:null,autoComplete:true,searchDelay:100,dataUrl:"",fadeTime:200,maxListLength:8,mode:"local",selectedResult:null,dataProviderClass:"",buttonSrc:dojo.uri.moduleUri("dojo.widget","templates/images/combo_box_arrow.png"),dropdownToggle:"fade",templateString:"\r\n",templateCssString:".dojoComboBoxOuter {\r\n\tborder: 0px !important;\r\n\tmargin: 0px !important;\r\n\tpadding: 0px !important;\r\n\tbackground: transparent !important;\r\n\twhite-space: nowrap !important;\r\n}\r\n\r\n.dojoComboBox {\r\n\tborder: 1px inset #afafaf;\r\n\tmargin: 0px;\r\n\tpadding: 0px;\r\n\tvertical-align: middle !important;\r\n\tfloat: none !important;\r\n\tposition: static !important;\r\n\tdisplay: inline !important;\r\n}\r\n\r\n/* the input box */\r\ninput.dojoComboBox {\r\n\tborder-right-width: 0px !important; \r\n\tmargin-right: 0px !important;\r\n\tpadding-right: 0px !important;\r\n}\r\n\r\n/* the down arrow */\r\nimg.dojoComboBox {\r\n\tborder-left-width: 0px !important;\r\n\tpadding-left: 0px !important;\r\n\tmargin-left: 0px !important;\r\n}\r\n\r\n/* IE vertical-alignment calculations can be off by +-1 but these margins are collapsed away */\r\n.dj_ie img.dojoComboBox {\r\n\tmargin-top: 1px; \r\n\tmargin-bottom: 1px; \r\n}\r\n\r\n/* the drop down */\r\n.dojoComboBoxOptions {\r\n\tfont-family: Verdana, Helvetica, Garamond, sans-serif;\r\n\t/* font-size: 0.7em; */\r\n\tbackground-color: white;\r\n\tborder: 1px solid #afafaf;\r\n\tposition: absolute;\r\n\tz-index: 1000; \r\n\toverflow: auto;\r\n\tcursor: default;\r\n}\r\n\r\n.dojoComboBoxItem {\r\n\tpadding-left: 2px;\r\n\tpadding-top: 2px;\r\n\tmargin: 0px;\r\n}\r\n\r\n.dojoComboBoxItemEven {\r\n\tbackground-color: #f4f4f4;\r\n}\r\n\r\n.dojoComboBoxItemOdd {\r\n\tbackground-color: white;\r\n}\r\n\r\n.dojoComboBoxItemHighlight {\r\n\tbackground-color: #63709A;\r\n\tcolor: white;\r\n}\r\n",templateCssPath:dojo.uri.moduleUri("dojo.widget","templates/ComboBox.css"),setValue:function(_c34){ this.comboBoxValue.value=_c34; if(this.textInputNode.value!=_c34){ this.textInputNode.value=_c34; dojo.widget.html.stabile.setState(this.widgetId,this.getState(),true); this.onValueChanged(_c34); } },onValueChanged:function(_c35){ },getValue:function(){ return this.comboBoxValue.value; },getState:function(){ return {value:this.getValue()}; },setState:function(_c36){ this.setValue(_c36.value); },enable:function(){ this.disabled=false; this.textInputNode.removeAttribute("disabled"); },disable:function(){ this.disabled=true; this.textInputNode.setAttribute("disabled",true); },_getCaretPos:function(_c37){ if(dojo.lang.isNumber(_c37.selectionStart)){ return _c37.selectionStart; }else{ if(dojo.render.html.ie){ var tr=document.selection.createRange().duplicate(); var ntr=_c37.createTextRange(); tr.move("character",0); ntr.move("character",0); try{ ntr.setEndPoint("EndToEnd",tr); return String(ntr.text).replace(/\r/g,"").length; } catch(e){ return 0; } } } },_setCaretPos:function(_c3a,_c3b){ _c3b=parseInt(_c3b); this._setSelectedRange(_c3a,_c3b,_c3b); },_setSelectedRange:function(_c3c,_c3d,end){ if(!end){ end=_c3c.value.length; } if(_c3c.setSelectionRange){ _c3c.focus(); _c3c.setSelectionRange(_c3d,end); }else{ if(_c3c.createTextRange){ var _c3f=_c3c.createTextRange(); with(_c3f){ collapse(true); moveEnd("character",end); moveStart("character",_c3d); select(); } }else{ _c3c.value=_c3c.value; _c3c.blur(); _c3c.focus(); var dist=parseInt(_c3c.value.length)-end; var _c41=String.fromCharCode(37); var tcc=_c41.charCodeAt(0); for(var x=0;x0)){ var cpos=this._getCaretPos(this.textInputNode); if((cpos+1)>this.textInputNode.value.length){ this.textInputNode.value+=_c56[0][0].substr(cpos); this._setSelectedRange(this.textInputNode,cpos,this.textInputNode.value.length); } } var even=true; while(_c56.length){ var tr=_c56.shift(); if(tr){ var td=document.createElement("div"); td.appendChild(document.createTextNode(tr[0])); td.setAttribute("resultName",tr[0]); td.setAttribute("resultValue",tr[1]); td.className="dojoComboBoxItem "+((even)?"dojoComboBoxItemEven":"dojoComboBoxItemOdd"); even=(!even); this.optionsListNode.appendChild(td); } } this._showResultList(); },_onFocusInput:function(){ this._hasFocus=true; },_onBlurInput:function(){ this._hasFocus=false; this._handleBlurTimer(true,500); },_handleBlurTimer:function(_c5b,_c5c){ if(this.blurTimer&&(_c5b||_c5c)){ clearTimeout(this.blurTimer); } if(_c5c){ this.blurTimer=dojo.lang.setTimeout(this,"_checkBlurred",_c5c); } },_onMouseOver:function(evt){ if(!this._mouseover_list){ this._handleBlurTimer(true,0); this._mouseover_list=true; } },_onMouseOut:function(evt){ var _c5f=evt.relatedTarget; try{ if(!_c5f||_c5f.parentNode!=this.optionsListNode){ this._mouseover_list=false; this._handleBlurTimer(true,100); this._tryFocus(); } } catch(e){ } },_isInputEqualToResult:function(_c60){ var _c61=this.textInputNode.value; if(!this.dataProvider.caseSensitive){ _c61=_c61.toLowerCase(); _c60=_c60.toLowerCase(); } return (_c61==_c60); },_isValidOption:function(){ var tgt=dojo.html.firstElement(this.optionsListNode); var _c63=false; while(!_c63&&tgt){ if(this._isInputEqualToResult(tgt.getAttribute("resultName"))){ _c63=true; }else{ tgt=dojo.html.nextElement(tgt); } } return _c63; },_checkBlurred:function(){ if(!this._hasFocus&&!this._mouseover_list){ this._hideResultList(); if(!this.textInputNode.value.length){ this.setAllValues("",""); return; } var _c64=this._isValidOption(); if(this.forceValidOption&&!_c64){ this.setAllValues("",""); return; } if(!_c64){ this.setSelectedValue(""); } } },_selectOption:function(evt){ var tgt=null; if(!evt){ evt={target:this._highlighted_option}; } if(!dojo.html.isDescendantOf(evt.target,this.optionsListNode)){ if(!this.textInputNode.value.length){ return; } tgt=dojo.html.firstElement(this.optionsListNode); if(!tgt||!this._isInputEqualToResult(tgt.getAttribute("resultName"))){ return; } }else{ tgt=evt.target; } while((tgt.nodeType!=1)||(!tgt.getAttribute("resultName"))){ tgt=tgt.parentNode; if(tgt===dojo.body()){ return false; } } this.selectedResult=[tgt.getAttribute("resultName"),tgt.getAttribute("resultValue")]; this.setAllValues(tgt.getAttribute("resultName"),tgt.getAttribute("resultValue")); if(!evt.noHide){ this._hideResultList(); this._setSelectedRange(this.textInputNode,0,null); } this._tryFocus(); },_clearResultList:function(){ if(this.optionsListNode.innerHTML){ this.optionsListNode.innerHTML=""; } },_hideResultList:function(){ this.popupWidget.close(); },_showResultList:function(){ var _c67=this.optionsListNode.childNodes; if(_c67.length){ var _c68=Math.min(_c67.length,this.maxListLength); with(this.optionsListNode.style){ display=""; if(_c68==_c67.length){ height=""; }else{ height=_c68*dojo.html.getMarginBox(_c67[0]).height+"px"; } width=(dojo.html.getMarginBox(this.domNode).width-2)+"px"; } this.popupWidget.open(this.domNode,this,this.downArrowNode); }else{ this._hideResultList(); } },handleArrowClick:function(){ this._handleBlurTimer(true,0); this._tryFocus(); if(this.popupWidget.isShowingNow){ this._hideResultList(); }else{ this._startSearch(""); } },_tryFocus:function(){ try{ this.textInputNode.focus(); } catch(e){ } },_startSearchFromInput:function(){ this._startSearch(this.textInputNode.value); },_startSearch:function(key){ this.dataProvider.startSearch(key,dojo.lang.hitch(this,"_openResultList")); },postCreate:function(){ this.onResize(); dojo.event.connect(this.textInputNode,"onblur",this,"_onBlurInput"); dojo.event.connect(this.textInputNode,"onfocus",this,"_onFocusInput"); if(this.disabled){ this.disable(); } var s=dojo.widget.html.stabile.getState(this.widgetId); if(s){ this.setState(s); } }}); dojo.provide("struts.widget.ComboBox"); struts.widget.ComboBoxDataProvider=function(_c6b,node){ this.data=[]; this.searchLimit=_c6b.searchLimit; this.searchType="STARTSTRING"; this.caseSensitive=false; this._lastSearch=""; this._lastSearchResults=null; this.firstRequest=true; this.cbox=_c6b; this.formId=this.cbox.formId; this.formFilter=this.cbox.formFilter; this.transport=this.cbox.transport; this.getData=function(url){ dojo.html.show(this.cbox.indicator); dojo.io.bind({url:url,formNode:dojo.byId(this.formId),formFilter:window[this.formFilter],transport:this.transport,handler:dojo.lang.hitch(this,function(type,data,evt){ dojo.html.hide(this.cbox.indicator); if(!this.firstRequest||type=="error"){ this.cbox.notify.apply(this.cbox,[data,type,evt]); } this.firstRequest=false; var _c71=null; var _c72=data[dojo.string.isBlank(this.cbox.dataFieldName)?this.cbox.name:this.cbox.dataFieldName]; if(!dojo.lang.isArray(data)){ if(_c72){ if(dojo.lang.isArray(_c72)){ _c71=_c72; }else{ if(dojo.lang.isObject(_c72)){ _c71=[]; for(var key in _c72){ _c71.push([key,_c72[key]]); } } } }else{ var _c74=[]; for(var key in data){ if(dojo.string.startsWith(key,this.cbox.name)){ _c71=data[key]; break; }else{ _c74.push([key,data[key]]); } if(!_c71&&dojo.lang.isArray(data[key])&&!dojo.lang.isString(data[key])){ _c71=data[key]; } } if(!_c71){ _c71=_c74; } } data=_c71; } this.setData(data); }),mimetype:"text/json"}); }; this.startSearch=function(_c75,_c76){ this._preformSearch(_c75,_c76); }; this._preformSearch=function(_c77,_c78){ var st=this.searchType; var ret=[]; if(!this.caseSensitive){ _c77=_c77.toLowerCase(); } for(var x=0;x0)&&(ret.length>=this.searchLimit)){ break; } var _c7c=new String((!this.caseSensitive)?this.data[x][0].toLowerCase():this.data[x][0]); if(_c7c.length<_c77.length){ continue; } if(st=="STARTSTRING"){ if(_c77==_c7c.substr(0,_c77.length)){ ret.push(this.data[x]); } }else{ if(st=="SUBSTRING"){ if(_c7c.indexOf(_c77)>=0){ ret.push(this.data[x]); } }else{ if(st=="STARTWORD"){ var idx=_c7c.indexOf(_c77); if(idx==0){ ret.push(this.data[x]); } if(idx<=0){ continue; } var _c7e=false; while(idx!=-1){ if(" ,/(".indexOf(_c7c.charAt(idx-1))!=-1){ _c7e=true; break; } idx=_c7c.indexOf(_c77,idx+1); } if(!_c7e){ continue; }else{ ret.push(this.data[x]); } } } } } _c78(ret); }; this.addData=function(_c7f){ this.data=this.data.concat(_c7f); }; this.setData=function(_c80){ this.data=_c80; for(var i=0;i0)){ var cpos=this._getCaretPos(this.textInputNode); if((cpos+1)>this.textInputNode.value.length){ this.textInputNode.value+=_c8b[0][0].substr(cpos); this._setSelectedRange(this.textInputNode,cpos,this.textInputNode.value.length); } } var _c8d=this.textInputNode.value; var even=true; while(_c8b.length){ var tr=_c8b.shift(); if(tr){ var td=document.createElement("div"); var text=tr[0]; var i=text.toLowerCase().indexOf(_c8d.toLowerCase()); if(i>=0){ var pre=text.substring(0,i); var _c94=text.substring(i,i+_c8d.length); var post=text.substring(i+_c8d.length); if(!dojo.string.isBlank(pre)){ td.appendChild(document.createTextNode(pre)); } var _c96=document.createElement("b"); td.appendChild(_c96); _c96.appendChild(document.createTextNode(_c94)); td.appendChild(document.createTextNode(post)); }else{ td.appendChild(document.createTextNode(tr[0])); } td.setAttribute("resultName",tr[0]); td.setAttribute("resultValue",tr[1]); td.className="dojoComboBoxItem "+((even)?"dojoComboBoxItemEven":"dojoComboBoxItemOdd"); even=(!even); this.optionsListNode.appendChild(td); } } this.showResultList(); },postCreate:function(){ struts.widget.ComboBox.superclass.postCreate.apply(this); var self=this; if(!dojo.string.isBlank(this.listenTopics)){ var _c98=this.listenTopics.split(","); for(var i=0;i<_c98.length;i++){ dojo.event.topic.subscribe(_c98[i],function(){ var _c9a={cancel:false}; self.notify(this.widgetId,"before",_c9a); if(_c9a.cancel){ return; } self.clearValues(); self.dataProvider.getData(self.dataUrl); }); } } if(!dojo.string.isBlank(this.notifyTopics)){ this.notifyTopicsArray=this.notifyTopics.split(","); } if(!dojo.string.isBlank(this.beforeNotifyTopics)){ this.beforeNotifyTopicsArray=this.beforeNotifyTopics.split(","); } if(!dojo.string.isBlank(this.afterNotifyTopics)){ this.afterNotifyTopicsArray=this.afterNotifyTopics.split(","); } if(!dojo.string.isBlank(this.errorNotifyTopics)){ this.errorNotifyTopicsArray=this.errorNotifyTopics.split(","); } if(!dojo.string.isBlank(this.valueNotifyTopics)){ this.valueNotifyTopicsArray=this.valueNotifyTopics.split(","); } this.comboBoxSelectionValue.name=dojo.string.isBlank(this.keyName)?this.name+"Key":this.keyName; this.comboBoxValue.value=this.initialValue; this.comboBoxSelectionValue.value=this.initialKey; this.textInputNode.value=this.initialValue; if(!dojo.string.isBlank(this.tabIndex)){ this.textInputNode.tabIndex=this.tabIndex; } if(!this.visibleDownArrow){ dojo.html.hide(this.downArrowNode); } if(!dojo.string.isBlank(this.searchType)){ this.dataProvider.searchType=this.searchType.toUpperCase(); } },clearValues:function(){ this.comboBoxValue.value=""; this.comboBoxSelectionValue.value=""; this.textInputNode.value=""; },onValueChanged:function(data){ this.notify(data,"valuechanged",null); },notify:function(data,type,e){ var self=this; if(this.notifyTopicsArray){ dojo.lang.forEach(this.notifyTopicsArray,function(_ca0){ try{ dojo.event.topic.publish(_ca0,data,type,e,self); } catch(ex){ self.log(ex); } }); } var _ca1=null; switch(type){ case "before": this.notifyTo(this.beforeNotifyTopicsArray,[e,this]); break; case "load": this.notifyTo(this.afterNotifyTopicsArray,[data,e,this]); break; case "error": this.notifyTo(this.errorNotifyTopicsArray,[data,e,this]); break; case "valuechanged": this.notifyTo(this.valueNotifyTopicsArray,[this.getSelectedValue(),this.getSelectedKey(),this.getText(),this]); break; } },notifyTo:function(_ca2,_ca3){ var self=this; if(_ca2){ dojo.lang.forEach(_ca2,function(_ca5){ try{ dojo.event.topic.publishApply(_ca5,_ca3); } catch(ex){ self.log(ex); } }); } },log:function(text){ dojo.debug("["+(this.widgetId?this.widgetId:"unknown")+"] "+text); },_startSearchFromInput:function(){ var _ca7=this.textInputNode.value; if(this.loadOnType){ if(_ca7.length>=this.loadMinimum){ var _ca8=this.dataUrl+(this.dataUrl.indexOf("?")>-1?"&":"?"); _ca8+=this.name+"="+encodeURIComponent(_ca7); this.dataProvider.getData(_ca8); this._startSearch(_ca7); }else{ this._hideResultList(); } }else{ this._startSearch(_ca7); } },setSelectedKey:function(key){ var data=this.dataProvider.data; for(element in data){ var obj=data[element]; if(obj[1].toString()==key){ this.setValue(obj[0].toString()); this.comboBoxSelectionValue.value=obj[1].toString(); } } },getSelectedKey:function(){ return this.comboBoxSelectionValue.value; },getSelectedValue:function(){ return this.comboBoxValue.value; },getText:function(){ return this.textInputNode.value; }}); dojo.provide("dojo.widget.DropdownContainer"); dojo.widget.defineWidget("dojo.widget.DropdownContainer",dojo.widget.HtmlWidget,{inputWidth:"7em",id:"",inputId:"",inputName:"",iconURL:dojo.uri.moduleUri("dojo.widget","templates/images/combo_box_arrow.png"),copyClasses:false,iconAlt:"",containerToggle:"plain",containerToggleDuration:150,templateString:" \"${this.iconAlt}\"",templateCssPath:"",isContainer:true,attachTemplateNodes:function(){ dojo.widget.DropdownContainer.superclass.attachTemplateNodes.apply(this,arguments); this.popup=dojo.widget.createWidget("PopupContainer",{toggle:this.containerToggle,toggleDuration:this.containerToggleDuration}); this.containerNode=this.popup.domNode; },fillInTemplate:function(args,frag){ this.domNode.appendChild(this.popup.domNode); if(this.id){ this.domNode.id=this.id; } if(this.inputId){ this.inputNode.id=this.inputId; } if(this.inputName){ this.inputNode.name=this.inputName; } this.inputNode.style.width=this.inputWidth; this.inputNode.disabled=this.disabled; if(this.copyClasses){ this.inputNode.style=""; this.inputNode.className=this.getFragNodeRef(frag).className; } dojo.event.connect(this.inputNode,"onchange",this,"onInputChange"); },onIconClick:function(evt){ if(this.disabled){ return; } if(!this.popup.isShowingNow){ this.popup.open(this.inputNode,this,this.buttonNode); }else{ this.popup.close(); } },hideContainer:function(){ if(this.popup.isShowingNow){ this.popup.close(); } },onInputChange:function(){ },enable:function(){ this.inputNode.disabled=false; dojo.widget.DropdownContainer.superclass.enable.apply(this,arguments); },disable:function(){ this.inputNode.disabled=true; dojo.widget.DropdownContainer.superclass.disable.apply(this,arguments); }}); dojo.provide("dojo.date.serialize"); dojo.date.setIso8601=function(_caf,_cb0){ var _cb1=(_cb0.indexOf("T")==-1)?_cb0.split(" "):_cb0.split("T"); _caf=dojo.date.setIso8601Date(_caf,_cb1[0]); if(_cb1.length==2){ _caf=dojo.date.setIso8601Time(_caf,_cb1[1]); } return _caf; }; dojo.date.fromIso8601=function(_cb2){ return dojo.date.setIso8601(new Date(0,0),_cb2); }; dojo.date.setIso8601Date=function(_cb3,_cb4){ var _cb5="^([0-9]{4})((-?([0-9]{2})(-?([0-9]{2}))?)|"+"(-?([0-9]{3}))|(-?W([0-9]{2})(-?([1-7]))?))?$"; var d=_cb4.match(new RegExp(_cb5)); if(!d){ dojo.debug("invalid date string: "+_cb4); return null; } var year=d[1]; var _cb8=d[4]; var date=d[6]; var _cba=d[8]; var week=d[10]; var _cbc=d[12]?d[12]:1; _cb3.setFullYear(year); if(_cba){ _cb3.setMonth(0); _cb3.setDate(Number(_cba)); }else{ if(week){ _cb3.setMonth(0); _cb3.setDate(1); var gd=_cb3.getDay(); var day=gd?gd:7; var _cbf=Number(_cbc)+(7*Number(week)); if(day<=4){ _cb3.setDate(_cbf+1-day); }else{ _cb3.setDate(_cbf+8-day); } }else{ if(_cb8){ _cb3.setDate(1); _cb3.setMonth(_cb8-1); } if(date){ _cb3.setDate(date); } } } return _cb3; }; dojo.date.fromIso8601Date=function(_cc0){ return dojo.date.setIso8601Date(new Date(0,0),_cc0); }; dojo.date.setIso8601Time=function(_cc1,_cc2){ var _cc3="Z|(([-+])([0-9]{2})(:?([0-9]{2}))?)$"; var d=_cc2.match(new RegExp(_cc3)); var _cc5=0; if(d){ if(d[0]!="Z"){ _cc5=(Number(d[3])*60)+Number(d[5]); _cc5*=((d[2]=="-")?1:-1); } _cc5-=_cc1.getTimezoneOffset(); _cc2=_cc2.substr(0,_cc2.length-d[0].length); } var _cc6="^([0-9]{2})(:?([0-9]{2})(:?([0-9]{2})(.([0-9]+))?)?)?$"; d=_cc2.match(new RegExp(_cc6)); if(!d){ dojo.debug("invalid time string: "+_cc2); return null; } var _cc7=d[1]; var mins=Number((d[3])?d[3]:0); var secs=(d[5])?d[5]:0; var ms=d[7]?(Number("0."+d[7])*1000):0; _cc1.setHours(_cc7); _cc1.setMinutes(mins); _cc1.setSeconds(secs); _cc1.setMilliseconds(ms); if(_cc5!==0){ _cc1.setTime(_cc1.getTime()+_cc5*60000); } return _cc1; }; dojo.date.fromIso8601Time=function(_ccb){ return dojo.date.setIso8601Time(new Date(0,0),_ccb); }; dojo.date.toRfc3339=function(_ccc,_ccd){ if(!_ccc){ _ccc=new Date(); } var _=dojo.string.pad; var _ccf=[]; if(_ccd!="timeOnly"){ var date=[_(_ccc.getFullYear(),4),_(_ccc.getMonth()+1,2),_(_ccc.getDate(),2)].join("-"); _ccf.push(date); } if(_ccd!="dateOnly"){ var time=[_(_ccc.getHours(),2),_(_ccc.getMinutes(),2),_(_ccc.getSeconds(),2)].join(":"); var _cd2=_ccc.getTimezoneOffset(); time+=(_cd2>0?"-":"+")+_(Math.floor(Math.abs(_cd2)/60),2)+":"+_(Math.abs(_cd2)%60,2); _ccf.push(time); } return _ccf.join("T"); }; dojo.date.fromRfc3339=function(_cd3){ if(_cd3.indexOf("Tany")!=-1){ _cd3=_cd3.replace("Tany",""); } var _cd4=new Date(); return dojo.date.setIso8601(_cd4,_cd3); }; dojo.provide("dojo.date.common"); dojo.date.setDayOfYear=function(_cd5,_cd6){ _cd5.setMonth(0); _cd5.setDate(_cd6); return _cd5; }; dojo.date.getDayOfYear=function(_cd7){ var _cd8=_cd7.getFullYear(); var _cd9=new Date(_cd8-1,11,31); return Math.floor((_cd7.getTime()-_cd9.getTime())/86400000); }; dojo.date.setWeekOfYear=function(_cda,week,_cdc){ if(arguments.length==1){ _cdc=0; } dojo.unimplemented("dojo.date.setWeekOfYear"); }; dojo.date.getWeekOfYear=function(_cdd,_cde){ if(arguments.length==1){ _cde=0; } var _cdf=new Date(_cdd.getFullYear(),0,1); var day=_cdf.getDay(); _cdf.setDate(_cdf.getDate()-day+_cde-(day>_cde?7:0)); return Math.floor((_cdd.getTime()-_cdf.getTime())/604800000); }; dojo.date.setIsoWeekOfYear=function(_ce1,week,_ce3){ if(arguments.length==1){ _ce3=1; } dojo.unimplemented("dojo.date.setIsoWeekOfYear"); }; dojo.date.getIsoWeekOfYear=function(_ce4,_ce5){ if(arguments.length==1){ _ce5=1; } dojo.unimplemented("dojo.date.getIsoWeekOfYear"); }; dojo.date.shortTimezones=["IDLW","BET","HST","MART","AKST","PST","MST","CST","EST","AST","NFT","BST","FST","AT","GMT","CET","EET","MSK","IRT","GST","AFT","AGTT","IST","NPT","ALMT","MMT","JT","AWST","JST","ACST","AEST","LHST","VUT","NFT","NZT","CHAST","PHOT","LINT"]; dojo.date.timezoneOffsets=[-720,-660,-600,-570,-540,-480,-420,-360,-300,-240,-210,-180,-120,-60,0,60,120,180,210,240,270,300,330,345,360,390,420,480,540,570,600,630,660,690,720,765,780,840]; dojo.date.getDaysInMonth=function(_ce6){ var _ce7=_ce6.getMonth(); var days=[31,28,31,30,31,30,31,31,30,31,30,31]; if(_ce7==1&&dojo.date.isLeapYear(_ce6)){ return 29; }else{ return days[_ce7]; } }; dojo.date.isLeapYear=function(_ce9){ var year=_ce9.getFullYear(); return (year%400==0)?true:(year%100==0)?false:(year%4==0)?true:false; }; dojo.date.getTimezoneName=function(_ceb){ var str=_ceb.toString(); var tz=""; var _cee; var pos=str.indexOf("("); if(pos>-1){ pos++; tz=str.substring(pos,str.indexOf(")")); }else{ var pat=/([A-Z\/]+) \d{4}$/; if((_cee=str.match(pat))){ tz=_cee[1]; }else{ str=_ceb.toLocaleString(); pat=/ ([A-Z\/]+)$/; if((_cee=str.match(pat))){ tz=_cee[1]; } } } return tz=="AM"||tz=="PM"?"":tz; }; dojo.date.getOrdinal=function(_cf1){ var date=_cf1.getDate(); if(date%100!=11&&date%10==1){ return "st"; }else{ if(date%100!=12&&date%10==2){ return "nd"; }else{ if(date%100!=13&&date%10==3){ return "rd"; }else{ return "th"; } } } }; dojo.date.compareTypes={DATE:1,TIME:2}; dojo.date.compare=function(_cf3,_cf4,_cf5){ var dA=_cf3; var dB=_cf4||new Date(); var now=new Date(); with(dojo.date.compareTypes){ var opt=_cf5||(DATE|TIME); var d1=new Date((opt&DATE)?dA.getFullYear():now.getFullYear(),(opt&DATE)?dA.getMonth():now.getMonth(),(opt&DATE)?dA.getDate():now.getDate(),(opt&TIME)?dA.getHours():0,(opt&TIME)?dA.getMinutes():0,(opt&TIME)?dA.getSeconds():0); var d2=new Date((opt&DATE)?dB.getFullYear():now.getFullYear(),(opt&DATE)?dB.getMonth():now.getMonth(),(opt&DATE)?dB.getDate():now.getDate(),(opt&TIME)?dB.getHours():0,(opt&TIME)?dB.getMinutes():0,(opt&TIME)?dB.getSeconds():0); } if(d1.valueOf()>d2.valueOf()){ return 1; } if(d1.valueOf()0)?5:-5; _d01=(incr>0)?((incr-5)/5):((incr+5)/5); }else{ days=mod; _d01=parseInt(incr/5); } strt=dt.getDay(); if(strt==6&&incr>0){ adj=1; }else{ if(strt==0&&incr<0){ adj=-1; } } trgt=(strt+days); if(trgt==0||trgt==6){ adj=(incr>0)?2:-2; } sum.setDate(dat+(7*_d01)+days+adj); break; case HOUR: sum.setHours(sum.getHours()+incr); break; case MINUTE: sum.setMinutes(sum.getMinutes()+incr); break; case SECOND: sum.setSeconds(sum.getSeconds()+incr); break; case MILLISECOND: sum.setMilliseconds(sum.getMilliseconds()+incr); break; default: break; } } return sum; }; dojo.date.diff=function(dtA,dtB,_d09){ if(typeof dtA=="number"){ dtA=new Date(dtA); } if(typeof dtB=="number"){ dtB=new Date(dtB); } var _d0a=dtB.getFullYear()-dtA.getFullYear(); var _d0b=(dtB.getMonth()-dtA.getMonth())+(_d0a*12); var _d0c=dtB.getTime()-dtA.getTime(); var _d0d=_d0c/1000; var _d0e=_d0d/60; var _d0f=_d0e/60; var _d10=_d0f/24; var _d11=_d10/7; var _d12=0; with(dojo.date.dateParts){ switch(_d09){ case YEAR: _d12=_d0a; break; case QUARTER: var mA=dtA.getMonth(); var mB=dtB.getMonth(); var qA=Math.floor(mA/3)+1; var qB=Math.floor(mB/3)+1; qB+=(_d0a*4); _d12=qB-qA; break; case MONTH: _d12=_d0b; break; case WEEK: _d12=parseInt(_d11); break; case DAY: _d12=_d10; break; case WEEKDAY: var days=Math.round(_d10); var _d18=parseInt(days/7); var mod=days%7; if(mod==0){ days=_d18*5; }else{ var adj=0; var aDay=dtA.getDay(); var bDay=dtB.getDay(); _d18=parseInt(days/7); mod=days%7; var _d1d=new Date(dtA); _d1d.setDate(_d1d.getDate()+(_d18*7)); var _d1e=_d1d.getDay(); if(_d10>0){ switch(true){ case aDay==6: adj=-1; break; case aDay==0: adj=0; break; case bDay==6: adj=-1; break; case bDay==0: adj=-2; break; case (_d1e+mod)>5: adj=-2; break; default: break; } }else{ if(_d10<0){ switch(true){ case aDay==6: adj=0; break; case aDay==0: adj=1; break; case bDay==6: adj=2; break; case bDay==0: adj=1; break; case (_d1e+mod)<0: adj=2; break; default: break; } } } days+=adj; days-=(_d18*2); } _d12=days; break; case HOUR: _d12=_d0f; break; case MINUTE: _d12=_d0e; break; case SECOND: _d12=_d0d; break; case MILLISECOND: _d12=_d0c; break; default: break; } } return Math.round(_d12); }; dojo.provide("dojo.date.supplemental"); dojo.date.getFirstDayOfWeek=function(_d1f){ var _d20={mv:5,ae:6,af:6,bh:6,dj:6,dz:6,eg:6,er:6,et:6,iq:6,ir:6,jo:6,ke:6,kw:6,lb:6,ly:6,ma:6,om:6,qa:6,sa:6,sd:6,so:6,tn:6,ye:6,as:0,au:0,az:0,bw:0,ca:0,cn:0,fo:0,ge:0,gl:0,gu:0,hk:0,ie:0,il:0,is:0,jm:0,jp:0,kg:0,kr:0,la:0,mh:0,mo:0,mp:0,mt:0,nz:0,ph:0,pk:0,sg:0,th:0,tt:0,tw:0,um:0,us:0,uz:0,vi:0,za:0,zw:0,et:0,mw:0,ng:0,tj:0,gb:0,sy:4}; _d1f=dojo.hostenv.normalizeLocale(_d1f); var _d21=_d1f.split("-")[1]; var dow=_d20[_d21]; return (typeof dow=="undefined")?1:dow; }; dojo.date.getWeekend=function(_d23){ var _d24={eg:5,il:5,sy:5,"in":0,ae:4,bh:4,dz:4,iq:4,jo:4,kw:4,lb:4,ly:4,ma:4,om:4,qa:4,sa:4,sd:4,tn:4,ye:4}; var _d25={ae:5,bh:5,dz:5,iq:5,jo:5,kw:5,lb:5,ly:5,ma:5,om:5,qa:5,sa:5,sd:5,tn:5,ye:5,af:5,ir:5,eg:6,il:6,sy:6}; _d23=dojo.hostenv.normalizeLocale(_d23); var _d26=_d23.split("-")[1]; var _d27=_d24[_d26]; var end=_d25[_d26]; if(typeof _d27=="undefined"){ _d27=6; } if(typeof end=="undefined"){ end=0; } return {start:_d27,end:end}; }; dojo.date.isWeekend=function(_d29,_d2a){ var _d2b=dojo.date.getWeekend(_d2a); var day=(_d29||new Date()).getDay(); if(_d2b.end<_d2b.start){ _d2b.end+=7; if(day<_d2b.start){ day+=7; } } return day>=_d2b.start&&day<=_d2b.end; }; dojo.provide("dojo.i18n.common"); dojo.i18n.getLocalization=function(_d2d,_d2e,_d2f){ dojo.hostenv.preloadLocalizations(); _d2f=dojo.hostenv.normalizeLocale(_d2f); var _d30=_d2f.split("-"); var _d31=[_d2d,"nls",_d2e].join("."); var _d32=dojo.hostenv.findModule(_d31,true); var _d33; for(var i=_d30.length;i>0;i--){ var loc=_d30.slice(0,i).join("_"); if(_d32[loc]){ _d33=_d32[loc]; break; } } if(!_d33){ _d33=_d32.ROOT; } if(_d33){ var _d36=function(){ }; _d36.prototype=_d33; return new _d36(); } dojo.raise("Bundle not found: "+_d2e+" in "+_d2d+" , locale="+_d2f); }; dojo.i18n.isLTR=function(_d37){ var lang=dojo.hostenv.normalizeLocale(_d37).split("-")[0]; var RTL={ar:true,fa:true,he:true,ur:true,yi:true}; return !RTL[lang]; }; dojo.provide("dojo.date.format"); (function(){ dojo.date.format=function(_d3a,_d3b){ if(typeof _d3b=="string"){ dojo.deprecated("dojo.date.format","To format dates with POSIX-style strings, please use dojo.date.strftime instead","0.5"); return dojo.date.strftime(_d3a,_d3b); } function formatPattern(_d3c,_d3d){ return _d3d.replace(/([a-z])\1*/ig,function(_d3e){ var s; var c=_d3e.charAt(0); var l=_d3e.length; var pad; var _d43=["abbr","wide","narrow"]; switch(c){ case "G": if(l>3){ dojo.unimplemented("Era format not implemented"); } s=info.eras[_d3c.getFullYear()<0?1:0]; break; case "y": s=_d3c.getFullYear(); switch(l){ case 1: break; case 2: s=String(s).substr(-2); break; default: pad=true; } break; case "Q": case "q": s=Math.ceil((_d3c.getMonth()+1)/3); switch(l){ case 1: case 2: pad=true; break; case 3: case 4: dojo.unimplemented("Quarter format not implemented"); } break; case "M": case "L": var m=_d3c.getMonth(); var _d46; switch(l){ case 1: case 2: s=m+1; pad=true; break; case 3: case 4: case 5: _d46=_d43[l-3]; break; } if(_d46){ var type=(c=="L")?"standalone":"format"; var prop=["months",type,_d46].join("-"); s=info[prop][m]; } break; case "w": var _d49=0; s=dojo.date.getWeekOfYear(_d3c,_d49); pad=true; break; case "d": s=_d3c.getDate(); pad=true; break; case "D": s=dojo.date.getDayOfYear(_d3c); pad=true; break; case "E": case "e": case "c": var d=_d3c.getDay(); var _d46; switch(l){ case 1: case 2: if(c=="e"){ var _d4b=dojo.date.getFirstDayOfWeek(_d3b.locale); d=(d-_d4b+7)%7; } if(c!="c"){ s=d+1; pad=true; break; } case 3: case 4: case 5: _d46=_d43[l-3]; break; } if(_d46){ var type=(c=="c")?"standalone":"format"; var prop=["days",type,_d46].join("-"); s=info[prop][d]; } break; case "a": var _d4c=(_d3c.getHours()<12)?"am":"pm"; s=info[_d4c]; break; case "h": case "H": case "K": case "k": var h=_d3c.getHours(); switch(c){ case "h": s=(h%12)||12; break; case "H": s=h; break; case "K": s=(h%12); break; case "k": s=h||24; break; } pad=true; break; case "m": s=_d3c.getMinutes(); pad=true; break; case "s": s=_d3c.getSeconds(); pad=true; break; case "S": s=Math.round(_d3c.getMilliseconds()*Math.pow(10,l-3)); break; case "v": case "z": s=dojo.date.getTimezoneName(_d3c); if(s){ break; } l=4; case "Z": var _d4e=_d3c.getTimezoneOffset(); var tz=[(_d4e<=0?"+":"-"),dojo.string.pad(Math.floor(Math.abs(_d4e)/60),2),dojo.string.pad(Math.abs(_d4e)%60,2)]; if(l==4){ tz.splice(0,0,"GMT"); tz.splice(3,0,":"); } s=tz.join(""); break; case "Y": case "u": case "W": case "F": case "g": case "A": dojo.debug(_d3e+" modifier not yet implemented"); s="?"; break; default: dojo.raise("dojo.date.format: invalid pattern char: "+_d3d); } if(pad){ s=dojo.string.pad(s,l); } return s; }); } _d3b=_d3b||{}; var _d50=dojo.hostenv.normalizeLocale(_d3b.locale); var _d51=_d3b.formatLength||"full"; var info=dojo.date._getGregorianBundle(_d50); var str=[]; var _d53=dojo.lang.curry(this,formatPattern,_d3a); if(_d3b.selector!="timeOnly"){ var _d54=_d3b.datePattern||info["dateFormat-"+_d51]; if(_d54){ str.push(_processPattern(_d54,_d53)); } } if(_d3b.selector!="dateOnly"){ var _d55=_d3b.timePattern||info["timeFormat-"+_d51]; if(_d55){ str.push(_processPattern(_d55,_d53)); } } var _d56=str.join(" "); return _d56; }; dojo.date.parse=function(_d57,_d58){ _d58=_d58||{}; var _d59=dojo.hostenv.normalizeLocale(_d58.locale); var info=dojo.date._getGregorianBundle(_d59); var _d5b=_d58.formatLength||"full"; if(!_d58.selector){ _d58.selector="dateOnly"; } var _d5c=_d58.datePattern||info["dateFormat-"+_d5b]; var _d5d=_d58.timePattern||info["timeFormat-"+_d5b]; var _d5e; if(_d58.selector=="dateOnly"){ _d5e=_d5c; }else{ if(_d58.selector=="timeOnly"){ _d5e=_d5d; }else{ if(_d58.selector=="dateTime"){ _d5e=_d5c+" "+_d5d; }else{ var msg="dojo.date.parse: Unknown selector param passed: '"+_d58.selector+"'."; msg+=" Defaulting to date pattern."; dojo.debug(msg); _d5e=_d5c; } } } var _d60=[]; var _d61=_processPattern(_d5e,dojo.lang.curry(this,_buildDateTimeRE,_d60,info,_d58)); var _d62=new RegExp("^"+_d61+"$"); var _d63=_d62.exec(_d57); if(!_d63){ return null; } var _d64=["abbr","wide","narrow"]; var _d65=new Date(1972,0); var _d66={}; for(var i=1;i<_d63.length;i++){ var grp=_d60[i-1]; var l=grp.length; var v=_d63[i]; switch(grp.charAt(0)){ case "y": if(l!=2){ _d65.setFullYear(v); _d66.year=v; }else{ if(v<100){ v=Number(v); var year=""+new Date().getFullYear(); var _d6c=year.substring(0,2)*100; var _d6d=Number(year.substring(2,4)); var _d6e=Math.min(_d6d+20,99); var num=(v<_d6e)?_d6c+v:_d6c-100+v; _d65.setFullYear(num); _d66.year=num; }else{ if(_d58.strict){ return null; } _d65.setFullYear(v); _d66.year=v; } } break; case "M": if(l>2){ if(!_d58.strict){ v=v.replace(/\./g,""); v=v.toLowerCase(); } var _d70=info["months-format-"+_d64[l-3]].concat(); for(var j=0;j<_d70.length;j++){ if(!_d58.strict){ _d70[j]=_d70[j].toLowerCase(); } if(v==_d70[j]){ _d65.setMonth(j); _d66.month=j; break; } } if(j==_d70.length){ dojo.debug("dojo.date.parse: Could not parse month name: '"+v+"'."); return null; } }else{ _d65.setMonth(v-1); _d66.month=v-1; } break; case "E": case "e": if(!_d58.strict){ v=v.toLowerCase(); } var days=info["days-format-"+_d64[l-3]].concat(); for(var j=0;j23){ dojo.debug("dojo.date.parse: Illegal hours value"); return null; } _d65.setHours(v); break; case "m": _d65.setMinutes(v); break; case "s": _d65.setSeconds(v); break; case "S": _d65.setMilliseconds(v); break; default: dojo.unimplemented("dojo.date.parse: unsupported pattern char="+grp.charAt(0)); } } if(_d66.year&&_d65.getFullYear()!=_d66.year){ dojo.debug("Parsed year: '"+_d65.getFullYear()+"' did not match input year: '"+_d66.year+"'."); return null; } if(_d66.month&&_d65.getMonth()!=_d66.month){ dojo.debug("Parsed month: '"+_d65.getMonth()+"' did not match input month: '"+_d66.month+"'."); return null; } if(_d66.date&&_d65.getDate()!=_d66.date){ dojo.debug("Parsed day of month: '"+_d65.getDate()+"' did not match input day of month: '"+_d66.date+"'."); return null; } return _d65; }; function _processPattern(_d76,_d77,_d78,_d79){ var _d7a=function(x){ return x; }; _d77=_d77||_d7a; _d78=_d78||_d7a; _d79=_d79||_d7a; var _d7c=_d76.match(/(''|[^'])+/g); var _d7d=false; for(var i=0;i<_d7c.length;i++){ if(!_d7c[i]){ _d7c[i]=""; }else{ _d7c[i]=(_d7d?_d78:_d77)(_d7c[i]); _d7d=!_d7d; } } return _d79(_d7c.join("")); } function _buildDateTimeRE(_d7f,info,_d81,_d82){ return _d82.replace(/([a-z])\1*/ig,function(_d83){ var s; var c=_d83.charAt(0); var l=_d83.length; switch(c){ case "y": s="\\d"+((l==2)?"{2,4}":"+"); break; case "M": s=(l>2)?"\\S+":"\\d{1,2}"; break; case "d": s="\\d{1,2}"; break; case "E": s="\\S+"; break; case "h": case "H": case "K": case "k": s="\\d{1,2}"; break; case "m": case "s": s="[0-5]\\d"; break; case "S": s="\\d{1,3}"; break; case "a": var am=_d81.am||info.am||"AM"; var pm=_d81.pm||info.pm||"PM"; if(_d81.strict){ s=am+"|"+pm; }else{ s=am; s+=(am!=am.toLowerCase())?"|"+am.toLowerCase():""; s+="|"; s+=(pm!=pm.toLowerCase())?pm+"|"+pm.toLowerCase():pm; } break; default: dojo.unimplemented("parse of date format, pattern="+_d82); } if(_d7f){ _d7f.push(_d83); } return "\\s*("+s+")\\s*"; }); } })(); dojo.date.strftime=function(_d89,_d8a,_d8b){ var _d8c=null; function _(s,n){ return dojo.string.pad(s,n||2,_d8c||"0"); } var info=dojo.date._getGregorianBundle(_d8b); function $(_d90){ switch(_d90){ case "a": return dojo.date.getDayShortName(_d89,_d8b); case "A": return dojo.date.getDayName(_d89,_d8b); case "b": case "h": return dojo.date.getMonthShortName(_d89,_d8b); case "B": return dojo.date.getMonthName(_d89,_d8b); case "c": return dojo.date.format(_d89,{locale:_d8b}); case "C": return _(Math.floor(_d89.getFullYear()/100)); case "d": return _(_d89.getDate()); case "D": return $("m")+"/"+$("d")+"/"+$("y"); case "e": if(_d8c==null){ _d8c=" "; } return _(_d89.getDate()); case "f": if(_d8c==null){ _d8c=" "; } return _(_d89.getMonth()+1); case "g": break; case "G": dojo.unimplemented("unimplemented modifier 'G'"); break; case "F": return $("Y")+"-"+$("m")+"-"+$("d"); case "H": return _(_d89.getHours()); case "I": return _(_d89.getHours()%12||12); case "j": return _(dojo.date.getDayOfYear(_d89),3); case "k": if(_d8c==null){ _d8c=" "; } return _(_d89.getHours()); case "l": if(_d8c==null){ _d8c=" "; } return _(_d89.getHours()%12||12); case "m": return _(_d89.getMonth()+1); case "M": return _(_d89.getMinutes()); case "n": return "\n"; case "p": return info[_d89.getHours()<12?"am":"pm"]; case "r": return $("I")+":"+$("M")+":"+$("S")+" "+$("p"); case "R": return $("H")+":"+$("M"); case "S": return _(_d89.getSeconds()); case "t": return "\t"; case "T": return $("H")+":"+$("M")+":"+$("S"); case "u": return String(_d89.getDay()||7); case "U": return _(dojo.date.getWeekOfYear(_d89)); case "V": return _(dojo.date.getIsoWeekOfYear(_d89)); case "W": return _(dojo.date.getWeekOfYear(_d89,1)); case "w": return String(_d89.getDay()); case "x": return dojo.date.format(_d89,{selector:"dateOnly",locale:_d8b}); case "X": return dojo.date.format(_d89,{selector:"timeOnly",locale:_d8b}); case "y": return _(_d89.getFullYear()%100); case "Y": return String(_d89.getFullYear()); case "z": var _d91=_d89.getTimezoneOffset(); return (_d91>0?"-":"+")+_(Math.floor(Math.abs(_d91)/60))+":"+_(Math.abs(_d91)%60); case "Z": return dojo.date.getTimezoneName(_d89); case "%": return "%"; } } var _d92=""; var i=0; var _d94=0; var _d95=null; while((_d94=_d8a.indexOf("%",i))!=-1){ _d92+=_d8a.substring(i,_d94++); switch(_d8a.charAt(_d94++)){ case "_": _d8c=" "; break; case "-": _d8c=""; break; case "0": _d8c="0"; break; case "^": _d95="upper"; break; case "*": _d95="lower"; break; case "#": _d95="swap"; break; default: _d8c=null; _d94--; break; } var _d96=$(_d8a.charAt(_d94++)); switch(_d95){ case "upper": _d96=_d96.toUpperCase(); break; case "lower": _d96=_d96.toLowerCase(); break; case "swap": var _d97=_d96.toLowerCase(); var _d98=""; var j=0; var ch=""; while(j<_d96.length){ ch=_d96.charAt(j); _d98+=(ch==_d97.charAt(j))?ch.toUpperCase():ch.toLowerCase(); j++; } _d96=_d98; break; default: break; } _d95=null; _d92+=_d96; i=_d94; } _d92+=_d8a.substring(i); return _d92; }; (function(){ var _d9b=[]; dojo.date.addCustomFormats=function(_d9c,_d9d){ _d9b.push({pkg:_d9c,name:_d9d}); }; dojo.date._getGregorianBundle=function(_d9e){ var _d9f={}; dojo.lang.forEach(_d9b,function(desc){ var _da1=dojo.i18n.getLocalization(desc.pkg,desc.name,_d9e); _d9f=dojo.lang.mixin(_d9f,_da1); },this); return _d9f; }; })(); dojo.date.addCustomFormats("dojo.i18n.calendar","gregorian"); dojo.date.addCustomFormats("dojo.i18n.calendar","gregorianExtras"); dojo.date.getNames=function(item,type,use,_da5){ var _da6; var _da7=dojo.date._getGregorianBundle(_da5); var _da8=[item,use,type]; if(use=="standAlone"){ _da6=_da7[_da8.join("-")]; } _da8[1]="format"; return (_da6||_da7[_da8.join("-")]).concat(); }; dojo.date.getDayName=function(_da9,_daa){ return dojo.date.getNames("days","wide","format",_daa)[_da9.getDay()]; }; dojo.date.getDayShortName=function(_dab,_dac){ return dojo.date.getNames("days","abbr","format",_dac)[_dab.getDay()]; }; dojo.date.getMonthName=function(_dad,_dae){ return dojo.date.getNames("months","wide","format",_dae)[_dad.getMonth()]; }; dojo.date.getMonthShortName=function(_daf,_db0){ return dojo.date.getNames("months","abbr","format",_db0)[_daf.getMonth()]; }; dojo.date.toRelativeString=function(_db1){ var now=new Date(); var diff=(now-_db1)/1000; var end=" ago"; var _db5=false; if(diff<0){ _db5=true; end=" from now"; diff=-diff; } if(diff<60){ diff=Math.round(diff); return diff+" second"+(diff==1?"":"s")+end; } if(diff<60*60){ diff=Math.round(diff/60); return diff+" minute"+(diff==1?"":"s")+end; } if(diff<60*60*24){ diff=Math.round(diff/3600); return diff+" hour"+(diff==1?"":"s")+end; } if(diff<60*60*24*7){ diff=Math.round(diff/(3600*24)); if(diff==1){ return _db5?"Tomorrow":"Yesterday"; }else{ return diff+" days"+end; } } return dojo.date.format(_db1); }; dojo.date.toSql=function(_db6,_db7){ return dojo.date.strftime(_db6,"%F"+!_db7?" %T":""); }; dojo.date.fromSql=function(_db8){ var _db9=_db8.split(/[\- :]/g); while(_db9.length<6){ _db9.push(0); } return new Date(_db9[0],(parseInt(_db9[1],10)-1),_db9[2],_db9[3],_db9[4],_db9[5]); }; dojo.provide("dojo.widget.TimePicker"); dojo.widget.defineWidget("dojo.widget.TimePicker",dojo.widget.HtmlWidget,function(){ this.time=""; this.useDefaultTime=false; this.useDefaultMinutes=false; this.storedTime=""; this.currentTime={}; this.classNames={selectedTime:"selectedItem"}; this.any="any"; this.selectedTime={hour:"",minute:"",amPm:"",anyTime:false}; this.hourIndexMap=["",2,4,6,8,10,1,3,5,7,9,11,0]; this.minuteIndexMap=[0,2,4,6,8,10,1,3,5,7,9,11]; },{isContainer:false,templateString:"
    \r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t
     ${this.calendar.field-hour}${this.calendar.field-minute} 
    \r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t
    126
    17
    28
    39
    410
    511
    \r\n\t\t\t\t
    \r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t
    0030
    0535
    1040
    1545
    2050
    2555
    \r\n\t\t\t\t
     \r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t
    ${this.calendar.am}${this.calendar.pm}
    \r\n\t\t\t\t
    \r\n\t\t\t\t\t
    ${this.widgetStrings.any}
    \r\n\t\t\t\t
     
    \r\n
    \r\n",templateCssString:"/*Time Picker */\r\n.timePickerContainer {\r\n\twidth:122px;\r\n\tfont-family:Tahoma, Myriad, Helvetica, Arial, Verdana, sans-serif;\r\n\tfont-size:16px;\r\n}\r\n\r\n.timeContainer {\r\n\tborder-collapse:collapse;\r\n\tborder-spacing:0;\r\n}\r\n\r\n.timeContainer thead {\r\n\tcolor:#293a4b;\r\n\tfont-size:0.9em;\r\n\tfont-weight:700;\r\n}\r\n\r\n.timeContainer thead td {\r\n\tpadding:0.25em;\r\n\tfont-size:0.80em;\r\n\tborder-bottom:1px solid #6782A8;\r\n}\r\n\r\n.timeCorner {\r\n\twidth:10px;\r\n}\r\n\r\n.cornerTopLeft {\r\n\tbackground: url(\"images/dpCurveTL.png\") top left no-repeat;\r\n}\r\n\r\n.cornerTopRight {\r\n\tbackground: url(\"images/dpCurveTR.png\") top right no-repeat;\r\n}\r\n\r\n.timeLabelContainer {\r\n\tbackground: url(\"images/dpMonthBg.png\") top left repeat-x;\r\n}\r\n\r\n.hours, .minutes, .timeBorder {\r\n\tbackground: #7591bc url(\"images/dpBg.gif\") top left repeat-x;\r\n\r\n}\r\n\r\n.hours td, .minutes td {\r\n\tpadding:0.2em;\r\n\ttext-align:center;\r\n\tfont-size:0.7em;\r\n\tfont-weight:bold;\r\n\tcursor:pointer;\r\n\tcursor:hand;\r\n\tcolor:#fff;\r\n}\r\n\r\n.minutes {\r\n\tborder-left:1px solid #f5d1db;\r\n}\r\n\r\n.hours {\r\n\tborder-right:1px solid #6782A8;\r\n}\r\n\r\n.hourSelector {\r\n\tborder-right:1px solid #6782A8;\r\n\tpadding:5px;\r\n\tpadding-right:10px;\r\n}\r\n\r\n.minutesSelector {\r\n\tpadding:5px;\r\n\tborder-left:1px solid #f5c7d4;\r\n\ttext-align:center;\r\n}\r\n\r\n.minutesHeading {\r\n\tpadding-left:9px !important;\r\n}\r\n\r\n.timeOptions {\r\n\tbackground-color:#F9C9D7;\r\n}\r\n\r\n.timeContainer .cornerBottomLeft, .timeContainer .cornerBottomRight, .timeContainer .timeOptions {\r\n\tborder-top:1px solid #6782A8;\r\n}\r\n\r\n.timeContainer .cornerBottomLeft {\r\n\tbackground: url(\"images/dpCurveBL.png\") bottom left no-repeat !important;\r\n\twidth:9px !important;\r\n\tpadding:0;\r\n\tmargin:0;\r\n}\r\n\r\n.timeContainer .cornerBottomRight {\r\n\tbackground: url(\"images/dpCurveBR.png\") bottom right no-repeat !important;\r\n\twidth:9px !important;\r\n\tpadding:0;\r\n\tmargin:0;\r\n}\r\n\r\n.timeOptions {\r\n\tcolor:#fff;\r\n\tbackground:url(\"images/dpYearBg.png\") top left repeat-x;\r\n\r\n}\r\n\r\n.selectedItem {\r\n\tbackground-color:#fff;\r\n\tcolor:#6782a8 !important;\r\n}\r\n\r\n.timeOptions .selectedItem {\r\n\tcolor:#fff !important;\r\n\tbackground-color:#9ec3fb !important;\r\n}\r\n\r\n.anyTimeContainer {\r\n\ttext-align:center;\r\n\tfont-weight:bold;\r\n\tfont-size:0.7em;\r\n\tpadding:0.1em;\r\n\tcursor:pointer;\r\n\tcursor:hand;\r\n\tcolor:#fff !important;\r\n}\r\n\r\n.amPmContainer {\r\n\twidth:100%;\r\n}\r\n\r\n.amPmContainer td {\r\n\ttext-align:center;\r\n\tfont-size:0.7em;\r\n\tfont-weight:bold;\r\n\tcursor:pointer;\r\n\tcursor:hand;\r\n\tcolor:#fff;\r\n}\r\n\r\n\r\n\r\n/*.timePickerContainer {\r\n\tmargin:1.75em 0 0.5em 0;\r\n\twidth:10em;\r\n\tfloat:left;\r\n}\r\n\r\n.timeContainer {\r\n\tborder-collapse:collapse;\r\n\tborder-spacing:0;\r\n}\r\n\r\n.timeContainer thead td{\r\n\tborder-bottom:1px solid #e6e6e6;\r\n\tpadding:0 0.4em 0.2em 0.4em;\r\n}\r\n\r\n.timeContainer td {\r\n\tfont-size:0.9em;\r\n\tpadding:0 0.25em 0 0.25em;\r\n\ttext-align:left;\r\n\tcursor:pointer;cursor:hand;\r\n}\r\n\r\n.timeContainer td.minutesHeading {\r\n\tborder-left:1px solid #e6e6e6;\r\n\tborder-right:1px solid #e6e6e6;\t\r\n}\r\n\r\n.timeContainer .minutes {\r\n\tborder-left:1px solid #e6e6e6;\r\n\tborder-right:1px solid #e6e6e6;\r\n}\r\n\r\n.selectedItem {\r\n\tbackground-color:#3a3a3a;\r\n\tcolor:#ffffff;\r\n}*/\r\n",templateCssPath:dojo.uri.moduleUri("dojo.widget","templates/TimePicker.css"),postMixInProperties:function(_dba,frag){ dojo.widget.TimePicker.superclass.postMixInProperties.apply(this,arguments); this.calendar=dojo.i18n.getLocalization("dojo.i18n.calendar","gregorian",this.lang); this.widgetStrings=dojo.i18n.getLocalization("dojo.widget","TimePicker",this.lang); },fillInTemplate:function(args,frag){ var _dbe=this.getFragNodeRef(frag); dojo.html.copyStyle(this.domNode,_dbe); if(args.value){ if(args.value instanceof Date){ this.storedTime=dojo.date.toRfc3339(args.value); }else{ this.storedTime=args.value; } } this.initData(); this.initUI(); },initData:function(){ if(this.storedTime.indexOf("T")!=-1&&this.storedTime.split("T")[1]&&this.storedTime!=" "&&this.storedTime.split("T")[1]!="any"){ this.time=dojo.widget.TimePicker.util.fromRfcDateTime(this.storedTime,this.useDefaultMinutes,this.selectedTime.anyTime); }else{ if(this.useDefaultTime){ this.time=dojo.widget.TimePicker.util.fromRfcDateTime("",this.useDefaultMinutes,this.selectedTime.anyTime); }else{ this.selectedTime.anyTime=true; this.time=dojo.widget.TimePicker.util.fromRfcDateTime("",0,1); } } },initUI:function(){ if(!this.selectedTime.anyTime&&this.time){ var _dbf=dojo.widget.TimePicker.util.toAmPmHour(this.time.getHours()); var hour=_dbf[0]; var isAm=_dbf[1]; var _dc2=this.time.getMinutes(); var _dc3=parseInt(_dc2/5); this.onSetSelectedHour(this.hourIndexMap[hour]); this.onSetSelectedMinute(this.minuteIndexMap[_dc3]); this.onSetSelectedAmPm(isAm); }else{ this.onSetSelectedAnyTime(); } },setTime:function(date){ if(date){ this.selectedTime.anyTime=false; this.setDateTime(dojo.date.toRfc3339(date)); }else{ this.selectedTime.anyTime=true; } this.initData(); this.initUI(); },setDateTime:function(_dc5){ this.storedTime=_dc5; },onClearSelectedHour:function(evt){ this.clearSelectedHour(); },onClearSelectedMinute:function(evt){ this.clearSelectedMinute(); },onClearSelectedAmPm:function(evt){ this.clearSelectedAmPm(); },onClearSelectedAnyTime:function(evt){ this.clearSelectedAnyTime(); if(this.selectedTime.anyTime){ this.selectedTime.anyTime=false; this.time=dojo.widget.TimePicker.util.fromRfcDateTime("",this.useDefaultMinutes); this.initUI(); } },clearSelectedHour:function(){ var _dca=this.hourContainerNode.getElementsByTagName("td"); for(var i=0;i<_dca.length;i++){ dojo.html.setClass(_dca.item(i),""); } },clearSelectedMinute:function(){ var _dcc=this.minuteContainerNode.getElementsByTagName("td"); for(var i=0;i<_dcc.length;i++){ dojo.html.setClass(_dcc.item(i),""); } },clearSelectedAmPm:function(){ var _dce=this.amPmContainerNode.getElementsByTagName("td"); for(var i=0;i<_dce.length;i++){ dojo.html.setClass(_dce.item(i),""); } },clearSelectedAnyTime:function(){ dojo.html.setClass(this.anyTimeContainerNode,"anyTimeContainer"); },onSetSelectedHour:function(evt){ this.onClearSelectedAnyTime(); this.onClearSelectedHour(); this.setSelectedHour(evt); this.onSetTime(); },setSelectedHour:function(evt){ if(evt&&evt.target){ if(evt.target.nodeType==dojo.dom.ELEMENT_NODE){ var _dd2=evt.target; }else{ var _dd2=evt.target.parentNode; } dojo.event.browser.stopEvent(evt); dojo.html.setClass(_dd2,this.classNames.selectedTime); this.selectedTime["hour"]=_dd2.innerHTML; }else{ if(!isNaN(evt)){ var _dd3=this.hourContainerNode.getElementsByTagName("td"); if(_dd3.item(evt)){ dojo.html.setClass(_dd3.item(evt),this.classNames.selectedTime); this.selectedTime["hour"]=_dd3.item(evt).innerHTML; } } } this.selectedTime.anyTime=false; },onSetSelectedMinute:function(evt){ this.onClearSelectedAnyTime(); this.onClearSelectedMinute(); this.setSelectedMinute(evt); this.selectedTime.anyTime=false; this.onSetTime(); },setSelectedMinute:function(evt){ if(evt&&evt.target){ if(evt.target.nodeType==dojo.dom.ELEMENT_NODE){ var _dd6=evt.target; }else{ var _dd6=evt.target.parentNode; } dojo.event.browser.stopEvent(evt); dojo.html.setClass(_dd6,this.classNames.selectedTime); this.selectedTime["minute"]=_dd6.innerHTML; }else{ if(!isNaN(evt)){ var _dd7=this.minuteContainerNode.getElementsByTagName("td"); if(_dd7.item(evt)){ dojo.html.setClass(_dd7.item(evt),this.classNames.selectedTime); this.selectedTime["minute"]=_dd7.item(evt).innerHTML; } } } },onSetSelectedAmPm:function(evt){ this.onClearSelectedAnyTime(); this.onClearSelectedAmPm(); this.setSelectedAmPm(evt); this.selectedTime.anyTime=false; this.onSetTime(); },setSelectedAmPm:function(evt){ var _dda=evt.target; if(evt&&_dda){ if(_dda.nodeType!=dojo.dom.ELEMENT_NODE){ _dda=_dda.parentNode; } dojo.event.browser.stopEvent(evt); this.selectedTime.amPm=_dda.id; dojo.html.setClass(_dda,this.classNames.selectedTime); }else{ evt=evt?0:1; var _ddb=this.amPmContainerNode.getElementsByTagName("td"); if(_ddb.item(evt)){ this.selectedTime.amPm=_ddb.item(evt).id; dojo.html.setClass(_ddb.item(evt),this.classNames.selectedTime); } } },onSetSelectedAnyTime:function(evt){ this.onClearSelectedHour(); this.onClearSelectedMinute(); this.onClearSelectedAmPm(); this.setSelectedAnyTime(); this.onSetTime(); },setSelectedAnyTime:function(evt){ this.selectedTime.anyTime=true; dojo.html.setClass(this.anyTimeContainerNode,this.classNames.selectedTime+" "+"anyTimeContainer"); },onClick:function(evt){ dojo.event.browser.stopEvent(evt); },onSetTime:function(){ if(this.selectedTime.anyTime){ this.time=new Date(); var _ddf=dojo.widget.TimePicker.util.toRfcDateTime(this.time); this.setDateTime(_ddf.split("T")[0]); }else{ var hour=12; var _de1=0; var isAm=false; if(this.selectedTime["hour"]){ hour=parseInt(this.selectedTime["hour"],10); } if(this.selectedTime["minute"]){ _de1=parseInt(this.selectedTime["minute"],10); } if(this.selectedTime["amPm"]){ isAm=(this.selectedTime["amPm"].toLowerCase()=="am"); } this.time=new Date(); this.time.setHours(dojo.widget.TimePicker.util.fromAmPmHour(hour,isAm)); this.time.setMinutes(_de1); this.setDateTime(dojo.widget.TimePicker.util.toRfcDateTime(this.time)); } this.onValueChanged(this.time); },onValueChanged:function(date){ }}); dojo.widget.TimePicker.util=new function(){ this.toRfcDateTime=function(_de4){ if(!_de4){ _de4=new Date(); } _de4.setSeconds(0); return dojo.date.strftime(_de4,"%Y-%m-%dT%H:%M:00%z"); }; this.fromRfcDateTime=function(_de5,_de6,_de7){ var _de8=new Date(); if(!_de5||_de5.indexOf("T")==-1){ if(_de6){ _de8.setMinutes(Math.floor(_de8.getMinutes()/5)*5); }else{ _de8.setMinutes(0); } }else{ var _de9=_de5.split("T")[1].split(":"); var _de8=new Date(); _de8.setHours(_de9[0]); _de8.setMinutes(_de9[1]); } return _de8; }; this.toAmPmHour=function(hour){ var _deb=hour; var isAm=true; if(_deb==0){ _deb=12; }else{ if(_deb>12){ _deb=_deb-12; isAm=false; }else{ if(_deb==12){ isAm=false; } } } return [_deb,isAm]; }; this.fromAmPmHour=function(_ded,isAm){ var hour=parseInt(_ded,10); if(isAm&&hour==12){ hour=0; }else{ if(!isAm&&hour<12){ hour=hour+12; } } return hour; }; }; dojo.provide("dojo.widget.DropdownTimePicker"); dojo.widget.defineWidget("dojo.widget.DropdownTimePicker",dojo.widget.DropdownContainer,{iconURL:dojo.uri.moduleUri("dojo.widget","templates/images/timeIcon.gif"),formatLength:"short",displayFormat:"",timeFormat:"",saveFormat:"",value:"",name:"",postMixInProperties:function(){ dojo.widget.DropdownTimePicker.superclass.postMixInProperties.apply(this,arguments); var _df0=dojo.i18n.getLocalization("dojo.widget","DropdownTimePicker",this.lang); this.iconAlt=_df0.selectTime; if(typeof (this.value)=="string"&&this.value.toLowerCase()=="today"){ this.value=new Date(); } if(this.value&&isNaN(this.value)){ var orig=this.value; this.value=dojo.date.fromRfc3339(this.value); if(!this.value){ var d=dojo.date.format(new Date(),{selector:"dateOnly",datePattern:"yyyy-MM-dd"}); var c=orig.split(":"); for(var i=0;i\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t
    \r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\"↑\"\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t
    \r\n\t\t\t\t
    \r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t\t\t

    \r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t

    \r\n\t\t\t\t\t\t\t
    \r\n\t\t\t\t
    \r\n
    \r\n",templateCssString:".datePickerContainer {\r\n\twidth:164px; /* needed for proper user styling */\r\n}\r\n\r\n.calendarContainer {\r\n/*\tborder:1px solid #566f8f;*/\r\n}\r\n\r\n.calendarBodyContainer {\r\n\twidth:100%; /* needed for the explode effect (explain?) */\r\n\tbackground: #7591bc url(\"images/dpBg.gif\") top left repeat-x;\r\n}\r\n\r\n.calendarBodyContainer thead tr td {\r\n\tcolor:#293a4b;\r\n\tfont:bold 0.75em Helvetica, Arial, Verdana, sans-serif;\r\n\ttext-align:center;\r\n\tpadding:0.25em;\r\n\tbackground: url(\"images/dpHorizLine.gif\") bottom left repeat-x;\r\n}\r\n\r\n.calendarBodyContainer tbody tr td {\r\n\tcolor:#fff;\r\n\tfont:bold 0.7em Helvetica, Arial, Verdana, sans-serif;\r\n\ttext-align:center;\r\n\tpadding:0.4em;\r\n\tbackground: url(\"images/dpVertLine.gif\") top right repeat-y;\r\n\tcursor:pointer;\r\n\tcursor:hand;\r\n}\r\n\r\n\r\n.monthWrapper {\r\n\tpadding-bottom:2px;\r\n\tbackground: url(\"images/dpHorizLine.gif\") bottom left repeat-x;\r\n}\r\n\r\n.monthContainer {\r\n\twidth:100%;\r\n}\r\n\r\n.monthLabelContainer {\r\n\ttext-align:center;\r\n\tfont:bold 0.75em Helvetica, Arial, Verdana, sans-serif;\r\n\tbackground: url(\"images/dpMonthBg.png\") repeat-x top left !important;\r\n\tcolor:#293a4b;\r\n\tpadding:0.25em;\r\n}\r\n\r\n.monthCurve {\r\n\twidth:12px;\r\n}\r\n\r\n.monthCurveTL {\r\n\tbackground: url(\"images/dpCurveTL.png\") no-repeat top left !important;\r\n}\r\n\r\n.monthCurveTR {\r\n\t\tbackground: url(\"images/dpCurveTR.png\") no-repeat top right !important;\r\n}\r\n\r\n\r\n.yearWrapper {\r\n\tbackground: url(\"images/dpHorizLineFoot.gif\") top left repeat-x;\r\n\tpadding-top:2px;\r\n}\r\n\r\n.yearContainer {\r\n\twidth:100%;\r\n}\r\n\r\n.yearContainer td {\r\n\tbackground:url(\"images/dpYearBg.png\") top left repeat-x;\r\n}\r\n\r\n.yearContainer .yearLabel {\r\n\tmargin:0;\r\n\tpadding:0.45em 0 0.45em 0;\r\n\tcolor:#fff;\r\n\tfont:bold 0.75em Helvetica, Arial, Verdana, sans-serif;\r\n\ttext-align:center;\r\n}\r\n\r\n.curveBL {\r\n\tbackground: url(\"images/dpCurveBL.png\") bottom left no-repeat !important;\r\n\twidth:9px !important;\r\n\tpadding:0;\r\n\tmargin:0;\r\n}\r\n\r\n.curveBR {\r\n\tbackground: url(\"images/dpCurveBR.png\") bottom right no-repeat !important;\r\n\twidth:9px !important;\r\n\tpadding:0;\r\n\tmargin:0;\r\n}\r\n\r\n\r\n.previousMonth {\r\n\tbackground-color:#6782a8 !important;\r\n}\r\n\r\n.previousMonthDisabled {\r\n\tbackground-color:#a4a5a6 !important;\r\n\tcursor:default !important\r\n}\r\n.currentMonth {\r\n}\r\n\r\n.currentMonthDisabled {\r\n\tbackground-color:#bbbbbc !important;\r\n\tcursor:default !important\r\n}\r\n.nextMonth {\r\n\tbackground-color:#6782a8 !important;\r\n}\r\n.nextMonthDisabled {\r\n\tbackground-color:#a4a5a6 !important;\r\n\tcursor:default !important;\r\n}\r\n\r\n.currentDate {\r\n\ttext-decoration:underline;\r\n\tfont-style:italic;\r\n}\r\n\r\n.selectedDate {\r\n\tbackground-color:#fff !important;\r\n\tcolor:#6782a8 !important;\r\n}\r\n\r\n.yearLabel .selectedYear {\r\n\tpadding:0.2em;\r\n\tbackground-color:#9ec3fb !important;\r\n}\r\n\r\n.nextYear, .previousYear {\r\n\tcursor:pointer;cursor:hand;\r\n\tpadding:0;\r\n}\r\n\r\n.nextYear {\r\n\tmargin:0 0 0 0.55em;\r\n}\r\n\r\n.previousYear {\r\n\tmargin:0 0.55em 0 0;\r\n}\r\n\r\n.incrementControl {\r\n\tcursor:pointer;cursor:hand;\r\n\twidth:1em;\r\n}\r\n\r\n.increase {\r\n\tfloat:right;\r\n}\r\n\r\n.decrease {\r\n\tfloat:left;\r\n}\r\n\r\n.lastColumn {\r\n\tbackground-image:none !important;\r\n}\r\n\r\n\r\n",templateCssPath:dojo.uri.moduleUri("dojo.widget","templates/DatePicker.css"),postMixInProperties:function(){ dojo.widget.DatePicker.superclass.postMixInProperties.apply(this,arguments); if(!this.weekStartsOn){ this.weekStartsOn=dojo.date.getFirstDayOfWeek(this.lang); } this.today=new Date(); this.today.setHours(0,0,0,0); if(typeof (this.value)=="string"&&this.value.toLowerCase()=="today"){ this.value=new Date(); }else{ if(this.value&&(typeof this.value=="string")&&(this.value.split("-").length>2)){ this.value=dojo.date.fromRfc3339(this.value); this.value.setHours(0,0,0,0); } } },fillInTemplate:function(args,frag){ dojo.widget.DatePicker.superclass.fillInTemplate.apply(this,arguments); var _e0e=this.getFragNodeRef(frag); dojo.html.copyStyle(this.domNode,_e0e); this.weekTemplate=dojo.dom.removeNode(this.calendarWeekTemplate); this._preInitUI(this.value?this.value:this.today,false,true); var _e0f=dojo.lang.unnest(dojo.date.getNames("days",this.dayWidth,"standAlone",this.lang)); if(this.weekStartsOn>0){ for(var i=0;ithis.endDate){ _e14=new Date((_e14days){ this._preInitUI(this.startDate,true,false); _e17=new Date(this.firstDay); } this.curMonth=new Date(_e17); this.curMonth.setDate(_e17.getDate()+6); this.curMonth.setDate(1); var _e1a=(_e17.getMonth()==this.curMonth.getMonth())?"current":"previous"; } if(_e16){ this._initUI(days); } },_initUI:function(days){ dojo.dom.removeChildren(this.calendarDatesContainerNode); for(var i=0;ithis.endDate){ _e27=_e29=_e2b=false; } if(_e28&&add(d,DAY,-1)this.endDate){ _e29=_e2b=false; } if(_e2a&&add(d2,YEAR,-1)this.endDate){ _e2b=false; } } function enableControl(node,_e2e){ dojo.html.setVisibility(node,_e2e?"":"hidden"); } enableControl(this.decreaseWeekNode,_e26); enableControl(this.increaseWeekNode,_e27); enableControl(this.decreaseMonthNode,_e28); enableControl(this.increaseMonthNode,_e29); enableControl(this.previousYearLabelNode,_e2a); enableControl(this.nextYearLabelNode,_e2b); },_incrementWeek:function(evt){ var d=new Date(this.firstDay); switch(evt.target){ case this.increaseWeekNode.getElementsByTagName("img").item(0): case this.increaseWeekNode: var _e31=dojo.date.add(d,dojo.date.dateParts.WEEK,1); if(_e31=this.startDate){ d=dojo.date.add(d,dojo.date.dateParts.WEEK,-1); } break; } this._preInitUI(d,true,true); },_incrementMonth:function(evt){ var d=new Date(this.curMonth); var _e34=new Date(this.firstDay); switch(evt.currentTarget){ case this.increaseMonthNode.getElementsByTagName("img").item(0): case this.increaseMonthNode: _e34=dojo.date.add(_e34,dojo.date.dateParts.DAY,this.displayWeeks*7); if(_e34this.startDate){ d=dojo.date.add(d,dojo.date.dateParts.MONTH,-1); }else{ var _e36=true; } break; } if(_e36){ d=new Date(this.startDate); }else{ if(_e35){ d=new Date(this.endDate); } } this._preInitUI(d,false,true); },_incrementYear:function(evt){ var year=this.curMonth.getFullYear(); var _e39=new Date(this.firstDay); switch(evt.target){ case this.nextYearLabelNode: _e39=dojo.date.add(_e39,dojo.date.dateParts.YEAR,1); if(_e39this.startDate){ year--; }else{ var _e3b=true; } break; } var d; if(_e3b){ d=new Date(this.startDate); }else{ if(_e3a){ d=new Date(this.endDate); }else{ d=new Date(year,this.curMonth.getMonth(),1); } } this._preInitUI(d,false,true); },onIncrementWeek:function(evt){ evt.stopPropagation(); if(!this.staticDisplay){ this._incrementWeek(evt); } },onIncrementMonth:function(evt){ evt.stopPropagation(); if(!this.staticDisplay){ this._incrementMonth(evt); } },onIncrementYear:function(evt){ evt.stopPropagation(); if(!this.staticDisplay){ this._incrementYear(evt); } },_setMonthLabel:function(_e40){ this.monthLabelNode.innerHTML=dojo.date.getNames("months","wide","standAlone",this.lang)[_e40]; },_setYearLabels:function(year){ var y=year-1; var that=this; function f(n){ that[n+"YearLabelNode"].innerHTML=dojo.date.format(new Date(y++,0),{formatLength:"yearOnly",locale:that.lang}); } f("previous"); f("current"); f("next"); },_getDateClassName:function(date,_e46){ var _e47=this.classNames[_e46]; if((!this.selectedIsUsed&&this.value)&&(Number(date)==Number(this.value))){ _e47=this.classNames.selectedDate+" "+_e47; this.selectedIsUsed=true; } if((!this.currentIsUsed)&&(Number(date)==Number(this.today))){ _e47=_e47+" "+this.classNames.currentDate; this.currentIsUsed=true; } return _e47; },onClick:function(evt){ dojo.event.browser.stopEvent(evt); },_handleUiClick:function(evt){ var _e4a=evt.target; if(_e4a.nodeType!=dojo.dom.ELEMENT_NODE){ _e4a=_e4a.parentNode; } dojo.event.browser.stopEvent(evt); this.selectedIsUsed=this.todayIsUsed=false; if(dojo.html.hasClass(_e4a,this.classNames["disabledPrevious"])||dojo.html.hasClass(_e4a,this.classNames["disabledCurrent"])||dojo.html.hasClass(_e4a,this.classNames["disabledNext"])){ return; } this.clickedNode=_e4a; this.setDate(new Date(Number(dojo.html.getAttribute(_e4a,"djDateValue")))); },onValueChanged:function(date){ },_isDisabledDate:function(_e4c){ if(_e4cthis.endDate){ return true; } return this.isDisabledDate(_e4c,this.lang); },isDisabledDate:function(_e4d,_e4e){ return false; },_initFirstDay:function(_e4f,adj){ var d=new Date(_e4f); if(!adj){ d.setDate(1); } d.setDate(d.getDate()-this._getAdjustedDay(d,this.weekStartsOn)); d.setHours(0,0,0,0); return d; },_getAdjustedDay:function(_e52){ var days=[0,1,2,3,4,5,6]; if(this.weekStartsOn>0){ for(var i=0;ithis.datePicker.endDate){ this.inputNode.value=""; } this._syncValueNode(); this.onValueChanged(this.getDate()); this.hideContainer(); },onValueChanged:function(_e5e){ },onInputChange:function(){ var _e5f=dojo.string.trim(this.inputNode.value); if(_e5f){ var _e60=dojo.date.parse(_e5f,{formatLength:this.formatLength,datePattern:this.displayFormat,selector:"dateOnly",locale:this.lang}); if(!this.datePicker._isDisabledDate(_e60)){ this.setDate(_e60); } }else{ if(_e5f==""){ this.datePicker.setDate(""); } this.valueNode.value=_e5f; } if(_e5f){ this._updateText(); } },_syncValueNode:function(){ var date=this.datePicker.value; var _e62=""; switch(this.saveFormat.toLowerCase()){ case "rfc": case "iso": case "": _e62=dojo.date.toRfc3339(date,"dateOnly"); break; case "posix": case "unix": _e62=Number(date); break; default: if(date){ _e62=dojo.date.format(date,{datePattern:this.saveFormat,selector:"dateOnly",locale:this.lang}); } } this.valueNode.value=_e62; },destroy:function(_e63){ this.datePicker.destroy(_e63); dojo.widget.DropdownDatePicker.superclass.destroy.apply(this,arguments); }}); dojo.provide("struts.widget.StrutsDatePicker"); dojo.widget.defineWidget("struts.widget.StrutsDatePicker",dojo.widget.DropdownDatePicker,{widgetType:"StrutsDatePicker",valueNotifyTopics:"",valueNotifyTopicsArray:null,tabIndex:"",postCreate:function(){ struts.widget.StrutsDatePicker.superclass.postCreate.apply(this,arguments); if(this.extraArgs["class"]){ dojo.html.setClass(this.inputNode,this.extraArgs["class"]); } if(this.extraArgs.style){ dojo.html.setStyleText(this.inputNode,this.extraArgs.style); } if(!dojo.string.isBlank(this.valueNotifyTopics)){ this.valueNotifyTopicsArray=this.valueNotifyTopics.split(","); } if(!dojo.string.isBlank(this.tabIndex)){ this.inputNode.tabIndex=this.tabIndex; } },_syncValueNode:function(){ var date=this.datePicker.value; var _e65=""; switch(this.saveFormat.toLowerCase()){ case "rfc": case "iso": case "": _e65=dojo.date.toRfc3339(date); break; case "posix": case "unix": _e65=Number(date); break; default: if(date){ _e65=dojo.date.format(date,{datePattern:this.saveFormat,selector:"dateOnly",locale:this.lang}); } } this.valueNode.value=_e65; },_updateText:function(){ struts.widget.StrutsDatePicker.superclass._updateText.apply(this,arguments); if(this.valueNotifyTopicsArray!=null){ for(var i=0;i
    ",selectedChild:"",fillInTemplate:function(args,frag){ var _e8d=this.getFragNodeRef(frag); dojo.html.copyStyle(this.domNode,_e8d); dojo.widget.PageContainer.superclass.fillInTemplate.apply(this,arguments); },postCreate:function(args,frag){ if(this.children.length){ dojo.lang.forEach(this.children,this._setupChild,this); var _e90; if(this.selectedChild){ this.selectChild(this.selectedChild); }else{ for(var i=0;i0){ this.selectChild(this.children[0],true); } } },selectChild:function(page,_e96){ page=dojo.widget.byId(page); this.correspondingPageButton=_e96; if(this.selectedChildWidget){ this._hideChild(this.selectedChildWidget); } this.selectedChildWidget=page; this.selectedChild=page.widgetId; this._showChild(page); page.isFirstChild=(page==this.children[0]); page.isLastChild=(page==this.children[this.children.length-1]); dojo.event.topic.publish(this.widgetId+"-selectChild",page); },forward:function(){ var _e97=dojo.lang.find(this.children,this.selectedChildWidget); this.selectChild(this.children[_e97+1]); },back:function(){ var _e98=dojo.lang.find(this.children,this.selectedChildWidget); this.selectChild(this.children[_e98-1]); },onResized:function(){ if(this.doLayout&&this.selectedChildWidget){ with(this.selectedChildWidget.domNode.style){ top=dojo.html.getPixelValue(this.containerNode,"padding-top",true); left=dojo.html.getPixelValue(this.containerNode,"padding-left",true); } var _e99=dojo.html.getContentBox(this.containerNode); this.selectedChildWidget.resizeTo(_e99.width,_e99.height); } },_showChild:function(page){ if(this.doLayout){ var _e9b=dojo.html.getContentBox(this.containerNode); page.resizeTo(_e9b.width,_e9b.height); } page.selected=true; page.show(); },_hideChild:function(page){ page.selected=false; page.hide(); },closeChild:function(page){ var _e9e=page.onClose(this,page); if(_e9e){ this.removeChild(page); page.destroy(); } },destroy:function(){ this._beingDestroyed=true; dojo.event.topic.destroy(this.widgetId+"-addChild"); dojo.event.topic.destroy(this.widgetId+"-removeChild"); dojo.event.topic.destroy(this.widgetId+"-selectChild"); dojo.widget.PageContainer.superclass.destroy.apply(this,arguments); }}); dojo.widget.defineWidget("dojo.widget.PageController",dojo.widget.HtmlWidget,{templateString:"",isContainer:true,containerId:"",buttonWidget:"PageButton","class":"dojoPageController",fillInTemplate:function(){ dojo.html.addClass(this.domNode,this["class"]); dojo.widget.wai.setAttr(this.domNode,"waiRole","role","tablist"); },postCreate:function(){ this.pane2button={}; var _e9f=dojo.widget.byId(this.containerId); if(_e9f){ dojo.lang.forEach(_e9f.children,this.onAddChild,this); } dojo.event.topic.subscribe(this.containerId+"-addChild",this,"onAddChild"); dojo.event.topic.subscribe(this.containerId+"-removeChild",this,"onRemoveChild"); dojo.event.topic.subscribe(this.containerId+"-selectChild",this,"onSelectChild"); },destroy:function(){ dojo.event.topic.unsubscribe(this.containerId+"-addChild",this,"onAddChild"); dojo.event.topic.unsubscribe(this.containerId+"-removeChild",this,"onRemoveChild"); dojo.event.topic.unsubscribe(this.containerId+"-selectChild",this,"onSelectChild"); dojo.widget.PageController.superclass.destroy.apply(this,arguments); },onAddChild:function(page){ var _ea1=dojo.widget.createWidget(this.buttonWidget,{label:page.label,closeButton:page.closable}); this.addChild(_ea1); this.domNode.appendChild(_ea1.domNode); this.pane2button[page]=_ea1; page.controlButton=_ea1; var _ea2=this; dojo.event.connect(_ea1,"onClick",function(){ _ea2.onButtonClick(page); }); dojo.event.connect(_ea1,"onCloseButtonClick",function(){ _ea2.onCloseButtonClick(page); }); },onRemoveChild:function(page){ if(this._currentChild==page){ this._currentChild=null; } var _ea4=this.pane2button[page]; if(_ea4){ _ea4.destroy(); } this.pane2button[page]=null; },onSelectChild:function(page){ if(this._currentChild){ var _ea6=this.pane2button[this._currentChild]; _ea6.clearSelected(); } var _ea7=this.pane2button[page]; _ea7.setSelected(); this._currentChild=page; },onButtonClick:function(page){ var _ea9=dojo.widget.byId(this.containerId); _ea9.selectChild(page,false,this); },onCloseButtonClick:function(page){ var _eab=dojo.widget.byId(this.containerId); _eab.closeChild(page); },onKey:function(evt){ if((evt.keyCode==evt.KEY_RIGHT_ARROW)||(evt.keyCode==evt.KEY_LEFT_ARROW)){ var _ead=0; var next=null; var _ead=dojo.lang.find(this.children,this.pane2button[this._currentChild]); if(evt.keyCode==evt.KEY_RIGHT_ARROW){ next=this.children[(_ead+1)%this.children.length]; }else{ next=this.children[(_ead+(this.children.length-1))%this.children.length]; } dojo.event.browser.stopEvent(evt); next.onClick(); } }}); dojo.widget.defineWidget("dojo.widget.PageButton",dojo.widget.HtmlWidget,{templateString:""+"${this.label}"+"[X]"+"",label:"foo",closeButton:false,onClick:function(){ this.focus(); },onCloseButtonMouseOver:function(){ dojo.html.addClass(this.closeButtonNode,"closeHover"); },onCloseButtonMouseOut:function(){ dojo.html.removeClass(this.closeButtonNode,"closeHover"); },onCloseButtonClick:function(evt){ },setSelected:function(){ dojo.html.addClass(this.domNode,"current"); this.titleNode.setAttribute("tabIndex","0"); },clearSelected:function(){ dojo.html.removeClass(this.domNode,"current"); this.titleNode.setAttribute("tabIndex","-1"); },focus:function(){ if(this.titleNode.focus){ this.titleNode.focus(); } }}); dojo.lang.extend(dojo.widget.Widget,{label:"",selected:false,closable:false,onClose:function(){ return true; }}); dojo.provide("dojo.widget.TabContainer"); dojo.widget.defineWidget("dojo.widget.TabContainer",dojo.widget.PageContainer,{labelPosition:"top",closeButton:"none",templateString:null,templateString:"
    \r\n\t
    \r\n\t
    \r\n
    \r\n",templateCssString:".dojoTabContainer {\r\n\tposition : relative;\r\n}\r\n\r\n.dojoTabPaneWrapper {\r\n\tborder : 1px solid #6290d2;\r\n\t_zoom: 1; /* force IE6 layout mode so top border doesnt disappear */\r\n\tdisplay: block;\r\n\tclear: both;\r\n\toverflow: hidden;\r\n}\r\n\r\n.dojoTabLabels-top {\r\n\tposition : relative;\r\n\ttop : 0px;\r\n\tleft : 0px;\r\n\toverflow : visible;\r\n\tmargin-bottom : -1px;\r\n\twidth : 100%;\r\n\tz-index: 2;\t/* so the bottom of the tab label will cover up the border of dojoTabPaneWrapper */\r\n}\r\n\r\n.dojoTabNoLayout.dojoTabLabels-top .dojoTab {\r\n\tmargin-bottom: -1px;\r\n\t_margin-bottom: 0px; /* IE filter so top border lines up correctly */\r\n}\r\n\r\n.dojoTab {\r\n\tposition : relative;\r\n\tfloat : left;\r\n\tpadding-left : 9px;\r\n\tborder-bottom : 1px solid #6290d2;\r\n\tbackground : url(images/tab_left.gif) no-repeat left top;\r\n\tcursor: pointer;\r\n\twhite-space: nowrap;\r\n\tz-index: 3;\r\n}\r\n\r\n.dojoTab div {\r\n\tdisplay : block;\r\n\tpadding : 4px 15px 4px 6px;\r\n\tbackground : url(images/tab_top_right.gif) no-repeat right top;\r\n\tcolor : #333;\r\n\tfont-size : 90%;\r\n}\r\n\r\n.dojoTab .close {\r\n\tdisplay : inline-block;\r\n\theight : 12px;\r\n\twidth : 12px;\r\n\tpadding : 0 12px 0 0;\r\n\tmargin : 0 -10px 0 10px;\r\n\tcursor : default;\r\n\tfont-size: small;\r\n}\r\n\r\n.dojoTab .closeImage {\r\n\tbackground : url(images/tab_close.gif) no-repeat right top;\r\n}\r\n\r\n.dojoTab .closeHover {\r\n\tbackground-image : url(images/tab_close_h.gif);\r\n}\r\n\r\n.dojoTab.current {\r\n\tpadding-bottom : 1px;\r\n\tborder-bottom : 0;\r\n\tbackground-position : 0 -150px;\r\n}\r\n\r\n.dojoTab.current div {\r\n\tpadding-bottom : 5px;\r\n\tmargin-bottom : -1px;\r\n\tbackground-position : 100% -150px;\r\n}\r\n\r\n/* bottom tabs */\r\n\r\n.dojoTabLabels-bottom {\r\n\tposition : relative;\r\n\tbottom : 0px;\r\n\tleft : 0px;\r\n\toverflow : visible;\r\n\tmargin-top : -1px;\r\n\twidth : 100%;\r\n\tz-index: 2;\r\n}\r\n\r\n.dojoTabNoLayout.dojoTabLabels-bottom {\r\n\tposition : relative;\r\n}\r\n\r\n.dojoTabLabels-bottom .dojoTab {\r\n\tborder-top : 1px solid #6290d2;\r\n\tborder-bottom : 0;\r\n\tbackground : url(images/tab_bot_left.gif) no-repeat left bottom;\r\n}\r\n\r\n.dojoTabLabels-bottom .dojoTab div {\r\n\tbackground : url(images/tab_bot_right.gif) no-repeat right bottom;\r\n}\r\n\r\n.dojoTabLabels-bottom .dojoTab.current {\r\n\tborder-top : 0;\r\n\tbackground : url(images/tab_bot_left_curr.gif) no-repeat left bottom;\r\n}\r\n\r\n.dojoTabLabels-bottom .dojoTab.current div {\r\n\tpadding-top : 4px;\r\n\tbackground : url(images/tab_bot_right_curr.gif) no-repeat right bottom;\r\n}\r\n\r\n/* right-h tabs */\r\n\r\n.dojoTabLabels-right-h {\r\n\toverflow : visible;\r\n\tmargin-left : -1px;\r\n\tz-index: 2;\r\n}\r\n\r\n.dojoTabLabels-right-h .dojoTab {\r\n\tpadding-left : 0;\r\n\tborder-left : 1px solid #6290d2;\r\n\tborder-bottom : 0;\r\n\tbackground : url(images/tab_bot_right.gif) no-repeat right bottom;\r\n\tfloat : none;\r\n}\r\n\r\n.dojoTabLabels-right-h .dojoTab div {\r\n\tpadding : 4px 15px 4px 15px;\r\n}\r\n\r\n.dojoTabLabels-right-h .dojoTab.current {\r\n\tborder-left : 0;\r\n\tborder-bottom : 1px solid #6290d2;\r\n}\r\n\r\n/* left-h tabs */\r\n\r\n.dojoTabLabels-left-h {\r\n\toverflow : visible;\r\n\tmargin-right : -1px;\r\n\tz-index: 2;\r\n}\r\n\r\n.dojoTabLabels-left-h .dojoTab {\r\n\tborder-right : 1px solid #6290d2;\r\n\tborder-bottom : 0;\r\n\tfloat : none;\r\n\tbackground : url(images/tab_top_left.gif) no-repeat left top;\r\n}\r\n\r\n.dojoTabLabels-left-h .dojoTab.current {\r\n\tborder-right : 0;\r\n\tborder-bottom : 1px solid #6290d2;\r\n\tpadding-bottom : 0;\r\n\tbackground : url(images/tab_top_left.gif) no-repeat 0 -150px;\r\n}\r\n\r\n.dojoTabLabels-left-h .dojoTab div {\r\n\tbackground : 0;\r\n\tborder-bottom : 1px solid #6290d2;\r\n}\r\n",templateCssPath:dojo.uri.moduleUri("dojo.widget","templates/TabContainer.css"),selectedTab:"",postMixInProperties:function(){ if(this.selectedTab){ dojo.deprecated("selectedTab deprecated, use selectedChild instead, will be removed in","0.5"); this.selectedChild=this.selectedTab; } if(this.closeButton!="none"){ dojo.deprecated("closeButton deprecated, use closable='true' on each child instead, will be removed in","0.5"); } dojo.widget.TabContainer.superclass.postMixInProperties.apply(this,arguments); },fillInTemplate:function(){ this.tablist=dojo.widget.createWidget("TabController",{id:this.widgetId+"_tablist",labelPosition:this.labelPosition,doLayout:this.doLayout,containerId:this.widgetId},this.tablistNode); dojo.widget.TabContainer.superclass.fillInTemplate.apply(this,arguments); },postCreate:function(args,frag){ dojo.widget.TabContainer.superclass.postCreate.apply(this,arguments); this.onResized(); },_setupChild:function(tab){ if(this.closeButton=="tab"||this.closeButton=="pane"){ tab.closable=true; } dojo.html.addClass(tab.domNode,"dojoTabPane"); dojo.widget.TabContainer.superclass._setupChild.apply(this,arguments); },onResized:function(){ if(!this.doLayout){ return; } var _eb3=this.labelPosition.replace(/-h/,""); var _eb4=[{domNode:this.tablist.domNode,layoutAlign:_eb3},{domNode:this.containerNode,layoutAlign:"client"}]; dojo.widget.html.layout(this.domNode,_eb4); if(this.selectedChildWidget){ var _eb5=dojo.html.getContentBox(this.containerNode); this.selectedChildWidget.resizeTo(_eb5.width,_eb5.height); } },selectTab:function(tab,_eb7){ dojo.deprecated("use selectChild() rather than selectTab(), selectTab() will be removed in","0.5"); this.selectChild(tab,_eb7); },onKey:function(e){ if(e.keyCode==e.KEY_UP_ARROW&&e.ctrlKey){ var _eb9=this.correspondingTabButton||this.selectedTabWidget.tabButton; _eb9.focus(); dojo.event.browser.stopEvent(e); }else{ if(e.keyCode==e.KEY_DELETE&&e.altKey){ if(this.selectedChildWidget.closable){ this.closeChild(this.selectedChildWidget); dojo.event.browser.stopEvent(e); } } } },destroy:function(){ this.tablist.destroy(); dojo.widget.TabContainer.superclass.destroy.apply(this,arguments); }}); dojo.widget.defineWidget("dojo.widget.TabController",dojo.widget.PageController,{templateString:"
    ",labelPosition:"top",doLayout:true,"class":"",buttonWidget:"TabButton",postMixInProperties:function(){ if(!this["class"]){ this["class"]="dojoTabLabels-"+this.labelPosition+(this.doLayout?"":" dojoTabNoLayout"); } dojo.widget.TabController.superclass.postMixInProperties.apply(this,arguments); }}); dojo.widget.defineWidget("dojo.widget.TabButton",dojo.widget.PageButton,{templateString:"
    "+"
    "+"${this.label}"+""+"
    "+"
    ",postMixInProperties:function(){ this.closeButtonStyle=this.closeButton?"":"display: none"; dojo.widget.TabButton.superclass.postMixInProperties.apply(this,arguments); },fillInTemplate:function(){ dojo.html.disableSelection(this.titleNode); dojo.widget.TabButton.superclass.fillInTemplate.apply(this,arguments); },onCloseButtonClick:function(evt){ evt.stopPropagation(); dojo.widget.TabButton.superclass.onCloseButtonClick.apply(this,arguments); }}); dojo.widget.defineWidget("dojo.widget.a11y.TabButton",dojo.widget.TabButton,{imgPath:dojo.uri.moduleUri("dojo.widget","templates/images/tab_close.gif"),templateString:"
    "+"
    "+"${this.label}"+"[x]"+"
    "+"
    "}); dojo.provide("struts.widget.StrutsTabContainer"); dojo.widget.defineWidget("struts.widget.StrutsTabContainer",dojo.widget.TabContainer,{widgetType:"StrutsTabContainer",afterSelectTabNotifyTopics:"",afterSelectTabNotifyTopicsArray:null,beforeSelectTabNotifyTopics:"",beforeSelectTabNotifyTopicsArray:null,disabledTabCssClass:"strutsDisabledTab",postCreate:function(){ struts.widget.StrutsTabContainer.superclass.postCreate.apply(this); if(!dojo.string.isBlank(this.beforeSelectTabNotifyTopics)){ this.beforeSelectTabNotifyTopicsArray=this.beforeSelectTabNotifyTopics.split(","); } if(!dojo.string.isBlank(this.afterSelectTabNotifyTopics)){ this.afterSelectTabNotifyTopicsArray=this.afterSelectTabNotifyTopics.split(","); } if(this.disabledTabCssClass){ dojo.lang.forEach(this.children,function(div){ if(div.disabled){ this.disableTab(div); } }); } },selectChild:function(tab,_ebd){ if(!tab.disabled){ var _ebe={"cancel":false}; if(this.beforeSelectTabNotifyTopicsArray){ var self=this; dojo.lang.forEach(this.beforeSelectTabNotifyTopicsArray,function(_ec0){ try{ dojo.event.topic.publish(_ec0,_ebe,tab,self); } catch(ex){ dojo.debug(ex); } }); } if(!_ebe.cancel){ struts.widget.StrutsTabContainer.superclass.selectChild.apply(this,[tab,_ebd]); if(this.afterSelectTabNotifyTopicsArray){ var self=this; dojo.lang.forEach(this.afterSelectTabNotifyTopicsArray,function(_ec1){ try{ dojo.event.topic.publish(_ec1,tab,self); } catch(ex){ dojo.debug(ex); } }); } } } },disableTab:function(t){ var _ec3=this.getTabWidget(t); _ec3.disabled=true; dojo.html.addClass(_ec3.controlButton.domNode,this.disabledTabCssClass); },enableTab:function(t){ var _ec5=this.getTabWidget(t); _ec5.disabled=false; dojo.html.removeClass(_ec5.controlButton.domNode,this.disabledTabCssClass); },getTabWidget:function(t){ if(dojo.lang.isNumber(t)){ return this.children[t]; }else{ if(dojo.lang.isString(t)){ return dojo.widget.byId(t); }else{ return t; } } }}); dojo.provide("dojo.widget.TreeNode"); dojo.widget.defineWidget("dojo.widget.TreeNode",dojo.widget.HtmlWidget,function(){ this.actionsDisabled=[]; },{widgetType:"TreeNode",loadStates:{UNCHECKED:"UNCHECKED",LOADING:"LOADING",LOADED:"LOADED"},actions:{MOVE:"MOVE",REMOVE:"REMOVE",EDIT:"EDIT",ADDCHILD:"ADDCHILD"},isContainer:true,lockLevel:0,templateString:("
    "+" "+"\t\t${this.title} "+" "+"${this.afterLabel} "+"
    "+"
    ").replace(/(>|<)\s+/g,"$1"),childIconSrc:"",childIconFolderSrc:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/closed.gif"),childIconDocumentSrc:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/document.gif"),childIcon:null,isTreeNode:true,objectId:"",afterLabel:"",afterLabelNode:null,expandIcon:null,title:"",object:"",isFolder:false,labelNode:null,titleNode:null,imgs:null,expandLevel:"",tree:null,depth:0,isExpanded:false,state:null,domNodeInitialized:false,isFirstChild:function(){ return this.getParentIndex()==0?true:false; },isLastChild:function(){ return this.getParentIndex()==this.parent.children.length-1?true:false; },lock:function(){ return this.tree.lock.apply(this,arguments); },unlock:function(){ return this.tree.unlock.apply(this,arguments); },isLocked:function(){ return this.tree.isLocked.apply(this,arguments); },cleanLock:function(){ return this.tree.cleanLock.apply(this,arguments); },actionIsDisabled:function(_ec7){ var _ec8=this; var _ec9=false; if(this.tree.strictFolders&&_ec7==this.actions.ADDCHILD&&!this.isFolder){ _ec9=true; } if(dojo.lang.inArray(_ec8.actionsDisabled,_ec7)){ _ec9=true; } if(this.isLocked()){ _ec9=true; } return _ec9; },getInfo:function(){ var info={widgetId:this.widgetId,objectId:this.objectId,index:this.getParentIndex(),isFolder:this.isFolder}; return info; },initialize:function(args,frag){ this.state=this.loadStates.UNCHECKED; for(var i=0;i0){ for(var i=0;i<_ece;i++){ var img=this.tree.makeBlankImg(); this.imgs.unshift(img); dojo.html.insertBefore(this.imgs[0],this.domNode.firstChild); } } if(_ece<0){ for(var i=0;i<-_ece;i++){ this.imgs.shift(); dojo.html.removeNode(this.domNode.firstChild); } } },markLoading:function(){ this._markLoadingSavedIcon=this.expandIcon.src; this.expandIcon.src=this.tree.expandIconSrcLoading; },unMarkLoading:function(){ if(!this._markLoadingSavedIcon){ return; } var im=new Image(); im.src=this.tree.expandIconSrcLoading; if(this.expandIcon.src==im.src){ this.expandIcon.src=this._markLoadingSavedIcon; } this._markLoadingSavedIcon=null; },setFolder:function(){ dojo.event.connect(this.expandIcon,"onclick",this,"onTreeClick"); this.expandIcon.src=this.isExpanded?this.tree.expandIconSrcMinus:this.tree.expandIconSrcPlus; this.isFolder=true; },createDOMNode:function(tree,_ed3){ this.tree=tree; this.depth=_ed3; this.imgs=[]; for(var i=0;i-1?"&":"?")+"nodeId="+this.widgetId; var self=this; this.markLoading(); dojo.io.bind({url:_ee8,useCache:false,preventCache:true,handler:function(type,data,e){ if(type=="load"){ if(data){ dojo.lang.forEach(data,function(_eed){ var _eee=dojo.widget.createWidget("struts:StrutsTreeNode",{title:_eed.label,isFolder:_eed.hasChildren,widgetId:_eed.id}); self.addChild(_eee); }); } } self.unMarkLoading(); },mimetype:"text/json"}); } }}); dojo.provide("dojo.json"); dojo.json={jsonRegistry:new dojo.AdapterRegistry(),register:function(name,_ef0,wrap,_ef2){ dojo.json.jsonRegistry.register(name,_ef0,wrap,_ef2); },evalJson:function(json){ try{ return eval("("+json+")"); } catch(e){ dojo.debug(e); return json; } },serialize:function(o){ var _ef5=typeof (o); if(_ef5=="undefined"){ return "undefined"; }else{ if((_ef5=="number")||(_ef5=="boolean")){ return o+""; }else{ if(o===null){ return "null"; } } } if(_ef5=="string"){ return dojo.string.escapeString(o); } var me=arguments.callee; var _ef7; if(typeof (o.__json__)=="function"){ _ef7=o.__json__(); if(o!==_ef7){ return me(_ef7); } } if(typeof (o.json)=="function"){ _ef7=o.json(); if(o!==_ef7){ return me(_ef7); } } if(_ef5!="function"&&typeof (o.length)=="number"){ var res=[]; for(var i=0;i_f29.getParentIndex()){ _f2b--; } return _f2b; },onDrop:function(e){ var _f2d=this.position; this.onDragOut(e); var _f2e=e.dragObject.treeNode; if(!dojo.lang.isObject(_f2e)){ dojo.raise("TreeNode not found in dragObject"); } if(_f2d=="onto"){ return this.controller.move(_f2e,this.treeNode,0); }else{ var _f2f=this.getTargetParentIndex(_f2e,_f2d); return this.controller.move(_f2e,this.treeNode.parent,_f2f); } }}); dojo.dnd.TreeDNDController=function(_f30){ this.treeController=_f30; this.dragSources={}; this.dropTargets={}; }; dojo.lang.extend(dojo.dnd.TreeDNDController,{listenTree:function(tree){ dojo.event.topic.subscribe(tree.eventNames.createDOMNode,this,"onCreateDOMNode"); dojo.event.topic.subscribe(tree.eventNames.moveFrom,this,"onMoveFrom"); dojo.event.topic.subscribe(tree.eventNames.moveTo,this,"onMoveTo"); dojo.event.topic.subscribe(tree.eventNames.addChild,this,"onAddChild"); dojo.event.topic.subscribe(tree.eventNames.removeNode,this,"onRemoveNode"); dojo.event.topic.subscribe(tree.eventNames.treeDestroy,this,"onTreeDestroy"); },unlistenTree:function(tree){ dojo.event.topic.unsubscribe(tree.eventNames.createDOMNode,this,"onCreateDOMNode"); dojo.event.topic.unsubscribe(tree.eventNames.moveFrom,this,"onMoveFrom"); dojo.event.topic.unsubscribe(tree.eventNames.moveTo,this,"onMoveTo"); dojo.event.topic.unsubscribe(tree.eventNames.addChild,this,"onAddChild"); dojo.event.topic.unsubscribe(tree.eventNames.removeNode,this,"onRemoveNode"); dojo.event.topic.unsubscribe(tree.eventNames.treeDestroy,this,"onTreeDestroy"); },onTreeDestroy:function(_f33){ this.unlistenTree(_f33.source); },onCreateDOMNode:function(_f34){ this.registerDNDNode(_f34.source); },onAddChild:function(_f35){ this.registerDNDNode(_f35.child); },onMoveFrom:function(_f36){ var _f37=this; dojo.lang.forEach(_f36.child.getDescendants(),function(node){ _f37.unregisterDNDNode(node); }); },onMoveTo:function(_f39){ var _f3a=this; dojo.lang.forEach(_f39.child.getDescendants(),function(node){ _f3a.registerDNDNode(node); }); },registerDNDNode:function(node){ if(!node.tree.DNDMode){ return; } var _f3d=null; var _f3e=null; if(!node.actionIsDisabled(node.actions.MOVE)){ var _f3d=new dojo.dnd.TreeDragSource(node.labelNode,this,node.tree.widgetId,node); this.dragSources[node.widgetId]=_f3d; } var _f3e=new dojo.dnd.TreeDropTarget(node.labelNode,this.treeController,node.tree.DNDAcceptTypes,node); this.dropTargets[node.widgetId]=_f3e; },unregisterDNDNode:function(node){ if(this.dragSources[node.widgetId]){ dojo.dnd.dragManager.unregisterDragSource(this.dragSources[node.widgetId]); delete this.dragSources[node.widgetId]; } if(this.dropTargets[node.widgetId]){ dojo.dnd.dragManager.unregisterDropTarget(this.dropTargets[node.widgetId]); delete this.dropTargets[node.widgetId]; } }}); dojo.provide("dojo.widget.TreeBasicController"); dojo.widget.defineWidget("dojo.widget.TreeBasicController",dojo.widget.HtmlWidget,{widgetType:"TreeBasicController",DNDController:"",dieWithTree:false,initialize:function(args,frag){ if(this.DNDController=="create"){ this.DNDController=new dojo.dnd.TreeDNDController(this); } },listenTree:function(tree){ dojo.event.topic.subscribe(tree.eventNames.createDOMNode,this,"onCreateDOMNode"); dojo.event.topic.subscribe(tree.eventNames.treeClick,this,"onTreeClick"); dojo.event.topic.subscribe(tree.eventNames.treeCreate,this,"onTreeCreate"); dojo.event.topic.subscribe(tree.eventNames.treeDestroy,this,"onTreeDestroy"); if(this.DNDController){ this.DNDController.listenTree(tree); } },unlistenTree:function(tree){ dojo.event.topic.unsubscribe(tree.eventNames.createDOMNode,this,"onCreateDOMNode"); dojo.event.topic.unsubscribe(tree.eventNames.treeClick,this,"onTreeClick"); dojo.event.topic.unsubscribe(tree.eventNames.treeCreate,this,"onTreeCreate"); dojo.event.topic.unsubscribe(tree.eventNames.treeDestroy,this,"onTreeDestroy"); },onTreeDestroy:function(_f44){ var tree=_f44.source; this.unlistenTree(tree); if(this.dieWithTree){ this.destroy(); } },onCreateDOMNode:function(_f46){ var node=_f46.source; if(node.expandLevel>0){ this.expandToLevel(node,node.expandLevel); } },onTreeCreate:function(_f48){ var tree=_f48.source; var _f4a=this; if(tree.expandLevel){ dojo.lang.forEach(tree.children,function(_f4b){ _f4a.expandToLevel(_f4b,tree.expandLevel-1); }); } },expandToLevel:function(node,_f4d){ if(_f4d==0){ return; } var _f4e=node.children; var _f4f=this; var _f50=function(node,_f52){ this.node=node; this.expandLevel=_f52; this.process=function(){ for(var i=0;i",isExpanded:true,isTree:true,objectId:"",controller:"",selector:"",menu:"",expandLevel:"",blankIconSrc:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/treenode_blank.gif"),gridIconSrcT:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/treenode_grid_t.gif"),gridIconSrcL:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/treenode_grid_l.gif"),gridIconSrcV:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/treenode_grid_v.gif"),gridIconSrcP:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/treenode_grid_p.gif"),gridIconSrcC:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/treenode_grid_c.gif"),gridIconSrcX:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/treenode_grid_x.gif"),gridIconSrcY:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/treenode_grid_y.gif"),gridIconSrcZ:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/treenode_grid_z.gif"),expandIconSrcPlus:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/treenode_expand_plus.gif"),expandIconSrcMinus:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/treenode_expand_minus.gif"),expandIconSrcLoading:dojo.uri.moduleUri("dojo.widget","templates/images/Tree/treenode_loading.gif"),iconWidth:18,iconHeight:18,showGrid:true,showRootGrid:true,actionIsDisabled:function(_f7d){ var _f7e=this; return dojo.lang.inArray(_f7e.actionsDisabled,_f7d); },actions:{ADDCHILD:"ADDCHILD"},getInfo:function(){ var info={widgetId:this.widgetId,objectId:this.objectId}; return info; },initializeController:function(){ if(this.controller!="off"){ if(this.controller){ this.controller=dojo.widget.byId(this.controller); }else{ this.controller=dojo.widget.createWidget("TreeBasicController",{DNDController:(this.DNDMode?"create":""),dieWithTree:true}); } this.controller.listenTree(this); }else{ this.controller=null; } },initializeSelector:function(){ if(this.selector!="off"){ if(this.selector){ this.selector=dojo.widget.byId(this.selector); }else{ this.selector=dojo.widget.createWidget("TreeSelector",{dieWithTree:true}); } this.selector.listenTree(this); }else{ this.selector=null; } },initialize:function(args,frag){ var _f82=this; for(name in this.eventNamesDefault){ if(dojo.lang.isUndefined(this.eventNames[name])){ this.eventNames[name]=this.widgetId+"/"+this.eventNamesDefault[name]; } } for(var i=0;i0){ _fa1[_fa2-1].updateExpandGridColumn(); } if(_fa0 instanceof dojo.widget.Tree&&_fa2==0&&_fa1.length>0){ _fa1[0].updateExpandGrid(); } _f9f.parent=_f9f.tree=null; return _f9f; },markLoading:function(){ },unMarkLoading:function(){ },lock:function(){ !this.lockLevel&&this.markLoading(); this.lockLevel++; },unlock:function(){ if(!this.lockLevel){ dojo.raise("unlock: not locked"); } this.lockLevel--; !this.lockLevel&&this.unMarkLoading(); },isLocked:function(){ var node=this; while(true){ if(node.lockLevel){ return true; } if(node instanceof dojo.widget.Tree){ break; } node=node.parent; } return false; },flushLock:function(){ this.lockLevel=0; this.unMarkLoading(); }}); dojo.provide("struts.widget.StrutsTree"); dojo.widget.defineWidget("struts.widget.StrutsTree",dojo.widget.Tree,{widgetType:"StrutsTree",href:"",errorNotifyTopics:"",errorNotifyTopicsArray:null,postCreate:function(){ struts.widget.StrutsTree.superclass.postCreate.apply(this); if(!dojo.string.isBlank(this.errorNotifyTopics)){ this.errorNotifyTopicsArray=this.errorNotifyTopics.split(","); } var self=this; if(!dojo.string.isBlank(this.href)){ dojo.io.bind({url:this.href,useCache:false,preventCache:true,handler:function(type,data,e){ if(type=="load"){ if(data){ dojo.lang.forEach(data,function(_fa8){ var _fa9=dojo.widget.createWidget("struts:StrutsTreeNode",{title:_fa8.label,isFolder:_fa8.hasChildren,widgetId:_fa8.id}); self.addChild(_fa9); }); } }else{ if(self.errorNotifyTopicsArray){ dojo.lang.forEach(self.errorNotifyTopicsArray,function(_faa){ try{ dojo.event.topic.publish(_faa,data,e,self); } catch(ex){ dojo.debug(ex); } }); } } },mimetype:"text/json"}); } }}); dojo.kwCompoundRequire({common:["struts.widget.Bind","struts.widget.BindDiv","struts.widget.BindAnchor","struts.widget.ComboBox","struts.widget.StrutsTimePicker","struts.widget.StrutsDatePicker","struts.widget.BindEvent","struts.widget.StrutsTreeSelector","struts.widget.StrutsTabContainer","struts.widget.StrutsTreeNode","struts.widget.StrutsTree"]}); dojo.provide("struts.widget.*"); PK mMوTLjLjdojo.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ /* This is a compiled version of Dojo, built for deployment and not for development. To get an editable version, please visit: http://dojotoolkit.org for documentation and information on getting the source. */ if(typeof dojo=="undefined"){ var dj_global=this; var dj_currentContext=this; function dj_undef(_1,_2){ return (typeof (_2||dj_currentContext)[_1]=="undefined"); } if(dj_undef("djConfig",this)){ var djConfig={}; } if(dj_undef("dojo",this)){ var dojo={}; } dojo.global=function(){ return dj_currentContext; }; dojo.locale=djConfig.locale; dojo.version={major:0,minor:4,patch:3,flag:"",revision:Number("$Rev: 670371 $".match(/[0-9]+/)[0]),toString:function(){ with(dojo.version){ return major+"."+minor+"."+patch+flag+" ("+revision+")"; } }}; dojo.evalProp=function(_3,_4,_5){ if((!_4)||(!_3)){ return undefined; } if(!dj_undef(_3,_4)){ return _4[_3]; } return (_5?(_4[_3]={}):undefined); }; dojo.parseObjPath=function(_6,_7,_8){ var _9=(_7||dojo.global()); var _a=_6.split("."); var _b=_a.pop(); for(var i=0,l=_a.length;i1){ dh.modulesLoadedListeners.push(function(){ obj[_3d](); }); } } if(dh.post_load_&&dh.inFlightCount==0&&!dh.loadNotifying){ dh.callLoaded(); } }; dojo.addOnUnload=function(obj,_40){ var dh=dojo.hostenv; if(arguments.length==1){ dh.unloadListeners.push(obj); }else{ if(arguments.length>1){ dh.unloadListeners.push(function(){ obj[_40](); }); } } }; dojo.hostenv.modulesLoaded=function(){ if(this.post_load_){ return; } if(this.loadUriStack.length==0&&this.getTextStack.length==0){ if(this.inFlightCount>0){ dojo.debug("files still in flight!"); return; } dojo.hostenv.callLoaded(); } }; dojo.hostenv.callLoaded=function(){ if(typeof setTimeout=="object"||(djConfig["useXDomain"]&&dojo.render.html.opera)){ setTimeout("dojo.hostenv.loaded();",0); }else{ dojo.hostenv.loaded(); } }; dojo.hostenv.getModuleSymbols=function(_42){ var _43=_42.split("."); for(var i=_43.length;i>0;i--){ var _45=_43.slice(0,i).join("."); if((i==1)&&!this.moduleHasPrefix(_45)){ _43[0]="../"+_43[0]; }else{ var _46=this.getModulePrefix(_45); if(_46!=_45){ _43.splice(0,i,_46); break; } } } return _43; }; dojo.hostenv._global_omit_module_check=false; dojo.hostenv.loadModule=function(_47,_48,_49){ if(!_47){ return; } _49=this._global_omit_module_check||_49; var _4a=this.findModule(_47,false); if(_4a){ return _4a; } if(dj_undef(_47,this.loading_modules_)){ this.addedToLoadingCount.push(_47); } this.loading_modules_[_47]=1; var _4b=_47.replace(/\./g,"/")+".js"; var _4c=_47.split("."); var _4d=this.getModuleSymbols(_47); var _4e=((_4d[0].charAt(0)!="/")&&!_4d[0].match(/^\w+:/)); var _4f=_4d[_4d.length-1]; var ok; if(_4f=="*"){ _47=_4c.slice(0,-1).join("."); while(_4d.length){ _4d.pop(); _4d.push(this.pkgFileName); _4b=_4d.join("/")+".js"; if(_4e&&_4b.charAt(0)=="/"){ _4b=_4b.slice(1); } ok=this.loadPath(_4b,!_49?_47:null); if(ok){ break; } _4d.pop(); } }else{ _4b=_4d.join("/")+".js"; _47=_4c.join("."); var _51=!_49?_47:null; ok=this.loadPath(_4b,_51); if(!ok&&!_48){ _4d.pop(); while(_4d.length){ _4b=_4d.join("/")+".js"; ok=this.loadPath(_4b,_51); if(ok){ break; } _4d.pop(); _4b=_4d.join("/")+"/"+this.pkgFileName+".js"; if(_4e&&_4b.charAt(0)=="/"){ _4b=_4b.slice(1); } ok=this.loadPath(_4b,_51); if(ok){ break; } } } if(!ok&&!_49){ dojo.raise("Could not load '"+_47+"'; last tried '"+_4b+"'"); } } if(!_49&&!this["isXDomain"]){ _4a=this.findModule(_47,false); if(!_4a){ dojo.raise("symbol '"+_47+"' is not defined after loading '"+_4b+"'"); } } return _4a; }; dojo.hostenv.startPackage=function(_52){ var _53=String(_52); var _54=_53; var _55=_52.split(/\./); if(_55[_55.length-1]=="*"){ _55.pop(); _54=_55.join("."); } var _56=dojo.evalObjPath(_54,true); this.loaded_modules_[_53]=_56; this.loaded_modules_[_54]=_56; return _56; }; dojo.hostenv.findModule=function(_57,_58){ var lmn=String(_57); if(this.loaded_modules_[lmn]){ return this.loaded_modules_[lmn]; } if(_58){ dojo.raise("no loaded module named '"+_57+"'"); } return null; }; dojo.kwCompoundRequire=function(_5a){ var _5b=_5a["common"]||[]; var _5c=_5a[dojo.hostenv.name_]?_5b.concat(_5a[dojo.hostenv.name_]||[]):_5b.concat(_5a["default"]||[]); for(var x=0;x<_5c.length;x++){ var _5e=_5c[x]; if(_5e.constructor==Array){ dojo.hostenv.loadModule.apply(dojo.hostenv,_5e); }else{ dojo.hostenv.loadModule(_5e); } } }; dojo.require=function(_5f){ dojo.hostenv.loadModule.apply(dojo.hostenv,arguments); }; dojo.requireIf=function(_60,_61){ var _62=arguments[0]; if((_62===true)||(_62=="common")||(_62&&dojo.render[_62].capable)){ var _63=[]; for(var i=1;i0;i--){ _74.push(_73.slice(0,i).join("-")); } _74.push(false); if(_71){ _74.reverse(); } for(var j=_74.length-1;j>=0;j--){ var loc=_74[j]||"ROOT"; var _78=_72(loc); if(_78){ break; } } }; dojo.hostenv.localesGenerated; dojo.hostenv.registerNlsPrefix=function(){ dojo.registerModulePath("nls","nls"); }; dojo.hostenv.preloadLocalizations=function(){ if(dojo.hostenv.localesGenerated){ dojo.hostenv.registerNlsPrefix(); function preload(_79){ _79=dojo.hostenv.normalizeLocale(_79); dojo.hostenv.searchLocalePath(_79,true,function(loc){ for(var i=0;i_84.length){ _84=_85[i]; } } } if(!_84){ _84="ROOT"; } } var _87=_81?_84:_82; var _88=dojo.hostenv.findModule(_83); var _89=null; if(_88){ if(djConfig.localizationComplete&&_88._built){ return; } var _8a=_87.replace("-","_"); var _8b=_83+"."+_8a; _89=dojo.hostenv.findModule(_8b); } if(!_89){ _88=dojo.hostenv.startPackage(_83); var _8c=dojo.hostenv.getModuleSymbols(_7e); var _8d=_8c.concat("nls").join("/"); var _8e; dojo.hostenv.searchLocalePath(_87,_81,function(loc){ var _90=loc.replace("-","_"); var _91=_83+"."+_90; var _92=false; if(!dojo.hostenv.findModule(_91)){ dojo.hostenv.startPackage(_91); var _93=[_8d]; if(loc!="ROOT"){ _93.push(loc); } _93.push(_7f); var _94=_93.join("/")+".js"; _92=dojo.hostenv.loadPath(_94,null,function(_95){ var _96=function(){ }; _96.prototype=_8e; _88[_90]=new _96(); for(var j in _95){ _88[_90][j]=_95[j]; } }); }else{ _92=true; } if(_92&&_88[_90]){ _8e=_88[_90]; }else{ _88[_90]=_8e; } if(_81){ return true; } }); } if(_81&&_82!=_84){ _88[_82.replace("-","_")]=_88[_84.replace("-","_")]; } }; (function(){ var _98=djConfig.extraLocale; if(_98){ if(!_98 instanceof Array){ _98=[_98]; } var req=dojo.requireLocalization; dojo.requireLocalization=function(m,b,_9c,_9d){ req(m,b,_9c,_9d); if(_9c){ return; } for(var i=0;i<_98.length;i++){ req(m,b,_98[i],_9d); } }; } })(); } if(typeof window!="undefined"){ (function(){ if(djConfig.allowQueryConfig){ var _9f=document.location.toString(); var _a0=_9f.split("?",2); if(_a0.length>1){ var _a1=_a0[1]; var _a2=_a1.split("&"); for(var x in _a2){ var sp=_a2[x].split("="); if((sp[0].length>9)&&(sp[0].substr(0,9)=="djConfig.")){ var opt=sp[0].substr(9); try{ djConfig[opt]=eval(sp[1]); } catch(e){ djConfig[opt]=sp[1]; } } } } } if(((djConfig["baseScriptUri"]=="")||(djConfig["baseRelativePath"]==""))&&(document&&document.getElementsByTagName)){ var _a6=document.getElementsByTagName("script"); var _a7=/(__package__|dojo|bootstrap1)\.js([\?\.]|$)/i; for(var i=0;i<_a6.length;i++){ var src=_a6[i].getAttribute("src"); if(!src){ continue; } var m=src.match(_a7); if(m){ var _ab=src.substring(0,m.index); if(src.indexOf("bootstrap1")>-1){ _ab+="../"; } if(!this["djConfig"]){ djConfig={}; } if(djConfig["baseScriptUri"]==""){ djConfig["baseScriptUri"]=_ab; } if(djConfig["baseRelativePath"]==""){ djConfig["baseRelativePath"]=_ab; } break; } } } var dr=dojo.render; var drh=dojo.render.html; var drs=dojo.render.svg; var dua=(drh.UA=navigator.userAgent); var dav=(drh.AV=navigator.appVersion); var t=true; var f=false; drh.capable=t; drh.support.builtin=t; dr.ver=parseFloat(drh.AV); dr.os.mac=dav.indexOf("Macintosh")>=0; dr.os.win=dav.indexOf("Windows")>=0; dr.os.linux=dav.indexOf("X11")>=0; drh.opera=dua.indexOf("Opera")>=0; drh.khtml=(dav.indexOf("Konqueror")>=0)||(dav.indexOf("Safari")>=0); drh.safari=dav.indexOf("Safari")>=0; var _b3=dua.indexOf("Gecko"); drh.mozilla=drh.moz=(_b3>=0)&&(!drh.khtml); if(drh.mozilla){ drh.geckoVersion=dua.substring(_b3+6,_b3+14); } drh.ie=(document.all)&&(!drh.opera); drh.ie50=drh.ie&&dav.indexOf("MSIE 5.0")>=0; drh.ie55=drh.ie&&dav.indexOf("MSIE 5.5")>=0; drh.ie60=drh.ie&&dav.indexOf("MSIE 6.0")>=0; drh.ie70=drh.ie&&dav.indexOf("MSIE 7.0")>=0; var cm=document["compatMode"]; drh.quirks=(cm=="BackCompat")||(cm=="QuirksMode")||drh.ie55||drh.ie50; dojo.locale=dojo.locale||(drh.ie?navigator.userLanguage:navigator.language).toLowerCase(); dr.vml.capable=drh.ie; drs.capable=f; drs.support.plugin=f; drs.support.builtin=f; var _b5=window["document"]; var tdi=_b5["implementation"]; if((tdi)&&(tdi["hasFeature"])&&(tdi.hasFeature("org.w3c.dom.svg","1.0"))){ drs.capable=t; drs.support.builtin=t; drs.support.plugin=f; } if(drh.safari){ var tmp=dua.split("AppleWebKit/")[1]; var ver=parseFloat(tmp.split(" ")[0]); if(ver>=420){ drs.capable=t; drs.support.builtin=t; drs.support.plugin=f; } }else{ } })(); dojo.hostenv.startPackage("dojo.hostenv"); dojo.render.name=dojo.hostenv.name_="browser"; dojo.hostenv.searchIds=[]; dojo.hostenv._XMLHTTP_PROGIDS=["Msxml2.XMLHTTP","Microsoft.XMLHTTP","Msxml2.XMLHTTP.4.0"]; dojo.hostenv.getXmlhttpObject=function(){ var _b9=null; var _ba=null; try{ _b9=new XMLHttpRequest(); } catch(e){ } if(!_b9){ for(var i=0;i<3;++i){ var _bc=dojo.hostenv._XMLHTTP_PROGIDS[i]; try{ _b9=new ActiveXObject(_bc); } catch(e){ _ba=e; } if(_b9){ dojo.hostenv._XMLHTTP_PROGIDS=[_bc]; break; } } } if(!_b9){ return dojo.raise("XMLHTTP not available",_ba); } return _b9; }; dojo.hostenv._blockAsync=false; dojo.hostenv.getText=function(uri,_be,_bf){ if(!_be){ this._blockAsync=true; } var _c0=this.getXmlhttpObject(); function isDocumentOk(_c1){ var _c2=_c1["status"]; return Boolean((!_c2)||((200<=_c2)&&(300>_c2))||(_c2==304)); } if(_be){ var _c3=this,_c4=null,gbl=dojo.global(); var xhr=dojo.evalObjPath("dojo.io.XMLHTTPTransport"); _c0.onreadystatechange=function(){ if(_c4){ gbl.clearTimeout(_c4); _c4=null; } if(_c3._blockAsync||(xhr&&xhr._blockAsync)){ _c4=gbl.setTimeout(function(){ _c0.onreadystatechange.apply(this); },10); }else{ if(4==_c0.readyState){ if(isDocumentOk(_c0)){ _be(_c0.responseText); } } } }; } _c0.open("GET",uri,_be?true:false); try{ _c0.send(null); if(_be){ return null; } if(!isDocumentOk(_c0)){ var err=Error("Unable to load "+uri+" status:"+_c0.status); err.status=_c0.status; err.responseText=_c0.responseText; throw err; } } catch(e){ this._blockAsync=false; if((_bf)&&(!_be)){ return null; }else{ throw e; } } this._blockAsync=false; return _c0.responseText; }; dojo.hostenv.defaultDebugContainerId="dojoDebug"; dojo.hostenv._println_buffer=[]; dojo.hostenv._println_safe=false; dojo.hostenv.println=function(_c8){ if(!dojo.hostenv._println_safe){ dojo.hostenv._println_buffer.push(_c8); }else{ try{ var _c9=document.getElementById(djConfig.debugContainerId?djConfig.debugContainerId:dojo.hostenv.defaultDebugContainerId); if(!_c9){ _c9=dojo.body(); } var div=document.createElement("div"); div.appendChild(document.createTextNode(_c8)); _c9.appendChild(div); } catch(e){ try{ document.write("
    "+_c8+"
    "); } catch(e2){ window.status=_c8; } } } }; dojo.addOnLoad(function(){ dojo.hostenv._println_safe=true; while(dojo.hostenv._println_buffer.length>0){ dojo.hostenv.println(dojo.hostenv._println_buffer.shift()); } }); function dj_addNodeEvtHdlr(_cb,_cc,fp){ var _ce=_cb["on"+_cc]||function(){ }; _cb["on"+_cc]=function(){ fp.apply(_cb,arguments); _ce.apply(_cb,arguments); }; return true; } dojo.hostenv._djInitFired=false; function dj_load_init(e){ dojo.hostenv._djInitFired=true; var _d0=(e&&e.type)?e.type.toLowerCase():"load"; if(arguments.callee.initialized||(_d0!="domcontentloaded"&&_d0!="load")){ return; } arguments.callee.initialized=true; if(typeof (_timer)!="undefined"){ clearInterval(_timer); delete _timer; } var _d1=function(){ if(dojo.render.html.ie){ dojo.hostenv.makeWidgets(); } }; if(dojo.hostenv.inFlightCount==0){ _d1(); dojo.hostenv.modulesLoaded(); }else{ dojo.hostenv.modulesLoadedListeners.unshift(_d1); } } if(document.addEventListener){ if(dojo.render.html.opera||(dojo.render.html.moz&&(djConfig["enableMozDomContentLoaded"]===true))){ document.addEventListener("DOMContentLoaded",dj_load_init,null); } window.addEventListener("load",dj_load_init,null); } if(dojo.render.html.ie&&dojo.render.os.win){ document.attachEvent("onreadystatechange",function(e){ if(document.readyState=="complete"){ dj_load_init(); } }); } if(/(WebKit|khtml)/i.test(navigator.userAgent)){ var _timer=setInterval(function(){ if(/loaded|complete/.test(document.readyState)){ dj_load_init(); } },10); } if(dojo.render.html.ie){ dj_addNodeEvtHdlr(window,"beforeunload",function(){ dojo.hostenv._unloading=true; window.setTimeout(function(){ dojo.hostenv._unloading=false; },0); }); } dj_addNodeEvtHdlr(window,"unload",function(){ dojo.hostenv.unloaded(); if((!dojo.render.html.ie)||(dojo.render.html.ie&&dojo.hostenv._unloading)){ dojo.hostenv.unloaded(); } }); dojo.hostenv.makeWidgets=function(){ var _d3=[]; if(djConfig.searchIds&&djConfig.searchIds.length>0){ _d3=_d3.concat(djConfig.searchIds); } if(dojo.hostenv.searchIds&&dojo.hostenv.searchIds.length>0){ _d3=_d3.concat(dojo.hostenv.searchIds); } if((djConfig.parseWidgets)||(_d3.length>0)){ if(dojo.evalObjPath("dojo.widget.Parse")){ var _d4=new dojo.xml.Parse(); if(_d3.length>0){ for(var x=0;x<_d3.length;x++){ var _d6=document.getElementById(_d3[x]); if(!_d6){ continue; } var _d7=_d4.parseElement(_d6,null,true); dojo.widget.getParser().createComponents(_d7); } }else{ if(djConfig.parseWidgets){ var _d7=_d4.parseElement(dojo.body(),null,true); dojo.widget.getParser().createComponents(_d7); } } } } }; dojo.addOnLoad(function(){ if(!dojo.render.html.ie){ dojo.hostenv.makeWidgets(); } }); try{ if(dojo.render.html.ie){ document.namespaces.add("v","urn:schemas-microsoft-com:vml"); document.createStyleSheet().addRule("v\\:*","behavior:url(#default#VML)"); } } catch(e){ } dojo.hostenv.writeIncludes=function(){ }; if(!dj_undef("document",this)){ dj_currentDocument=this.document; } dojo.doc=function(){ return dj_currentDocument; }; dojo.body=function(){ return dojo.doc().body||dojo.doc().getElementsByTagName("body")[0]; }; dojo.byId=function(id,doc){ if((id)&&((typeof id=="string")||(id instanceof String))){ if(!doc){ doc=dj_currentDocument; } var ele=doc.getElementById(id); if(ele&&(ele.id!=id)&&doc.all){ ele=null; eles=doc.all[id]; if(eles){ if(eles.length){ for(var i=0;i0)?(/^\s+/):(wh<0)?(/\s+$/):(/^\s+|\s+$/g); return str.replace(re,""); }; dojo.string.trimStart=function(str){ return dojo.string.trim(str,1); }; dojo.string.trimEnd=function(str){ return dojo.string.trim(str,-1); }; dojo.string.repeat=function(str,_f4,_f5){ var out=""; for(var i=0;i<_f4;i++){ out+=str; if(_f5&&i<_f4-1){ out+=_f5; } } return out; }; dojo.string.pad=function(str,len,c,dir){ var out=String(str); if(!c){ c="0"; } if(!dir){ dir=1; } while(out.length0){ out=c+out; }else{ out+=c; } } return out; }; dojo.string.padLeft=function(str,len,c){ return dojo.string.pad(str,len,c,1); }; dojo.string.padRight=function(str,len,c){ return dojo.string.pad(str,len,c,-1); }; dojo.provide("dojo.string"); dojo.provide("dojo.lang.common"); dojo.lang.inherits=function(_103,_104){ if(!dojo.lang.isFunction(_104)){ dojo.raise("dojo.inherits: superclass argument ["+_104+"] must be a function (subclass: ["+_103+"']"); } _103.prototype=new _104(); _103.prototype.constructor=_103; _103.superclass=_104.prototype; _103["super"]=_104.prototype; }; dojo.lang._mixin=function(obj,_106){ var tobj={}; for(var x in _106){ if((typeof tobj[x]=="undefined")||(tobj[x]!=_106[x])){ obj[x]=_106[x]; } } if(dojo.render.html.ie&&(typeof (_106["toString"])=="function")&&(_106["toString"]!=obj["toString"])&&(_106["toString"]!=tobj["toString"])){ obj.toString=_106.toString; } return obj; }; dojo.lang.mixin=function(obj,_10a){ for(var i=1,l=arguments.length;i-1; }; dojo.lang.isObject=function(it){ if(typeof it=="undefined"){ return false; } return (typeof it=="object"||it===null||dojo.lang.isArray(it)||dojo.lang.isFunction(it)); }; dojo.lang.isArray=function(it){ return (it&&it instanceof Array||typeof it=="array"); }; dojo.lang.isArrayLike=function(it){ if((!it)||(dojo.lang.isUndefined(it))){ return false; } if(dojo.lang.isString(it)){ return false; } if(dojo.lang.isFunction(it)){ return false; } if(dojo.lang.isArray(it)){ return true; } if((it.tagName)&&(it.tagName.toLowerCase()=="form")){ return false; } if(dojo.lang.isNumber(it.length)&&isFinite(it.length)){ return true; } return false; }; dojo.lang.isFunction=function(it){ return (it instanceof Function||typeof it=="function"); }; (function(){ if((dojo.render.html.capable)&&(dojo.render.html["safari"])){ dojo.lang.isFunction=function(it){ if((typeof (it)=="function")&&(it=="[object NodeList]")){ return false; } return (it instanceof Function||typeof it=="function"); }; } })(); dojo.lang.isString=function(it){ return (typeof it=="string"||it instanceof String); }; dojo.lang.isAlien=function(it){ if(!it){ return false; } return !dojo.lang.isFunction(it)&&/\{\s*\[native code\]\s*\}/.test(String(it)); }; dojo.lang.isBoolean=function(it){ return (it instanceof Boolean||typeof it=="boolean"); }; dojo.lang.isNumber=function(it){ return (it instanceof Number||typeof it=="number"); }; dojo.lang.isUndefined=function(it){ return ((typeof (it)=="undefined")&&(it==undefined)); }; dojo.provide("dojo.lang.extras"); dojo.lang.setTimeout=function(func,_12a){ var _12b=window,_12c=2; if(!dojo.lang.isFunction(func)){ _12b=func; func=_12a; _12a=arguments[2]; _12c++; } if(dojo.lang.isString(func)){ func=_12b[func]; } var args=[]; for(var i=_12c;i0){ dojo.io.bind(dojo.io._bindQueue.shift()); }else{ dojo.io._queueBindInFlight=false; } } }; dojo.io._bindQueue=[]; dojo.io._queueBindInFlight=false; dojo.io.argsFromMap=function(map,_16b,last){ var enc=/utf/i.test(_16b||"")?encodeURIComponent:dojo.string.encodeAscii; var _16e=[]; var _16f=new Object(); for(var name in map){ var _171=function(elt){ var val=enc(name)+"="+enc(elt); _16e[(last==name)?"push":"unshift"](val); }; if(!_16f[name]){ var _174=map[name]; if(dojo.lang.isArray(_174)){ dojo.lang.forEach(_174,_171); }else{ _171(_174); } } } return _16e.join("&"); }; dojo.io.setIFrameSrc=function(_175,src,_177){ try{ var r=dojo.render.html; if(!_177){ if(r.safari){ _175.location=src; }else{ frames[_175.name].location=src; } }else{ var idoc; if(r.ie){ idoc=_175.contentWindow.document; }else{ if(r.safari){ idoc=_175.document; }else{ idoc=_175.contentWindow; } } if(!idoc){ _175.location=src; return; }else{ idoc.location.replace(src); } } } catch(e){ dojo.debug(e); dojo.debug("setIFrameSrc: "+e); } }; dojo.provide("dojo.lang.array"); dojo.lang.mixin(dojo.lang,{has:function(obj,name){ try{ return typeof obj[name]!="undefined"; } catch(e){ return false; } },isEmpty:function(obj){ if(dojo.lang.isObject(obj)){ var tmp={}; var _17e=0; for(var x in obj){ if(obj[x]&&(!tmp[x])){ _17e++; break; } } return _17e==0; }else{ if(dojo.lang.isArrayLike(obj)||dojo.lang.isString(obj)){ return obj.length==0; } } },map:function(arr,obj,_182){ var _183=dojo.lang.isString(arr); if(_183){ arr=arr.split(""); } if(dojo.lang.isFunction(obj)&&(!_182)){ _182=obj; obj=dj_global; }else{ if(dojo.lang.isFunction(obj)&&_182){ var _184=obj; obj=_182; _182=_184; } } if(Array.map){ var _185=Array.map(arr,_182,obj); }else{ var _185=[]; for(var i=0;i=3){ dojo.raise("thisObject doesn't exist!"); } _1a3=dj_global; } _1a5=[]; for(var i=0;i/gm,">").replace(/"/gm,"""); if(!_1e8){ str=str.replace(/'/gm,"'"); } return str; }; dojo.string.escapeSql=function(str){ return str.replace(/'/gm,"''"); }; dojo.string.escapeRegExp=function(str){ return str.replace(/\\/gm,"\\\\").replace(/([\f\b\n\t\r[\^$|?*+(){}])/gm,"\\$1"); }; dojo.string.escapeJavaScript=function(str){ return str.replace(/(["'\f\b\n\t\r])/gm,"\\$1"); }; dojo.string.escapeString=function(str){ return ("\""+str.replace(/(["\\])/g,"\\$1")+"\"").replace(/[\f]/g,"\\f").replace(/[\b]/g,"\\b").replace(/[\n]/g,"\\n").replace(/[\t]/g,"\\t").replace(/[\r]/g,"\\r"); }; dojo.string.summary=function(str,len){ if(!len||str.length<=len){ return str; } return str.substring(0,len).replace(/\.+$/,"")+"..."; }; dojo.string.endsWith=function(str,end,_1f1){ if(_1f1){ str=str.toLowerCase(); end=end.toLowerCase(); } if((str.length-end.length)<0){ return false; } return str.lastIndexOf(end)==str.length-end.length; }; dojo.string.endsWithAny=function(str){ for(var i=1;i-1){ return true; } } return false; }; dojo.string.normalizeNewlines=function(text,_1fc){ if(_1fc=="\n"){ text=text.replace(/\r\n/g,"\n"); text=text.replace(/\r/g,"\n"); }else{ if(_1fc=="\r"){ text=text.replace(/\r\n/g,"\r"); text=text.replace(/\n/g,"\r"); }else{ text=text.replace(/([^\r])\n/g,"$1\r\n").replace(/\r([^\n])/g,"\r\n$1"); } } return text; }; dojo.string.splitEscaped=function(str,_1fe){ var _1ff=[]; for(var i=0,_201=0;i0){ return _224[0]; } node=node.parentNode; } if(_223){ return null; } return _224; }; dojo.dom.getAncestorsByTag=function(node,tag,_228){ tag=tag.toLowerCase(); return dojo.dom.getAncestors(node,function(el){ return ((el.tagName)&&(el.tagName.toLowerCase()==tag)); },_228); }; dojo.dom.getFirstAncestorByTag=function(node,tag){ return dojo.dom.getAncestorsByTag(node,tag,true); }; dojo.dom.isDescendantOf=function(node,_22d,_22e){ if(_22e&&node){ node=node.parentNode; } while(node){ if(node==_22d){ return true; } node=node.parentNode; } return false; }; dojo.dom.innerXML=function(node){ if(node.innerXML){ return node.innerXML; }else{ if(node.xml){ return node.xml; }else{ if(typeof XMLSerializer!="undefined"){ return (new XMLSerializer()).serializeToString(node); } } } }; dojo.dom.createDocument=function(){ var doc=null; var _231=dojo.doc(); if(!dj_undef("ActiveXObject")){ var _232=["MSXML2","Microsoft","MSXML","MSXML3"]; for(var i=0;i<_232.length;i++){ try{ doc=new ActiveXObject(_232[i]+".XMLDOM"); } catch(e){ } if(doc){ break; } } }else{ if((_231.implementation)&&(_231.implementation.createDocument)){ doc=_231.implementation.createDocument("","",null); } } return doc; }; dojo.dom.createDocumentFromText=function(str,_235){ if(!_235){ _235="text/xml"; } if(!dj_undef("DOMParser")){ var _236=new DOMParser(); return _236.parseFromString(str,_235); }else{ if(!dj_undef("ActiveXObject")){ var _237=dojo.dom.createDocument(); if(_237){ _237.async=false; _237.loadXML(str); return _237; }else{ dojo.debug("toXml didn't work?"); } }else{ var _238=dojo.doc(); if(_238.createElement){ var tmp=_238.createElement("xml"); tmp.innerHTML=str; if(_238.implementation&&_238.implementation.createDocument){ var _23a=_238.implementation.createDocument("foo","",null); for(var i=0;i1){ var _24f=dojo.doc(); dojo.dom.replaceChildren(node,_24f.createTextNode(text)); return text; }else{ if(node.textContent!=undefined){ return node.textContent; } var _250=""; if(node==null){ return _250; } for(var i=0;i"); } } catch(e){ } if(dojo.render.html.opera){ dojo.debug("Opera is not supported with dojo.undo.browser, so back/forward detection will not work."); } dojo.undo.browser={initialHref:(!dj_undef("window"))?window.location.href:"",initialHash:(!dj_undef("window"))?window.location.hash:"",moveForward:false,historyStack:[],forwardStack:[],historyIframe:null,bookmarkAnchor:null,locationTimer:null,setInitialState:function(args){ this.initialState=this._createState(this.initialHref,args,this.initialHash); },addToHistory:function(args){ this.forwardStack=[]; var hash=null; var url=null; if(!this.historyIframe){ if(djConfig["useXDomain"]&&!djConfig["dojoIframeHistoryUrl"]){ dojo.debug("dojo.undo.browser: When using cross-domain Dojo builds,"+" please save iframe_history.html to your domain and set djConfig.dojoIframeHistoryUrl"+" to the path on your domain to iframe_history.html"); } this.historyIframe=window.frames["djhistory"]; } if(!this.bookmarkAnchor){ this.bookmarkAnchor=document.createElement("a"); dojo.body().appendChild(this.bookmarkAnchor); this.bookmarkAnchor.style.display="none"; } if(args["changeUrl"]){ hash="#"+((args["changeUrl"]!==true)?args["changeUrl"]:(new Date()).getTime()); if(this.historyStack.length==0&&this.initialState.urlHash==hash){ this.initialState=this._createState(url,args,hash); return; }else{ if(this.historyStack.length>0&&this.historyStack[this.historyStack.length-1].urlHash==hash){ this.historyStack[this.historyStack.length-1]=this._createState(url,args,hash); return; } } this.changingUrl=true; setTimeout("window.location.href = '"+hash+"'; dojo.undo.browser.changingUrl = false;",1); this.bookmarkAnchor.href=hash; if(dojo.render.html.ie){ url=this._loadIframeHistory(); var _25f=args["back"]||args["backButton"]||args["handle"]; var tcb=function(_261){ if(window.location.hash!=""){ setTimeout("window.location.href = '"+hash+"';",1); } _25f.apply(this,[_261]); }; if(args["back"]){ args.back=tcb; }else{ if(args["backButton"]){ args.backButton=tcb; }else{ if(args["handle"]){ args.handle=tcb; } } } var _262=args["forward"]||args["forwardButton"]||args["handle"]; var tfw=function(_264){ if(window.location.hash!=""){ window.location.href=hash; } if(_262){ _262.apply(this,[_264]); } }; if(args["forward"]){ args.forward=tfw; }else{ if(args["forwardButton"]){ args.forwardButton=tfw; }else{ if(args["handle"]){ args.handle=tfw; } } } }else{ if(dojo.render.html.moz){ if(!this.locationTimer){ this.locationTimer=setInterval("dojo.undo.browser.checkLocation();",200); } } } }else{ url=this._loadIframeHistory(); } this.historyStack.push(this._createState(url,args,hash)); },checkLocation:function(){ if(!this.changingUrl){ var hsl=this.historyStack.length; if((window.location.hash==this.initialHash||window.location.href==this.initialHref)&&(hsl==1)){ this.handleBackButton(); return; } if(this.forwardStack.length>0){ if(this.forwardStack[this.forwardStack.length-1].urlHash==window.location.hash){ this.handleForwardButton(); return; } } if((hsl>=2)&&(this.historyStack[hsl-2])){ if(this.historyStack[hsl-2].urlHash==window.location.hash){ this.handleBackButton(); return; } } } },iframeLoaded:function(evt,_267){ if(!dojo.render.html.opera){ var _268=this._getUrlQuery(_267.href); if(_268==null){ if(this.historyStack.length==1){ this.handleBackButton(); } return; } if(this.moveForward){ this.moveForward=false; return; } if(this.historyStack.length>=2&&_268==this._getUrlQuery(this.historyStack[this.historyStack.length-2].url)){ this.handleBackButton(); }else{ if(this.forwardStack.length>0&&_268==this._getUrlQuery(this.forwardStack[this.forwardStack.length-1].url)){ this.handleForwardButton(); } } } },handleBackButton:function(){ var _269=this.historyStack.pop(); if(!_269){ return; } var last=this.historyStack[this.historyStack.length-1]; if(!last&&this.historyStack.length==0){ last=this.initialState; } if(last){ if(last.kwArgs["back"]){ last.kwArgs["back"](); }else{ if(last.kwArgs["backButton"]){ last.kwArgs["backButton"](); }else{ if(last.kwArgs["handle"]){ last.kwArgs.handle("back"); } } } } this.forwardStack.push(_269); },handleForwardButton:function(){ var last=this.forwardStack.pop(); if(!last){ return; } if(last.kwArgs["forward"]){ last.kwArgs.forward(); }else{ if(last.kwArgs["forwardButton"]){ last.kwArgs.forwardButton(); }else{ if(last.kwArgs["handle"]){ last.kwArgs.handle("forward"); } } } this.historyStack.push(last); },_createState:function(url,args,hash){ return {"url":url,"kwArgs":args,"urlHash":hash}; },_getUrlQuery:function(url){ var _270=url.split("?"); if(_270.length<2){ return null; }else{ return _270[1]; } },_loadIframeHistory:function(){ var url=(djConfig["dojoIframeHistoryUrl"]||dojo.hostenv.getBaseScriptUri()+"iframe_history.html")+"?"+(new Date()).getTime(); this.moveForward=true; dojo.io.setIFrameSrc(this.historyIframe,url,false); return url; }}; dojo.provide("dojo.io.BrowserIO"); if(!dj_undef("window")){ dojo.io.checkChildrenForFile=function(node){ var _273=false; var _274=node.getElementsByTagName("input"); dojo.lang.forEach(_274,function(_275){ if(_273){ return; } if(_275.getAttribute("type")=="file"){ _273=true; } }); return _273; }; dojo.io.formHasFile=function(_276){ return dojo.io.checkChildrenForFile(_276); }; dojo.io.updateNode=function(node,_278){ node=dojo.byId(node); var args=_278; if(dojo.lang.isString(_278)){ args={url:_278}; } args.mimetype="text/html"; args.load=function(t,d,e){ while(node.firstChild){ dojo.dom.destroyNode(node.firstChild); } node.innerHTML=d; }; dojo.io.bind(args); }; dojo.io.formFilter=function(node){ var type=(node.type||"").toLowerCase(); return !node.disabled&&node.name&&!dojo.lang.inArray(["file","submit","image","reset","button"],type); }; dojo.io.encodeForm=function(_27f,_280,_281){ if((!_27f)||(!_27f.tagName)||(!_27f.tagName.toLowerCase()=="form")){ dojo.raise("Attempted to encode a non-form element."); } if(!_281){ _281=dojo.io.formFilter; } var enc=/utf/i.test(_280||"")?encodeURIComponent:dojo.string.encodeAscii; var _283=[]; for(var i=0;i<_27f.elements.length;i++){ var elm=_27f.elements[i]; if(!elm||elm.tagName.toLowerCase()=="fieldset"||!_281(elm)){ continue; } var name=enc(elm.name); var type=elm.type.toLowerCase(); if(type=="select-multiple"){ for(var j=0;j=200)&&(http.status<300))||(http.status==304)||(http.status==1223)||(location.protocol=="file:"&&(http.status==0||http.status==undefined))||(location.protocol=="chrome:"&&(http.status==0||http.status==undefined))){ var ret; if(_2aa.method.toLowerCase()=="head"){ var _2b0=http.getAllResponseHeaders(); ret={}; ret.toString=function(){ return _2b0; }; var _2b1=_2b0.split(/[\r\n]+/g); for(var i=0;i<_2b1.length;i++){ var pair=_2b1[i].match(/^([^:]+)\s*:\s*(.+)$/i); if(pair){ ret[pair[1]]=pair[2]; } } }else{ if(_2aa.mimetype=="text/javascript"){ try{ ret=dj_eval(http.responseText); } catch(e){ dojo.debug(e); dojo.debug(http.responseText); ret=null; } }else{ if(_2aa.mimetype.substr(0,9)=="text/json"||_2aa.mimetype.substr(0,16)=="application/json"){ try{ ret=dj_eval("("+_2aa.jsonFilter(http.responseText)+")"); } catch(e){ dojo.debug(e); dojo.debug(http.responseText); ret=false; } }else{ if((_2aa.mimetype=="application/xml")||(_2aa.mimetype=="text/xml")){ ret=http.responseXML; if(!ret||typeof ret=="string"||!http.getResponseHeader("Content-Type")){ ret=dojo.dom.createDocumentFromText(http.responseText); } }else{ ret=http.responseText; } } } } if(_2ae){ addToCache(url,_2ad,_2aa.method,http); } _2aa[(typeof _2aa.load=="function")?"load":"handle"]("load",ret,http,_2aa); }else{ var _2b4=new dojo.io.Error("XMLHttpTransport Error: "+http.status+" "+http.statusText); _2aa[(typeof _2aa.error=="function")?"error":"handle"]("error",_2b4,http,_2aa); } } function setHeaders(http,_2b6){ if(_2b6["headers"]){ for(var _2b7 in _2b6["headers"]){ if(_2b7.toLowerCase()=="content-type"&&!_2b6["contentType"]){ _2b6["contentType"]=_2b6["headers"][_2b7]; }else{ http.setRequestHeader(_2b7,_2b6["headers"][_2b7]); } } } } this.inFlight=[]; this.inFlightTimer=null; this.startWatchingInFlight=function(){ if(!this.inFlightTimer){ this.inFlightTimer=setTimeout("dojo.io.XMLHTTPTransport.watchInFlight();",10); } }; this.watchInFlight=function(){ var now=null; if(!dojo.hostenv._blockAsync&&!_29e._blockAsync){ for(var x=this.inFlight.length-1;x>=0;x--){ try{ var tif=this.inFlight[x]; if(!tif||tif.http._aborted||!tif.http.readyState){ this.inFlight.splice(x,1); continue; } if(4==tif.http.readyState){ this.inFlight.splice(x,1); doLoad(tif.req,tif.http,tif.url,tif.query,tif.useCache); }else{ if(tif.startTime){ if(!now){ now=(new Date()).getTime(); } if(tif.startTime+(tif.req.timeoutSeconds*1000)-1){ dojo.debug("Warning: dojo.io.bind: stripping hash values from url:",url); url=url.split("#")[0]; } if(_2bf["file"]){ _2bf.method="post"; } if(!_2bf["method"]){ _2bf.method="get"; } if(_2bf.method.toLowerCase()=="get"){ _2bf.multipart=false; }else{ if(_2bf["file"]){ _2bf.multipart=true; }else{ if(!_2bf["multipart"]){ _2bf.multipart=false; } } } if(_2bf["backButton"]||_2bf["back"]||_2bf["changeUrl"]){ dojo.undo.browser.addToHistory(_2bf); } var _2c4=_2bf["content"]||{}; if(_2bf.sendTransport){ _2c4["dojo.transport"]="xmlhttp"; } do{ if(_2bf.postContent){ _2c1=_2bf.postContent; break; } if(_2c4){ _2c1+=dojo.io.argsFromMap(_2c4,_2bf.encoding); } if(_2bf.method.toLowerCase()=="get"||!_2bf.multipart){ break; } var t=[]; if(_2c1.length){ var q=_2c1.split("&"); for(var i=0;i-1?"&":"?")+_2c1; } if(_2cb){ _2d1+=(dojo.string.endsWithAny(_2d1,"?","&")?"":(_2d1.indexOf("?")>-1?"&":"?"))+"dojo.preventCache="+new Date().valueOf(); } if(!_2bf.user){ http.open(_2bf.method.toUpperCase(),_2d1,_2ca); }else{ http.open(_2bf.method.toUpperCase(),_2d1,_2ca,_2bf.user,_2bf.password); } setHeaders(http,_2bf); try{ http.send(null); } catch(e){ if(typeof http.abort=="function"){ http.abort(); } doLoad(_2bf,{status:404},url,_2c1,_2cc); } } if(!_2ca){ doLoad(_2bf,http,url,_2c1,_2cc); _29e._blockAsync=false; } _2bf.abort=function(){ try{ http._aborted=true; } catch(e){ } return http.abort(); }; return; }; dojo.io.transports.addTransport("XMLHTTPTransport"); }; } dojo.provide("dojo.io.cookie"); dojo.io.cookie.setCookie=function(name,_2d3,days,path,_2d6,_2d7){ var _2d8=-1; if((typeof days=="number")&&(days>=0)){ var d=new Date(); d.setTime(d.getTime()+(days*24*60*60*1000)); _2d8=d.toGMTString(); } _2d3=escape(_2d3); document.cookie=name+"="+_2d3+";"+(_2d8!=-1?" expires="+_2d8+";":"")+(path?"path="+path:"")+(_2d6?"; domain="+_2d6:"")+(_2d7?"; secure":""); }; dojo.io.cookie.set=dojo.io.cookie.setCookie; dojo.io.cookie.getCookie=function(name){ var idx=document.cookie.lastIndexOf(name+"="); if(idx==-1){ return null; } var _2dc=document.cookie.substring(idx+name.length+1); var end=_2dc.indexOf(";"); if(end==-1){ end=_2dc.length; } _2dc=_2dc.substring(0,end); _2dc=unescape(_2dc); return _2dc; }; dojo.io.cookie.get=dojo.io.cookie.getCookie; dojo.io.cookie.deleteCookie=function(name){ dojo.io.cookie.setCookie(name,"-",0); }; dojo.io.cookie.setObjectCookie=function(name,obj,days,path,_2e3,_2e4,_2e5){ if(arguments.length==5){ _2e5=_2e3; _2e3=null; _2e4=null; } var _2e6=[],_2e7,_2e8=""; if(!_2e5){ _2e7=dojo.io.cookie.getObjectCookie(name); } if(days>=0){ if(!_2e7){ _2e7={}; } for(var prop in obj){ if(obj[prop]==null){ delete _2e7[prop]; }else{ if((typeof obj[prop]=="string")||(typeof obj[prop]=="number")){ _2e7[prop]=obj[prop]; } } } prop=null; for(var prop in _2e7){ _2e6.push(escape(prop)+"="+escape(_2e7[prop])); } _2e8=_2e6.join("&"); } dojo.io.cookie.setCookie(name,_2e8,days,path,_2e3,_2e4); }; dojo.io.cookie.getObjectCookie=function(name){ var _2eb=null,_2ec=dojo.io.cookie.getCookie(name); if(_2ec){ _2eb={}; var _2ed=_2ec.split("&"); for(var i=0;i<_2ed.length;i++){ var pair=_2ed[i].split("="); var _2f0=pair[1]; if(isNaN(_2f0)){ _2f0=unescape(pair[1]); } _2eb[unescape(pair[0])]=_2f0; } } return _2eb; }; dojo.io.cookie.isSupported=function(){ if(typeof navigator.cookieEnabled!="boolean"){ dojo.io.cookie.setCookie("__TestingYourBrowserForCookieSupport__","CookiesAllowed",90,null); var _2f1=dojo.io.cookie.getCookie("__TestingYourBrowserForCookieSupport__"); navigator.cookieEnabled=(_2f1=="CookiesAllowed"); if(navigator.cookieEnabled){ this.deleteCookie("__TestingYourBrowserForCookieSupport__"); } } return navigator.cookieEnabled; }; if(!dojo.io.cookies){ dojo.io.cookies=dojo.io.cookie; } dojo.kwCompoundRequire({common:["dojo.io.common"],rhino:["dojo.io.RhinoIO"],browser:["dojo.io.BrowserIO","dojo.io.cookie"],dashboard:["dojo.io.BrowserIO","dojo.io.cookie"]}); dojo.provide("dojo.io.*"); dojo.provide("dojo.event.common"); dojo.event=new function(){ this._canTimeout=dojo.lang.isFunction(dj_global["setTimeout"])||dojo.lang.isAlien(dj_global["setTimeout"]); function interpolateArgs(args,_2f3){ var dl=dojo.lang; var ao={srcObj:dj_global,srcFunc:null,adviceObj:dj_global,adviceFunc:null,aroundObj:null,aroundFunc:null,adviceType:(args.length>2)?args[0]:"after",precedence:"last",once:false,delay:null,rate:0,adviceMsg:false,maxCalls:-1}; switch(args.length){ case 0: return; case 1: return; case 2: ao.srcFunc=args[0]; ao.adviceFunc=args[1]; break; case 3: if((dl.isObject(args[0]))&&(dl.isString(args[1]))&&(dl.isString(args[2]))){ ao.adviceType="after"; ao.srcObj=args[0]; ao.srcFunc=args[1]; ao.adviceFunc=args[2]; }else{ if((dl.isString(args[1]))&&(dl.isString(args[2]))){ ao.srcFunc=args[1]; ao.adviceFunc=args[2]; }else{ if((dl.isObject(args[0]))&&(dl.isString(args[1]))&&(dl.isFunction(args[2]))){ ao.adviceType="after"; ao.srcObj=args[0]; ao.srcFunc=args[1]; var _2f6=dl.nameAnonFunc(args[2],ao.adviceObj,_2f3); ao.adviceFunc=_2f6; }else{ if((dl.isFunction(args[0]))&&(dl.isObject(args[1]))&&(dl.isString(args[2]))){ ao.adviceType="after"; ao.srcObj=dj_global; var _2f6=dl.nameAnonFunc(args[0],ao.srcObj,_2f3); ao.srcFunc=_2f6; ao.adviceObj=args[1]; ao.adviceFunc=args[2]; } } } } break; case 4: if((dl.isObject(args[0]))&&(dl.isObject(args[2]))){ ao.adviceType="after"; ao.srcObj=args[0]; ao.srcFunc=args[1]; ao.adviceObj=args[2]; ao.adviceFunc=args[3]; }else{ if((dl.isString(args[0]))&&(dl.isString(args[1]))&&(dl.isObject(args[2]))){ ao.adviceType=args[0]; ao.srcObj=dj_global; ao.srcFunc=args[1]; ao.adviceObj=args[2]; ao.adviceFunc=args[3]; }else{ if((dl.isString(args[0]))&&(dl.isFunction(args[1]))&&(dl.isObject(args[2]))){ ao.adviceType=args[0]; ao.srcObj=dj_global; var _2f6=dl.nameAnonFunc(args[1],dj_global,_2f3); ao.srcFunc=_2f6; ao.adviceObj=args[2]; ao.adviceFunc=args[3]; }else{ if((dl.isString(args[0]))&&(dl.isObject(args[1]))&&(dl.isString(args[2]))&&(dl.isFunction(args[3]))){ ao.srcObj=args[1]; ao.srcFunc=args[2]; var _2f6=dl.nameAnonFunc(args[3],dj_global,_2f3); ao.adviceObj=dj_global; ao.adviceFunc=_2f6; }else{ if(dl.isObject(args[1])){ ao.srcObj=args[1]; ao.srcFunc=args[2]; ao.adviceObj=dj_global; ao.adviceFunc=args[3]; }else{ if(dl.isObject(args[2])){ ao.srcObj=dj_global; ao.srcFunc=args[1]; ao.adviceObj=args[2]; ao.adviceFunc=args[3]; }else{ ao.srcObj=ao.adviceObj=ao.aroundObj=dj_global; ao.srcFunc=args[1]; ao.adviceFunc=args[2]; ao.aroundFunc=args[3]; } } } } } } break; case 6: ao.srcObj=args[1]; ao.srcFunc=args[2]; ao.adviceObj=args[3]; ao.adviceFunc=args[4]; ao.aroundFunc=args[5]; ao.aroundObj=dj_global; break; default: ao.srcObj=args[1]; ao.srcFunc=args[2]; ao.adviceObj=args[3]; ao.adviceFunc=args[4]; ao.aroundObj=args[5]; ao.aroundFunc=args[6]; ao.once=args[7]; ao.delay=args[8]; ao.rate=args[9]; ao.adviceMsg=args[10]; ao.maxCalls=(!isNaN(parseInt(args[11])))?args[11]:-1; break; } if(dl.isFunction(ao.aroundFunc)){ var _2f6=dl.nameAnonFunc(ao.aroundFunc,ao.aroundObj,_2f3); ao.aroundFunc=_2f6; } if(dl.isFunction(ao.srcFunc)){ ao.srcFunc=dl.getNameInObj(ao.srcObj,ao.srcFunc); } if(dl.isFunction(ao.adviceFunc)){ ao.adviceFunc=dl.getNameInObj(ao.adviceObj,ao.adviceFunc); } if((ao.aroundObj)&&(dl.isFunction(ao.aroundFunc))){ ao.aroundFunc=dl.getNameInObj(ao.aroundObj,ao.aroundFunc); } if(!ao.srcObj){ dojo.raise("bad srcObj for srcFunc: "+ao.srcFunc); } if(!ao.adviceObj){ dojo.raise("bad adviceObj for adviceFunc: "+ao.adviceFunc); } if(!ao.adviceFunc){ dojo.debug("bad adviceFunc for srcFunc: "+ao.srcFunc); dojo.debugShallow(ao); } return ao; } this.connect=function(){ if(arguments.length==1){ var ao=arguments[0]; }else{ var ao=interpolateArgs(arguments,true); } if(dojo.lang.isString(ao.srcFunc)&&(ao.srcFunc.toLowerCase()=="onkey")){ if(dojo.render.html.ie){ ao.srcFunc="onkeydown"; this.connect(ao); } ao.srcFunc="onkeypress"; } if(dojo.lang.isArray(ao.srcObj)&&ao.srcObj!=""){ var _2f8={}; for(var x in ao){ _2f8[x]=ao[x]; } var mjps=[]; dojo.lang.forEach(ao.srcObj,function(src){ if((dojo.render.html.capable)&&(dojo.lang.isString(src))){ src=dojo.byId(src); } _2f8.srcObj=src; mjps.push(dojo.event.connect.call(dojo.event,_2f8)); }); return mjps; } var mjp=dojo.event.MethodJoinPoint.getForMethod(ao.srcObj,ao.srcFunc); if(ao.adviceFunc){ var mjp2=dojo.event.MethodJoinPoint.getForMethod(ao.adviceObj,ao.adviceFunc); } mjp.kwAddAdvice(ao); return mjp; }; this.log=function(a1,a2){ var _300; if((arguments.length==1)&&(typeof a1=="object")){ _300=a1; }else{ _300={srcObj:a1,srcFunc:a2}; } _300.adviceFunc=function(){ var _301=[]; for(var x=0;x=this.jp_.around.length){ return this.jp_.object[this.jp_.methodname].apply(this.jp_.object,this.args); }else{ var ti=this.jp_.around[this.around_index]; var mobj=ti[0]||dj_global; var meth=ti[1]; return mobj[meth].call(mobj,this); } }; dojo.event.MethodJoinPoint=function(obj,_319){ this.object=obj||dj_global; this.methodname=_319; this.methodfunc=this.object[_319]; this.squelch=false; }; dojo.event.MethodJoinPoint.getForMethod=function(obj,_31b){ if(!obj){ obj=dj_global; } var ofn=obj[_31b]; if(!ofn){ ofn=obj[_31b]=function(){ }; if(!obj[_31b]){ dojo.raise("Cannot set do-nothing method on that object "+_31b); } }else{ if((typeof ofn!="function")&&(!dojo.lang.isFunction(ofn))&&(!dojo.lang.isAlien(ofn))){ return null; } } var _31d=_31b+"$joinpoint"; var _31e=_31b+"$joinpoint$method"; var _31f=obj[_31d]; if(!_31f){ var _320=false; if(dojo.event["browser"]){ if((obj["attachEvent"])||(obj["nodeType"])||(obj["addEventListener"])){ _320=true; dojo.event.browser.addClobberNodeAttrs(obj,[_31d,_31e,_31b]); } } var _321=ofn.length; obj[_31e]=ofn; _31f=obj[_31d]=new dojo.event.MethodJoinPoint(obj,_31e); if(!_320){ obj[_31b]=function(){ return _31f.run.apply(_31f,arguments); }; }else{ obj[_31b]=function(){ var args=[]; if(!arguments.length){ var evt=null; try{ if(obj.ownerDocument){ evt=obj.ownerDocument.parentWindow.event; }else{ if(obj.documentElement){ evt=obj.documentElement.ownerDocument.parentWindow.event; }else{ if(obj.event){ evt=obj.event; }else{ evt=window.event; } } } } catch(e){ evt=window.event; } if(evt){ args.push(dojo.event.browser.fixEvent(evt,this)); } }else{ for(var x=0;x-1){ if(_330==0){ return; } marr[7]--; } var _331; var to={args:[],jp_:this,object:obj,proceed:function(){ return _32b[_32c].apply(_32b,to.args); }}; to.args=_327; var _333=parseInt(marr[4]); var _334=((!isNaN(_333))&&(marr[4]!==null)&&(typeof marr[4]!="undefined")); if(marr[5]){ var rate=parseInt(marr[5]); var cur=new Date(); var _337=false; if((marr["last"])&&((cur-marr.last)<=rate)){ if(dojo.event._canTimeout){ if(marr["delayTimer"]){ clearTimeout(marr.delayTimer); } var tod=parseInt(rate*2); var mcpy=dojo.lang.shallowCopy(marr); marr.delayTimer=setTimeout(function(){ mcpy[5]=0; _329(mcpy); },tod); } return; }else{ marr.last=cur; } } if(_32e){ _32d[_32e].call(_32d,to); }else{ if((_334)&&((dojo.render.html)||(dojo.render.svg))){ dj_global["setTimeout"](function(){ if(msg){ _32b[_32c].call(_32b,to); }else{ _32b[_32c].apply(_32b,args); } },_333); }else{ if(msg){ _32b[_32c].call(_32b,to); }else{ _32b[_32c].apply(_32b,args); } } } }; var _33a=function(){ if(this.squelch){ try{ return _329.apply(this,arguments); } catch(e){ dojo.debug(e); } }else{ return _329.apply(this,arguments); } }; if((this["before"])&&(this.before.length>0)){ dojo.lang.forEach(this.before.concat(new Array()),_33a); } var _33b; try{ if((this["around"])&&(this.around.length>0)){ var mi=new dojo.event.MethodInvocation(this,obj,args); _33b=mi.proceed(); }else{ if(this.methodfunc){ _33b=this.object[this.methodname].apply(this.object,args); } } } catch(e){ if(!this.squelch){ dojo.debug(e,"when calling",this.methodname,"on",this.object,"with arguments",args); dojo.raise(e); } } if((this["after"])&&(this.after.length>0)){ dojo.lang.forEach(this.after.concat(new Array()),_33a); } return (this.methodfunc)?_33b:null; },getArr:function(kind){ var type="after"; if((typeof kind=="string")&&(kind.indexOf("before")!=-1)){ type="before"; }else{ if(kind=="around"){ type="around"; } } if(!this[type]){ this[type]=[]; } return this[type]; },kwAddAdvice:function(args){ this.addAdvice(args["adviceObj"],args["adviceFunc"],args["aroundObj"],args["aroundFunc"],args["adviceType"],args["precedence"],args["once"],args["delay"],args["rate"],args["adviceMsg"],args["maxCalls"]); },addAdvice:function(_340,_341,_342,_343,_344,_345,once,_347,rate,_349,_34a){ var arr=this.getArr(_344); if(!arr){ dojo.raise("bad this: "+this); } var ao=[_340,_341,_342,_343,_347,rate,_349,_34a]; if(once){ if(this.hasAdvice(_340,_341,_344,arr)>=0){ return; } } if(_345=="first"){ arr.unshift(ao); }else{ arr.push(ao); } },hasAdvice:function(_34d,_34e,_34f,arr){ if(!arr){ arr=this.getArr(_34f); } var ind=-1; for(var x=0;x=0;i=i-1){ var el=na[i]; try{ if(el&&el["__clobberAttrs__"]){ for(var j=0;j=65&&_3a1<=90&&evt.shiftKey==false){ _3a1+=32; } if(_3a1>=1&&_3a1<=26&&evt.ctrlKey){ _3a1+=96; } evt.key=String.fromCharCode(_3a1); } } }else{ if(evt["type"]=="keypress"){ if(dojo.render.html.opera){ if(evt.which==0){ evt.key=evt.keyCode; }else{ if(evt.which>0){ switch(evt.which){ case evt.KEY_SHIFT: case evt.KEY_CTRL: case evt.KEY_ALT: case evt.KEY_CAPS_LOCK: case evt.KEY_NUM_LOCK: case evt.KEY_SCROLL_LOCK: break; case evt.KEY_PAUSE: case evt.KEY_TAB: case evt.KEY_BACKSPACE: case evt.KEY_ENTER: case evt.KEY_ESCAPE: evt.key=evt.which; break; default: var _3a1=evt.which; if((evt.ctrlKey||evt.altKey||evt.metaKey)&&(evt.which>=65&&evt.which<=90&&evt.shiftKey==false)){ _3a1+=32; } evt.key=String.fromCharCode(_3a1); } } } }else{ if(dojo.render.html.ie){ if(!evt.ctrlKey&&!evt.altKey&&evt.keyCode>=evt.KEY_SPACE){ evt.key=String.fromCharCode(evt.keyCode); } }else{ if(dojo.render.html.safari){ switch(evt.keyCode){ case 25: evt.key=evt.KEY_TAB; evt.shift=true; break; case 63232: evt.key=evt.KEY_UP_ARROW; break; case 63233: evt.key=evt.KEY_DOWN_ARROW; break; case 63234: evt.key=evt.KEY_LEFT_ARROW; break; case 63235: evt.key=evt.KEY_RIGHT_ARROW; break; case 63236: evt.key=evt.KEY_F1; break; case 63237: evt.key=evt.KEY_F2; break; case 63238: evt.key=evt.KEY_F3; break; case 63239: evt.key=evt.KEY_F4; break; case 63240: evt.key=evt.KEY_F5; break; case 63241: evt.key=evt.KEY_F6; break; case 63242: evt.key=evt.KEY_F7; break; case 63243: evt.key=evt.KEY_F8; break; case 63244: evt.key=evt.KEY_F9; break; case 63245: evt.key=evt.KEY_F10; break; case 63246: evt.key=evt.KEY_F11; break; case 63247: evt.key=evt.KEY_F12; break; case 63250: evt.key=evt.KEY_PAUSE; break; case 63272: evt.key=evt.KEY_DELETE; break; case 63273: evt.key=evt.KEY_HOME; break; case 63275: evt.key=evt.KEY_END; break; case 63276: evt.key=evt.KEY_PAGE_UP; break; case 63277: evt.key=evt.KEY_PAGE_DOWN; break; case 63302: evt.key=evt.KEY_INSERT; break; case 63248: case 63249: case 63289: break; default: evt.key=evt.charCode>=evt.KEY_SPACE?String.fromCharCode(evt.charCode):evt.keyCode; } }else{ evt.key=evt.charCode>0?String.fromCharCode(evt.charCode):evt.keyCode; } } } } } } if(dojo.render.html.ie){ if(!evt.target){ evt.target=evt.srcElement; } if(!evt.currentTarget){ evt.currentTarget=(_39f?_39f:evt.srcElement); } if(!evt.layerX){ evt.layerX=evt.offsetX; } if(!evt.layerY){ evt.layerY=evt.offsetY; } var doc=(evt.srcElement&&evt.srcElement.ownerDocument)?evt.srcElement.ownerDocument:document; var _3a3=((dojo.render.html.ie55)||(doc["compatMode"]=="BackCompat"))?doc.body:doc.documentElement; if(!evt.pageX){ evt.pageX=evt.clientX+(_3a3.scrollLeft||0); } if(!evt.pageY){ evt.pageY=evt.clientY+(_3a3.scrollTop||0); } if(evt.type=="mouseover"){ evt.relatedTarget=evt.fromElement; } if(evt.type=="mouseout"){ evt.relatedTarget=evt.toElement; } this.currentEvent=evt; evt.callListener=this.callListener; evt.stopPropagation=this._stopPropagation; evt.preventDefault=this._preventDefault; } return evt; }; this.stopEvent=function(evt){ if(window.event){ evt.cancelBubble=true; evt.returnValue=false; }else{ evt.preventDefault(); evt.stopPropagation(); } }; }; dojo.kwCompoundRequire({common:["dojo.event.common","dojo.event.topic"],browser:["dojo.event.browser"],dashboard:["dojo.event.browser"]}); dojo.provide("dojo.event.*"); dojo.provide("dojo.gfx.color"); dojo.gfx.color.Color=function(r,g,b,a){ if(dojo.lang.isArray(r)){ this.r=r[0]; this.g=r[1]; this.b=r[2]; this.a=r[3]||1; }else{ if(dojo.lang.isString(r)){ var rgb=dojo.gfx.color.extractRGB(r); this.r=rgb[0]; this.g=rgb[1]; this.b=rgb[2]; this.a=g||1; }else{ if(r instanceof dojo.gfx.color.Color){ this.r=r.r; this.b=r.b; this.g=r.g; this.a=r.a; }else{ this.r=r; this.g=g; this.b=b; this.a=a; } } } }; dojo.gfx.color.Color.fromArray=function(arr){ return new dojo.gfx.color.Color(arr[0],arr[1],arr[2],arr[3]); }; dojo.extend(dojo.gfx.color.Color,{toRgb:function(_3ab){ if(_3ab){ return this.toRgba(); }else{ return [this.r,this.g,this.b]; } },toRgba:function(){ return [this.r,this.g,this.b,this.a]; },toHex:function(){ return dojo.gfx.color.rgb2hex(this.toRgb()); },toCss:function(){ return "rgb("+this.toRgb().join()+")"; },toString:function(){ return this.toHex(); },blend:function(_3ac,_3ad){ var rgb=null; if(dojo.lang.isArray(_3ac)){ rgb=_3ac; }else{ if(_3ac instanceof dojo.gfx.color.Color){ rgb=_3ac.toRgb(); }else{ rgb=new dojo.gfx.color.Color(_3ac).toRgb(); } } return dojo.gfx.color.blend(this.toRgb(),rgb,_3ad); }}); dojo.gfx.color.named={white:[255,255,255],black:[0,0,0],red:[255,0,0],green:[0,255,0],lime:[0,255,0],blue:[0,0,255],navy:[0,0,128],gray:[128,128,128],silver:[192,192,192]}; dojo.gfx.color.blend=function(a,b,_3b1){ if(typeof a=="string"){ return dojo.gfx.color.blendHex(a,b,_3b1); } if(!_3b1){ _3b1=0; } _3b1=Math.min(Math.max(-1,_3b1),1); _3b1=((_3b1+1)/2); var c=[]; for(var x=0;x<3;x++){ c[x]=parseInt(b[x]+((a[x]-b[x])*_3b1)); } return c; }; dojo.gfx.color.blendHex=function(a,b,_3b6){ return dojo.gfx.color.rgb2hex(dojo.gfx.color.blend(dojo.gfx.color.hex2rgb(a),dojo.gfx.color.hex2rgb(b),_3b6)); }; dojo.gfx.color.extractRGB=function(_3b7){ var hex="0123456789abcdef"; _3b7=_3b7.toLowerCase(); if(_3b7.indexOf("rgb")==0){ var _3b9=_3b7.match(/rgba*\((\d+), *(\d+), *(\d+)/i); var ret=_3b9.splice(1,3); return ret; }else{ var _3bb=dojo.gfx.color.hex2rgb(_3b7); if(_3bb){ return _3bb; }else{ return dojo.gfx.color.named[_3b7]||[255,255,255]; } } }; dojo.gfx.color.hex2rgb=function(hex){ var _3bd="0123456789ABCDEF"; var rgb=new Array(3); if(hex.indexOf("#")==0){ hex=hex.substring(1); } hex=hex.toUpperCase(); if(hex.replace(new RegExp("["+_3bd+"]","g"),"")!=""){ return null; } if(hex.length==3){ rgb[0]=hex.charAt(0)+hex.charAt(0); rgb[1]=hex.charAt(1)+hex.charAt(1); rgb[2]=hex.charAt(2)+hex.charAt(2); }else{ rgb[0]=hex.substring(0,2); rgb[1]=hex.substring(2,4); rgb[2]=hex.substring(4); } for(var i=0;i0){ this.duration=_3de; } if(_3e1){ this.repeatCount=_3e1; } if(rate){ this.rate=rate; } if(_3dd){ dojo.lang.forEach(["handler","beforeBegin","onBegin","onEnd","onPlay","onStop","onAnimate"],function(item){ if(_3dd[item]){ this.connect(item,_3dd[item]); } },this); } if(_3e0&&dojo.lang.isFunction(_3e0)){ this.easing=_3e0; } }; dojo.inherits(dojo.lfx.Animation,dojo.lfx.IAnimation); dojo.lang.extend(dojo.lfx.Animation,{_startTime:null,_endTime:null,_timer:null,_percent:0,_startRepeatCount:0,play:function(_3e4,_3e5){ if(_3e5){ clearTimeout(this._timer); this._active=false; this._paused=false; this._percent=0; }else{ if(this._active&&!this._paused){ return this; } } this.fire("handler",["beforeBegin"]); this.fire("beforeBegin"); if(_3e4>0){ setTimeout(dojo.lang.hitch(this,function(){ this.play(null,_3e5); }),_3e4); return this; } this._startTime=new Date().valueOf(); if(this._paused){ this._startTime-=(this.duration*this._percent/100); } this._endTime=this._startTime+this.duration; this._active=true; this._paused=false; var step=this._percent/100; var _3e7=this.curve.getValue(step); if(this._percent==0){ if(!this._startRepeatCount){ this._startRepeatCount=this.repeatCount; } this.fire("handler",["begin",_3e7]); this.fire("onBegin",[_3e7]); } this.fire("handler",["play",_3e7]); this.fire("onPlay",[_3e7]); this._cycle(); return this; },pause:function(){ clearTimeout(this._timer); if(!this._active){ return this; } this._paused=true; var _3e8=this.curve.getValue(this._percent/100); this.fire("handler",["pause",_3e8]); this.fire("onPause",[_3e8]); return this; },gotoPercent:function(pct,_3ea){ clearTimeout(this._timer); this._active=true; this._paused=true; this._percent=pct; if(_3ea){ this.play(); } return this; },stop:function(_3eb){ clearTimeout(this._timer); var step=this._percent/100; if(_3eb){ step=1; } var _3ed=this.curve.getValue(step); this.fire("handler",["stop",_3ed]); this.fire("onStop",[_3ed]); this._active=false; this._paused=false; return this; },status:function(){ if(this._active){ return this._paused?"paused":"playing"; }else{ return "stopped"; } return this; },_cycle:function(){ clearTimeout(this._timer); if(this._active){ var curr=new Date().valueOf(); var step=(curr-this._startTime)/(this._endTime-this._startTime); if(step>=1){ step=1; this._percent=100; }else{ this._percent=step*100; } if((this.easing)&&(dojo.lang.isFunction(this.easing))){ step=this.easing(step); } var _3f0=this.curve.getValue(step); this.fire("handler",["animate",_3f0]); this.fire("onAnimate",[_3f0]); if(step<1){ this._timer=setTimeout(dojo.lang.hitch(this,"_cycle"),this.rate); }else{ this._active=false; this.fire("handler",["end"]); this.fire("onEnd"); if(this.repeatCount>0){ this.repeatCount--; this.play(null,true); }else{ if(this.repeatCount==-1){ this.play(null,true); }else{ if(this._startRepeatCount){ this.repeatCount=this._startRepeatCount; this._startRepeatCount=0; } } } } } return this; }}); dojo.lfx.Combine=function(_3f1){ dojo.lfx.IAnimation.call(this); this._anims=[]; this._animsEnded=0; var _3f2=arguments; if(_3f2.length==1&&(dojo.lang.isArray(_3f2[0])||dojo.lang.isArrayLike(_3f2[0]))){ _3f2=_3f2[0]; } dojo.lang.forEach(_3f2,function(anim){ this._anims.push(anim); anim.connect("onEnd",dojo.lang.hitch(this,"_onAnimsEnded")); },this); }; dojo.inherits(dojo.lfx.Combine,dojo.lfx.IAnimation); dojo.lang.extend(dojo.lfx.Combine,{_animsEnded:0,play:function(_3f4,_3f5){ if(!this._anims.length){ return this; } this.fire("beforeBegin"); if(_3f4>0){ setTimeout(dojo.lang.hitch(this,function(){ this.play(null,_3f5); }),_3f4); return this; } if(_3f5||this._anims[0].percent==0){ this.fire("onBegin"); } this.fire("onPlay"); this._animsCall("play",null,_3f5); return this; },pause:function(){ this.fire("onPause"); this._animsCall("pause"); return this; },stop:function(_3f6){ this.fire("onStop"); this._animsCall("stop",_3f6); return this; },_onAnimsEnded:function(){ this._animsEnded++; if(this._animsEnded>=this._anims.length){ this.fire("onEnd"); } return this; },_animsCall:function(_3f7){ var args=[]; if(arguments.length>1){ for(var i=1;i0){ setTimeout(dojo.lang.hitch(this,function(){ this.play(null,_403); }),_402); return this; } if(_404){ if(this._currAnim==0){ this.fire("handler",["begin",this._currAnim]); this.fire("onBegin",[this._currAnim]); } this.fire("onPlay",[this._currAnim]); _404.play(null,_403); } return this; },pause:function(){ if(this._anims[this._currAnim]){ this._anims[this._currAnim].pause(); this.fire("onPause",[this._currAnim]); } return this; },playPause:function(){ if(this._anims.length==0){ return this; } if(this._currAnim==-1){ this._currAnim=0; } var _405=this._anims[this._currAnim]; if(_405){ if(!_405._active||_405._paused){ this.play(); }else{ this.pause(); } } return this; },stop:function(){ var _406=this._anims[this._currAnim]; if(_406){ _406.stop(); this.fire("onStop",[this._currAnim]); } return _406; },_playNext:function(){ if(this._currAnim==-1||this._anims.length==0){ return this; } this._currAnim++; if(this._anims[this._currAnim]){ this._anims[this._currAnim].play(null,true); } return this; }}); dojo.lfx.combine=function(_407){ var _408=arguments; if(dojo.lang.isArray(arguments[0])){ _408=arguments[0]; } if(_408.length==1){ return _408[0]; } return new dojo.lfx.Combine(_408); }; dojo.lfx.chain=function(_409){ var _40a=arguments; if(dojo.lang.isArray(arguments[0])){ _40a=arguments[0]; } if(_40a.length==1){ return _40a[0]; } return new dojo.lfx.Chain(_40a); }; dojo.provide("dojo.html.common"); dojo.lang.mixin(dojo.html,dojo.dom); dojo.html.body=function(){ dojo.deprecated("dojo.html.body() moved to dojo.body()","0.5"); return dojo.body(); }; dojo.html.getEventTarget=function(evt){ if(!evt){ evt=dojo.global().event||{}; } var t=(evt.srcElement?evt.srcElement:(evt.target?evt.target:null)); while((t)&&(t.nodeType!=1)){ t=t.parentNode; } return t; }; dojo.html.getViewport=function(){ var _40d=dojo.global(); var _40e=dojo.doc(); var w=0; var h=0; if(dojo.render.html.mozilla){ w=_40e.documentElement.clientWidth; h=_40d.innerHeight; }else{ if(!dojo.render.html.opera&&_40d.innerWidth){ w=_40d.innerWidth; h=_40d.innerHeight; }else{ if(!dojo.render.html.opera&&dojo.exists(_40e,"documentElement.clientWidth")){ var w2=_40e.documentElement.clientWidth; if(!w||w2&&w2_436)){ loc=dojo.hostenv.getBaseScriptUri()+loc; } return new dojo.uri.Uri(loc,uri); }; this.Uri=function(){ var uri=arguments[0]; for(var i=1;i0&&!(j==1&&segs[0]=="")&&segs[j]==".."&&segs[j-1]!=".."){ if(j==segs.length-1){ segs.splice(j,1); segs[j-1]=""; }else{ segs.splice(j-1,2); j-=2; } } } } _439.path=segs.join("/"); } } } } uri=""; if(_439.scheme!=null){ uri+=_439.scheme+":"; } if(_439.authority!=null){ uri+="//"+_439.authority; } uri+=_439.path; if(_439.query!=null){ uri+="?"+_439.query; } if(_439.fragment!=null){ uri+="#"+_439.fragment; } } this.uri=uri.toString(); var _43e="^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$"; var r=this.uri.match(new RegExp(_43e)); this.scheme=r[2]||(r[1]?"":null); this.authority=r[4]||(r[3]?"":null); this.path=r[5]; this.query=r[7]||(r[6]?"":null); this.fragment=r[9]||(r[8]?"":null); if(this.authority!=null){ _43e="^((([^:]+:)?([^@]+))@)?([^:]*)(:([0-9]+))?$"; r=this.authority.match(new RegExp(_43e)); this.user=r[3]||null; this.password=r[4]||null; this.host=r[5]; this.port=r[7]||null; } this.toString=function(){ return this.uri; }; }; }; dojo.provide("dojo.html.style"); dojo.html.getClass=function(node){ node=dojo.byId(node); if(!node){ return ""; } var cs=""; if(node.className){ cs=node.className; }else{ if(dojo.html.hasAttribute(node,"class")){ cs=dojo.html.getAttribute(node,"class"); } } return cs.replace(/^\s+|\s+$/g,""); }; dojo.html.getClasses=function(node){ var c=dojo.html.getClass(node); return (c=="")?[]:c.split(/\s+/g); }; dojo.html.hasClass=function(node,_445){ return (new RegExp("(^|\\s+)"+_445+"(\\s+|$)")).test(dojo.html.getClass(node)); }; dojo.html.prependClass=function(node,_447){ _447+=" "+dojo.html.getClass(node); return dojo.html.setClass(node,_447); }; dojo.html.addClass=function(node,_449){ if(dojo.html.hasClass(node,_449)){ return false; } _449=(dojo.html.getClass(node)+" "+_449).replace(/^\s+|\s+$/g,""); return dojo.html.setClass(node,_449); }; dojo.html.setClass=function(node,_44b){ node=dojo.byId(node); var cs=new String(_44b); try{ if(typeof node.className=="string"){ node.className=cs; }else{ if(node.setAttribute){ node.setAttribute("class",_44b); node.className=cs; }else{ return false; } } } catch(e){ dojo.debug("dojo.html.setClass() failed",e); } return true; }; dojo.html.removeClass=function(node,_44e,_44f){ try{ if(!_44f){ var _450=dojo.html.getClass(node).replace(new RegExp("(^|\\s+)"+_44e+"(\\s+|$)"),"$1$2"); }else{ var _450=dojo.html.getClass(node).replace(_44e,""); } dojo.html.setClass(node,_450); } catch(e){ dojo.debug("dojo.html.removeClass() failed",e); } return true; }; dojo.html.replaceClass=function(node,_452,_453){ dojo.html.removeClass(node,_453); dojo.html.addClass(node,_452); }; dojo.html.classMatchType={ContainsAll:0,ContainsAny:1,IsOnly:2}; dojo.html.getElementsByClass=function(_454,_455,_456,_457,_458){ _458=false; var _459=dojo.doc(); _455=dojo.byId(_455)||_459; var _45a=_454.split(/\s+/g); var _45b=[]; if(_457!=1&&_457!=2){ _457=0; } var _45c=new RegExp("(\\s|^)(("+_45a.join(")|(")+"))(\\s|$)"); var _45d=_45a.join(" ").length; var _45e=[]; if(!_458&&_459.evaluate){ var _45f=".//"+(_456||"*")+"[contains("; if(_457!=dojo.html.classMatchType.ContainsAny){ _45f+="concat(' ',@class,' '), ' "+_45a.join(" ') and contains(concat(' ',@class,' '), ' ")+" ')"; if(_457==2){ _45f+=" and string-length(@class)="+_45d+"]"; }else{ _45f+="]"; } }else{ _45f+="concat(' ',@class,' '), ' "+_45a.join(" ') or contains(concat(' ',@class,' '), ' ")+" ')]"; } var _460=_459.evaluate(_45f,_455,null,XPathResult.ANY_TYPE,null); var _461=_460.iterateNext(); while(_461){ try{ _45e.push(_461); _461=_460.iterateNext(); } catch(e){ break; } } return _45e; }else{ if(!_456){ _456="*"; } _45e=_455.getElementsByTagName(_456); var node,i=0; outer: while(node=_45e[i++]){ var _464=dojo.html.getClasses(node); if(_464.length==0){ continue outer; } var _465=0; for(var j=0;j<_464.length;j++){ if(_45c.test(_464[j])){ if(_457==dojo.html.classMatchType.ContainsAny){ _45b.push(node); continue outer; }else{ _465++; } }else{ if(_457==dojo.html.classMatchType.IsOnly){ continue outer; } } } if(_465==_45a.length){ if((_457==dojo.html.classMatchType.IsOnly)&&(_465==_464.length)){ _45b.push(node); }else{ if(_457==dojo.html.classMatchType.ContainsAll){ _45b.push(node); } } } } return _45b; } }; dojo.html.getElementsByClassName=dojo.html.getElementsByClass; dojo.html.toCamelCase=function(_467){ var arr=_467.split("-"),cc=arr[0]; for(var i=1;i=1){ if(h.ie){ dojo.html.clearOpacity(node); return; }else{ _4d7=0.999999; } }else{ if(_4d7<0){ _4d7=0; } } } if(h.ie){ if(node.nodeName.toLowerCase()=="tr"){ var tds=node.getElementsByTagName("td"); for(var x=0;x=0.999999?1:Number(opac); }; dojo.provide("dojo.html.color"); dojo.html.getBackgroundColor=function(node){ node=dojo.byId(node); var _4e3; do{ _4e3=dojo.html.getStyle(node,"background-color"); if(_4e3.toLowerCase()=="rgba(0, 0, 0, 0)"){ _4e3="transparent"; } if(node==document.getElementsByTagName("body")[0]){ node=null; break; } node=node.parentNode; }while(node&&dojo.lang.inArray(["transparent",""],_4e3)); if(_4e3=="transparent"){ _4e3=[255,255,255,0]; }else{ _4e3=dojo.gfx.color.extractRGB(_4e3); } return _4e3; }; dojo.provide("dojo.html.layout"); dojo.html.sumAncestorProperties=function(node,prop){ node=dojo.byId(node); if(!node){ return 0; } var _4e6=0; while(node){ if(dojo.html.getComputedStyle(node,"position")=="fixed"){ return 0; } var val=node[prop]; if(val){ _4e6+=val-0; if(node==dojo.body()){ break; } } node=node.parentNode; } return _4e6; }; dojo.html.setStyleAttributes=function(node,_4e9){ node=dojo.byId(node); var _4ea=_4e9.replace(/(;)?\s*$/,"").split(";"); for(var i=0;i<_4ea.length;i++){ var _4ec=_4ea[i].split(":"); var name=_4ec[0].replace(/\s*$/,"").replace(/^\s*/,"").toLowerCase(); var _4ee=_4ec[1].replace(/\s*$/,"").replace(/^\s*/,""); switch(name){ case "opacity": dojo.html.setOpacity(node,_4ee); break; case "content-height": dojo.html.setContentBox(node,{height:_4ee}); break; case "content-width": dojo.html.setContentBox(node,{width:_4ee}); break; case "outer-height": dojo.html.setMarginBox(node,{height:_4ee}); break; case "outer-width": dojo.html.setMarginBox(node,{width:_4ee}); break; default: node.style[dojo.html.toCamelCase(name)]=_4ee; } } }; dojo.html.boxSizing={MARGIN_BOX:"margin-box",BORDER_BOX:"border-box",PADDING_BOX:"padding-box",CONTENT_BOX:"content-box"}; dojo.html.getAbsolutePosition=dojo.html.abs=function(node,_4f0,_4f1){ node=dojo.byId(node,node.ownerDocument); var ret={x:0,y:0}; var bs=dojo.html.boxSizing; if(!_4f1){ _4f1=bs.CONTENT_BOX; } var _4f4=2; var _4f5; switch(_4f1){ case bs.MARGIN_BOX: _4f5=3; break; case bs.BORDER_BOX: _4f5=2; break; case bs.PADDING_BOX: default: _4f5=1; break; case bs.CONTENT_BOX: _4f5=0; break; } var h=dojo.render.html; var db=document["body"]||document["documentElement"]; if(h.ie){ with(node.getBoundingClientRect()){ ret.x=left-2; ret.y=top-2; } }else{ if(document.getBoxObjectFor){ _4f4=1; try{ var bo=document.getBoxObjectFor(node); ret.x=bo.x-dojo.html.sumAncestorProperties(node,"scrollLeft"); ret.y=bo.y-dojo.html.sumAncestorProperties(node,"scrollTop"); } catch(e){ } }else{ if(node["offsetParent"]){ var _4f9; if((h.safari)&&(node.style.getPropertyValue("position")=="absolute")&&(node.parentNode==db)){ _4f9=db; }else{ _4f9=db.parentNode; } if(node.parentNode!=db){ var nd=node; if(dojo.render.html.opera){ nd=db; } ret.x-=dojo.html.sumAncestorProperties(nd,"scrollLeft"); ret.y-=dojo.html.sumAncestorProperties(nd,"scrollTop"); } var _4fb=node; do{ var n=_4fb["offsetLeft"]; if(!h.opera||n>0){ ret.x+=isNaN(n)?0:n; } var m=_4fb["offsetTop"]; ret.y+=isNaN(m)?0:m; _4fb=_4fb.offsetParent; }while((_4fb!=_4f9)&&(_4fb!=null)); }else{ if(node["x"]&&node["y"]){ ret.x+=isNaN(node.x)?0:node.x; ret.y+=isNaN(node.y)?0:node.y; } } } } if(_4f0){ var _4fe=dojo.html.getScroll(); ret.y+=_4fe.top; ret.x+=_4fe.left; } var _4ff=[dojo.html.getPaddingExtent,dojo.html.getBorderExtent,dojo.html.getMarginExtent]; if(_4f4>_4f5){ for(var i=_4f5;i<_4f4;++i){ ret.y+=_4ff[i](node,"top"); ret.x+=_4ff[i](node,"left"); } }else{ if(_4f4<_4f5){ for(var i=_4f5;i>_4f4;--i){ ret.y-=_4ff[i-1](node,"top"); ret.x-=_4ff[i-1](node,"left"); } } } ret.top=ret.y; ret.left=ret.x; return ret; }; dojo.html.isPositionAbsolute=function(node){ return (dojo.html.getComputedStyle(node,"position")=="absolute"); }; dojo.html._sumPixelValues=function(node,_503,_504){ var _505=0; for(var x=0;x<_503.length;x++){ _505+=dojo.html.getPixelValue(node,_503[x],_504); } return _505; }; dojo.html.getMargin=function(node){ return {width:dojo.html._sumPixelValues(node,["margin-left","margin-right"],(dojo.html.getComputedStyle(node,"position")=="absolute")),height:dojo.html._sumPixelValues(node,["margin-top","margin-bottom"],(dojo.html.getComputedStyle(node,"position")=="absolute"))}; }; dojo.html.getBorder=function(node){ return {width:dojo.html.getBorderExtent(node,"left")+dojo.html.getBorderExtent(node,"right"),height:dojo.html.getBorderExtent(node,"top")+dojo.html.getBorderExtent(node,"bottom")}; }; dojo.html.getBorderExtent=function(node,side){ return (dojo.html.getStyle(node,"border-"+side+"-style")=="none"?0:dojo.html.getPixelValue(node,"border-"+side+"-width")); }; dojo.html.getMarginExtent=function(node,side){ return dojo.html._sumPixelValues(node,["margin-"+side],dojo.html.isPositionAbsolute(node)); }; dojo.html.getPaddingExtent=function(node,side){ return dojo.html._sumPixelValues(node,["padding-"+side],true); }; dojo.html.getPadding=function(node){ return {width:dojo.html._sumPixelValues(node,["padding-left","padding-right"],true),height:dojo.html._sumPixelValues(node,["padding-top","padding-bottom"],true)}; }; dojo.html.getPadBorder=function(node){ var pad=dojo.html.getPadding(node); var _512=dojo.html.getBorder(node); return {width:pad.width+_512.width,height:pad.height+_512.height}; }; dojo.html.getBoxSizing=function(node){ var h=dojo.render.html; var bs=dojo.html.boxSizing; if(((h.ie)||(h.opera))&&node.nodeName.toLowerCase()!="img"){ var cm=document["compatMode"]; if((cm=="BackCompat")||(cm=="QuirksMode")){ return bs.BORDER_BOX; }else{ return bs.CONTENT_BOX; } }else{ if(arguments.length==0){ node=document.documentElement; } var _517; if(!h.ie){ _517=dojo.html.getStyle(node,"-moz-box-sizing"); if(!_517){ _517=dojo.html.getStyle(node,"box-sizing"); } } return (_517?_517:bs.CONTENT_BOX); } }; dojo.html.isBorderBox=function(node){ return (dojo.html.getBoxSizing(node)==dojo.html.boxSizing.BORDER_BOX); }; dojo.html.getBorderBox=function(node){ node=dojo.byId(node); return {width:node.offsetWidth,height:node.offsetHeight}; }; dojo.html.getPaddingBox=function(node){ var box=dojo.html.getBorderBox(node); var _51c=dojo.html.getBorder(node); return {width:box.width-_51c.width,height:box.height-_51c.height}; }; dojo.html.getContentBox=function(node){ node=dojo.byId(node); var _51e=dojo.html.getPadBorder(node); return {width:node.offsetWidth-_51e.width,height:node.offsetHeight-_51e.height}; }; dojo.html.setContentBox=function(node,args){ node=dojo.byId(node); var _521=0; var _522=0; var isbb=dojo.html.isBorderBox(node); var _524=(isbb?dojo.html.getPadBorder(node):{width:0,height:0}); var ret={}; if(typeof args.width!="undefined"){ _521=args.width+_524.width; ret.width=dojo.html.setPositivePixelValue(node,"width",_521); } if(typeof args.height!="undefined"){ _522=args.height+_524.height; ret.height=dojo.html.setPositivePixelValue(node,"height",_522); } return ret; }; dojo.html.getMarginBox=function(node){ var _527=dojo.html.getBorderBox(node); var _528=dojo.html.getMargin(node); return {width:_527.width+_528.width,height:_527.height+_528.height}; }; dojo.html.setMarginBox=function(node,args){ node=dojo.byId(node); var _52b=0; var _52c=0; var isbb=dojo.html.isBorderBox(node); var _52e=(!isbb?dojo.html.getPadBorder(node):{width:0,height:0}); var _52f=dojo.html.getMargin(node); var ret={}; if(typeof args.width!="undefined"){ _52b=args.width-_52e.width; _52b-=_52f.width; ret.width=dojo.html.setPositivePixelValue(node,"width",_52b); } if(typeof args.height!="undefined"){ _52c=args.height-_52e.height; _52c-=_52f.height; ret.height=dojo.html.setPositivePixelValue(node,"height",_52c); } return ret; }; dojo.html.getElementBox=function(node,type){ var bs=dojo.html.boxSizing; switch(type){ case bs.MARGIN_BOX: return dojo.html.getMarginBox(node); case bs.BORDER_BOX: return dojo.html.getBorderBox(node); case bs.PADDING_BOX: return dojo.html.getPaddingBox(node); case bs.CONTENT_BOX: default: return dojo.html.getContentBox(node); } }; dojo.html.toCoordinateObject=dojo.html.toCoordinateArray=function(_534,_535,_536){ if(_534 instanceof Array||typeof _534=="array"){ dojo.deprecated("dojo.html.toCoordinateArray","use dojo.html.toCoordinateObject({left: , top: , width: , height: }) instead","0.5"); while(_534.length<4){ _534.push(0); } while(_534.length>4){ _534.pop(); } var ret={left:_534[0],top:_534[1],width:_534[2],height:_534[3]}; }else{ if(!_534.nodeType&&!(_534 instanceof String||typeof _534=="string")&&("width" in _534||"height" in _534||"left" in _534||"x" in _534||"top" in _534||"y" in _534)){ var ret={left:_534.left||_534.x||0,top:_534.top||_534.y||0,width:_534.width||0,height:_534.height||0}; }else{ var node=dojo.byId(_534); var pos=dojo.html.abs(node,_535,_536); var _53a=dojo.html.getMarginBox(node); var ret={left:pos.left,top:pos.top,width:_53a.width,height:_53a.height}; } } ret.x=ret.left; ret.y=ret.top; return ret; }; dojo.html.setMarginBoxWidth=dojo.html.setOuterWidth=function(node,_53c){ return dojo.html._callDeprecated("setMarginBoxWidth","setMarginBox",arguments,"width"); }; dojo.html.setMarginBoxHeight=dojo.html.setOuterHeight=function(){ return dojo.html._callDeprecated("setMarginBoxHeight","setMarginBox",arguments,"height"); }; dojo.html.getMarginBoxWidth=dojo.html.getOuterWidth=function(){ return dojo.html._callDeprecated("getMarginBoxWidth","getMarginBox",arguments,null,"width"); }; dojo.html.getMarginBoxHeight=dojo.html.getOuterHeight=function(){ return dojo.html._callDeprecated("getMarginBoxHeight","getMarginBox",arguments,null,"height"); }; dojo.html.getTotalOffset=function(node,type,_53f){ return dojo.html._callDeprecated("getTotalOffset","getAbsolutePosition",arguments,null,type); }; dojo.html.getAbsoluteX=function(node,_541){ return dojo.html._callDeprecated("getAbsoluteX","getAbsolutePosition",arguments,null,"x"); }; dojo.html.getAbsoluteY=function(node,_543){ return dojo.html._callDeprecated("getAbsoluteY","getAbsolutePosition",arguments,null,"y"); }; dojo.html.totalOffsetLeft=function(node,_545){ return dojo.html._callDeprecated("totalOffsetLeft","getAbsolutePosition",arguments,null,"left"); }; dojo.html.totalOffsetTop=function(node,_547){ return dojo.html._callDeprecated("totalOffsetTop","getAbsolutePosition",arguments,null,"top"); }; dojo.html.getMarginWidth=function(node){ return dojo.html._callDeprecated("getMarginWidth","getMargin",arguments,null,"width"); }; dojo.html.getMarginHeight=function(node){ return dojo.html._callDeprecated("getMarginHeight","getMargin",arguments,null,"height"); }; dojo.html.getBorderWidth=function(node){ return dojo.html._callDeprecated("getBorderWidth","getBorder",arguments,null,"width"); }; dojo.html.getBorderHeight=function(node){ return dojo.html._callDeprecated("getBorderHeight","getBorder",arguments,null,"height"); }; dojo.html.getPaddingWidth=function(node){ return dojo.html._callDeprecated("getPaddingWidth","getPadding",arguments,null,"width"); }; dojo.html.getPaddingHeight=function(node){ return dojo.html._callDeprecated("getPaddingHeight","getPadding",arguments,null,"height"); }; dojo.html.getPadBorderWidth=function(node){ return dojo.html._callDeprecated("getPadBorderWidth","getPadBorder",arguments,null,"width"); }; dojo.html.getPadBorderHeight=function(node){ return dojo.html._callDeprecated("getPadBorderHeight","getPadBorder",arguments,null,"height"); }; dojo.html.getBorderBoxWidth=dojo.html.getInnerWidth=function(){ return dojo.html._callDeprecated("getBorderBoxWidth","getBorderBox",arguments,null,"width"); }; dojo.html.getBorderBoxHeight=dojo.html.getInnerHeight=function(){ return dojo.html._callDeprecated("getBorderBoxHeight","getBorderBox",arguments,null,"height"); }; dojo.html.getContentBoxWidth=dojo.html.getContentWidth=function(){ return dojo.html._callDeprecated("getContentBoxWidth","getContentBox",arguments,null,"width"); }; dojo.html.getContentBoxHeight=dojo.html.getContentHeight=function(){ return dojo.html._callDeprecated("getContentBoxHeight","getContentBox",arguments,null,"height"); }; dojo.html.setContentBoxWidth=dojo.html.setContentWidth=function(node,_551){ return dojo.html._callDeprecated("setContentBoxWidth","setContentBox",arguments,"width"); }; dojo.html.setContentBoxHeight=dojo.html.setContentHeight=function(node,_553){ return dojo.html._callDeprecated("setContentBoxHeight","setContentBox",arguments,"height"); }; dojo.provide("dojo.lfx.html"); dojo.lfx.html._byId=function(_554){ if(!_554){ return []; } if(dojo.lang.isArrayLike(_554)){ if(!_554.alreadyChecked){ var n=[]; dojo.lang.forEach(_554,function(node){ n.push(dojo.byId(node)); }); n.alreadyChecked=true; return n; }else{ return _554; } }else{ var n=[]; n.push(dojo.byId(_554)); n.alreadyChecked=true; return n; } }; dojo.lfx.html.propertyAnimation=function(_557,_558,_559,_55a,_55b){ _557=dojo.lfx.html._byId(_557); var _55c={"propertyMap":_558,"nodes":_557,"duration":_559,"easing":_55a||dojo.lfx.easeDefault}; var _55d=function(args){ if(args.nodes.length==1){ var pm=args.propertyMap; if(!dojo.lang.isArray(args.propertyMap)){ var parr=[]; for(var _561 in pm){ pm[_561].property=_561; parr.push(pm[_561]); } pm=args.propertyMap=parr; } dojo.lang.forEach(pm,function(prop){ if(dj_undef("start",prop)){ if(prop.property!="opacity"){ prop.start=parseInt(dojo.html.getComputedStyle(args.nodes[0],prop.property)); }else{ prop.start=dojo.html.getOpacity(args.nodes[0]); } } }); } }; var _563=function(_564){ var _565=[]; dojo.lang.forEach(_564,function(c){ _565.push(Math.round(c)); }); return _565; }; var _567=function(n,_569){ n=dojo.byId(n); if(!n||!n.style){ return; } for(var s in _569){ try{ if(s=="opacity"){ dojo.html.setOpacity(n,_569[s]); }else{ n.style[s]=_569[s]; } } catch(e){ dojo.debug(e); } } }; var _56b=function(_56c){ this._properties=_56c; this.diffs=new Array(_56c.length); dojo.lang.forEach(_56c,function(prop,i){ if(dojo.lang.isFunction(prop.start)){ prop.start=prop.start(prop,i); } if(dojo.lang.isFunction(prop.end)){ prop.end=prop.end(prop,i); } if(dojo.lang.isArray(prop.start)){ this.diffs[i]=null; }else{ if(prop.start instanceof dojo.gfx.color.Color){ prop.startRgb=prop.start.toRgb(); prop.endRgb=prop.end.toRgb(); }else{ this.diffs[i]=prop.end-prop.start; } } },this); this.getValue=function(n){ var ret={}; dojo.lang.forEach(this._properties,function(prop,i){ var _573=null; if(dojo.lang.isArray(prop.start)){ }else{ if(prop.start instanceof dojo.gfx.color.Color){ _573=(prop.units||"rgb")+"("; for(var j=0;j3){ _5e8.pop(); } var rgb=new dojo.gfx.color.Color(_5e2); var _5ed=new dojo.gfx.color.Color(_5e8); var anim=dojo.lfx.propertyAnimation(node,{"background-color":{start:rgb,end:_5ed}},_5e3,_5e4,{"beforeBegin":function(){ if(_5ea){ node.style.backgroundImage="none"; } node.style.backgroundColor="rgb("+rgb.toRgb().join(",")+")"; },"onEnd":function(){ if(_5ea){ node.style.backgroundImage=_5ea; } if(_5eb){ node.style.backgroundColor="transparent"; } if(_5e5){ _5e5(node,anim); } }}); _5e6.push(anim); }); return dojo.lfx.combine(_5e6); }; dojo.lfx.html.unhighlight=function(_5ef,_5f0,_5f1,_5f2,_5f3){ _5ef=dojo.lfx.html._byId(_5ef); var _5f4=[]; dojo.lang.forEach(_5ef,function(node){ var _5f6=new dojo.gfx.color.Color(dojo.html.getBackgroundColor(node)); var rgb=new dojo.gfx.color.Color(_5f0); var _5f8=dojo.html.getStyle(node,"background-image"); var anim=dojo.lfx.propertyAnimation(node,{"background-color":{start:_5f6,end:rgb}},_5f1,_5f2,{"beforeBegin":function(){ if(_5f8){ node.style.backgroundImage="none"; } node.style.backgroundColor="rgb("+_5f6.toRgb().join(",")+")"; },"onEnd":function(){ if(_5f3){ _5f3(node,anim); } }}); _5f4.push(anim); }); return dojo.lfx.combine(_5f4); }; dojo.lang.mixin(dojo.lfx,dojo.lfx.html); dojo.kwCompoundRequire({browser:["dojo.lfx.html"],dashboard:["dojo.lfx.html"]}); dojo.provide("dojo.lfx.*"); PK mM1TE E nls/dojo_ROOT.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("nls.dojo_ROOT");dojo.provide("dojo.i18n.calendar.nls.gregorian");dojo.i18n.calendar.nls.gregorian._built=true;dojo.provide("dojo.i18n.calendar.nls.gregorian.ROOT");dojo.i18n.calendar.nls.gregorian.ROOT={"field-weekday":"Day of the Week","dateFormat-medium":"yyyy MMM d","field-second":"Second","field-week":"Week","pm":"PM","timeFormat-full":"HH:mm:ss z","months-standAlone-narrow":["1","2","3","4","5","6","7","8","9","10","11","12"],"am":"AM","days-standAlone-narrow":["1","2","3","4","5","6","7"],"field-year":"Year","eras":["BCE","CE"],"field-minute":"Minute","timeFormat-medium":"HH:mm:ss","field-hour":"Hour","dateFormat-long":"yyyy MMMM d","field-day":"Day","field-dayperiod":"Dayperiod","field-month":"Month","dateFormat-short":"yy/MM/dd","months-format-wide":["1","2","3","4","5","6","7","8","9","10","11","12"],"field-era":"Era","timeFormat-short":"HH:mm","months-format-abbr":["1","2","3","4","5","6","7","8","9","10","11","12"],"timeFormat-long":"HH:mm:ss z","days-format-wide":["1","2","3","4","5","6","7"],"dateFormat-full":"EEEE, yyyy MMMM dd","field-zone":"Zone","days-format-abbr":["1","2","3","4","5","6","7"]};dojo.provide("dojo.i18n.calendar.nls.gregorianExtras");dojo.i18n.calendar.nls.gregorianExtras._built=true;dojo.provide("dojo.i18n.calendar.nls.gregorianExtras.ROOT");dojo.i18n.calendar.nls.gregorianExtras.ROOT={"dateFormat-yearOnly":"yyyy"};dojo.provide("dojo.i18n.calendar.nls.gregorian");dojo.i18n.calendar.nls.gregorian._built=true;dojo.provide("dojo.i18n.calendar.nls.gregorian.ROOT");dojo.i18n.calendar.nls.gregorian.ROOT={"field-weekday":"Day of the Week","dateFormat-medium":"yyyy MMM d","field-second":"Second","field-week":"Week","pm":"PM","timeFormat-full":"HH:mm:ss z","months-standAlone-narrow":["1","2","3","4","5","6","7","8","9","10","11","12"],"am":"AM","days-standAlone-narrow":["1","2","3","4","5","6","7"],"field-year":"Year","eras":["BCE","CE"],"field-minute":"Minute","timeFormat-medium":"HH:mm:ss","field-hour":"Hour","dateFormat-long":"yyyy MMMM d","field-day":"Day","field-dayperiod":"Dayperiod","field-month":"Month","dateFormat-short":"yy/MM/dd","months-format-wide":["1","2","3","4","5","6","7","8","9","10","11","12"],"field-era":"Era","timeFormat-short":"HH:mm","months-format-abbr":["1","2","3","4","5","6","7","8","9","10","11","12"],"timeFormat-long":"HH:mm:ss z","days-format-wide":["1","2","3","4","5","6","7"],"dateFormat-full":"EEEE, yyyy MMMM dd","field-zone":"Zone","days-format-abbr":["1","2","3","4","5","6","7"]};dojo.provide("dojo.widget.nls.TimePicker");dojo.widget.nls.TimePicker._built=true;dojo.provide("dojo.widget.nls.TimePicker.ROOT");dojo.widget.nls.TimePicker.ROOT={"any":"any"};dojo.provide("dojo.widget.nls.DropdownTimePicker");dojo.widget.nls.DropdownTimePicker._built=true;dojo.provide("dojo.widget.nls.DropdownTimePicker.ROOT");dojo.widget.nls.DropdownTimePicker.ROOT={"selectTime":"Select time"};dojo.provide("dojo.widget.nls.DropdownDatePicker");dojo.widget.nls.DropdownDatePicker._built=true;dojo.provide("dojo.widget.nls.DropdownDatePicker.ROOT");dojo.widget.nls.DropdownDatePicker.ROOT={"selectDate":"Select a date"};PK mM 7hnls/dojo_zh-tw.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("nls.dojo_zh-tw");dojo.provide("dojo.i18n.calendar.nls.gregorian");dojo.i18n.calendar.nls.gregorian._built=true;dojo.provide("dojo.i18n.calendar.nls.gregorian.zh_tw");dojo.i18n.calendar.nls.gregorian.zh_tw={"dateFormat-medium":"yyyy'年'M'月'd'日'","field-second":"秒","field-week":"週","timeFormat-full":"ahh'時'mm'分'ss'秒' z","eras":["西元?","西元"],"field-year":"年","field-minute":"分?","timeFormat-medium":"ahh:mm:ss","field-hour":"?時","dateFormat-long":"yyyy'年'M'月'd'日'","field-day":"整日","field-dayperiod":"日間","field-month":"月","dateFormat-short":"yy'年'M'月'd'日'","field-era":"年代","timeFormat-short":"ah:mm","months-format-abbr":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"timeFormat-long":"ahh'時'mm'分'ss'秒'","field-weekday":"週天","dateFormat-full":"yyyy'年'M'月'd'日'EEEE","field-zone":"?域","days-standAlone-narrow":["日","一","二","三","四","五","六"],"am":"上?","days-format-abbr":["周日","周一","周二","周三","周四","周五","周六"],"pm":"下?","months-format-wide":["一月","二月","三月","四月","五月","六月","七月","八月","?月","??月","??一月","??二月"],"months-standAlone-narrow":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"days-format-wide":["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]};dojo.provide("dojo.i18n.calendar.nls.gregorianExtras");dojo.i18n.calendar.nls.gregorianExtras._built=true;dojo.provide("dojo.i18n.calendar.nls.gregorianExtras.zh_tw");dojo.i18n.calendar.nls.gregorianExtras.zh_tw={"dateFormat-yearOnly":"yyyy'年'"};dojo.provide("dojo.i18n.calendar.nls.gregorian");dojo.i18n.calendar.nls.gregorian._built=true;dojo.provide("dojo.i18n.calendar.nls.gregorian.zh_tw");dojo.i18n.calendar.nls.gregorian.zh_tw={"dateFormat-medium":"yyyy'年'M'月'd'日'","field-second":"秒","field-week":"週","timeFormat-full":"ahh'時'mm'分'ss'秒' z","eras":["西元?","西元"],"field-year":"年","field-minute":"分?","timeFormat-medium":"ahh:mm:ss","field-hour":"?時","dateFormat-long":"yyyy'年'M'月'd'日'","field-day":"整日","field-dayperiod":"日間","field-month":"月","dateFormat-short":"yy'年'M'月'd'日'","field-era":"年代","timeFormat-short":"ah:mm","months-format-abbr":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"timeFormat-long":"ahh'時'mm'分'ss'秒'","field-weekday":"週天","dateFormat-full":"yyyy'年'M'月'd'日'EEEE","field-zone":"?域","days-standAlone-narrow":["日","一","二","三","四","五","六"],"am":"上?","days-format-abbr":["周日","周一","周二","周三","周四","周五","周六"],"pm":"下?","months-format-wide":["一月","二月","三月","四月","五月","六月","七月","八月","?月","??月","??一月","??二月"],"months-standAlone-narrow":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"days-format-wide":["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]};dojo.provide("dojo.widget.nls.TimePicker");dojo.widget.nls.TimePicker._built=true;dojo.provide("dojo.widget.nls.TimePicker.zh_tw");dojo.widget.nls.TimePicker.zh_tw={"any":"any"};dojo.provide("dojo.widget.nls.DropdownTimePicker");dojo.widget.nls.DropdownTimePicker._built=true;dojo.provide("dojo.widget.nls.DropdownTimePicker.zh_tw");dojo.widget.nls.DropdownTimePicker.zh_tw={"selectTime":"Select time"};dojo.provide("dojo.widget.nls.DropdownDatePicker");dojo.widget.nls.DropdownDatePicker._built=true;dojo.provide("dojo.widget.nls.DropdownDatePicker.zh_tw");dojo.widget.nls.DropdownDatePicker.zh_tw={"selectDate":"Select a date"};PK mMjR' src/a11y.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.a11y"); dojo.require("dojo.uri.*"); dojo.require("dojo.html.common"); dojo.a11y = {imgPath:dojo.uri.moduleUri("dojo.widget", "templates/images"), doAccessibleCheck:true, accessible:null, checkAccessible:function () { if (this.accessible === null) { this.accessible = false; if (this.doAccessibleCheck == true) { this.accessible = this.testAccessible(); } } return this.accessible; }, testAccessible:function () { this.accessible = false; if (dojo.render.html.ie || dojo.render.html.mozilla) { var div = document.createElement("div"); div.style.backgroundImage = "url(\"" + this.imgPath + "/tab_close.gif\")"; dojo.body().appendChild(div); var bkImg = null; if (window.getComputedStyle) { var cStyle = getComputedStyle(div, ""); bkImg = cStyle.getPropertyValue("background-image"); } else { bkImg = div.currentStyle.backgroundImage; } var bUseImgElem = false; if (bkImg != null && (bkImg == "none" || bkImg == "url(invalid-url:)")) { this.accessible = true; } dojo.body().removeChild(div); } return this.accessible; }, setCheckAccessible:function (bTest) { this.doAccessibleCheck = bTest; }, setAccessibleMode:function () { if (this.accessible === null) { if (this.checkAccessible()) { dojo.render.html.prefixes.unshift("a11y"); } } return this.accessible; }}; PK mM* xxsrc/animation/AnimationEvent.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.animation.AnimationEvent"); dojo.require("dojo.lang.common"); dojo.deprecated("dojo.animation.AnimationEvent is slated for removal in 0.5; use dojo.lfx.* instead.", "0.5"); dojo.animation.AnimationEvent = function (animation, type, coords, startTime, currentTime, endTime, duration, percent, fps) { this.type = type; this.animation = animation; this.coords = coords; this.x = coords[0]; this.y = coords[1]; this.z = coords[2]; this.startTime = startTime; this.currentTime = currentTime; this.endTime = endTime; this.duration = duration; this.percent = percent; this.fps = fps; }; dojo.extend(dojo.animation.AnimationEvent, {coordsAsInts:function () { var cints = new Array(this.coords.length); for (var i = 0; i < this.coords.length; i++) { cints[i] = Math.round(this.coords[i]); } return cints; }}); PK mM]Dn5%%src/animation/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({common:["dojo.animation.AnimationEvent", "dojo.animation.Animation", "dojo.animation.AnimationSequence"]}); dojo.provide("dojo.animation.*"); dojo.deprecated("dojo.Animation.* is slated for removal in 0.5; use dojo.lfx.* instead.", "0.5"); PK mM)src/bootstrap1.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ var dj_global = this; var dj_currentContext = this; function dj_undef(name, object) { return (typeof (object || dj_currentContext)[name] == "undefined"); } if (dj_undef("djConfig", this)) { var djConfig = {}; } if (dj_undef("dojo", this)) { var dojo = {}; } dojo.global = function () { return dj_currentContext; }; dojo.locale = djConfig.locale; dojo.version = {major:0, minor:4, patch:3, flag:"", revision:Number("$Rev$".match(/[0-9]+/)[0]), toString:function () { with (dojo.version) { return major + "." + minor + "." + patch + flag + " (" + revision + ")"; } }}; dojo.evalProp = function (name, object, create) { if ((!object) || (!name)) { return undefined; } if (!dj_undef(name, object)) { return object[name]; } return (create ? (object[name] = {}) : undefined); }; dojo.parseObjPath = function (path, context, create) { var object = (context || dojo.global()); var names = path.split("."); var prop = names.pop(); for (var i = 0, l = names.length; i < l && object; i++) { object = dojo.evalProp(names[i], object, create); } return {obj:object, prop:prop}; }; dojo.evalObjPath = function (path, create) { if (typeof path != "string") { return dojo.global(); } if (path.indexOf(".") == -1) { return dojo.evalProp(path, dojo.global(), create); } var ref = dojo.parseObjPath(path, dojo.global(), create); if (ref) { return dojo.evalProp(ref.prop, ref.obj, create); } return null; }; dojo.errorToString = function (exception) { if (!dj_undef("message", exception)) { return exception.message; } else { if (!dj_undef("description", exception)) { return exception.description; } else { return exception; } } }; dojo.raise = function (message, exception) { if (exception) { message = message + ": " + dojo.errorToString(exception); } else { message = dojo.errorToString(message); } try { if (djConfig.isDebug) { dojo.hostenv.println("FATAL exception raised: " + message); } } catch (e) { } throw exception || Error(message); }; dojo.debug = function () { }; dojo.debugShallow = function (obj) { }; dojo.profile = {start:function () { }, end:function () { }, stop:function () { }, dump:function () { }}; function dj_eval(scriptFragment) { return dj_global.eval ? dj_global.eval(scriptFragment) : eval(scriptFragment); } dojo.unimplemented = function (funcname, extra) { var message = "'" + funcname + "' not implemented"; if (extra != null) { message += " " + extra; } dojo.raise(message); }; dojo.deprecated = function (behaviour, extra, removal) { var message = "DEPRECATED: " + behaviour; if (extra) { message += " " + extra; } if (removal) { message += " -- will be removed in version: " + removal; } dojo.debug(message); }; dojo.render = (function () { function vscaffold(prefs, names) { var tmp = {capable:false, support:{builtin:false, plugin:false}, prefixes:prefs}; for (var i = 0; i < names.length; i++) { tmp[names[i]] = false; } return tmp; } return {name:"", ver:dojo.version, os:{win:false, linux:false, osx:false}, html:vscaffold(["html"], ["ie", "opera", "khtml", "safari", "moz"]), svg:vscaffold(["svg"], ["corel", "adobe", "batik"]), vml:vscaffold(["vml"], ["ie"]), swf:vscaffold(["Swf", "Flash", "Mm"], ["mm"]), swt:vscaffold(["Swt"], ["ibm"])}; })(); dojo.hostenv = (function () { var config = {isDebug:false, allowQueryConfig:false, baseScriptUri:"", baseRelativePath:"", libraryScriptUri:"", iePreventClobber:false, ieClobberMinimal:true, preventBackButtonFix:true, delayMozLoadingFix:false, searchIds:[], parseWidgets:true}; if (typeof djConfig == "undefined") { djConfig = config; } else { for (var option in config) { if (typeof djConfig[option] == "undefined") { djConfig[option] = config[option]; } } } return {name_:"(unset)", version_:"(unset)", getName:function () { return this.name_; }, getVersion:function () { return this.version_; }, getText:function (uri) { dojo.unimplemented("getText", "uri=" + uri); }}; })(); dojo.hostenv.getBaseScriptUri = function () { if (djConfig.baseScriptUri.length) { return djConfig.baseScriptUri; } var uri = new String(djConfig.libraryScriptUri || djConfig.baseRelativePath); if (!uri) { dojo.raise("Nothing returned by getLibraryScriptUri(): " + uri); } var lastslash = uri.lastIndexOf("/"); djConfig.baseScriptUri = djConfig.baseRelativePath; return djConfig.baseScriptUri; }; PK mM8 src/browser_debug_xd.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.browser_debug_xd"); dojo.nonDebugProvide = dojo.provide; dojo.provide = function (resourceName) { var dbgQueue = dojo.hostenv["xdDebugQueue"]; if (dbgQueue && dbgQueue.length > 0 && resourceName == dbgQueue["currentResourceName"]) { window.setTimeout("dojo.hostenv.xdDebugFileLoaded('" + resourceName + "')", 1); } dojo.nonDebugProvide.apply(dojo, arguments); }; dojo.hostenv.xdDebugFileLoaded = function (resourceName) { var dbgQueue = this.xdDebugQueue; if (resourceName && resourceName == dbgQueue.currentResourceName) { dbgQueue.shift(); } if (dbgQueue.length == 0) { dbgQueue.currentResourceName = null; this.xdNotifyLoaded(); } else { dbgQueue.currentResourceName = dbgQueue[0].resourceName; var element = document.createElement("script"); element.type = "text/javascript"; element.src = dbgQueue[0].resourcePath; document.getElementsByTagName("head")[0].appendChild(element); } }; PK mMusrc/charting/Plotters.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.charting.Plotters"); dojo.requireIf(dojo.render.svg.capable, "dojo.charting.svg.Plotters"); dojo.requireIf(dojo.render.vml.capable, "dojo.charting.vml.Plotters"); PK mMsrc/charting/svg/Axis.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.charting.svg.Axis"); dojo.require("dojo.lang.common"); if (dojo.render.svg.capable) { dojo.extend(dojo.charting.Axis, {renderLines:function (plotArea, plot, plane) { if (this.nodes.lines) { while (this.nodes.lines.childNodes.length > 0) { this.nodes.lines.removeChild(this.nodes.lines.childNodes[0]); } if (this.nodes.lines.parentNode) { this.nodes.lines.parentNode.removeChild(this.nodes.lines); this.nodes.lines = null; } } var area = plotArea.getArea(); var g = this.nodes.lines = document.createElementNS(dojo.svg.xmlns.svg, "g"); g.setAttribute("id", this.getId() + "-lines"); for (var i = 0; i < this._labels.length; i++) { if (this._labels[i].value == this.origin) { continue; } var v = this.getCoord(this._labels[i].value, plotArea, plot); var l = document.createElementNS(dojo.svg.xmlns.svg, "line"); l.setAttribute("style", "stroke:#999;stroke-width:1px;stroke-dasharray:1,4;"); if (plane == "x") { l.setAttribute("y1", area.top); l.setAttribute("y2", area.bottom); l.setAttribute("x1", v); l.setAttribute("x2", v); } else { if (plane == "y") { l.setAttribute("y1", v); l.setAttribute("y2", v); l.setAttribute("x1", area.left); l.setAttribute("x2", area.right); } } g.appendChild(l); } return g; }, renderTicks:function (plotArea, plot, plane, coord) { if (this.nodes.ticks) { while (this.nodes.ticks.childNodes.length > 0) { this.nodes.ticks.removeChild(this.nodes.ticks.childNodes[0]); } if (this.nodes.ticks.parentNode) { this.nodes.ticks.parentNode.removeChild(this.nodes.ticks); this.nodes.ticks = null; } } var g = this.nodes.ticks = document.createElementNS(dojo.svg.xmlns.svg, "g"); g.setAttribute("id", this.getId() + "-ticks"); for (var i = 0; i < this._labels.length; i++) { var v = this.getCoord(this._labels[i].value, plotArea, plot); var l = document.createElementNS(dojo.svg.xmlns.svg, "line"); l.setAttribute("style", "stroke:#000;stroke-width:1pt;"); if (plane == "x") { l.setAttribute("y1", coord); l.setAttribute("y2", coord + 3); l.setAttribute("x1", v); l.setAttribute("x2", v); } else { if (plane == "y") { l.setAttribute("y1", v); l.setAttribute("y2", v); l.setAttribute("x1", coord - 2); l.setAttribute("x2", coord + 2); } } g.appendChild(l); } return g; }, renderLabels:function (plotArea, plot, plane, coord, textSize, anchor) { function createLabel(label, x, y, textSize, anchor) { var text = document.createElementNS(dojo.svg.xmlns.svg, "text"); text.setAttribute("x", x); text.setAttribute("y", (plane == "x" ? y : y + 2)); text.setAttribute("style", "text-anchor:" + anchor + ";font-family:sans-serif;font-size:" + textSize + "px;fill:#000;"); text.appendChild(document.createTextNode(label)); return text; } if (this.nodes.labels) { while (this.nodes.labels.childNodes.length > 0) { this.nodes.labels.removeChild(this.nodes.labels.childNodes[0]); } if (this.nodes.labels.parentNode) { this.nodes.labels.parentNode.removeChild(this.nodes.labels); this.nodes.labels = null; } } var g = this.nodes.labels = document.createElementNS(dojo.svg.xmlns.svg, "g"); g.setAttribute("id", this.getId() + "-labels"); for (var i = 0; i < this._labels.length; i++) { var v = this.getCoord(this._labels[i].value, plotArea, plot); if (plane == "x") { g.appendChild(createLabel(this._labels[i].label, v, coord, textSize, anchor)); } else { if (plane == "y") { g.appendChild(createLabel(this._labels[i].label, coord, v, textSize, anchor)); } } } return g; }, render:function (plotArea, plot, drawAgainst, plane) { if (!this._rerender && this.nodes.main) { return this.nodes.main; } this._rerender = false; var area = plotArea.getArea(); var stroke = 1; var style = "stroke:#000;stroke-width:" + stroke + "px;"; var textSize = 10; var coord = drawAgainst.getCoord(this.origin, plotArea, plot); this.nodes.main = document.createElementNS(dojo.svg.xmlns.svg, "g"); var g = this.nodes.main; g.setAttribute("id", this.getId()); var line = this.nodes.axis = document.createElementNS(dojo.svg.xmlns.svg, "line"); if (plane == "x") { line.setAttribute("y1", coord); line.setAttribute("y2", coord); line.setAttribute("x1", area.left - stroke); line.setAttribute("x2", area.right + stroke); line.setAttribute("style", style); var y = coord + textSize + 2; if (this.showLines) { g.appendChild(this.renderLines(plotArea, plot, plane, y)); } if (this.showTicks) { g.appendChild(this.renderTicks(plotArea, plot, plane, coord)); } if (this.showLabels) { g.appendChild(this.renderLabels(plotArea, plot, plane, y, textSize, "middle")); } if (this.showLabel && this.label) { var x = plotArea.size.width / 2; var text = document.createElementNS(dojo.svg.xmlns.svg, "text"); text.setAttribute("x", x); text.setAttribute("y", (coord + (textSize * 2) + (textSize / 2))); text.setAttribute("style", "text-anchor:middle;font-family:sans-serif;font-weight:bold;font-size:" + (textSize + 2) + "px;fill:#000;"); text.appendChild(document.createTextNode(this.label)); g.appendChild(text); } } else { line.setAttribute("x1", coord); line.setAttribute("x2", coord); line.setAttribute("y1", area.top); line.setAttribute("y2", area.bottom); line.setAttribute("style", style); var isMax = this.origin == drawAgainst.range.upper; var x = coord + (isMax ? 4 : -4); var anchor = isMax ? "start" : "end"; if (this.showLines) { g.appendChild(this.renderLines(plotArea, plot, plane, x)); } if (this.showTicks) { g.appendChild(this.renderTicks(plotArea, plot, plane, coord)); } if (this.showLabels) { g.appendChild(this.renderLabels(plotArea, plot, plane, x, textSize, anchor)); } if (this.showLabel && this.label) { var x = isMax ? (coord + (textSize * 2) + (textSize / 2)) : (coord - (textSize * 4)); var y = plotArea.size.height / 2; var text = document.createElementNS(dojo.svg.xmlns.svg, "text"); text.setAttribute("x", x); text.setAttribute("y", y); text.setAttribute("transform", "rotate(90, " + x + ", " + y + ")"); text.setAttribute("style", "text-anchor:middle;font-family:sans-serif;font-weight:bold;font-size:" + (textSize + 2) + "px;fill:#000;"); text.appendChild(document.createTextNode(this.label)); g.appendChild(text); } } g.appendChild(line); return g; }}); } PK mMksrc/charting/vml/Axis.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.charting.vml.Axis"); dojo.require("dojo.lang.common"); if (dojo.render.vml.capable) { dojo.extend(dojo.charting.Axis, {renderLines:function (plotArea, plot, plane) { if (this.nodes.lines) { while (this.nodes.lines.childNodes.length > 0) { this.nodes.lines.removeChild(this.nodes.lines.childNodes[0]); } if (this.nodes.lines.parentNode) { this.nodes.lines.parentNode.removeChild(this.nodes.lines); this.nodes.lines = null; } } var area = plotArea.getArea(); var g = this.nodes.lines = document.createElement("div"); g.setAttribute("id", this.getId() + "-lines"); for (var i = 0; i < this._labels.length; i++) { if (this._labels[i].value == this.origin) { continue; } var v = this.getCoord(this._labels[i].value, plotArea, plot); var l = document.createElement("v:line"); var str = document.createElement("v:stroke"); str.dashstyle = "dot"; l.appendChild(str); l.setAttribute("strokecolor", "#666"); l.setAttribute("strokeweight", "1px"); var s = l.style; s.position = "absolute"; s.top = "0px"; s.left = "0px"; s.antialias = "false"; if (plane == "x") { l.setAttribute("from", v + "px," + area.top + "px"); l.setAttribute("to", v + "px," + area.bottom + "px"); } else { if (plane == "y") { l.setAttribute("from", area.left + "px," + v + "px"); l.setAttribute("to", area.right + "px," + v + "px"); } } g.appendChild(l); } return g; }, renderTicks:function (plotArea, plot, plane, coord) { if (this.nodes.ticks) { while (this.nodes.ticks.childNodes.length > 0) { this.nodes.ticks.removeChild(this.nodes.ticks.childNodes[0]); } if (this.nodes.ticks.parentNode) { this.nodes.ticks.parentNode.removeChild(this.nodes.ticks); this.nodes.ticks = null; } } var g = this.nodes.ticks = document.createElement("div"); g.setAttribute("id", this.getId() + "-ticks"); for (var i = 0; i < this._labels.length; i++) { var v = this.getCoord(this._labels[i].value, plotArea, plot); var l = document.createElement("v:line"); l.setAttribute("strokecolor", "#000"); l.setAttribute("strokeweight", "1px"); var s = l.style; s.position = "absolute"; s.top = "0px"; s.left = "0px"; s.antialias = "false"; if (plane == "x") { l.setAttribute("from", v + "px," + coord + "px"); l.setAttribute("to", v + "px," + (coord + 3) + "px"); } else { if (plane == "y") { l.setAttribute("from", (coord - 2) + "px," + v + "px"); l.setAttribute("to", (coord + 2) + "px," + v + "px"); } } g.appendChild(l); } return g; }, renderLabels:function (plotArea, plot, plane, coord, textSize, anchor) { function createLabel(label, x, y, textSize, anchor) { var text = document.createElement("div"); var s = text.style; text.innerHTML = label; s.fontSize = textSize + "px"; s.fontFamily = "sans-serif"; s.position = "absolute"; s.top = y + "px"; if (anchor == "center") { s.left = x + "px"; s.textAlign = "center"; } else { if (anchor == "left") { s.left = x + "px"; s.textAlign = "left"; } else { if (anchor == "right") { s.right = x + "px"; s.textAlign = "right"; } } } return text; } if (this.nodes.labels) { while (this.nodes.labels.childNodes.length > 0) { this.nodes.labels.removeChild(this.nodes.labels.childNodes[0]); } if (this.nodes.labels.parentNode) { this.nodes.labels.parentNode.removeChild(this.nodes.labels); this.nodes.labels = null; } } var g = this.nodes.labels = document.createElement("div"); g.setAttribute("id", this.getId() + "-labels"); for (var i = 0; i < this._labels.length; i++) { var v = this.getCoord(this._labels[i].value, plotArea, plot); if (plane == "x") { var node = createLabel(this._labels[i].label, v, coord, textSize, anchor); document.body.appendChild(node); node.style.left = v - (node.offsetWidth / 2) + "px"; g.appendChild(node); } else { if (plane == "y") { var node = createLabel(this._labels[i].label, coord, v, textSize, anchor); document.body.appendChild(node); node.style.top = v - (node.offsetHeight / 2) + "px"; g.appendChild(node); } } } return g; }, render:function (plotArea, plot, drawAgainst, plane) { if (!this._rerender && this.nodes.main) { return this.nodes.main; } this._rerender = false; var area = plotArea.getArea(); var stroke = 1; var style = "stroke:#000;stroke-width:" + stroke + "px;"; var textSize = 10; var coord = drawAgainst.getCoord(this.origin, plotArea, plot); var g = this.nodes.main = document.createElement("div"); g.setAttribute("id", this.getId()); var line = this.nodes.axis = document.createElement("v:line"); line.setAttribute("strokecolor", "#000"); line.setAttribute("strokeweight", stroke + "px"); var s = line.style; s.position = "absolute"; s.top = "0px"; s.left = "0px"; s.antialias = "false"; if (plane == "x") { line.setAttribute("from", area.left + "px," + coord + "px"); line.setAttribute("to", area.right + "px," + coord + "px"); var y = coord + Math.floor(textSize / 2); if (this.showLines) { g.appendChild(this.renderLines(plotArea, plot, plane, y)); } if (this.showTicks) { g.appendChild(this.renderTicks(plotArea, plot, plane, coord)); } if (this.showLabels) { g.appendChild(this.renderLabels(plotArea, plot, plane, y, textSize, "center")); } if (this.showLabel && this.label) { var x = plotArea.size.width / 2; var y = coord + Math.round(textSize * 1.5); var text = document.createElement("div"); var s = text.style; text.innerHTML = this.label; s.fontSize = (textSize + 2) + "px"; s.fontFamily = "sans-serif"; s.fontWeight = "bold"; s.position = "absolute"; s.top = y + "px"; s.left = x + "px"; s.textAlign = "center"; document.body.appendChild(text); text.style.left = x - (text.offsetWidth / 2) + "px"; g.appendChild(text); } } else { line.setAttribute("from", coord + "px," + area.top + "px"); line.setAttribute("to", coord + "px," + area.bottom + "px"); var isMax = this.origin == drawAgainst.range.upper; var x = coord + 4; var anchor = "left"; if (!isMax) { x = area.right - coord + textSize + 4; anchor = "right"; if (coord == area.left) { x += (textSize * 2) - (textSize / 2); } } if (this.showLines) { g.appendChild(this.renderLines(plotArea, plot, plane, x)); } if (this.showTicks) { g.appendChild(this.renderTicks(plotArea, plot, plane, coord)); } if (this.showLabels) { g.appendChild(this.renderLabels(plotArea, plot, plane, x, textSize, anchor)); } if (this.showLabel && this.label) { x += (textSize * 2) - 2; var y = plotArea.size.height / 2; var text = document.createElement("div"); var s = text.style; text.innerHTML = this.label; s.fontSize = (textSize + 2) + "px"; s.fontFamily = "sans-serif"; s.fontWeight = "bold"; s.position = "absolute"; s.height = plotArea.size.height + "px"; s.writingMode = "tb-rl"; s.textAlign = "center"; s[anchor] = x + "px"; document.body.appendChild(text); s.top = y - (text.offsetHeight / 2) + "px"; g.appendChild(text); } } g.appendChild(line); return g; }}); } PK mM-E<<src/charting/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.charting.*"); PK mMD@src/collections/Collections.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.collections.Collections"); dojo.collections.DictionaryEntry = function (k, v) { this.key = k; this.value = v; this.valueOf = function () { return this.value; }; this.toString = function () { return String(this.value); }; }; dojo.collections.Iterator = function (arr) { var a = arr; var position = 0; this.element = a[position] || null; this.atEnd = function () { return (position >= a.length); }; this.get = function () { if (this.atEnd()) { return null; } this.element = a[position++]; return this.element; }; this.map = function (fn, scope) { var s = scope || dj_global; if (Array.map) { return Array.map(a, fn, s); } else { var arr = []; for (var i = 0; i < a.length; i++) { arr.push(fn.call(s, a[i])); } return arr; } }; this.reset = function () { position = 0; this.element = a[position]; }; }; dojo.collections.DictionaryIterator = function (obj) { var a = []; var testObject = {}; for (var p in obj) { if (!testObject[p]) { a.push(obj[p]); } } var position = 0; this.element = a[position] || null; this.atEnd = function () { return (position >= a.length); }; this.get = function () { if (this.atEnd()) { return null; } this.element = a[position++]; return this.element; }; this.map = function (fn, scope) { var s = scope || dj_global; if (Array.map) { return Array.map(a, fn, s); } else { var arr = []; for (var i = 0; i < a.length; i++) { arr.push(fn.call(s, a[i])); } return arr; } }; this.reset = function () { position = 0; this.element = a[position]; }; }; PK mM5 src/collections/Set.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.collections.Set"); dojo.require("dojo.collections.Collections"); dojo.require("dojo.collections.ArrayList"); dojo.collections.Set = new function () { this.union = function (setA, setB) { if (setA.constructor == Array) { var setA = new dojo.collections.ArrayList(setA); } if (setB.constructor == Array) { var setB = new dojo.collections.ArrayList(setB); } if (!setA.toArray || !setB.toArray) { dojo.raise("Set operations can only be performed on array-based collections."); } var result = new dojo.collections.ArrayList(setA.toArray()); var e = setB.getIterator(); while (!e.atEnd()) { var item = e.get(); if (!result.contains(item)) { result.add(item); } } return result; }; this.intersection = function (setA, setB) { if (setA.constructor == Array) { var setA = new dojo.collections.ArrayList(setA); } if (setB.constructor == Array) { var setB = new dojo.collections.ArrayList(setB); } if (!setA.toArray || !setB.toArray) { dojo.raise("Set operations can only be performed on array-based collections."); } var result = new dojo.collections.ArrayList(); var e = setB.getIterator(); while (!e.atEnd()) { var item = e.get(); if (setA.contains(item)) { result.add(item); } } return result; }; this.difference = function (setA, setB) { if (setA.constructor == Array) { var setA = new dojo.collections.ArrayList(setA); } if (setB.constructor == Array) { var setB = new dojo.collections.ArrayList(setB); } if (!setA.toArray || !setB.toArray) { dojo.raise("Set operations can only be performed on array-based collections."); } var result = new dojo.collections.ArrayList(); var e = setA.getIterator(); while (!e.atEnd()) { var item = e.get(); if (!setB.contains(item)) { result.add(item); } } return result; }; this.isSubSet = function (setA, setB) { if (setA.constructor == Array) { var setA = new dojo.collections.ArrayList(setA); } if (setB.constructor == Array) { var setB = new dojo.collections.ArrayList(setB); } if (!setA.toArray || !setB.toArray) { dojo.raise("Set operations can only be performed on array-based collections."); } var e = setA.getIterator(); while (!e.atEnd()) { if (!setB.contains(e.get())) { return false; } } return true; }; this.isSuperSet = function (setA, setB) { if (setA.constructor == Array) { var setA = new dojo.collections.ArrayList(setA); } if (setB.constructor == Array) { var setB = new dojo.collections.ArrayList(setB); } if (!setA.toArray || !setB.toArray) { dojo.raise("Set operations can only be performed on array-based collections."); } var e = setB.getIterator(); while (!e.atEnd()) { if (!setA.contains(e.get())) { return false; } } return true; }; }(); PK mMx//src/collections/Store.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.collections.Store"); dojo.require("dojo.lang.common"); dojo.collections.Store = function (jsonArray) { var data = []; var items = {}; this.keyField = "Id"; this.get = function () { return data; }; this.getByKey = function (key) { return items[key]; }; this.getByIndex = function (idx) { return data[idx]; }; this.getIndexOf = function (key) { for (var i = 0; i < data.length; i++) { if (data[i].key == key) { return i; } } return -1; }; this.getData = function () { var arr = []; for (var i = 0; i < data.length; i++) { arr.push(data[i].src); } return arr; }; this.getDataByKey = function (key) { if (items[key] != null) { return items[key].src; } return null; }; this.getIndexOfData = function (obj) { for (var i = 0; i < data.length; i++) { if (data[i].src == obj) { return i; } } return -1; }; this.getDataByIndex = function (idx) { if (data[idx]) { return data[idx].src; } return null; }; this.update = function (obj, fieldPath, val, bDontFire) { var parts = fieldPath.split("."), i = 0, o = obj, field; if (parts.length > 1) { field = parts.pop(); do { if (parts[i].indexOf("()") > -1) { var temp = parts[i++].split("()")[0]; if (!o[temp]) { dojo.raise("dojo.collections.Store.getField(obj, '" + field + "'): '" + temp + "' is not a property of the passed object."); } else { o = o[temp](); } } else { o = o[parts[i++]]; } } while (i < parts.length && o != null); } else { field = parts[0]; } obj[field] = val; if (!bDontFire) { this.onUpdateField(obj, fieldPath, val); } }; this.forEach = function (fn) { if (Array.forEach) { Array.forEach(data, fn, this); } else { for (var i = 0; i < data.length; i++) { fn.call(this, data[i]); } } }; this.forEachData = function (fn) { if (Array.forEach) { Array.forEach(this.getData(), fn, this); } else { var a = this.getData(); for (var i = 0; i < a.length; i++) { fn.call(this, a[i]); } } }; this.setData = function (arr, bDontFire) { data = []; for (var i = 0; i < arr.length; i++) { var o = {key:arr[i][this.keyField], src:arr[i]}; data.push(o); items[o.key] = o; } if (!bDontFire) { this.onSetData(); } }; this.clearData = function (bDontFire) { data = []; items = {}; if (!bDontFire) { this.onClearData(); } }; this.addData = function (obj, key, bDontFire) { var k = key || obj[this.keyField]; if (items[k] != null) { var o = items[k]; o.src = obj; } else { var o = {key:k, src:obj}; data.push(o); items[o.key] = o; } if (!bDontFire) { this.onAddData(o); } }; this.addDataRange = function (arr, bDontFire) { var objects = []; for (var i = 0; i < arr.length; i++) { var k = arr[i][this.keyField]; if (items[k] != null) { var o = items[k]; o.src = arr[i]; } else { var o = {key:k, src:arr[i]}; data.push(o); items[k] = o; } objects.push(o); } if (!bDontFire) { this.onAddDataRange(objects); } }; this.addDataByIndex = function (obj, idx, key, bDontFire) { var k = key || obj[this.keyField]; if (items[k] != null) { var i = this.getIndexOf(k); var o = data.splice(i, 1); o.src = obj; } else { var o = {key:k, src:obj}; items[k] = o; } data.splice(idx, 0, o); if (!bDontFire) { this.onAddData(o); } }; this.addDataRangeByIndex = function (arr, idx, bDontFire) { var objects = []; for (var i = 0; i < arr.length; i++) { var k = arr[i][this.keyField]; if (items[k] != null) { var j = this.getIndexOf(k); var o = data.splice(j, 1); o.src = arr[i]; } else { var o = {key:k, src:arr[i]}; items[k] = o; } objects.push(o); } data.splice(idx, 0, objects); if (!bDontFire) { this.onAddDataRange(objects); } }; this.removeData = function (obj, bDontFire) { var idx = -1; var o = null; for (var i = 0; i < data.length; i++) { if (data[i].src == obj) { idx = i; o = data[i]; break; } } if (!bDontFire) { this.onRemoveData(o); } if (idx > -1) { data.splice(idx, 1); delete items[o.key]; } }; this.removeDataRange = function (idx, range, bDontFire) { var ret = data.splice(idx, range); for (var i = 0; i < ret.length; i++) { delete items[ret[i].key]; } if (!bDontFire) { this.onRemoveDataRange(ret); } return ret; }; this.removeDataByKey = function (key, bDontFire) { this.removeData(this.getDataByKey(key), bDontFire); }; this.removeDataByIndex = function (idx, bDontFire) { this.removeData(this.getDataByIndex(idx), bDontFire); }; if (jsonArray && jsonArray.length && jsonArray[0]) { this.setData(jsonArray, true); } }; dojo.extend(dojo.collections.Store, {getField:function (obj, field) { var parts = field.split("."), i = 0, o = obj; do { if (parts[i].indexOf("()") > -1) { var temp = parts[i++].split("()")[0]; if (!o[temp]) { dojo.raise("dojo.collections.Store.getField(obj, '" + field + "'): '" + temp + "' is not a property of the passed object."); } else { o = o[temp](); } } else { o = o[parts[i++]]; } } while (i < parts.length && o != null); if (i < parts.length) { dojo.raise("dojo.collections.Store.getField(obj, '" + field + "'): '" + field + "' is not a property of the passed object."); } return o; }, getFromHtml:function (meta, body, fnMod) { var rows = body.rows; var ctor = function (row) { var obj = {}; for (var i = 0; i < meta.length; i++) { var o = obj; var data = row.cells[i].innerHTML; var p = meta[i].getField(); if (p.indexOf(".") > -1) { p = p.split("."); while (p.length > 1) { var pr = p.shift(); o[pr] = {}; o = o[pr]; } p = p[0]; } var type = meta[i].getType(); if (type == String) { o[p] = data; } else { if (data) { o[p] = new type(data); } else { o[p] = new type(); } } } return obj; }; var arr = []; for (var i = 0; i < rows.length; i++) { var o = ctor(rows[i]); if (fnMod) { fnMod(o, rows[i]); } arr.push(o); } return arr; }, onSetData:function () { }, onClearData:function () { }, onAddData:function (obj) { }, onAddDataRange:function (arr) { }, onRemoveData:function (obj) { }, onRemoveDataRange:function (arr) { }, onUpdateField:function (obj, field, val) { }}); PK mMhZYYsrc/crypto/MD5.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.crypto"); dojo.provide("dojo.crypto.MD5"); dojo.crypto.MD5 = new function () { var chrsz = 8; var mask = (1 << chrsz) - 1; function toWord(s) { var wa = []; for (var i = 0; i < s.length * chrsz; i += chrsz) { wa[i >> 5] |= (s.charCodeAt(i / chrsz) & mask) << (i % 32); } return wa; } function toString(wa) { var s = []; for (var i = 0; i < wa.length * 32; i += chrsz) { s.push(String.fromCharCode((wa[i >> 5] >>> (i % 32)) & mask)); } return s.join(""); } function toHex(wa) { var h = "0123456789abcdef"; var s = []; for (var i = 0; i < wa.length * 4; i++) { s.push(h.charAt((wa[i >> 2] >> ((i % 4) * 8 + 4)) & 15) + h.charAt((wa[i >> 2] >> ((i % 4) * 8)) & 15)); } return s.join(""); } function toBase64(wa) { var p = "="; var tab = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; var s = []; for (var i = 0; i < wa.length * 4; i += 3) { var t = (((wa[i >> 2] >> 8 * (i % 4)) & 255) << 16) | (((wa[i + 1 >> 2] >> 8 * ((i + 1) % 4)) & 255) << 8) | ((wa[i + 2 >> 2] >> 8 * ((i + 2) % 4)) & 255); for (var j = 0; j < 4; j++) { if (i * 8 + j * 6 > wa.length * 32) { s.push(p); } else { s.push(tab.charAt((t >> 6 * (3 - j)) & 63)); } } } return s.join(""); } function add(x, y) { var l = (x & 65535) + (y & 65535); var m = (x >> 16) + (y >> 16) + (l >> 16); return (m << 16) | (l & 65535); } function R(n, c) { return (n << c) | (n >>> (32 - c)); } function C(q, a, b, x, s, t) { return add(R(add(add(a, q), add(x, t)), s), b); } function FF(a, b, c, d, x, s, t) { return C((b & c) | ((~b) & d), a, b, x, s, t); } function GG(a, b, c, d, x, s, t) { return C((b & d) | (c & (~d)), a, b, x, s, t); } function HH(a, b, c, d, x, s, t) { return C(b ^ c ^ d, a, b, x, s, t); } function II(a, b, c, d, x, s, t) { return C(c ^ (b | (~d)), a, b, x, s, t); } function core(x, len) { x[len >> 5] |= 128 << ((len) % 32); x[(((len + 64) >>> 9) << 4) + 14] = len; var a = 1732584193; var b = -271733879; var c = -1732584194; var d = 271733878; for (var i = 0; i < x.length; i += 16) { var olda = a; var oldb = b; var oldc = c; var oldd = d; a = FF(a, b, c, d, x[i + 0], 7, -680876936); d = FF(d, a, b, c, x[i + 1], 12, -389564586); c = FF(c, d, a, b, x[i + 2], 17, 606105819); b = FF(b, c, d, a, x[i + 3], 22, -1044525330); a = FF(a, b, c, d, x[i + 4], 7, -176418897); d = FF(d, a, b, c, x[i + 5], 12, 1200080426); c = FF(c, d, a, b, x[i + 6], 17, -1473231341); b = FF(b, c, d, a, x[i + 7], 22, -45705983); a = FF(a, b, c, d, x[i + 8], 7, 1770035416); d = FF(d, a, b, c, x[i + 9], 12, -1958414417); c = FF(c, d, a, b, x[i + 10], 17, -42063); b = FF(b, c, d, a, x[i + 11], 22, -1990404162); a = FF(a, b, c, d, x[i + 12], 7, 1804603682); d = FF(d, a, b, c, x[i + 13], 12, -40341101); c = FF(c, d, a, b, x[i + 14], 17, -1502002290); b = FF(b, c, d, a, x[i + 15], 22, 1236535329); a = GG(a, b, c, d, x[i + 1], 5, -165796510); d = GG(d, a, b, c, x[i + 6], 9, -1069501632); c = GG(c, d, a, b, x[i + 11], 14, 643717713); b = GG(b, c, d, a, x[i + 0], 20, -373897302); a = GG(a, b, c, d, x[i + 5], 5, -701558691); d = GG(d, a, b, c, x[i + 10], 9, 38016083); c = GG(c, d, a, b, x[i + 15], 14, -660478335); b = GG(b, c, d, a, x[i + 4], 20, -405537848); a = GG(a, b, c, d, x[i + 9], 5, 568446438); d = GG(d, a, b, c, x[i + 14], 9, -1019803690); c = GG(c, d, a, b, x[i + 3], 14, -187363961); b = GG(b, c, d, a, x[i + 8], 20, 1163531501); a = GG(a, b, c, d, x[i + 13], 5, -1444681467); d = GG(d, a, b, c, x[i + 2], 9, -51403784); c = GG(c, d, a, b, x[i + 7], 14, 1735328473); b = GG(b, c, d, a, x[i + 12], 20, -1926607734); a = HH(a, b, c, d, x[i + 5], 4, -378558); d = HH(d, a, b, c, x[i + 8], 11, -2022574463); c = HH(c, d, a, b, x[i + 11], 16, 1839030562); b = HH(b, c, d, a, x[i + 14], 23, -35309556); a = HH(a, b, c, d, x[i + 1], 4, -1530992060); d = HH(d, a, b, c, x[i + 4], 11, 1272893353); c = HH(c, d, a, b, x[i + 7], 16, -155497632); b = HH(b, c, d, a, x[i + 10], 23, -1094730640); a = HH(a, b, c, d, x[i + 13], 4, 681279174); d = HH(d, a, b, c, x[i + 0], 11, -358537222); c = HH(c, d, a, b, x[i + 3], 16, -722521979); b = HH(b, c, d, a, x[i + 6], 23, 76029189); a = HH(a, b, c, d, x[i + 9], 4, -640364487); d = HH(d, a, b, c, x[i + 12], 11, -421815835); c = HH(c, d, a, b, x[i + 15], 16, 530742520); b = HH(b, c, d, a, x[i + 2], 23, -995338651); a = II(a, b, c, d, x[i + 0], 6, -198630844); d = II(d, a, b, c, x[i + 7], 10, 1126891415); c = II(c, d, a, b, x[i + 14], 15, -1416354905); b = II(b, c, d, a, x[i + 5], 21, -57434055); a = II(a, b, c, d, x[i + 12], 6, 1700485571); d = II(d, a, b, c, x[i + 3], 10, -1894986606); c = II(c, d, a, b, x[i + 10], 15, -1051523); b = II(b, c, d, a, x[i + 1], 21, -2054922799); a = II(a, b, c, d, x[i + 8], 6, 1873313359); d = II(d, a, b, c, x[i + 15], 10, -30611744); c = II(c, d, a, b, x[i + 6], 15, -1560198380); b = II(b, c, d, a, x[i + 13], 21, 1309151649); a = II(a, b, c, d, x[i + 4], 6, -145523070); d = II(d, a, b, c, x[i + 11], 10, -1120210379); c = II(c, d, a, b, x[i + 2], 15, 718787259); b = II(b, c, d, a, x[i + 9], 21, -343485551); a = add(a, olda); b = add(b, oldb); c = add(c, oldc); d = add(d, oldd); } return [a, b, c, d]; } function hmac(data, key) { var wa = toWord(key); if (wa.length > 16) { wa = core(wa, key.length * chrsz); } var l = [], r = []; for (var i = 0; i < 16; i++) { l[i] = wa[i] ^ 909522486; r[i] = wa[i] ^ 1549556828; } var h = core(l.concat(toWord(data)), 512 + data.length * chrsz); return core(r.concat(h), 640); } this.compute = function (data, outputType) { var out = outputType || dojo.crypto.outputTypes.Base64; switch (out) { case dojo.crypto.outputTypes.Hex: return toHex(core(toWord(data), data.length * chrsz)); case dojo.crypto.outputTypes.String: return toString(core(toWord(data), data.length * chrsz)); default: return toBase64(core(toWord(data), data.length * chrsz)); } }; this.getHMAC = function (data, key, outputType) { var out = outputType || dojo.crypto.outputTypes.Base64; switch (out) { case dojo.crypto.outputTypes.Hex: return toHex(hmac(data, key)); case dojo.crypto.outputTypes.String: return toString(hmac(data, key)); default: return toBase64(hmac(data, key)); } }; }(); PK mM_))src/crypto/SHA1.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.crypto"); dojo.provide("dojo.crypto.SHA1"); dojo.require("dojo.experimental"); dojo.experimental("dojo.crypto.SHA1"); dojo.crypto.SHA1 = new function () { var chrsz = 8; var mask = (1 << chrsz) - 1; function toWord(s) { var wa = []; for (var i = 0; i < s.length * chrsz; i += chrsz) { wa[i >> 5] |= (s.charCodeAt(i / chrsz) & mask) << (i % 32); } return wa; } function toString(wa) { var s = []; for (var i = 0; i < wa.length * 32; i += chrsz) { s.push(String.fromCharCode((wa[i >> 5] >>> (i % 32)) & mask)); } return s.join(""); } function toHex(wa) { var h = "0123456789abcdef"; var s = []; for (var i = 0; i < wa.length * 4; i++) { s.push(h.charAt((wa[i >> 2] >> ((i % 4) * 8 + 4)) & 15) + h.charAt((wa[i >> 2] >> ((i % 4) * 8)) & 15)); } return s.join(""); } function toBase64(wa) { var p = "="; var tab = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; var s = []; for (var i = 0; i < wa.length * 4; i += 3) { var t = (((wa[i >> 2] >> 8 * (i % 4)) & 255) << 16) | (((wa[i + 1 >> 2] >> 8 * ((i + 1) % 4)) & 255) << 8) | ((wa[i + 2 >> 2] >> 8 * ((i + 2) % 4)) & 255); for (var j = 0; j < 4; j++) { if (i * 8 + j * 6 > wa.length * 32) { s.push(p); } else { s.push(tab.charAt((t >> 6 * (3 - j)) & 63)); } } } return s.join(""); } function add(x, y) { var l = (x & 65535) + (y & 65535); var m = (x >> 16) + (y >> 16) + (l >> 16); return (m << 16) | (l & 65535); } function r(x, n) { return (x << n) | (x >>> (32 - n)); } function f(u, v, w) { return ((u & v) | (~u & w)); } function g(u, v, w) { return ((u & v) | (u & w) | (v & w)); } function h(u, v, w) { return (u ^ v ^ w); } function fn(i, u, v, w) { if (i < 20) { return f(u, v, w); } if (i < 40) { return h(u, v, w); } if (i < 60) { return g(u, v, w); } return h(u, v, w); } function cnst(i) { if (i < 20) { return 1518500249; } if (i < 40) { return 1859775393; } if (i < 60) { return -1894007588; } return -899497514; } function core(x, len) { x[len >> 5] |= 128 << (24 - len % 32); x[((len + 64 >> 9) << 4) + 15] = len; var w = []; var a = 1732584193; var b = -271733879; var c = -1732584194; var d = 271733878; var e = -1009589776; for (var i = 0; i < x.length; i += 16) { var olda = a; var oldb = b; var oldc = c; var oldd = d; var olde = e; for (var j = 0; j < 80; j++) { if (j < 16) { w[j] = x[i + j]; } else { w[j] = r(w[j - 3] ^ w[j - 8] ^ w[j - 14] ^ w[j - 16], 1); } var t = add(add(r(a, 5), fn(j, b, c, d)), add(add(e, w[j]), cnst(j))); e = d; d = c; c = r(b, 30); b = a; a = t; } a = add(a, olda); b = add(b, oldb); c = add(c, oldc); d = add(d, oldd); e = add(e, olde); } return [a, b, c, d, e]; } function hmac(data, key) { var wa = toWord(key); if (wa.length > 16) { wa = core(wa, key.length * chrsz); } var l = [], r = []; for (var i = 0; i < 16; i++) { l[i] = wa[i] ^ 909522486; r[i] = wa[i] ^ 1549556828; } var h = core(l.concat(toWord(data)), 512 + data.length * chrsz); return core(r.concat(h), 640); } this.compute = function (data, outputType) { var out = outputType || dojo.crypto.outputTypes.Base64; switch (out) { case dojo.crypto.outputTypes.Hex: return toHex(core(toWord(data), data.length * chrsz)); case dojo.crypto.outputTypes.String: return toString(core(toWord(data), data.length * chrsz)); default: return toBase64(core(toWord(data), data.length * chrsz)); } }; this.getHMAC = function (data, key, outputType) { var out = outputType || dojo.crypto.outputTypes.Base64; switch (out) { case dojo.crypto.outputTypes.Hex: return toHex(hmac(data, key)); case dojo.crypto.outputTypes.String: return toString(hmac(data, key)); default: return toBase64(hmac(data, key)); } }; }(); PK mMysrc/data/core/Read.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.core.Read"); dojo.require("dojo.data.core.Result"); dojo.require("dojo.lang.declare"); dojo.require("dojo.experimental"); dojo.experimental("dojo.data.core.Read"); dojo.declare("dojo.data.core.Read", null, {get:function (item, attribute, defaultValue) { dojo.unimplemented("dojo.data.core.Read.get"); var attributeValue = null; return attributeValue; }, getValues:function (item, attribute) { dojo.unimplemented("dojo.data.core.Read.getValues"); var array = null; return array; }, getAttributes:function (item) { dojo.unimplemented("dojo.data.core.Read.getAttributes"); var array = null; return array; }, hasAttribute:function (item, attribute) { dojo.unimplemented("dojo.data.core.Read.hasAttribute"); return false; }, containsValue:function (item, attribute, value) { dojo.unimplemented("dojo.data.core.Read.containsValue"); return false; }, isItem:function (something) { dojo.unimplemented("dojo.data.core.Read.isItem"); return false; }, isItemAvailable:function (something) { dojo.unimplemented("dojo.data.core.Read.isItemAvailable"); return false; }, find:function (keywordArgs) { dojo.unimplemented("dojo.data.core.Read.find"); var result = null; return result; }, getIdentity:function (item) { dojo.unimplemented("dojo.data.core.Read.getIdentity"); var itemIdentifyString = null; return itemIdentifyString; }, findByIdentity:function (identity) { dojo.unimplemented("dojo.data.core.Read.getByIdentity"); var item = null; return item; }}); PK mMjppsrc/data/csv/CsvStore.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.csv.CsvStore"); dojo.require("dojo.data.Read"); dojo.require("dojo.lang.assert"); dojo.declare("dojo.data.csv.CsvStore", dojo.data.Read, { /* summary: * The CsvStore implements the dojo.data.Read API. */ /* examples: * var csvStore = new dojo.data.csv.CsvStore({url:"movies.csv"); * var csvStore = new dojo.data.csv.CsvStore({url:"http://example.com/movies.csv"); * var fileContents = dojo.hostenv.getText("movies.csv"); * var csvStore = new dojo.data.csv.CsvStore({string:fileContents); */ initializer: function(/* object */ keywordParameters) { // keywordParameters: {string: String, url: String} this._arrayOfItems = []; this._loadFinished = false; this._csvFileUrl = keywordParameters["url"]; this._csvFileContents = keywordParameters["string"]; }, get: function(/* item */ item, /* attribute or attribute-name-string */ attribute, /* value? */ defaultValue) { // summary: See dojo.data.Read.get() var attributeValue = item[attribute] || defaultValue; return attributeValue; // a literal, an item, null, or undefined (never an array) }, getValues: function(/* item */ item, /* attribute or attribute-name-string */ attribute) { // summary: See dojo.data.Read.getValues() var array = [this.get(item, attribute)]; return array; // an array that may contain literals and items }, getAttributes: function(/* item */ item) { // summary: See dojo.data.Read.getAttributes() var array = this._arrayOfKeys; return array; // array }, hasAttribute: function(/* item */ item, /* attribute or attribute-name-string */ attribute) { // summary: See dojo.data.Read.hasAttribute() for (var i in this._arrayOfKeys) { if (this._arrayOfKeys[i] == attribute) { return true; } } return false; // boolean }, hasAttributeValue: function(/* item */ item, /* attribute or attribute-name-string */ attribute, /* anything */ value) { // summary: See dojo.data.Read.hasAttributeValue() return (this.get(item, attribute) == value); // boolean }, isItem: function(/* anything */ something) { // summary: See dojo.data.Read.isItem() for (var i in this._arrayOfItems) { if (this._arrayOfItems[i] == something) { return true; } } return false; // boolean }, find: function(/* implementation-dependent */ query, /* object */ optionalKeywordArgs ) { // summary: See dojo.data.Read.find() if (!this._loadFinished) { if (this._csvFileUrl) { this._csvFileContents = dojo.hostenv.getText(this._csvFileUrl); } var arrayOfArrays = this._getArrayOfArraysFromCsvFileContents(this._csvFileContents); if (arrayOfArrays.length == 0) { this._arrayOfKeys = []; } else { this._arrayOfKeys = arrayOfArrays[0]; } this._arrayOfItems = this._getArrayOfItemsFromArrayOfArrays(arrayOfArrays); } var result = new dojo.data.csv.Result(this._arrayOfItems, this); return result; // dojo.data.csv.Result }, getIdentity: function(/* item */ item) { // summary: See dojo.data.Read.getIdentity() for (var i in this._arrayOfItems) { if (this._arrayOfItems[i] == item) { return i; } } return null; // boolean }, getByIdentity: function(/* string */ id) { // summary: See dojo.data.Read.getByIdentity() var i = parseInt(id); if (i < this._arrayOfItems.length) { return this._arrayOfItems[i]; } else { return null; } }, // ------------------------------------------------------------------- // Private methods _getArrayOfArraysFromCsvFileContents: function(/* string */ csvFileContents) { /* summary: * Parses a string of CSV records into a nested array structure. * description: * Given a string containing CSV records, this method parses * the string and returns a data structure containing the parsed * content. The data structure we return is an array of length * R, where R is the number of rows (lines) in the CSV data. The * return array contains one sub-array for each CSV line, and each * sub-array contains C string values, where C is the number of * columns in the CSV data. */ /* example: * For example, given this CSV string as input: * "Title, Year, Producer \n Alien, 1979, Ridley Scott \n Blade Runner, 1982, Ridley Scott" * We will return this data structure: * [["Title", "Year", "Producer"] * ["Alien", "1979", "Ridley Scott"], * ["Blade Runner", "1982", "Ridley Scott"]] */ dojo.lang.assertType(csvFileContents, String); var lineEndingCharacters = new RegExp("\r\n|\n|\r"); var leadingWhiteSpaceCharacters = new RegExp("^\\s+",'g'); var trailingWhiteSpaceCharacters = new RegExp("\\s+$",'g'); var doubleQuotes = new RegExp('""','g'); var arrayOfOutputRecords = []; var arrayOfInputLines = csvFileContents.split(lineEndingCharacters); for (var i in arrayOfInputLines) { var singleLine = arrayOfInputLines[i]; if (singleLine.length > 0) { var listOfFields = singleLine.split(','); var j = 0; while (j < listOfFields.length) { var space_field_space = listOfFields[j]; var field_space = space_field_space.replace(leadingWhiteSpaceCharacters, ''); // trim leading whitespace var field = field_space.replace(trailingWhiteSpaceCharacters, ''); // trim trailing whitespace var firstChar = field.charAt(0); var lastChar = field.charAt(field.length - 1); var secondToLastChar = field.charAt(field.length - 2); var thirdToLastChar = field.charAt(field.length - 3); if ((firstChar == '"') && ((lastChar != '"') || ((lastChar == '"') && (secondToLastChar == '"') && (thirdToLastChar != '"')) )) { if (j+1 === listOfFields.length) { // alert("The last field in record " + i + " is corrupted:\n" + field); return null; } var nextField = listOfFields[j+1]; listOfFields[j] = field_space + ',' + nextField; listOfFields.splice(j+1, 1); // delete element [j+1] from the list } else { if ((firstChar == '"') && (lastChar == '"')) { field = field.slice(1, (field.length - 1)); // trim the " characters off the ends field = field.replace(doubleQuotes, '"'); // replace "" with " } listOfFields[j] = field; j += 1; } } arrayOfOutputRecords.push(listOfFields); } } return arrayOfOutputRecords; // Array }, _getArrayOfItemsFromArrayOfArrays: function(/* array */ arrayOfArrays) { /* summary: * Converts a nested array structure into an array of keyword objects. */ /* example: * For example, given this as input: * [["Title", "Year", "Producer"] * ["Alien", "1979", "Ridley Scott"], * ["Blade Runner", "1982", "Ridley Scott"]] * We will return this as output: * [{"Title":"Alien", "Year":"1979", "Producer":"Ridley Scott"}, * {"Title":"Blade Runner", "Year":"1982", "Producer":"Ridley Scott"}] */ dojo.lang.assertType(arrayOfArrays, Array); var arrayOfItems = []; if (arrayOfArrays.length > 1) { var arrayOfKeys = arrayOfArrays[0]; for (var i = 1; i < arrayOfArrays.length; ++i) { var row = arrayOfArrays[i]; var item = {}; for (var j in row) { var value = row[j]; var key = arrayOfKeys[j]; item[key] = value; } arrayOfItems.push(item); } } return arrayOfItems; // Array } }); PK mMteXWWsrc/data/old/Attribute.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.old.Attribute"); dojo.require("dojo.data.old.Item"); dojo.require("dojo.lang.assert"); dojo.data.old.Attribute = function (dataProvider, attributeId) { dojo.lang.assertType(dataProvider, dojo.data.old.provider.Base, {optional:true}); dojo.lang.assertType(attributeId, String); dojo.data.old.Item.call(this, dataProvider); this._attributeId = attributeId; }; dojo.inherits(dojo.data.old.Attribute, dojo.data.old.Item); dojo.data.old.Attribute.prototype.toString = function () { return this._attributeId; }; dojo.data.old.Attribute.prototype.getAttributeId = function () { return this._attributeId; }; dojo.data.old.Attribute.prototype.getType = function () { return this.get("type"); }; dojo.data.old.Attribute.prototype.setType = function (type) { this.set("type", type); }; PK mMVsrc/data/old/Kind.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.old.Kind"); dojo.require("dojo.data.old.Item"); dojo.data.old.Kind = function (dataProvider) { dojo.data.old.Item.call(this, dataProvider); }; dojo.inherits(dojo.data.old.Kind, dojo.data.old.Item); PK mM#src/data/old/Observable.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.old.Observable"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.assert"); dojo.data.old.Observable = function () { }; dojo.data.old.Observable.prototype.addObserver = function (observer) { dojo.lang.assertType(observer, Object); dojo.lang.assertType(observer.observedObjectHasChanged, Function); if (!this._arrayOfObservers) { this._arrayOfObservers = []; } if (!dojo.lang.inArray(this._arrayOfObservers, observer)) { this._arrayOfObservers.push(observer); } }; dojo.data.old.Observable.prototype.removeObserver = function (observer) { if (!this._arrayOfObservers) { return; } var index = dojo.lang.indexOf(this._arrayOfObservers, observer); if (index != -1) { this._arrayOfObservers.splice(index, 1); } }; dojo.data.old.Observable.prototype.getObservers = function () { return this._arrayOfObservers; }; PK mMS922 src/data/old/provider/JotSpot.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.old.provider.JotSpot"); dojo.require("dojo.data.old.provider.Base"); dojo.data.old.provider.JotSpot = function () { dojo.unimplemented("dojo.data.old.provider.JotSpot"); }; dojo.inherits(dojo.data.old.provider.JotSpot, dojo.data.old.provider.Base); PK mM&uLsrc/data/old/Type.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.old.Type"); dojo.require("dojo.data.old.Item"); dojo.data.old.Type = function (dataProvider) { dojo.data.old.Item.call(this, dataProvider); }; dojo.inherits(dojo.data.old.Type, dojo.data.old.Item); PK mM8s@src/data/RdfStore.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.RdfStore"); dojo.provide("dojo.data.RhizomeStore"); dojo.require("dojo.lang.declare"); dojo.require("dojo.data.core.RemoteStore"); dojo.require("dojo.experimental"); dojo.data.RdfDatatypeSerializer = function (type, convertFunc, uri) { this.type = type; this._converter = convertFunc; this.uri = uri; this.serialize = function (value) { return this._converter.call(value, value); }; }; dojo.declare("dojo.data.RdfStore", dojo.data.core.RemoteStore, {_datatypeMap:{literal:function (value) { var literal = value.value; if (value["xml:lang"]) { literal.lang = value["xml:lang"]; } return literal; }, uri:function (value) { return {id:value.value}; }, bnode:function (value) { return {id:"_:" + value.value}; }, "http://www.w3.org/2001/XMLSchema#int":function (value) { return parseInt(value.value); }, "http://www.w3.org/2001/XMLSchema#integer":function (value) { return parseInt(value.value); }, "http://www.w3.org/2001/XMLSchema#long":function (value) { return parseInt(value.value); }, "http://www.w3.org/2001/XMLSchema#float":function (value) { return parseFloat(value.value); }, "http://www.w3.org/2001/XMLSchema#double":function (value) { return parseFloat(value.value); }, "http://www.w3.org/2001/XMLSchema#boolean":function (value) { return !value || value == "false" || value == "0" ? false : true; }}, _datatypeSerializers:[new dojo.data.RdfDatatypeSerializer(Number, Number.toString, "http://www.w3.org/2001/XMLSchema#float"), new dojo.data.RdfDatatypeSerializer(Boolean, Boolean.toString, "http://www.w3.org/2001/XMLSchema#boolean")], _findDatatypeSerializer:function (value) { var length = this._datatypeSerializers.length; for (var i = 0; i < length; i++) { var datatype = this._datatypeSerializers[i]; if (value instanceof datatype.type) { return datatype; } } }, _toRDFValue:function (value) { var rdfvalue = {}; if (value.id) { if (value.id.slice(0, 2) == "_:") { rdfvalue.type = "bnode"; rdfvalue.value = value.id.substring(2); } else { rdfvalue.type = "uri"; rdfvalue.value = value.id; } } else { if (typeof value == "string" || value instanceof String) { rdfvalue.type = "literal"; rdfvalue.value = value; if (value.lang) { rdfvalue["xml:lang"] = value.lang; } } else { if (typeof value == "number") { value = new Number(value); } else { if (typeof value == "boolean") { value = new Boolean(value); } } var datatype = this._findDatatypeSerializer(value); if (datatype) { rdfvalue = {"type":"typed-literal", "datatype":datatype.uri, "value":value.toString()}; } else { rdfvalue = {"type":"literal", "value":value.toString()}; } } } return rdfvalue; }, _setupSaveRequest:function (saveKeywordArgs, requestKw) { var rdfResult = {"head":{"vars":["s", "p", "o"]}, "results":{"bindings":[]}}; var resources = []; for (var key in this._deleted) { resources.push(key); } rdfResult.results.deleted = resources; for (key in this._changed) { var subject = this._toRDFValue(this.getIdentity(key)); var attributes = this._changed[key]; for (var attr in attributes) { var predicate = {type:"uri", value:attr}; var values = attributes[attr]; if (!values.length) { continue; } var rdfvalues = []; for (var i = 0; i < values.length; i++) { var rdfvalue = this._toRDFValue(values[i]); rdfResult.results.bindings.push({s:subject, p:predicate, o:rdfvalue}); } } } var oldRegistry = dojo.json.jsonRegistry; dojo.json.jsonRegistry = this._jsonRegistry; var jsonString = dojo.json.serialize(rdfResult); dojo.json.jsonRegistry = oldRegistry; requestKw.postContent = jsonString; }, _resultToQueryMetadata:function (json) { return json.head; }, _resultToQueryData:function (json) { var items = {}; var stmts = json.results.bindings; for (var i = 0; i < stmts.length; i++) { var stmt = stmts[i]; var subject = stmt.s.value; if (stmt.s.type == "bnode") { subject = "_:" + subject; } var attributes = data[subject]; if (!attributes) { attributes = {}; data[stmt.s] = attributes; } var attr = attributes[stmt.p.value]; if (!attr) { attributes[stmt.p.value] = [stmt.o]; } else { attr.push(stmt.o); } } return items; }}); dojo.declare("dojo.data.RhizomeStore", dojo.data.RdfStore, {initializer:function (kwArgs) { this._serverQueryUrl = kwArgs.baseUrl + "search?view=json&searchType=RxPath&search="; this._serverSaveUrl = kwArgs.baseUrl + "save-metadata"; }, _resultToQueryMetadata:function (json) { return json; }, _resultToQueryData:function (json) { return json; }, _setupSaveRequest:function (saveKeywordArgs, requestKw) { requestKw.url = this._serverSaveUrl; requestKw.method = "post"; requestKw.mimetype = "text/plain"; var resources = []; for (var key in this._deleted) { resources.push(key); } var changes = {}; for (key in this._changed) { if (!this._added[key]) { resources.push(key); } var attributes = this._changed[key]; var rdfattributes = {}; for (var attr in attributes) { var values = attributes[attr]; if (!values.length) { continue; } var rdfvalues = []; for (var i = 0; i < values.length; i++) { var rdfvalue = this._toRDFValue(values[i]); rdfvalues.push(rdfvalue); } rdfattributes[attr] = rdfvalues; } changes[key] = rdfattributes; } var oldRegistry = dojo.json.jsonRegistry; dojo.json.jsonRegistry = this._jsonRegistry; var jsonString = dojo.json.serialize(changes); dojo.json.jsonRegistry = oldRegistry; requestKw.content = {rdfFormat:"json", resource:resources, metadata:jsonString}; }}); PK mMousrc/data/YahooStore.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.data.YahooStore"); dojo.require("dojo.data.core.RemoteStore"); dojo.require("dojo.lang.declare"); dojo.require("dojo.io.ScriptSrcIO"); dojo.declare("dojo.data.YahooStore", dojo.data.core.RemoteStore, {_setupQueryRequest:function (result, requestKw) { var start = 1; var count = 1; if (result) { start = result.start || start; count = result.count || count; } var sourceUrl = "http://api.search.yahoo.com/WebSearchService/V1/webSearch?appid=dojo&language=en&query=" + result.query + "&start=" + start + "&results=" + count + "&output=json"; requestKw.url = sourceUrl; requestKw.transport = "ScriptSrcTransport"; requestKw.mimetype = "text/json"; requestKw.jsonParamName = "callback"; }, _resultToQueryMetadata:function (json) { return json.ResultSet; }, _resultToQueryData:function (json) { var data = {}; for (var i = 0; i < json.ResultSet.totalResultsReturned; ++i) { var record = json.ResultSet.Result[i]; var item = {}; item["Url"] = [record.Url]; item["Title"] = [record.Title]; item["Summary"] = [record.Summary]; var arrayIndex = (json.ResultSet.firstResultPosition - 1) + i; data[arrayIndex.toString()] = item; } return data; }}); PK mM>c,LLsrc/date/format.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.date.format"); dojo.require("dojo.date.common"); dojo.require("dojo.date.supplemental"); dojo.require("dojo.lang.array"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.func"); dojo.require("dojo.string.common"); dojo.require("dojo.i18n.common"); dojo.requireLocalization("dojo.i18n.calendar", "gregorian", null, "ko,zh-cn,zh,sv,ja,en,zh-tw,it,hu,nl,fi,zh-hk,fr,pt,ROOT,es,de,pt-br"); dojo.requireLocalization("dojo.i18n.calendar", "gregorianExtras", null, "zh,ROOT,ja"); (function () { dojo.date.format = function (dateObject, options) { if (typeof options == "string") { dojo.deprecated("dojo.date.format", "To format dates with POSIX-style strings, please use dojo.date.strftime instead", "0.5"); return dojo.date.strftime(dateObject, options); } function formatPattern(dateObject, pattern) { return pattern.replace(/([a-z])\1*/ig, function (match) { var s; var c = match.charAt(0); var l = match.length; var pad; var widthList = ["abbr", "wide", "narrow"]; switch (c) { case "G": if (l > 3) { dojo.unimplemented("Era format not implemented"); } s = info.eras[dateObject.getFullYear() < 0 ? 1 : 0]; break; case "y": s = dateObject.getFullYear(); switch (l) { case 1: break; case 2: s = String(s).substr(-2); break; default: pad = true; } break; case "Q": case "q": s = Math.ceil((dateObject.getMonth() + 1) / 3); switch (l) { case 1: case 2: pad = true; break; case 3: case 4: dojo.unimplemented("Quarter format not implemented"); } break; case "M": case "L": var m = dateObject.getMonth(); var width; switch (l) { case 1: case 2: s = m + 1; pad = true; break; case 3: case 4: case 5: width = widthList[l - 3]; break; } if (width) { var type = (c == "L") ? "standalone" : "format"; var prop = ["months", type, width].join("-"); s = info[prop][m]; } break; case "w": var firstDay = 0; s = dojo.date.getWeekOfYear(dateObject, firstDay); pad = true; break; case "d": s = dateObject.getDate(); pad = true; break; case "D": s = dojo.date.getDayOfYear(dateObject); pad = true; break; case "E": case "e": case "c": var d = dateObject.getDay(); var width; switch (l) { case 1: case 2: if (c == "e") { var first = dojo.date.getFirstDayOfWeek(options.locale); d = (d - first + 7) % 7; } if (c != "c") { s = d + 1; pad = true; break; } case 3: case 4: case 5: width = widthList[l - 3]; break; } if (width) { var type = (c == "c") ? "standalone" : "format"; var prop = ["days", type, width].join("-"); s = info[prop][d]; } break; case "a": var timePeriod = (dateObject.getHours() < 12) ? "am" : "pm"; s = info[timePeriod]; break; case "h": case "H": case "K": case "k": var h = dateObject.getHours(); switch (c) { case "h": s = (h % 12) || 12; break; case "H": s = h; break; case "K": s = (h % 12); break; case "k": s = h || 24; break; } pad = true; break; case "m": s = dateObject.getMinutes(); pad = true; break; case "s": s = dateObject.getSeconds(); pad = true; break; case "S": s = Math.round(dateObject.getMilliseconds() * Math.pow(10, l - 3)); break; case "v": case "z": s = dojo.date.getTimezoneName(dateObject); if (s) { break; } l = 4; case "Z": var offset = dateObject.getTimezoneOffset(); var tz = [(offset <= 0 ? "+" : "-"), dojo.string.pad(Math.floor(Math.abs(offset) / 60), 2), dojo.string.pad(Math.abs(offset) % 60, 2)]; if (l == 4) { tz.splice(0, 0, "GMT"); tz.splice(3, 0, ":"); } s = tz.join(""); break; case "Y": case "u": case "W": case "F": case "g": case "A": dojo.debug(match + " modifier not yet implemented"); s = "?"; break; default: dojo.raise("dojo.date.format: invalid pattern char: " + pattern); } if (pad) { s = dojo.string.pad(s, l); } return s; }); } options = options || {}; var locale = dojo.hostenv.normalizeLocale(options.locale); var formatLength = options.formatLength || "full"; var info = dojo.date._getGregorianBundle(locale); var str = []; var sauce = dojo.lang.curry(this, formatPattern, dateObject); if (options.selector != "timeOnly") { var datePattern = options.datePattern || info["dateFormat-" + formatLength]; if (datePattern) { str.push(_processPattern(datePattern, sauce)); } } if (options.selector != "dateOnly") { var timePattern = options.timePattern || info["timeFormat-" + formatLength]; if (timePattern) { str.push(_processPattern(timePattern, sauce)); } } var result = str.join(" "); return result; }; dojo.date.parse = function (value, options) { options = options || {}; var locale = dojo.hostenv.normalizeLocale(options.locale); var info = dojo.date._getGregorianBundle(locale); var formatLength = options.formatLength || "full"; if (!options.selector) { options.selector = "dateOnly"; } var datePattern = options.datePattern || info["dateFormat-" + formatLength]; var timePattern = options.timePattern || info["timeFormat-" + formatLength]; var pattern; if (options.selector == "dateOnly") { pattern = datePattern; } else { if (options.selector == "timeOnly") { pattern = timePattern; } else { if (options.selector == "dateTime") { pattern = datePattern + " " + timePattern; } else { var msg = "dojo.date.parse: Unknown selector param passed: '" + options.selector + "'."; msg += " Defaulting to date pattern."; dojo.debug(msg); pattern = datePattern; } } } var groups = []; var dateREString = _processPattern(pattern, dojo.lang.curry(this, _buildDateTimeRE, groups, info, options)); var dateRE = new RegExp("^" + dateREString + "$"); var match = dateRE.exec(value); if (!match) { return null; } var widthList = ["abbr", "wide", "narrow"]; var result = new Date(1972, 0); var expected = {}; for (var i = 1; i < match.length; i++) { var grp = groups[i - 1]; var l = grp.length; var v = match[i]; switch (grp.charAt(0)) { case "y": if (l != 2) { result.setFullYear(v); expected.year = v; } else { if (v < 100) { v = Number(v); var year = "" + new Date().getFullYear(); var century = year.substring(0, 2) * 100; var yearPart = Number(year.substring(2, 4)); var cutoff = Math.min(yearPart + 20, 99); var num = (v < cutoff) ? century + v : century - 100 + v; result.setFullYear(num); expected.year = num; } else { if (options.strict) { return null; } result.setFullYear(v); expected.year = v; } } break; case "M": if (l > 2) { if (!options.strict) { v = v.replace(/\./g, ""); v = v.toLowerCase(); } var months = info["months-format-" + widthList[l - 3]].concat(); for (var j = 0; j < months.length; j++) { if (!options.strict) { months[j] = months[j].toLowerCase(); } if (v == months[j]) { result.setMonth(j); expected.month = j; break; } } if (j == months.length) { dojo.debug("dojo.date.parse: Could not parse month name: '" + v + "'."); return null; } } else { result.setMonth(v - 1); expected.month = v - 1; } break; case "E": case "e": if (!options.strict) { v = v.toLowerCase(); } var days = info["days-format-" + widthList[l - 3]].concat(); for (var j = 0; j < days.length; j++) { if (!options.strict) { days[j] = days[j].toLowerCase(); } if (v == days[j]) { break; } } if (j == days.length) { dojo.debug("dojo.date.parse: Could not parse weekday name: '" + v + "'."); return null; } break; case "d": result.setDate(v); expected.date = v; break; case "a": var am = options.am || info.am; var pm = options.pm || info.pm; if (!options.strict) { v = v.replace(/\./g, "").toLowerCase(); am = am.replace(/\./g, "").toLowerCase(); pm = pm.replace(/\./g, "").toLowerCase(); } if (options.strict && v != am && v != pm) { dojo.debug("dojo.date.parse: Could not parse am/pm part."); return null; } var hours = result.getHours(); if (v == pm && hours < 12) { result.setHours(hours + 12); } else { if (v == am && hours == 12) { result.setHours(0); } } break; case "K": if (v == 24) { v = 0; } case "h": case "H": case "k": if (v > 23) { dojo.debug("dojo.date.parse: Illegal hours value"); return null; } result.setHours(v); break; case "m": result.setMinutes(v); break; case "s": result.setSeconds(v); break; case "S": result.setMilliseconds(v); break; default: dojo.unimplemented("dojo.date.parse: unsupported pattern char=" + grp.charAt(0)); } } if (expected.year && result.getFullYear() != expected.year) { dojo.debug("Parsed year: '" + result.getFullYear() + "' did not match input year: '" + expected.year + "'."); return null; } if (expected.month && result.getMonth() != expected.month) { dojo.debug("Parsed month: '" + result.getMonth() + "' did not match input month: '" + expected.month + "'."); return null; } if (expected.date && result.getDate() != expected.date) { dojo.debug("Parsed day of month: '" + result.getDate() + "' did not match input day of month: '" + expected.date + "'."); return null; } return result; }; function _processPattern(pattern, applyPattern, applyLiteral, applyAll) { var identity = function (x) { return x; }; applyPattern = applyPattern || identity; applyLiteral = applyLiteral || identity; applyAll = applyAll || identity; var chunks = pattern.match(/(''|[^'])+/g); var literal = false; for (var i = 0; i < chunks.length; i++) { if (!chunks[i]) { chunks[i] = ""; } else { chunks[i] = (literal ? applyLiteral : applyPattern)(chunks[i]); literal = !literal; } } return applyAll(chunks.join("")); } function _buildDateTimeRE(groups, info, options, pattern) { return pattern.replace(/([a-z])\1*/ig, function (match) { var s; var c = match.charAt(0); var l = match.length; switch (c) { case "y": s = "\\d" + ((l == 2) ? "{2,4}" : "+"); break; case "M": s = (l > 2) ? "\\S+" : "\\d{1,2}"; break; case "d": s = "\\d{1,2}"; break; case "E": s = "\\S+"; break; case "h": case "H": case "K": case "k": s = "\\d{1,2}"; break; case "m": case "s": s = "[0-5]\\d"; break; case "S": s = "\\d{1,3}"; break; case "a": var am = options.am || info.am || "AM"; var pm = options.pm || info.pm || "PM"; if (options.strict) { s = am + "|" + pm; } else { s = am; s += (am != am.toLowerCase()) ? "|" + am.toLowerCase() : ""; s += "|"; s += (pm != pm.toLowerCase()) ? pm + "|" + pm.toLowerCase() : pm; } break; default: dojo.unimplemented("parse of date format, pattern=" + pattern); } if (groups) { groups.push(match); } return "\\s*(" + s + ")\\s*"; }); } })(); dojo.date.strftime = function (dateObject, format, locale) { var padChar = null; function _(s, n) { return dojo.string.pad(s, n || 2, padChar || "0"); } var info = dojo.date._getGregorianBundle(locale); function $(property) { switch (property) { case "a": return dojo.date.getDayShortName(dateObject, locale); case "A": return dojo.date.getDayName(dateObject, locale); case "b": case "h": return dojo.date.getMonthShortName(dateObject, locale); case "B": return dojo.date.getMonthName(dateObject, locale); case "c": return dojo.date.format(dateObject, {locale:locale}); case "C": return _(Math.floor(dateObject.getFullYear() / 100)); case "d": return _(dateObject.getDate()); case "D": return $("m") + "/" + $("d") + "/" + $("y"); case "e": if (padChar == null) { padChar = " "; } return _(dateObject.getDate()); case "f": if (padChar == null) { padChar = " "; } return _(dateObject.getMonth() + 1); case "g": break; case "G": dojo.unimplemented("unimplemented modifier 'G'"); break; case "F": return $("Y") + "-" + $("m") + "-" + $("d"); case "H": return _(dateObject.getHours()); case "I": return _(dateObject.getHours() % 12 || 12); case "j": return _(dojo.date.getDayOfYear(dateObject), 3); case "k": if (padChar == null) { padChar = " "; } return _(dateObject.getHours()); case "l": if (padChar == null) { padChar = " "; } return _(dateObject.getHours() % 12 || 12); case "m": return _(dateObject.getMonth() + 1); case "M": return _(dateObject.getMinutes()); case "n": return "\n"; case "p": return info[dateObject.getHours() < 12 ? "am" : "pm"]; case "r": return $("I") + ":" + $("M") + ":" + $("S") + " " + $("p"); case "R": return $("H") + ":" + $("M"); case "S": return _(dateObject.getSeconds()); case "t": return "\t"; case "T": return $("H") + ":" + $("M") + ":" + $("S"); case "u": return String(dateObject.getDay() || 7); case "U": return _(dojo.date.getWeekOfYear(dateObject)); case "V": return _(dojo.date.getIsoWeekOfYear(dateObject)); case "W": return _(dojo.date.getWeekOfYear(dateObject, 1)); case "w": return String(dateObject.getDay()); case "x": return dojo.date.format(dateObject, {selector:"dateOnly", locale:locale}); case "X": return dojo.date.format(dateObject, {selector:"timeOnly", locale:locale}); case "y": return _(dateObject.getFullYear() % 100); case "Y": return String(dateObject.getFullYear()); case "z": var timezoneOffset = dateObject.getTimezoneOffset(); return (timezoneOffset > 0 ? "-" : "+") + _(Math.floor(Math.abs(timezoneOffset) / 60)) + ":" + _(Math.abs(timezoneOffset) % 60); case "Z": return dojo.date.getTimezoneName(dateObject); case "%": return "%"; } } var string = ""; var i = 0; var index = 0; var switchCase = null; while ((index = format.indexOf("%", i)) != -1) { string += format.substring(i, index++); switch (format.charAt(index++)) { case "_": padChar = " "; break; case "-": padChar = ""; break; case "0": padChar = "0"; break; case "^": switchCase = "upper"; break; case "*": switchCase = "lower"; break; case "#": switchCase = "swap"; break; default: padChar = null; index--; break; } var property = $(format.charAt(index++)); switch (switchCase) { case "upper": property = property.toUpperCase(); break; case "lower": property = property.toLowerCase(); break; case "swap": var compareString = property.toLowerCase(); var swapString = ""; var j = 0; var ch = ""; while (j < property.length) { ch = property.charAt(j); swapString += (ch == compareString.charAt(j)) ? ch.toUpperCase() : ch.toLowerCase(); j++; } property = swapString; break; default: break; } switchCase = null; string += property; i = index; } string += format.substring(i); return string; }; (function () { var _customFormats = []; dojo.date.addCustomFormats = function (packageName, bundleName) { _customFormats.push({pkg:packageName, name:bundleName}); }; dojo.date._getGregorianBundle = function (locale) { var gregorian = {}; dojo.lang.forEach(_customFormats, function (desc) { var bundle = dojo.i18n.getLocalization(desc.pkg, desc.name, locale); gregorian = dojo.lang.mixin(gregorian, bundle); }, this); return gregorian; }; })(); dojo.date.addCustomFormats("dojo.i18n.calendar", "gregorian"); dojo.date.addCustomFormats("dojo.i18n.calendar", "gregorianExtras"); dojo.date.getNames = function (item, type, use, locale) { var label; var lookup = dojo.date._getGregorianBundle(locale); var props = [item, use, type]; if (use == "standAlone") { label = lookup[props.join("-")]; } props[1] = "format"; return (label || lookup[props.join("-")]).concat(); }; dojo.date.getDayName = function (dateObject, locale) { return dojo.date.getNames("days", "wide", "format", locale)[dateObject.getDay()]; }; dojo.date.getDayShortName = function (dateObject, locale) { return dojo.date.getNames("days", "abbr", "format", locale)[dateObject.getDay()]; }; dojo.date.getMonthName = function (dateObject, locale) { return dojo.date.getNames("months", "wide", "format", locale)[dateObject.getMonth()]; }; dojo.date.getMonthShortName = function (dateObject, locale) { return dojo.date.getNames("months", "abbr", "format", locale)[dateObject.getMonth()]; }; dojo.date.toRelativeString = function (dateObject) { var now = new Date(); var diff = (now - dateObject) / 1000; var end = " ago"; var future = false; if (diff < 0) { future = true; end = " from now"; diff = -diff; } if (diff < 60) { diff = Math.round(diff); return diff + " second" + (diff == 1 ? "" : "s") + end; } if (diff < 60 * 60) { diff = Math.round(diff / 60); return diff + " minute" + (diff == 1 ? "" : "s") + end; } if (diff < 60 * 60 * 24) { diff = Math.round(diff / 3600); return diff + " hour" + (diff == 1 ? "" : "s") + end; } if (diff < 60 * 60 * 24 * 7) { diff = Math.round(diff / (3600 * 24)); if (diff == 1) { return future ? "Tomorrow" : "Yesterday"; } else { return diff + " days" + end; } } return dojo.date.format(dateObject); }; dojo.date.toSql = function (dateObject, noTime) { return dojo.date.strftime(dateObject, "%F" + !noTime ? " %T" : ""); }; dojo.date.fromSql = function (sqlDate) { var parts = sqlDate.split(/[\- :]/g); while (parts.length < 6) { parts.push(0); } return new Date(parts[0], (parseInt(parts[1], 10) - 1), parts[2], parts[3], parts[4], parts[5]); }; PK mMvVsrc/debug/arrow_show.gifGIF89a !/=)5*6$.",%4DZgt(8H&6F8HXAP_'3TaofrDSb*;Lhtq|,8!/ 2) ? args[0] : "after", precedence:"last", once:false, delay:null, rate:0, adviceMsg:false, maxCalls:-1}; switch (args.length) { case 0: return; case 1: return; case 2: ao.srcFunc = args[0]; ao.adviceFunc = args[1]; break; case 3: if ((dl.isObject(args[0])) && (dl.isString(args[1])) && (dl.isString(args[2]))) { ao.adviceType = "after"; ao.srcObj = args[0]; ao.srcFunc = args[1]; ao.adviceFunc = args[2]; } else { if ((dl.isString(args[1])) && (dl.isString(args[2]))) { ao.srcFunc = args[1]; ao.adviceFunc = args[2]; } else { if ((dl.isObject(args[0])) && (dl.isString(args[1])) && (dl.isFunction(args[2]))) { ao.adviceType = "after"; ao.srcObj = args[0]; ao.srcFunc = args[1]; var tmpName = dl.nameAnonFunc(args[2], ao.adviceObj, searchForNames); ao.adviceFunc = tmpName; } else { if ((dl.isFunction(args[0])) && (dl.isObject(args[1])) && (dl.isString(args[2]))) { ao.adviceType = "after"; ao.srcObj = dj_global; var tmpName = dl.nameAnonFunc(args[0], ao.srcObj, searchForNames); ao.srcFunc = tmpName; ao.adviceObj = args[1]; ao.adviceFunc = args[2]; } } } } break; case 4: if ((dl.isObject(args[0])) && (dl.isObject(args[2]))) { ao.adviceType = "after"; ao.srcObj = args[0]; ao.srcFunc = args[1]; ao.adviceObj = args[2]; ao.adviceFunc = args[3]; } else { if ((dl.isString(args[0])) && (dl.isString(args[1])) && (dl.isObject(args[2]))) { ao.adviceType = args[0]; ao.srcObj = dj_global; ao.srcFunc = args[1]; ao.adviceObj = args[2]; ao.adviceFunc = args[3]; } else { if ((dl.isString(args[0])) && (dl.isFunction(args[1])) && (dl.isObject(args[2]))) { ao.adviceType = args[0]; ao.srcObj = dj_global; var tmpName = dl.nameAnonFunc(args[1], dj_global, searchForNames); ao.srcFunc = tmpName; ao.adviceObj = args[2]; ao.adviceFunc = args[3]; } else { if ((dl.isString(args[0])) && (dl.isObject(args[1])) && (dl.isString(args[2])) && (dl.isFunction(args[3]))) { ao.srcObj = args[1]; ao.srcFunc = args[2]; var tmpName = dl.nameAnonFunc(args[3], dj_global, searchForNames); ao.adviceObj = dj_global; ao.adviceFunc = tmpName; } else { if (dl.isObject(args[1])) { ao.srcObj = args[1]; ao.srcFunc = args[2]; ao.adviceObj = dj_global; ao.adviceFunc = args[3]; } else { if (dl.isObject(args[2])) { ao.srcObj = dj_global; ao.srcFunc = args[1]; ao.adviceObj = args[2]; ao.adviceFunc = args[3]; } else { ao.srcObj = ao.adviceObj = ao.aroundObj = dj_global; ao.srcFunc = args[1]; ao.adviceFunc = args[2]; ao.aroundFunc = args[3]; } } } } } } break; case 6: ao.srcObj = args[1]; ao.srcFunc = args[2]; ao.adviceObj = args[3]; ao.adviceFunc = args[4]; ao.aroundFunc = args[5]; ao.aroundObj = dj_global; break; default: ao.srcObj = args[1]; ao.srcFunc = args[2]; ao.adviceObj = args[3]; ao.adviceFunc = args[4]; ao.aroundObj = args[5]; ao.aroundFunc = args[6]; ao.once = args[7]; ao.delay = args[8]; ao.rate = args[9]; ao.adviceMsg = args[10]; ao.maxCalls = (!isNaN(parseInt(args[11]))) ? args[11] : -1; break; } if (dl.isFunction(ao.aroundFunc)) { var tmpName = dl.nameAnonFunc(ao.aroundFunc, ao.aroundObj, searchForNames); ao.aroundFunc = tmpName; } if (dl.isFunction(ao.srcFunc)) { ao.srcFunc = dl.getNameInObj(ao.srcObj, ao.srcFunc); } if (dl.isFunction(ao.adviceFunc)) { ao.adviceFunc = dl.getNameInObj(ao.adviceObj, ao.adviceFunc); } if ((ao.aroundObj) && (dl.isFunction(ao.aroundFunc))) { ao.aroundFunc = dl.getNameInObj(ao.aroundObj, ao.aroundFunc); } if (!ao.srcObj) { dojo.raise("bad srcObj for srcFunc: " + ao.srcFunc); } if (!ao.adviceObj) { dojo.raise("bad adviceObj for adviceFunc: " + ao.adviceFunc); } if (!ao.adviceFunc) { dojo.debug("bad adviceFunc for srcFunc: " + ao.srcFunc); dojo.debugShallow(ao); } return ao; } this.connect = function () { if (arguments.length == 1) { var ao = arguments[0]; } else { var ao = interpolateArgs(arguments, true); } if (dojo.lang.isString(ao.srcFunc) && (ao.srcFunc.toLowerCase() == "onkey")) { if (dojo.render.html.ie) { ao.srcFunc = "onkeydown"; this.connect(ao); } ao.srcFunc = "onkeypress"; } if (dojo.lang.isArray(ao.srcObj) && ao.srcObj != "") { var tmpAO = {}; for (var x in ao) { tmpAO[x] = ao[x]; } var mjps = []; dojo.lang.forEach(ao.srcObj, function (src) { if ((dojo.render.html.capable) && (dojo.lang.isString(src))) { src = dojo.byId(src); } tmpAO.srcObj = src; mjps.push(dojo.event.connect.call(dojo.event, tmpAO)); }); return mjps; } var mjp = dojo.event.MethodJoinPoint.getForMethod(ao.srcObj, ao.srcFunc); if (ao.adviceFunc) { var mjp2 = dojo.event.MethodJoinPoint.getForMethod(ao.adviceObj, ao.adviceFunc); } mjp.kwAddAdvice(ao); return mjp; }; this.log = function (a1, a2) { var kwArgs; if ((arguments.length == 1) && (typeof a1 == "object")) { kwArgs = a1; } else { kwArgs = {srcObj:a1, srcFunc:a2}; } kwArgs.adviceFunc = function () { var argsStr = []; for (var x = 0; x < arguments.length; x++) { argsStr.push(arguments[x]); } dojo.debug("(" + kwArgs.srcObj + ")." + kwArgs.srcFunc, ":", argsStr.join(", ")); }; this.kwConnect(kwArgs); }; this.connectBefore = function () { var args = ["before"]; for (var i = 0; i < arguments.length; i++) { args.push(arguments[i]); } return this.connect.apply(this, args); }; this.connectAround = function () { var args = ["around"]; for (var i = 0; i < arguments.length; i++) { args.push(arguments[i]); } return this.connect.apply(this, args); }; this.connectOnce = function () { var ao = interpolateArgs(arguments, true); ao.once = true; return this.connect(ao); }; this.connectRunOnce = function () { var ao = interpolateArgs(arguments, true); ao.maxCalls = 1; return this.connect(ao); }; this._kwConnectImpl = function (kwArgs, disconnect) { var fn = (disconnect) ? "disconnect" : "connect"; if (typeof kwArgs["srcFunc"] == "function") { kwArgs.srcObj = kwArgs["srcObj"] || dj_global; var tmpName = dojo.lang.nameAnonFunc(kwArgs.srcFunc, kwArgs.srcObj, true); kwArgs.srcFunc = tmpName; } if (typeof kwArgs["adviceFunc"] == "function") { kwArgs.adviceObj = kwArgs["adviceObj"] || dj_global; var tmpName = dojo.lang.nameAnonFunc(kwArgs.adviceFunc, kwArgs.adviceObj, true); kwArgs.adviceFunc = tmpName; } kwArgs.srcObj = kwArgs["srcObj"] || dj_global; kwArgs.adviceObj = kwArgs["adviceObj"] || kwArgs["targetObj"] || dj_global; kwArgs.adviceFunc = kwArgs["adviceFunc"] || kwArgs["targetFunc"]; return dojo.event[fn](kwArgs); }; this.kwConnect = function (kwArgs) { return this._kwConnectImpl(kwArgs, false); }; this.disconnect = function () { if (arguments.length == 1) { var ao = arguments[0]; } else { var ao = interpolateArgs(arguments, true); } if (!ao.adviceFunc) { return; } if (dojo.lang.isString(ao.srcFunc) && (ao.srcFunc.toLowerCase() == "onkey")) { if (dojo.render.html.ie) { ao.srcFunc = "onkeydown"; this.disconnect(ao); } ao.srcFunc = "onkeypress"; } if (!ao.srcObj[ao.srcFunc]) { return null; } var mjp = dojo.event.MethodJoinPoint.getForMethod(ao.srcObj, ao.srcFunc, true); mjp.removeAdvice(ao.adviceObj, ao.adviceFunc, ao.adviceType, ao.once); return mjp; }; this.kwDisconnect = function (kwArgs) { return this._kwConnectImpl(kwArgs, true); }; }; dojo.event.MethodInvocation = function (join_point, obj, args) { this.jp_ = join_point; this.object = obj; this.args = []; for (var x = 0; x < args.length; x++) { this.args[x] = args[x]; } this.around_index = -1; }; dojo.event.MethodInvocation.prototype.proceed = function () { this.around_index++; if (this.around_index >= this.jp_.around.length) { return this.jp_.object[this.jp_.methodname].apply(this.jp_.object, this.args); } else { var ti = this.jp_.around[this.around_index]; var mobj = ti[0] || dj_global; var meth = ti[1]; return mobj[meth].call(mobj, this); } }; dojo.event.MethodJoinPoint = function (obj, funcName) { this.object = obj || dj_global; this.methodname = funcName; this.methodfunc = this.object[funcName]; this.squelch = false; }; dojo.event.MethodJoinPoint.getForMethod = function (obj, funcName) { if (!obj) { obj = dj_global; } var ofn = obj[funcName]; if (!ofn) { ofn = obj[funcName] = function () { }; if (!obj[funcName]) { dojo.raise("Cannot set do-nothing method on that object " + funcName); } } else { if ((typeof ofn != "function") && (!dojo.lang.isFunction(ofn)) && (!dojo.lang.isAlien(ofn))) { return null; } } var jpname = funcName + "$joinpoint"; var jpfuncname = funcName + "$joinpoint$method"; var joinpoint = obj[jpname]; if (!joinpoint) { var isNode = false; if (dojo.event["browser"]) { if ((obj["attachEvent"]) || (obj["nodeType"]) || (obj["addEventListener"])) { isNode = true; dojo.event.browser.addClobberNodeAttrs(obj, [jpname, jpfuncname, funcName]); } } var origArity = ofn.length; obj[jpfuncname] = ofn; joinpoint = obj[jpname] = new dojo.event.MethodJoinPoint(obj, jpfuncname); if (!isNode) { obj[funcName] = function () { return joinpoint.run.apply(joinpoint, arguments); }; } else { obj[funcName] = function () { var args = []; if (!arguments.length) { var evt = null; try { if (obj.ownerDocument) { evt = obj.ownerDocument.parentWindow.event; } else { if (obj.documentElement) { evt = obj.documentElement.ownerDocument.parentWindow.event; } else { if (obj.event) { evt = obj.event; } else { evt = window.event; } } } } catch (e) { evt = window.event; } if (evt) { args.push(dojo.event.browser.fixEvent(evt, this)); } } else { for (var x = 0; x < arguments.length; x++) { if ((x == 0) && (dojo.event.browser.isEvent(arguments[x]))) { args.push(dojo.event.browser.fixEvent(arguments[x], this)); } else { args.push(arguments[x]); } } } return joinpoint.run.apply(joinpoint, args); }; } obj[funcName].__preJoinArity = origArity; } return joinpoint; }; dojo.lang.extend(dojo.event.MethodJoinPoint, {squelch:false, unintercept:function () { this.object[this.methodname] = this.methodfunc; this.before = []; this.after = []; this.around = []; }, disconnect:dojo.lang.forward("unintercept"), run:function () { var obj = this.object || dj_global; var args = arguments; var aargs = []; for (var x = 0; x < args.length; x++) { aargs[x] = args[x]; } var unrollAdvice = function (marr) { if (!marr) { dojo.debug("Null argument to unrollAdvice()"); return; } var callObj = marr[0] || dj_global; var callFunc = marr[1]; if (!callObj[callFunc]) { dojo.raise("function \"" + callFunc + "\" does not exist on \"" + callObj + "\""); } var aroundObj = marr[2] || dj_global; var aroundFunc = marr[3]; var msg = marr[6]; var maxCount = marr[7]; if (maxCount > -1) { if (maxCount == 0) { return; } marr[7]--; } var undef; var to = {args:[], jp_:this, object:obj, proceed:function () { return callObj[callFunc].apply(callObj, to.args); }}; to.args = aargs; var delay = parseInt(marr[4]); var hasDelay = ((!isNaN(delay)) && (marr[4] !== null) && (typeof marr[4] != "undefined")); if (marr[5]) { var rate = parseInt(marr[5]); var cur = new Date(); var timerSet = false; if ((marr["last"]) && ((cur - marr.last) <= rate)) { if (dojo.event._canTimeout) { if (marr["delayTimer"]) { clearTimeout(marr.delayTimer); } var tod = parseInt(rate * 2); var mcpy = dojo.lang.shallowCopy(marr); marr.delayTimer = setTimeout(function () { mcpy[5] = 0; unrollAdvice(mcpy); }, tod); } return; } else { marr.last = cur; } } if (aroundFunc) { aroundObj[aroundFunc].call(aroundObj, to); } else { if ((hasDelay) && ((dojo.render.html) || (dojo.render.svg))) { dj_global["setTimeout"](function () { if (msg) { callObj[callFunc].call(callObj, to); } else { callObj[callFunc].apply(callObj, args); } }, delay); } else { if (msg) { callObj[callFunc].call(callObj, to); } else { callObj[callFunc].apply(callObj, args); } } } }; var unRollSquelch = function () { if (this.squelch) { try { return unrollAdvice.apply(this, arguments); } catch (e) { dojo.debug(e); } } else { return unrollAdvice.apply(this, arguments); } }; if ((this["before"]) && (this.before.length > 0)) { dojo.lang.forEach(this.before.concat(new Array()), unRollSquelch); } var result; try { if ((this["around"]) && (this.around.length > 0)) { var mi = new dojo.event.MethodInvocation(this, obj, args); result = mi.proceed(); } else { if (this.methodfunc) { result = this.object[this.methodname].apply(this.object, args); } } } catch (e) { if (!this.squelch) { dojo.debug(e, "when calling", this.methodname, "on", this.object, "with arguments", args); dojo.raise(e); } } if ((this["after"]) && (this.after.length > 0)) { dojo.lang.forEach(this.after.concat(new Array()), unRollSquelch); } return (this.methodfunc) ? result : null; }, getArr:function (kind) { var type = "after"; if ((typeof kind == "string") && (kind.indexOf("before") != -1)) { type = "before"; } else { if (kind == "around") { type = "around"; } } if (!this[type]) { this[type] = []; } return this[type]; }, kwAddAdvice:function (args) { this.addAdvice(args["adviceObj"], args["adviceFunc"], args["aroundObj"], args["aroundFunc"], args["adviceType"], args["precedence"], args["once"], args["delay"], args["rate"], args["adviceMsg"], args["maxCalls"]); }, addAdvice:function (thisAdviceObj, thisAdvice, thisAroundObj, thisAround, adviceType, precedence, once, delay, rate, asMessage, maxCalls) { var arr = this.getArr(adviceType); if (!arr) { dojo.raise("bad this: " + this); } var ao = [thisAdviceObj, thisAdvice, thisAroundObj, thisAround, delay, rate, asMessage, maxCalls]; if (once) { if (this.hasAdvice(thisAdviceObj, thisAdvice, adviceType, arr) >= 0) { return; } } if (precedence == "first") { arr.unshift(ao); } else { arr.push(ao); } }, hasAdvice:function (thisAdviceObj, thisAdvice, adviceType, arr) { if (!arr) { arr = this.getArr(adviceType); } var ind = -1; for (var x = 0; x < arr.length; x++) { var aao = (typeof thisAdvice == "object") ? (new String(thisAdvice)).toString() : thisAdvice; var a1o = (typeof arr[x][1] == "object") ? (new String(arr[x][1])).toString() : arr[x][1]; if ((arr[x][0] == thisAdviceObj) && (a1o == aao)) { ind = x; } } return ind; }, removeAdvice:function (thisAdviceObj, thisAdvice, adviceType, once) { var arr = this.getArr(adviceType); var ind = this.hasAdvice(thisAdviceObj, thisAdvice, adviceType, arr); if (ind == -1) { return false; } while (ind != -1) { arr.splice(ind, 1); if (once) { break; } ind = this.hasAdvice(thisAdviceObj, thisAdvice, adviceType, arr); } return true; }}); PK mMv*(()src/flash/flash6/DojoExternalInterface.as/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ /** An implementation of Flash 8's ExternalInterface that works with Flash 6 and which is source-compatible with Flash 8. @author Brad Neuberg, bkn3@columbia.edu */ class DojoExternalInterface{ public static var available:Boolean; public static var dojoPath = ""; public static var _fscommandReady = false; public static var _callbacks = new Array(); public static function initialize(){ //getURL("javascript:dojo.debug('FLASH:DojoExternalInterface initialize')"); // FIXME: Set available variable by testing for capabilities DojoExternalInterface.available = true; // extract the dojo base path DojoExternalInterface.dojoPath = DojoExternalInterface.getDojoPath(); //getURL("javascript:dojo.debug('FLASH:dojoPath="+DojoExternalInterface.dojoPath+"')"); // Sometimes, on IE, the fscommand infrastructure can take a few hundred // milliseconds the first time a page loads. Set a timer to keep checking // to make sure we can issue fscommands; otherwise, our calls to fscommand // for setCallback() and loaded() will just "disappear" _root.fscommandReady = false; var fsChecker = function(){ // issue a test fscommand fscommand("fscommandReady"); // JavaScript should set _root.fscommandReady if it got the call if(_root.fscommandReady == "true"){ DojoExternalInterface._fscommandReady = true; clearInterval(_root.fsTimer); } }; _root.fsTimer = setInterval(fsChecker, 100); } public static function addCallback(methodName:String, instance:Object, method:Function) : Boolean{ // A variable that indicates whether the call below succeeded _root._succeeded = null; // Callbacks are registered with the JavaScript side as follows. // On the Flash side, we maintain a lookup table that associates // the methodName with the actual instance and method that are // associated with this method. // Using fscommand, we send over the action "addCallback", with the // argument being the methodName to add, such as "foobar". // The JavaScript takes these values and registers the existence of // this callback point. // precede the method name with a _ character in case it starts // with a number _callbacks["_" + methodName] = {_instance: instance, _method: method}; _callbacks[_callbacks.length] = methodName; // The API for ExternalInterface says we have to make sure the call // succeeded; check to see if there is a value // for _succeeded, which is set by the JavaScript side if(_root._succeeded == null){ return false; }else{ return true; } } public static function call(methodName:String, resultsCallback:Function) : Void{ // FIXME: support full JSON serialization // First, we pack up all of the arguments to this call and set them // as Flash variables, which the JavaScript side will unpack using // plugin.GetVariable(). We set the number of arguments as "_numArgs", // and add each argument as a variable, such as "_1", "_2", etc., starting // from 0. // We then execute an fscommand with the action "call" and the // argument being the method name. JavaScript takes the method name, // retrieves the arguments using GetVariable, executes the method, // and then places the return result in a Flash variable // named "_returnResult". _root._numArgs = arguments.length - 2; for(var i = 2; i < arguments.length; i++){ var argIndex = i - 2; _root["_" + argIndex] = arguments[i]; } _root._returnResult = undefined; fscommand("call", methodName); // immediately return if the caller is not waiting for return results if(resultsCallback == undefined || resultsCallback == null){ return; } // check at regular intervals for return results var resultsChecker = function(){ if((typeof _root._returnResult != "undefined")&& (_root._returnResult != "undefined")){ clearInterval(_root._callbackID); resultsCallback.call(null, _root._returnResult); } }; _root._callbackID = setInterval(resultsChecker, 100); } /** Called by Flash to indicate to JavaScript that we are ready to have our Flash functions called. Calling loaded() will fire the dojo.flash.loaded() event, so that JavaScript can know that Flash has finished loading and adding its callbacks, and can begin to interact with the Flash file. */ public static function loaded(){ //getURL("javascript:dojo.debug('FLASH:loaded')"); // one more step: see if fscommands are ready to be executed; if not, // set an interval that will keep running until fscommands are ready; // make sure the gateway is loaded as well var execLoaded = function(){ if(DojoExternalInterface._fscommandReady == true){ clearInterval(_root.loadedInterval); // initialize the small Flash file that helps gateway JS to Flash // calls DojoExternalInterface._initializeFlashRunner(); } }; if(_fscommandReady == true){ execLoaded(); }else{ _root.loadedInterval = setInterval(execLoaded, 50); } } /** Handles and executes a JavaScript to Flash method call. Used by initializeFlashRunner. */ public static function _handleJSCall(){ // get our parameters var numArgs = parseInt(_root._numArgs); var jsArgs = new Array(); for(var i = 0; i < numArgs; i++){ var currentValue = _root["_" + i]; jsArgs.push(currentValue); } // get our function name var functionName = _root._functionName; // now get the actual instance and method object to execute on, // using our lookup table that was constructed by calls to // addCallback on initialization var instance = _callbacks["_" + functionName]._instance; var method = _callbacks["_" + functionName]._method; // execute it var results = method.apply(instance, jsArgs); // return the results _root._returnResult = results; } /** Called by the flash6_gateway.swf to indicate that it is loaded. */ public static function _gatewayReady(){ for(var i = 0; i < _callbacks.length; i++){ fscommand("addCallback", _callbacks[i]); } call("dojo.flash.loaded"); } /** When JavaScript wants to communicate with Flash it simply sets the Flash variable "_execute" to true; this method creates the internal Movie Clip, called the Flash Runner, that makes this magic happen. */ public static function _initializeFlashRunner(){ // figure out where our Flash movie is var swfLoc = DojoExternalInterface.dojoPath + "flash6_gateway.swf"; // load our gateway helper file _root.createEmptyMovieClip("_flashRunner", 5000); _root._flashRunner._lockroot = true; _root._flashRunner.loadMovie(swfLoc); } private static function getDojoPath(){ var url = _root._url; var start = url.indexOf("baseRelativePath=") + "baseRelativePath=".length; var path = url.substring(start); var end = path.indexOf("&"); if(end != -1){ path = path.substring(0, end); } return path; } } // vim:ts=4:noet:tw=0: PK mMj\NYCC src/flash.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.flash"); dojo.require("dojo.string.*"); dojo.require("dojo.uri.*"); dojo.require("dojo.html.common"); dojo.flash = function () { }; dojo.flash = {flash6_version:null, flash8_version:null, ready:false, _visible:true, _loadedListeners:new Array(), _installingListeners:new Array(), setSwf:function (fileInfo) { if (fileInfo == null || dojo.lang.isUndefined(fileInfo)) { return; } if (fileInfo.flash6 != null && !dojo.lang.isUndefined(fileInfo.flash6)) { this.flash6_version = fileInfo.flash6; } if (fileInfo.flash8 != null && !dojo.lang.isUndefined(fileInfo.flash8)) { this.flash8_version = fileInfo.flash8; } if (!dojo.lang.isUndefined(fileInfo.visible)) { this._visible = fileInfo.visible; } this._initialize(); }, useFlash6:function () { if (this.flash6_version == null) { return false; } else { if (this.flash6_version != null && dojo.flash.info.commVersion == 6) { return true; } else { return false; } } }, useFlash8:function () { if (this.flash8_version == null) { return false; } else { if (this.flash8_version != null && dojo.flash.info.commVersion == 8) { return true; } else { return false; } } }, addLoadedListener:function (listener) { this._loadedListeners.push(listener); }, addInstallingListener:function (listener) { this._installingListeners.push(listener); }, loaded:function () { dojo.flash.ready = true; if (dojo.flash._loadedListeners.length > 0) { for (var i = 0; i < dojo.flash._loadedListeners.length; i++) { dojo.flash._loadedListeners[i].call(null); } } }, installing:function () { if (dojo.flash._installingListeners.length > 0) { for (var i = 0; i < dojo.flash._installingListeners.length; i++) { dojo.flash._installingListeners[i].call(null); } } }, _initialize:function () { var installer = new dojo.flash.Install(); dojo.flash.installer = installer; if (installer.needed() == true) { installer.install(); } else { dojo.flash.obj = new dojo.flash.Embed(this._visible); dojo.flash.obj.write(dojo.flash.info.commVersion); dojo.flash.comm = new dojo.flash.Communicator(); } }}; dojo.flash.Info = function () { if (dojo.render.html.ie) { document.writeln(""); } this._detectVersion(); this._detectCommunicationVersion(); }; dojo.flash.Info.prototype = {version:-1, versionMajor:-1, versionMinor:-1, versionRevision:-1, capable:false, commVersion:6, installing:false, isVersionOrAbove:function (reqMajorVer, reqMinorVer, reqVer) { reqVer = parseFloat("." + reqVer); if (this.versionMajor >= reqMajorVer && this.versionMinor >= reqMinorVer && this.versionRevision >= reqVer) { return true; } else { return false; } }, _detectVersion:function () { var versionStr; for (var testVersion = 25; testVersion > 0; testVersion--) { if (dojo.render.html.ie) { versionStr = VBGetSwfVer(testVersion); } else { versionStr = this._JSFlashInfo(testVersion); } if (versionStr == -1) { this.capable = false; return; } else { if (versionStr != 0) { var versionArray; if (dojo.render.html.ie) { var tempArray = versionStr.split(" "); var tempString = tempArray[1]; versionArray = tempString.split(","); } else { versionArray = versionStr.split("."); } this.versionMajor = versionArray[0]; this.versionMinor = versionArray[1]; this.versionRevision = versionArray[2]; var versionString = this.versionMajor + "." + this.versionRevision; this.version = parseFloat(versionString); this.capable = true; break; } } } }, _JSFlashInfo:function (testVersion) { if (navigator.plugins != null && navigator.plugins.length > 0) { if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) { var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : ""; var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description; var descArray = flashDescription.split(" "); var tempArrayMajor = descArray[2].split("."); var versionMajor = tempArrayMajor[0]; var versionMinor = tempArrayMajor[1]; if (descArray[3] != "") { var tempArrayMinor = descArray[3].split("r"); } else { var tempArrayMinor = descArray[4].split("r"); } var versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0; var version = versionMajor + "." + versionMinor + "." + versionRevision; return version; } } return -1; }, _detectCommunicationVersion:function () { if (this.capable == false) { this.commVersion = null; return; } if (typeof djConfig["forceFlashComm"] != "undefined" && typeof djConfig["forceFlashComm"] != null) { this.commVersion = djConfig["forceFlashComm"]; return; } if (dojo.render.html.safari == true || dojo.render.html.opera == true) { this.commVersion = 8; } else { this.commVersion = 6; } }}; dojo.flash.Embed = function (visible) { this._visible = visible; }; dojo.flash.Embed.prototype = {width:215, height:138, id:"flashObject", _visible:true, protocol:function () { switch (window.location.protocol) { case "https:": return "https"; break; default: return "http"; break; } }, write:function (flashVer, doExpressInstall) { if (dojo.lang.isUndefined(doExpressInstall)) { doExpressInstall = false; } var containerStyle = new dojo.string.Builder(); containerStyle.append("width: " + this.width + "px; "); containerStyle.append("height: " + this.height + "px; "); if (this._visible == false) { containerStyle.append("position: absolute; "); containerStyle.append("z-index: 10000; "); containerStyle.append("top: -1000px; "); containerStyle.append("left: -1000px; "); } containerStyle = containerStyle.toString(); var objectHTML; var swfloc; if (flashVer == 6) { swfloc = dojo.flash.flash6_version; var dojoPath = djConfig.baseRelativePath; swfloc = swfloc + "?baseRelativePath=" + escape(dojoPath); objectHTML = ""; } else { swfloc = dojo.flash.flash8_version; var swflocObject = swfloc; var swflocEmbed = swfloc; var dojoPath = djConfig.baseRelativePath; if (doExpressInstall) { var redirectURL = escape(window.location); document.title = document.title.slice(0, 47) + " - Flash Player Installation"; var docTitle = escape(document.title); swflocObject += "?MMredirectURL=" + redirectURL + "&MMplayerType=ActiveX" + "&MMdoctitle=" + docTitle + "&baseRelativePath=" + escape(dojoPath); swflocEmbed += "?MMredirectURL=" + redirectURL + "&MMplayerType=PlugIn" + "&baseRelativePath=" + escape(dojoPath); } if (swflocEmbed.indexOf("?") == -1) { swflocEmbed += "?baseRelativePath=" + escape(dojoPath) + "' "; } objectHTML = " " + " " + " " + " " + " " + "" + ""; } objectHTML = "
    " + objectHTML + "
    "; document.writeln(objectHTML); }, get:function () { return document.getElementById(this.id); }, setVisible:function (visible) { var container = dojo.byId(this.id + "Container"); if (visible == true) { container.style.visibility = "visible"; } else { container.style.position = "absolute"; container.style.x = "-1000px"; container.style.y = "-1000px"; container.style.visibility = "hidden"; } }, center:function () { var elementWidth = this.width; var elementHeight = this.height; var scroll_offset = dojo.html.getScroll().offset; var viewport_size = dojo.html.getViewport(); var x = scroll_offset.x + (viewport_size.width - elementWidth) / 2; var y = scroll_offset.y + (viewport_size.height - elementHeight) / 2; var container = dojo.byId(this.id + "Container"); container.style.top = y + "px"; container.style.left = x + "px"; }}; dojo.flash.Communicator = function () { if (dojo.flash.useFlash6()) { this._writeFlash6(); } else { if (dojo.flash.useFlash8()) { this._writeFlash8(); } } }; dojo.flash.Communicator.prototype = {_writeFlash6:function () { var id = dojo.flash.obj.id; document.writeln(""); if (dojo.render.html.ie) { document.writeln(" "); } }, _writeFlash8:function () { }, _handleFSCommand:function (command, args) { if (command != null && !dojo.lang.isUndefined(command) && /^FSCommand:(.*)/.test(command) == true) { command = command.match(/^FSCommand:(.*)/)[1]; } if (command == "addCallback") { this._fscommandAddCallback(command, args); } else { if (command == "call") { this._fscommandCall(command, args); } else { if (command == "fscommandReady") { this._fscommandReady(); } } } }, _fscommandAddCallback:function (command, args) { var functionName = args; var callFunc = function () { return dojo.flash.comm._call(functionName, arguments); }; dojo.flash.comm[functionName] = callFunc; dojo.flash.obj.get().SetVariable("_succeeded", true); }, _fscommandCall:function (command, args) { var plugin = dojo.flash.obj.get(); var functionName = args; var numArgs = parseInt(plugin.GetVariable("_numArgs")); var flashArgs = new Array(); for (var i = 0; i < numArgs; i++) { var currentArg = plugin.GetVariable("_" + i); flashArgs.push(currentArg); } var runMe; if (functionName.indexOf(".") == -1) { runMe = window[functionName]; } else { runMe = eval(functionName); } var results = null; if (!dojo.lang.isUndefined(runMe) && runMe != null) { results = runMe.apply(null, flashArgs); } plugin.SetVariable("_returnResult", results); }, _fscommandReady:function () { var plugin = dojo.flash.obj.get(); plugin.SetVariable("fscommandReady", "true"); }, _call:function (functionName, args) { var plugin = dojo.flash.obj.get(); plugin.SetVariable("_functionName", functionName); plugin.SetVariable("_numArgs", args.length); for (var i = 0; i < args.length; i++) { var value = args[i]; value = value.replace(/\0/g, "\\0"); plugin.SetVariable("_" + i, value); } plugin.TCallLabel("/_flashRunner", "execute"); var results = plugin.GetVariable("_returnResult"); results = results.replace(/\\0/g, "\x00"); return results; }, _addExternalInterfaceCallback:function (methodName) { var wrapperCall = function () { var methodArgs = new Array(arguments.length); for (var i = 0; i < arguments.length; i++) { methodArgs[i] = arguments[i]; } return dojo.flash.comm._execFlash(methodName, methodArgs); }; dojo.flash.comm[methodName] = wrapperCall; }, _encodeData:function (data) { var entityRE = /\&([^;]*)\;/g; data = data.replace(entityRE, "&$1;"); data = data.replace(//g, ">"); data = data.replace("\\", "&custom_backslash;&custom_backslash;"); data = data.replace(/\n/g, "\\n"); data = data.replace(/\r/g, "\\r"); data = data.replace(/\f/g, "\\f"); data = data.replace(/\0/g, "\\0"); data = data.replace(/\'/g, "\\'"); data = data.replace(/\"/g, "\\\""); return data; }, _decodeData:function (data) { if (data == null || typeof data == "undefined") { return data; } data = data.replace(/\&custom_lt\;/g, "<"); data = data.replace(/\&custom_gt\;/g, ">"); data = eval("\"" + data + "\""); return data; }, _chunkArgumentData:function (value, argIndex) { var plugin = dojo.flash.obj.get(); var numSegments = Math.ceil(value.length / 1024); for (var i = 0; i < numSegments; i++) { var startCut = i * 1024; var endCut = i * 1024 + 1024; if (i == (numSegments - 1)) { endCut = i * 1024 + value.length; } var piece = value.substring(startCut, endCut); piece = this._encodeData(piece); plugin.CallFunction("" + "" + "" + piece + "" + "" + argIndex + "" + "" + ""); } }, _chunkReturnData:function () { var plugin = dojo.flash.obj.get(); var numSegments = plugin.getReturnLength(); var resultsArray = new Array(); for (var i = 0; i < numSegments; i++) { var piece = plugin.CallFunction("" + "" + "" + i + "" + "" + ""); if (piece == "\"\"" || piece == "''") { piece = ""; } else { piece = piece.substring(1, piece.length - 1); } resultsArray.push(piece); } var results = resultsArray.join(""); return results; }, _execFlash:function (methodName, methodArgs) { var plugin = dojo.flash.obj.get(); plugin.startExec(); plugin.setNumberArguments(methodArgs.length); for (var i = 0; i < methodArgs.length; i++) { this._chunkArgumentData(methodArgs[i], i); } plugin.exec(methodName); var results = this._chunkReturnData(); results = this._decodeData(results); plugin.endExec(); return results; }}; dojo.flash.Install = function () { }; dojo.flash.Install.prototype = {needed:function () { if (dojo.flash.info.capable == false) { return true; } if (dojo.render.os.mac == true && !dojo.flash.info.isVersionOrAbove(8, 0, 0)) { return true; } if (!dojo.flash.info.isVersionOrAbove(6, 0, 0)) { return true; } return false; }, install:function () { dojo.flash.info.installing = true; dojo.flash.installing(); if (dojo.flash.info.capable == false) { var installObj = new dojo.flash.Embed(false); installObj.write(8); } else { if (dojo.flash.info.isVersionOrAbove(6, 0, 65)) { var installObj = new dojo.flash.Embed(false); installObj.write(8, true); installObj.setVisible(true); installObj.center(); } else { alert("This content requires a more recent version of the Macromedia " + " Flash Player."); window.location.href = +dojo.flash.Embed.protocol() + "://www.macromedia.com/go/getflashplayer"; } } }, _onInstallStatus:function (msg) { if (msg == "Download.Complete") { dojo.flash._initialize(); } else { if (msg == "Download.Cancelled") { alert("This content requires a more recent version of the Macromedia " + " Flash Player."); window.location.href = dojo.flash.Embed.protocol() + "://www.macromedia.com/go/getflashplayer"; } else { if (msg == "Download.Failed") { alert("There was an error downloading the Flash Player update. " + "Please try again later, or visit macromedia.com to download " + "the latest version of the Flash plugin."); } } } }}; dojo.flash.info = new dojo.flash.Info(); PK mMy=q src/gfx/color/hsl.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.gfx.color.hsl"); dojo.require("dojo.lang.array"); dojo.lang.extend(dojo.gfx.color.Color, {toHsl:function () { return dojo.gfx.color.rgb2hsl(this.toRgb()); }}); dojo.gfx.color.rgb2hsl = function (r, g, b) { if (dojo.lang.isArray(r)) { b = r[2] || 0; g = r[1] || 0; r = r[0] || 0; } r /= 255; g /= 255; b /= 255; var h = null; var s = null; var l = null; var min = Math.min(r, g, b); var max = Math.max(r, g, b); var delta = max - min; l = (min + max) / 2; s = 0; if ((l > 0) && (l < 1)) { s = delta / ((l < 0.5) ? (2 * l) : (2 - 2 * l)); } h = 0; if (delta > 0) { if ((max == r) && (max != g)) { h += (g - b) / delta; } if ((max == g) && (max != b)) { h += (2 + (b - r) / delta); } if ((max == b) && (max != r)) { h += (4 + (r - g) / delta); } h *= 60; } h = (h == 0) ? 360 : Math.ceil((h / 360) * 255); s = Math.ceil(s * 255); l = Math.ceil(l * 255); return [h, s, l]; }; dojo.gfx.color.hsl2rgb = function (h, s, l) { if (dojo.lang.isArray(h)) { l = h[2] || 0; s = h[1] || 0; h = h[0] || 0; } h = (h / 255) * 360; if (h == 360) { h = 0; } s = s / 255; l = l / 255; while (h < 0) { h += 360; } while (h > 360) { h -= 360; } var r, g, b; if (h < 120) { r = (120 - h) / 60; g = h / 60; b = 0; } else { if (h < 240) { r = 0; g = (240 - h) / 60; b = (h - 120) / 60; } else { r = (h - 240) / 60; g = 0; b = (360 - h) / 60; } } r = Math.min(r, 1); g = Math.min(g, 1); b = Math.min(b, 1); r = 2 * s * r + (1 - s); g = 2 * s * g + (1 - s); b = 2 * s * b + (1 - s); if (l < 0.5) { r = l * r; g = l * g; b = l * b; } else { r = (1 - l) * r + 2 * l - 1; g = (1 - l) * g + 2 * l - 1; b = (1 - l) * b + 2 * l - 1; } r = Math.ceil(r * 255); g = Math.ceil(g * 255); b = Math.ceil(b * 255); return [r, g, b]; }; dojo.gfx.color.hsl2hex = function (h, s, l) { var rgb = dojo.gfx.color.hsl2rgb(h, s, l); return dojo.gfx.color.rgb2hex(rgb[0], rgb[1], rgb[2]); }; dojo.gfx.color.hex2hsl = function (hex) { var rgb = dojo.gfx.color.hex2rgb(hex); return dojo.gfx.color.rgb2hsl(rgb[0], rgb[1], rgb[2]); }; PK mM src/gfx/common.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.gfx.common"); dojo.require("dojo.gfx.color"); dojo.require("dojo.lang.declare"); dojo.require("dojo.lang.extras"); dojo.require("dojo.dom"); dojo.lang.mixin(dojo.gfx, {defaultPath:{type:"path", path:""}, defaultPolyline:{type:"polyline", points:[]}, defaultRect:{type:"rect", x:0, y:0, width:100, height:100, r:0}, defaultEllipse:{type:"ellipse", cx:0, cy:0, rx:200, ry:100}, defaultCircle:{type:"circle", cx:0, cy:0, r:100}, defaultLine:{type:"line", x1:0, y1:0, x2:100, y2:100}, defaultImage:{type:"image", width:0, height:0, src:""}, defaultStroke:{color:"black", width:1, cap:"butt", join:4}, defaultLinearGradient:{type:"linear", x1:0, y1:0, x2:100, y2:100, colors:[{offset:0, color:"black"}, {offset:1, color:"white"}]}, defaultRadialGradient:{type:"radial", cx:0, cy:0, r:100, colors:[{offset:0, color:"black"}, {offset:1, color:"white"}]}, defaultPattern:{type:"pattern", x:0, y:0, width:0, height:0, src:""}, normalizeColor:function (color) { return (color instanceof dojo.gfx.color.Color) ? color : new dojo.gfx.color.Color(color); }, normalizeParameters:function (existed, update) { if (update) { var empty = {}; for (var x in existed) { if (x in update && !(x in empty)) { existed[x] = update[x]; } } } return existed; }, makeParameters:function (defaults, update) { if (!update) { return dojo.lang.shallowCopy(defaults, true); } var result = {}; for (var i in defaults) { if (!(i in result)) { result[i] = dojo.lang.shallowCopy((i in update) ? update[i] : defaults[i], true); } } return result; }, formatNumber:function (x, addSpace) { var val = x.toString(); if (val.indexOf("e") >= 0) { val = x.toFixed(4); } else { var point = val.indexOf("."); if (point >= 0 && val.length - point > 5) { val = x.toFixed(4); } } if (x < 0) { return val; } return addSpace ? " " + val : val; }, pathRegExp:/([A-Za-z]+)|(\d+(\.\d+)?)|(\.\d+)|(-\d+(\.\d+)?)|(-\.\d+)/g}); dojo.declare("dojo.gfx.Surface", null, {initializer:function () { this.rawNode = null; }, getEventSource:function () { return this.rawNode; }}); dojo.declare("dojo.gfx.Point", null, {}); dojo.declare("dojo.gfx.Rectangle", null, {}); PK mMP"f~f~src/gfx/vml.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.gfx.vml"); dojo.require("dojo.dom"); dojo.require("dojo.math"); dojo.require("dojo.lang.declare"); dojo.require("dojo.lang.extras"); dojo.require("dojo.string.*"); dojo.require("dojo.html.metrics"); dojo.require("dojo.gfx.color"); dojo.require("dojo.gfx.common"); dojo.require("dojo.gfx.shape"); dojo.require("dojo.gfx.path"); dojo.require("dojo.experimental"); dojo.experimental("dojo.gfx.vml"); dojo.gfx.vml.xmlns = "urn:schemas-microsoft-com:vml"; dojo.gfx.vml._parseFloat = function (str) { return str.match(/^\d+f$/i) ? parseInt(str) / 65536 : parseFloat(str); }; dojo.gfx.vml.cm_in_pt = 72 / 2.54; dojo.gfx.vml.mm_in_pt = 7.2 / 2.54; dojo.gfx.vml.px_in_pt = function () { return dojo.html.getCachedFontMeasurements()["12pt"] / 12; }; dojo.gfx.vml.pt2px = function (len) { return len * this.px_in_pt(); }; dojo.gfx.vml.px2pt = function (len) { return len / this.px_in_pt(); }; dojo.gfx.vml.normalizedLength = function (len) { if (len.length == 0) { return 0; } if (len.length > 2) { var px_in_pt = this.px_in_pt(); var val = parseFloat(len); switch (len.slice(-2)) { case "px": return val; case "pt": return val * px_in_pt; case "in": return val * 72 * px_in_pt; case "pc": return val * 12 * px_in_pt; case "mm": return val / this.mm_in_pt * px_in_pt; case "cm": return val / this.cm_in_pt * px_in_pt; } } return parseFloat(len); }; dojo.lang.extend(dojo.gfx.Shape, {setFill:function (fill) { if (!fill) { this.fillStyle = null; this.rawNode.filled = false; return this; } if (typeof (fill) == "object" && "type" in fill) { switch (fill.type) { case "linear": var f = dojo.gfx.makeParameters(dojo.gfx.defaultLinearGradient, fill); this.fillStyle = f; var s = ""; for (var i = 0; i < f.colors.length; ++i) { f.colors[i].color = dojo.gfx.normalizeColor(f.colors[i].color); s += f.colors[i].offset.toFixed(8) + " " + f.colors[i].color.toHex() + ";"; } var fo = this.rawNode.fill; fo.colors.value = s; fo.method = "sigma"; fo.type = "gradient"; fo.angle = (dojo.math.radToDeg(Math.atan2(f.x2 - f.x1, f.y2 - f.y1)) + 180) % 360; fo.on = true; break; case "radial": var f = dojo.gfx.makeParameters(dojo.gfx.defaultRadialGradient, fill); this.fillStyle = f; var w = parseFloat(this.rawNode.style.width); var h = parseFloat(this.rawNode.style.height); var c = isNaN(w) ? 1 : 2 * f.r / w; var i = f.colors.length - 1; f.colors[i].color = dojo.gfx.normalizeColor(f.colors[i].color); var s = "0 " + f.colors[i].color.toHex(); for (; i >= 0; --i) { f.colors[i].color = dojo.gfx.normalizeColor(f.colors[i].color); s += (1 - c * f.colors[i].offset).toFixed(8) + " " + f.colors[i].color.toHex() + ";"; } var fo = this.rawNode.fill; fo.colors.value = s; fo.method = "sigma"; fo.type = "gradientradial"; if (isNaN(w) || isNaN(h)) { fo.focusposition = "0.5 0.5"; } else { fo.focusposition = (f.cx / w).toFixed(8) + " " + (f.cy / h).toFixed(8); } fo.focussize = "0 0"; fo.on = true; break; case "pattern": var f = dojo.gfx.makeParameters(dojo.gfx.defaultPattern, fill); this.fillStyle = f; var fo = this.rawNode.fill; fo.type = "tile"; fo.src = f.src; if (f.width && f.height) { fo.size.x = dojo.gfx.vml.px2pt(f.width); fo.size.y = dojo.gfx.vml.px2pt(f.height); } fo.alignShape = false; fo.position.x = 0; fo.position.y = 0; fo.origin.x = f.width ? f.x / f.width : 0; fo.origin.y = f.height ? f.y / f.height : 0; fo.on = true; break; } this.rawNode.fill.opacity = 1; return this; } this.fillStyle = dojo.gfx.normalizeColor(fill); this.rawNode.fillcolor = this.fillStyle.toHex(); this.rawNode.fill.opacity = this.fillStyle.a; this.rawNode.filled = true; return this; }, setStroke:function (stroke) { if (!stroke) { this.strokeStyle = null; this.rawNode.stroked = false; return this; } this.strokeStyle = dojo.gfx.makeParameters(dojo.gfx.defaultStroke, stroke); this.strokeStyle.color = dojo.gfx.normalizeColor(this.strokeStyle.color); var s = this.strokeStyle; this.rawNode.stroked = true; this.rawNode.strokecolor = s.color.toCss(); this.rawNode.strokeweight = s.width + "px"; if (this.rawNode.stroke) { this.rawNode.stroke.opacity = s.color.a; this.rawNode.stroke.endcap = this._translate(this._capMap, s.cap); if (typeof (s.join) == "number") { this.rawNode.stroke.joinstyle = "miter"; this.rawNode.stroke.miterlimit = s.join; } else { this.rawNode.stroke.joinstyle = s.join; } } return this; }, _capMap:{butt:"flat"}, _capMapReversed:{flat:"butt"}, _translate:function (dict, value) { return (value in dict) ? dict[value] : value; }, _applyTransform:function () { var matrix = this._getRealMatrix(); if (!matrix) { return this; } var skew = this.rawNode.skew; if (typeof (skew) == "undefined") { for (var i = 0; i < this.rawNode.childNodes.length; ++i) { if (this.rawNode.childNodes[i].tagName == "skew") { skew = this.rawNode.childNodes[i]; break; } } } if (skew) { skew.on = false; var mt = matrix.xx.toFixed(8) + " " + matrix.xy.toFixed(8) + " " + matrix.yx.toFixed(8) + " " + matrix.yy.toFixed(8) + " 0 0"; var offset = Math.floor(matrix.dx).toFixed() + "px " + Math.floor(matrix.dy).toFixed() + "px"; var l = parseFloat(this.rawNode.style.left); var t = parseFloat(this.rawNode.style.top); var w = parseFloat(this.rawNode.style.width); var h = parseFloat(this.rawNode.style.height); if (isNaN(l)) { l = 0; } if (isNaN(t)) { t = 0; } if (isNaN(w)) { w = 1; } if (isNaN(h)) { h = 1; } var origin = (-l / w - 0.5).toFixed(8) + " " + (-t / h - 0.5).toFixed(8); skew.matrix = mt; skew.origin = origin; skew.offset = offset; skew.on = true; } return this; }, setRawNode:function (rawNode) { rawNode.stroked = false; rawNode.filled = false; this.rawNode = rawNode; }, attachFill:function (rawNode) { var fillStyle = null; var fo = rawNode.fill; if (rawNode) { if (fo.on && fo.type == "gradient") { var fillStyle = dojo.lang.shallowCopy(dojo.gfx.defaultLinearGradient, true); var rad = dojo.math.degToRad(fo.angle); fillStyle.x2 = Math.cos(rad); fillStyle.y2 = Math.sin(rad); fillStyle.colors = []; var stops = fo.colors.value.split(";"); for (var i = 0; i < stops.length; ++i) { var t = stops[i].match(/\S+/g); if (!t || t.length != 2) { continue; } fillStyle.colors.push({offset:dojo.gfx.vml._parseFloat(t[0]), color:new dojo.gfx.color.Color(t[1])}); } } else { if (fo.on && fo.type == "gradientradial") { var fillStyle = dojo.lang.shallowCopy(dojo.gfx.defaultRadialGradient, true); var w = parseFloat(rawNode.style.width); var h = parseFloat(rawNode.style.height); fillStyle.cx = isNaN(w) ? 0 : fo.focusposition.x * w; fillStyle.cy = isNaN(h) ? 0 : fo.focusposition.y * h; fillStyle.r = isNaN(w) ? 1 : w / 2; fillStyle.colors = []; var stops = fo.colors.value.split(";"); for (var i = stops.length - 1; i >= 0; --i) { var t = stops[i].match(/\S+/g); if (!t || t.length != 2) { continue; } fillStyle.colors.push({offset:dojo.gfx.vml._parseFloat(t[0]), color:new dojo.gfx.color.Color(t[1])}); } } else { if (fo.on && fo.type == "tile") { var fillStyle = dojo.lang.shallowCopy(dojo.gfx.defaultPattern, true); fillStyle.width = dojo.gfx.vml.pt2px(fo.size.x); fillStyle.height = dojo.gfx.vml.pt2px(fo.size.y); fillStyle.x = fo.origin.x * fillStyle.width; fillStyle.y = fo.origin.y * fillStyle.height; fillStyle.src = fo.src; } else { if (fo.on && rawNode.fillcolor) { fillStyle = new dojo.gfx.color.Color(rawNode.fillcolor + ""); fillStyle.a = fo.opacity; } } } } } return fillStyle; }, attachStroke:function (rawNode) { var strokeStyle = dojo.lang.shallowCopy(dojo.gfx.defaultStroke, true); if (rawNode && rawNode.stroked) { strokeStyle.color = new dojo.gfx.color.Color(rawNode.strokecolor.value); dojo.debug("We are expecting an .75pt here, instead of strokeweight = " + rawNode.strokeweight); strokeStyle.width = dojo.gfx.vml.normalizedLength(rawNode.strokeweight + ""); strokeStyle.color.a = rawNode.stroke.opacity; strokeStyle.cap = this._translate(this._capMapReversed, rawNode.stroke.endcap); strokeStyle.join = rawNode.stroke.joinstyle == "miter" ? rawNode.stroke.miterlimit : rawNode.stroke.joinstyle; } else { return null; } return strokeStyle; }, attachTransform:function (rawNode) { var matrix = {}; if (rawNode) { var s = rawNode.skew; matrix.xx = s.matrix.xtox; matrix.xy = s.matrix.ytox; matrix.yx = s.matrix.xtoy; matrix.yy = s.matrix.ytoy; matrix.dx = dojo.gfx.vml.pt2px(s.offset.x); matrix.dy = dojo.gfx.vml.pt2px(s.offset.y); } return dojo.gfx.matrix.normalize(matrix); }, attach:function (rawNode) { if (rawNode) { this.rawNode = rawNode; this.shape = this.attachShape(rawNode); this.fillStyle = this.attachFill(rawNode); this.strokeStyle = this.attachStroke(rawNode); this.matrix = this.attachTransform(rawNode); } }}); dojo.declare("dojo.gfx.Group", dojo.gfx.shape.VirtualGroup, {add:function (shape) { if (this != shape.getParent()) { this.rawNode.appendChild(shape.rawNode); dojo.gfx.Group.superclass.add.apply(this, arguments); } return this; }, remove:function (shape, silently) { if (this == shape.getParent()) { if (this.rawNode == shape.rawNode.parentNode) { this.rawNode.removeChild(shape.rawNode); } dojo.gfx.Group.superclass.remove.apply(this, arguments); } return this; }, attach:function (rawNode) { if (rawNode) { this.rawNode = rawNode; this.shape = null; this.fillStyle = null; this.strokeStyle = null; this.matrix = null; } }}); dojo.gfx.Group.nodeType = "group"; var zIndex = {moveToFront:function () { this.rawNode.parentNode.appendChild(this.rawNode); return this; }, moveToBack:function () { this.rawNode.parentNode.insertBefore(this.rawNode, this.rawNode.parentNode.firstChild); return this; }}; dojo.lang.extend(dojo.gfx.Shape, zIndex); dojo.lang.extend(dojo.gfx.Group, zIndex); delete zIndex; dojo.declare("dojo.gfx.Rect", dojo.gfx.shape.Rect, {attachShape:function (rawNode) { var arcsize = rawNode.outerHTML.match(/arcsize = \"(\d*\.?\d+[%f]?)\"/)[1]; arcsize = (arcsize.indexOf("%") >= 0) ? parseFloat(arcsize) / 100 : dojo.gfx.vml._parseFloat(arcsize); var style = rawNode.style; var width = parseFloat(style.width); var height = parseFloat(style.height); var o = dojo.gfx.makeParameters(dojo.gfx.defaultRect, {x:parseInt(style.left), y:parseInt(style.top), width:width, height:height, r:Math.min(width, height) * arcsize}); return o; }, setShape:function (newShape) { var shape = this.shape = dojo.gfx.makeParameters(this.shape, newShape); this.bbox = null; var style = this.rawNode.style; style.left = shape.x.toFixed(); style.top = shape.y.toFixed(); style.width = (typeof (shape.width) == "string" && shape.width.indexOf("%") >= 0) ? shape.width : shape.width.toFixed(); style.height = (typeof (shape.width) == "string" && shape.height.indexOf("%") >= 0) ? shape.height : shape.height.toFixed(); var r = Math.min(1, (shape.r / Math.min(parseFloat(shape.width), parseFloat(shape.height)))).toFixed(8); var parent = this.rawNode.parentNode; var before = null; if (parent) { if (parent.lastChild != this.rawNode) { for (var i = 0; i < parent.childNodes.length; ++i) { if (parent.childNodes[i] == this.rawNode) { before = parent.childNodes[i + 1]; break; } } } parent.removeChild(this.rawNode); } this.rawNode.arcsize = r; if (parent) { if (before) { parent.insertBefore(this.rawNode, before); } else { parent.appendChild(this.rawNode); } } return this.setTransform(this.matrix); }}); dojo.gfx.Rect.nodeType = "roundrect"; dojo.declare("dojo.gfx.Ellipse", dojo.gfx.shape.Ellipse, {attachShape:function (rawNode) { var style = this.rawNode.style; var rx = parseInt(style.width) / 2; var ry = parseInt(style.height) / 2; var o = dojo.gfx.makeParameters(dojo.gfx.defaultEllipse, {cx:parseInt(style.left) + rx, cy:parseInt(style.top) + ry, rx:rx, ry:ry}); return o; }, setShape:function (newShape) { var shape = this.shape = dojo.gfx.makeParameters(this.shape, newShape); this.bbox = null; var style = this.rawNode.style; style.left = (shape.cx - shape.rx).toFixed(); style.top = (shape.cy - shape.ry).toFixed(); style.width = (shape.rx * 2).toFixed(); style.height = (shape.ry * 2).toFixed(); return this.setTransform(this.matrix); }}); dojo.gfx.Ellipse.nodeType = "oval"; dojo.declare("dojo.gfx.Circle", dojo.gfx.shape.Circle, {attachShape:function (rawNode) { var style = this.rawNode.style; var r = parseInt(style.width) / 2; var o = dojo.gfx.makeParameters(dojo.gfx.defaultCircle, {cx:parseInt(style.left) + r, cy:parseInt(style.top) + r, r:r}); return o; }, setShape:function (newShape) { var shape = this.shape = dojo.gfx.makeParameters(this.shape, newShape); this.bbox = null; var style = this.rawNode.style; style.left = (shape.cx - shape.r).toFixed(); style.top = (shape.cy - shape.r).toFixed(); style.width = (shape.r * 2).toFixed(); style.height = (shape.r * 2).toFixed(); return this; }}); dojo.gfx.Circle.nodeType = "oval"; dojo.declare("dojo.gfx.Line", dojo.gfx.shape.Line, function (rawNode) { if (rawNode) { rawNode.setAttribute("dojoGfxType", "line"); } }, {attachShape:function (rawNode) { var p = rawNode.path.v.match(dojo.gfx.pathRegExp); var shape = {}; do { if (p.length < 7 || p[0] != "m" || p[3] != "l" || p[6] != "e") { break; } shape.x1 = parseInt(p[1]); shape.y1 = parseInt(p[2]); shape.x2 = parseInt(p[4]); shape.y2 = parseInt(p[5]); } while (false); return dojo.gfx.makeParameters(dojo.gfx.defaultLine, shape); }, setShape:function (newShape) { var shape = this.shape = dojo.gfx.makeParameters(this.shape, newShape); this.bbox = null; this.rawNode.path.v = "m" + shape.x1.toFixed() + " " + shape.y1.toFixed() + "l" + shape.x2.toFixed() + " " + shape.y2.toFixed() + "e"; return this.setTransform(this.matrix); }}); dojo.gfx.Line.nodeType = "shape"; dojo.declare("dojo.gfx.Polyline", dojo.gfx.shape.Polyline, function (rawNode) { if (rawNode) { rawNode.setAttribute("dojoGfxType", "polyline"); } }, {attachShape:function (rawNode) { var shape = dojo.lang.shallowCopy(dojo.gfx.defaultPolyline, true); var p = rawNode.path.v.match(dojo.gfx.pathRegExp); do { if (p.length < 3 || p[0] != "m") { break; } var x = parseInt(p[0]); var y = parseInt(p[1]); if (isNaN(x) || isNaN(y)) { break; } shape.points.push({x:x, y:y}); if (p.length < 6 || p[3] != "l") { break; } for (var i = 4; i < p.length; i += 2) { x = parseInt(p[i]); y = parseInt(p[i + 1]); if (isNaN(x) || isNaN(y)) { break; } shape.points.push({x:x, y:y}); } } while (false); return shape; }, setShape:function (points, closed) { if (points && points instanceof Array) { this.shape = dojo.gfx.makeParameters(this.shape, {points:points}); if (closed && this.shape.points.length) { this.shape.points.push(this.shape.points[0]); } } else { this.shape = dojo.gfx.makeParameters(this.shape, points); } this.bbox = null; var attr = []; var p = this.shape.points; if (p.length > 0) { attr.push("m"); attr.push(p[0].x.toFixed()); attr.push(p[0].y.toFixed()); if (p.length > 1) { attr.push("l"); for (var i = 1; i < p.length; ++i) { attr.push(p[i].x.toFixed()); attr.push(p[i].y.toFixed()); } } } attr.push("e"); this.rawNode.path.v = attr.join(" "); return this.setTransform(this.matrix); }}); dojo.gfx.Polyline.nodeType = "shape"; dojo.declare("dojo.gfx.Image", dojo.gfx.shape.Image, {getEventSource:function () { return this.rawNode ? this.rawNode.firstChild : null; }, attachShape:function (rawNode) { var shape = dojo.lang.shallowCopy(dojo.gfx.defaultImage, true); shape.src = rawNode.firstChild.src; return shape; }, setShape:function (newShape) { var shape = this.shape = dojo.gfx.makeParameters(this.shape, newShape); this.bbox = null; var firstChild = this.rawNode.firstChild; firstChild.src = shape.src; if (shape.width || shape.height) { firstChild.style.width = shape.width; firstChild.style.height = shape.height; } return this.setTransform(this.matrix); }, setStroke:function () { return this; }, setFill:function () { return this; }, attachStroke:function (rawNode) { return null; }, attachFill:function (rawNode) { return null; }, attachTransform:function (rawNode) { var matrix = {}; if (rawNode) { var m = rawNode.filters["DXImageTransform.Microsoft.Matrix"]; matrix.xx = m.M11; matrix.xy = m.M12; matrix.yx = m.M21; matrix.yy = m.M22; matrix.dx = m.Dx; matrix.dy = m.Dy; } return dojo.gfx.matrix.normalize(matrix); }, _applyTransform:function () { var matrix = this._getRealMatrix(); if (!matrix) { return this; } with (this.rawNode.filters["DXImageTransform.Microsoft.Matrix"]) { M11 = matrix.xx; M12 = matrix.xy; M21 = matrix.yx; M22 = matrix.yy; Dx = matrix.dx; Dy = matrix.dy; } return this; }}); dojo.gfx.Image.nodeType = "image"; dojo.gfx.path._calcArc = function (alpha) { var cosa = Math.cos(alpha); var sina = Math.sin(alpha); var p2 = {x:cosa + (4 / 3) * (1 - cosa), y:sina - (4 / 3) * cosa * (1 - cosa) / sina}; return {s:{x:cosa, y:sina}, c1:p2, c2:{x:p2.x, y:-p2.y}, e:{x:cosa, y:-sina}}; }; dojo.declare("dojo.gfx.Path", dojo.gfx.path.Path, function (rawNode) { if (rawNode) { rawNode.setAttribute("dojoGfxType", "path"); } this.vmlPath = ""; this.lastControl = {}; }, {_updateWithSegment:function (segment) { var last = dojo.lang.shallowCopy(this.last); dojo.gfx.Path.superclass._updateWithSegment.apply(this, arguments); var path = this[this.renderers[segment.action]](segment, last); if (typeof (this.vmlPath) == "string") { this.vmlPath += path.join(""); } else { this.vmlPath = this.vmlPath.concat(path); } if (typeof (this.vmlPath) == "string") { this.rawNode.path.v = this.vmlPath + " e"; } }, attachShape:function (rawNode) { var shape = dojo.lang.shallowCopy(dojo.gfx.defaultPath, true); var p = rawNode.path.v.match(dojo.gfx.pathRegExp); var t = [], skip = false; for (var i = 0; i < p.length; ++p) { var s = p[i]; if (s in this._pathVmlToSvgMap) { skip = false; t.push(this._pathVmlToSvgMap[s]); } else { if (!skip) { var n = parseInt(s); if (isNaN(n)) { skip = true; } else { t.push(n); } } } } if (t.length) { shape.path = t.join(" "); } return shape; }, setShape:function (newShape) { this.vmlPath = []; this.lastControl = {}; dojo.gfx.Path.superclass.setShape.apply(this, arguments); this.vmlPath = this.vmlPath.join(""); this.rawNode.path.v = this.vmlPath + " e"; return this; }, _pathVmlToSvgMap:{m:"M", l:"L", t:"m", r:"l", c:"C", v:"c", qb:"Q", x:"z", e:""}, renderers:{M:"_moveToA", m:"_moveToR", L:"_lineToA", l:"_lineToR", H:"_hLineToA", h:"_hLineToR", V:"_vLineToA", v:"_vLineToR", C:"_curveToA", c:"_curveToR", S:"_smoothCurveToA", s:"_smoothCurveToR", Q:"_qCurveToA", q:"_qCurveToR", T:"_qSmoothCurveToA", t:"_qSmoothCurveToR", A:"_arcTo", a:"_arcTo", Z:"_closePath", z:"_closePath"}, _addArgs:function (path, args, from, upto) { if (typeof (upto) == "undefined") { upto = args.length; } if (typeof (from) == "undefined") { from = 0; } for (var i = from; i < upto; ++i) { path.push(" "); path.push(args[i].toFixed()); } }, _addArgsAdjusted:function (path, last, args, from, upto) { if (typeof (upto) == "undefined") { upto = args.length; } if (typeof (from) == "undefined") { from = 0; } for (var i = from; i < upto; i += 2) { path.push(" "); path.push((last.x + args[i]).toFixed()); path.push(" "); path.push((last.y + args[i + 1]).toFixed()); } }, _moveToA:function (segment) { var p = [" m"]; var n = segment.args; var l = n.length; if (l == 2) { this._addArgs(p, n); } else { this._addArgs(p, n, 0, 2); p.push(" l"); this._addArgs(p, n, 2); } this.lastControl = {}; return p; }, _moveToR:function (segment, last) { var p = ["x" in last ? " t" : " m"]; var n = segment.args; var l = n.length; if (l == 2) { this._addArgs(p, n); } else { this._addArgs(p, n, 0, 2); p.push(" r"); this._addArgs(p, n, 2); } this.lastControl = {}; return p; }, _lineToA:function (segment) { var p = [" l"]; this._addArgs(p, segment.args); this.lastControl = {}; return p; }, _lineToR:function (segment) { var p = [" r"]; this._addArgs(p, segment.args); this.lastControl = {}; return p; }, _hLineToA:function (segment, last) { var p = [" l"]; var n = segment.args; var l = n.length; var y = " " + last.y.toFixed(); for (var i = 0; i < l; ++i) { p.push(" "); p.push(n[i].toFixed()); p.push(y); } this.lastControl = {}; return p; }, _hLineToR:function (segment) { var p = [" r"]; var n = segment.args; var l = n.length; for (var i = 0; i < l; ++i) { p.push(" "); p.push(n[i].toFixed()); p.push(" 0"); } this.lastControl = {}; return p; }, _vLineToA:function (segment, last) { var p = [" l"]; var n = segment.args; var l = n.length; var x = " " + last.x.toFixed(); for (var i = 0; i < l; ++i) { p.push(x); p.push(" "); p.push(n[i].toFixed()); } this.lastControl = {}; return p; }, _vLineToR:function (segment) { var p = [" r"]; var n = segment.args; var l = n.length; for (var i = 0; i < l; ++i) { p.push(" 0 "); p.push(n[i].toFixed()); } this.lastControl = {}; return p; }, _curveToA:function (segment) { var p = []; var n = segment.args; var l = n.length; for (var i = 0; i < l; i += 6) { p.push(" c"); this._addArgs(p, n, i, i + 6); } this.lastControl = {x:n[l - 4], y:n[l - 3], type:"C"}; return p; }, _curveToR:function (segment, last) { var p = []; var n = segment.args; var l = n.length; for (var i = 0; i < l; i += 6) { p.push(" v"); this._addArgs(p, n, i, i + 6); this.lastControl = {x:last.x + n[i + 2], y:last.y + n[i + 3]}; last.x += n[i + 4]; last.y += n[i + 5]; } this.lastControl.type = "C"; return p; }, _smoothCurveToA:function (segment, last) { var p = []; var n = segment.args; var l = n.length; for (var i = 0; i < l; i += 4) { p.push(" c"); if (this.lastControl.type == "C") { this._addArgs(p, [2 * last.x - this.lastControl.x, 2 * last.y - this.lastControl.y]); } else { this._addArgs(p, [last.x, last.y]); } this._addArgs(p, n, i, i + 4); } this.lastControl = {x:n[l - 4], y:n[l - 3], type:"C"}; return p; }, _smoothCurveToR:function (segment, last) { var p = []; var n = segment.args; var l = n.length; for (var i = 0; i < l; i += 4) { p.push(" v"); if (this.lastControl.type == "C") { this._addArgs(p, [last.x - this.lastControl.x, last.y - this.lastControl.y]); } else { this._addArgs(p, [0, 0]); } this._addArgs(p, n, i, i + 4); this.lastControl = {x:last.x + n[i], y:last.y + n[i + 1]}; last.x += n[i + 2]; last.y += n[i + 3]; } this.lastControl.type = "C"; return p; }, _qCurveToA:function (segment) { var p = []; var n = segment.args; var l = n.length; for (var i = 0; i < l; i += 4) { p.push(" qb"); this._addArgs(p, n, i, i + 4); } this.lastControl = {x:n[l - 4], y:n[l - 3], type:"Q"}; return p; }, _qCurveToR:function (segment, last) { var p = []; var n = segment.args; var l = n.length; for (var i = 0; i < l; i += 4) { p.push(" qb"); this._addArgsAdjusted(p, last, n, i, i + 4); this.lastControl = {x:last.x + n[i], y:last.y + n[i + 1]}; last.x += n[i + 2]; last.y += n[i + 3]; } this.lastControl.type = "Q"; return p; }, _qSmoothCurveToA:function (segment, last) { var p = []; var n = segment.args; var l = n.length; for (var i = 0; i < l; i += 2) { p.push(" qb"); if (this.lastControl.type == "Q") { this._addArgs(p, [this.lastControl.x = 2 * last.x - this.lastControl.x, this.lastControl.y = 2 * last.y - this.lastControl.y]); } else { this._addArgs(p, [this.lastControl.x = last.x, this.lastControl.y = last.y]); } this._addArgs(p, n, i, i + 2); } this.lastControl.type = "Q"; return p; }, _qSmoothCurveToR:function (segment, last) { var p = []; var n = segment.args; var l = n.length; for (var i = 0; i < l; i += 2) { p.push(" qb"); if (this.lastControl.type == "Q") { this._addArgs(p, [this.lastControl.x = 2 * last.x - this.lastControl.x, this.lastControl.y = 2 * last.y - this.lastControl.y]); } else { this._addArgs(p, [this.lastControl.x = last.x, this.lastControl.y = last.y]); } this._addArgsAdjusted(p, last, n, i, i + 2); } this.lastControl.type = "Q"; return p; }, _PI4:Math.PI / 4, _curvePI4:dojo.gfx.path._calcArc(Math.PI / 8), _calcArcTo:function (path, last, rx, ry, xRotg, large, cw, x, y) { var m = dojo.gfx.matrix; var xRot = -dojo.math.degToRad(xRotg); var rx2 = rx * rx; var ry2 = ry * ry; var pa = m.multiplyPoint(m.rotate(-xRot), {x:(last.x - x) / 2, y:(last.y - y) / 2}); var pax2 = pa.x * pa.x; var pay2 = pa.y * pa.y; var c1 = Math.sqrt((rx2 * ry2 - rx2 * pay2 - ry2 * pax2) / (rx2 * pay2 + ry2 * pax2)); var ca = {x:c1 * rx * pa.y / ry, y:-c1 * ry * pa.x / rx}; if (large == cw) { ca = {x:-ca.x, y:-ca.y}; } var c = m.multiplyPoint([m.translate((last.x + x) / 2, (last.y + y) / 2), m.rotate(xRot)], ca); var startAngle = Math.atan2(c.y - last.y, last.x - c.x) - xRot; var endAngle = Math.atan2(c.y - y, x - c.x) - xRot; var theta = cw ? startAngle - endAngle : endAngle - startAngle; if (theta < 0) { theta += this._2PI; } else { if (theta > this._2PI) { theta = this._2PI; } } var elliptic_transform = m.normalize([m.translate(c.x, c.y), m.rotate(xRot), m.scale(rx, ry)]); var alpha = this._PI4 / 2; var curve = this._curvePI4; var step = cw ? -alpha : alpha; for (var angle = theta; angle > 0; angle -= this._PI4) { if (angle < this._PI4) { alpha = angle / 2; curve = dojo.gfx.path._calcArc(alpha); step = cw ? -alpha : alpha; } var c1, c2, e; var M = m.normalize([elliptic_transform, m.rotate(startAngle + step)]); if (cw) { c1 = m.multiplyPoint(M, curve.c2); c2 = m.multiplyPoint(M, curve.c1); e = m.multiplyPoint(M, curve.s); } else { c1 = m.multiplyPoint(M, curve.c1); c2 = m.multiplyPoint(M, curve.c2); e = m.multiplyPoint(M, curve.e); } path.push(" c"); this._addArgs(path, [c1.x, c1.y, c2.x, c2.y, e.x, e.y]); startAngle += 2 * step; } }, _arcTo:function (segment, last) { var p = []; var n = segment.args; var l = n.length; var relative = segment.action == "a"; for (var i = 0; i < l; i += 7) { var x1 = n[i + 5]; var y1 = n[i + 6]; if (relative) { x1 += last.x; y1 += last.y; } this._calcArcTo(p, last, n[i], n[i + 1], n[i + 2], n[i + 3] ? 1 : 0, n[i + 4] ? 1 : 0, x1, y1); last = {x:x1, y:y1}; } this.lastControl = {}; return p; }, _closePath:function () { this.lastControl = {}; return ["x"]; }}); dojo.gfx.Path.nodeType = "shape"; dojo.gfx._creators = {createPath:function (path) { return this.createObject(dojo.gfx.Path, path, true); }, createRect:function (rect) { return this.createObject(dojo.gfx.Rect, rect); }, createCircle:function (circle) { return this.createObject(dojo.gfx.Circle, circle); }, createEllipse:function (ellipse) { return this.createObject(dojo.gfx.Ellipse, ellipse); }, createLine:function (line) { return this.createObject(dojo.gfx.Line, line, true); }, createPolyline:function (points) { return this.createObject(dojo.gfx.Polyline, points, true); }, createImage:function (image) { if (!this.rawNode) { return null; } var shape = new dojo.gfx.Image(); var node = document.createElement("div"); node.style.position = "relative"; node.style.width = this.rawNode.style.width; node.style.height = this.rawNode.style.height; node.style.filter = "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, Dx=0, Dy=0)"; var img = document.createElement("img"); node.appendChild(img); shape.setRawNode(node); this.rawNode.appendChild(node); shape.setShape(image); this.add(shape); return shape; }, createGroup:function () { return this.createObject(dojo.gfx.Group, null, true); }, createObject:function (shapeType, rawShape, overrideSize) { if (!this.rawNode) { return null; } var shape = new shapeType(); var node = document.createElement("v:" + shapeType.nodeType); shape.setRawNode(node); this.rawNode.appendChild(node); if (overrideSize) { this._overrideSize(node); } shape.setShape(rawShape); this.add(shape); return shape; }, _overrideSize:function (node) { node.style.width = this.rawNode.style.width; node.style.height = this.rawNode.style.height; node.coordsize = parseFloat(node.style.width) + " " + parseFloat(node.style.height); }}; dojo.lang.extend(dojo.gfx.Group, dojo.gfx._creators); dojo.lang.extend(dojo.gfx.Surface, dojo.gfx._creators); delete dojo.gfx._creators; dojo.gfx.attachNode = function (node) { if (!node) { return null; } var s = null; switch (node.tagName.toLowerCase()) { case dojo.gfx.Rect.nodeType: s = new dojo.gfx.Rect(); break; case dojo.gfx.Ellipse.nodeType: s = (node.style.width == node.style.height) ? new dojo.gfx.Circle() : new dojo.gfx.Ellipse(); break; case dojo.gfx.Path.nodeType: switch (node.getAttribute("dojoGfxType")) { case "line": s = new dojo.gfx.Line(); break; case "polyline": s = new dojo.gfx.Polyline(); break; case "path": s = new dojo.gfx.Path(); break; } break; case dojo.gfx.Image.nodeType: s = new dojo.gfx.Image(); break; default: dojo.debug("FATAL ERROR! tagName = " + node.tagName); } s.attach(node); return s; }; dojo.lang.extend(dojo.gfx.Surface, {setDimensions:function (width, height) { if (!this.rawNode) { return this; } this.rawNode.style.width = width; this.rawNode.style.height = height; this.rawNode.coordsize = width + " " + height; return this; }, getDimensions:function () { return this.rawNode ? {width:this.rawNode.style.width, height:this.rawNode.style.height} : null; }, add:function (shape) { var oldParent = shape.getParent(); if (this != oldParent) { this.rawNode.appendChild(shape.rawNode); if (oldParent) { oldParent.remove(shape, true); } shape._setParent(this, null); } return this; }, remove:function (shape, silently) { if (this == shape.getParent()) { if (this.rawNode == shape.rawNode.parentNode) { this.rawNode.removeChild(shape.rawNode); } shape._setParent(null, null); } return this; }}); dojo.gfx.createSurface = function (parentNode, width, height) { var s = new dojo.gfx.Surface(); s.rawNode = document.createElement("v:group"); s.rawNode.style.width = width ? width : "100%"; s.rawNode.style.height = height ? height : "100%"; s.rawNode.coordsize = (width && height) ? (parseFloat(width) + " " + parseFloat(height)) : "100% 100%"; s.rawNode.coordorigin = "0 0"; dojo.byId(parentNode).appendChild(s.rawNode); return s; }; dojo.gfx.attachSurface = function (node) { var s = new dojo.gfx.Surface(); s.rawNode = node; return s; }; PK mM((src/hostenv_adobesvg.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ if (typeof window == "undefined") { dojo.raise("attempt to use adobe svg hostenv when no window object"); } with (dojo.render) { name = navigator.appName; ver = parseFloat(navigator.appVersion, 10); switch (navigator.platform) { case "MacOS": os.osx = true; break; case "Linux": os.linux = true; break; case "Windows": os.win = true; break; default: os.linux = true; break; } svg.capable = true; svg.support.builtin = true; svg.adobe = true; } dojo.hostenv.println = function (s) { try { var ti = document.createElement("text"); ti.setAttribute("x", "50"); var yPos = 25 + 15 * document.getElementsByTagName("text").length; ti.setAttribute("y", yPos); var tn = document.createTextNode(s); ti.appendChild(tn); document.documentElement.appendChild(ti); } catch (e) { } }; dojo.debug = function () { if (!djConfig.isDebug) { return; } var args = arguments; if (typeof dojo.hostenv.println != "function") { dojo.raise("attempt to call dojo.debug when there is no dojo.hostenv println implementation (yet?)"); } var isJUM = dj_global["jum"]; var s = isJUM ? "" : "DEBUG: "; for (var i = 0; i < args.length; ++i) { s += args[i]; } if (isJUM) { jum.debug(s); } else { dojo.hostenv.println(s); } }; dojo.hostenv.startPackage("dojo.hostenv"); dojo.hostenv.name_ = "adobesvg"; dojo.hostenv.anonCtr = 0; dojo.hostenv.anon = {}; dojo.hostenv.nameAnonFunc = function (anonFuncPtr, namespaceObj) { var ret = "_" + this.anonCtr++; var nso = (namespaceObj || this.anon); while (typeof nso[ret] != "undefined") { ret = "_" + this.anonCtr++; } nso[ret] = anonFuncPtr; return ret; }; dojo.hostenv.modulesLoadedFired = false; dojo.hostenv.modulesLoadedListeners = []; dojo.hostenv.getTextStack = []; dojo.hostenv.loadUriStack = []; dojo.hostenv.loadedUris = []; dojo.hostenv.modulesLoaded = function () { if (this.modulesLoadedFired) { return; } if ((this.loadUriStack.length == 0) && (this.getTextStack.length == 0)) { if (this.inFlightCount > 0) { dojo.debug("couldn't initialize, there are files still in flight"); return; } this.modulesLoadedFired = true; var mll = this.modulesLoadedListeners; for (var x = 0; x < mll.length; x++) { mll[x](); } } }; dojo.hostenv.getNewAnonFunc = function () { var ret = "_" + this.anonCtr++; while (typeof this.anon[ret] != "undefined") { ret = "_" + this.anonCtr++; } eval("dojo.nostenv.anon." + ret + " = function(){};"); return [ret, this.anon[ret]]; }; dojo.hostenv.displayStack = function () { var oa = []; var stack = this.loadUriStack; for (var x = 0; x < stack.length; x++) { oa.unshift([stack[x][0], (typeof stack[x][2])]); } dojo.debug("
    " + oa.join("\n") + "
    "); }; dojo.hostenv.unwindUriStack = function () { var stack = this.loadUriStack; for (var x in dojo.hostenv.loadedUris) { for (var y = stack.length - 1; y >= 0; y--) { if (stack[y][0] == x) { stack.splice(y, 1); } } } var next = stack.pop(); if ((!next) && (stack.length == 0)) { return; } for (var x = 0; x < stack.length; x++) { if ((stack[x][0] == next[0]) && (stack[x][2])) { next[2] == stack[x][2]; } } var last = next; while (dojo.hostenv.loadedUris[next[0]]) { last = next; next = stack.pop(); } while (typeof next[2] == "string") { try { dj_eval(next[2]); next[1](true); } catch (e) { dojo.debug("we got an error when loading " + next[0]); dojo.debug("error: " + e); } dojo.hostenv.loadedUris[next[0]] = true; dojo.hostenv.loadedUris.push(next[0]); last = next; next = stack.pop(); if ((!next) && (stack.length == 0)) { break; } while (dojo.hostenv.loadedUris[next[0]]) { last = next; next = stack.pop(); } } if (next) { stack.push(next); dojo.debug("### CHOKED ON: " + next[0]); } }; dojo.hostenv.loadUri = function (uri, cb) { if (dojo.hostenv.loadedUris[uri]) { return; } var stack = this.loadUriStack; stack.push([uri, cb, null]); var tcb = function (contents) { if (contents.content) { contents = contents.content; } var next = stack.pop(); if ((!next) && (stack.length == 0)) { dojo.hostenv.modulesLoaded(); return; } if (typeof contents == "string") { stack.push(next); for (var x = 0; x < stack.length; x++) { if (stack[x][0] == uri) { stack[x][2] = contents; } } next = stack.pop(); } if (dojo.hostenv.loadedUris[next[0]]) { dojo.hostenv.unwindUriStack(); return; } stack.push(next); if (next[0] != uri) { if (typeof next[2] == "string") { dojo.hostenv.unwindUriStack(); } } else { if (!contents) { next[1](false); } else { var deps = dojo.hostenv.getDepsForEval(next[2]); if (deps.length > 0) { eval(deps.join(";")); } else { dojo.hostenv.unwindUriStack(); } } } }; this.getText(uri, tcb, true); }; dojo.hostenv.loadModule = function (modulename, exact_only, omit_module_check) { var module = this.findModule(modulename, 0); if (module) { return module; } if (typeof this.loading_modules_[modulename] !== "undefined") { dojo.debug("recursive attempt to load module '" + modulename + "'"); } else { this.addedToLoadingCount.push(modulename); } this.loading_modules_[modulename] = 1; var relpath = modulename.replace(/\./g, "/") + ".js"; var syms = modulename.split("."); var nsyms = modulename.split("."); if (syms[0] == "dojo") { syms[0] = "src"; } var last = syms.pop(); syms.push(last); var _this = this; var pfn = this.pkgFileName; if (last == "*") { modulename = (nsyms.slice(0, -1)).join("."); var module = this.findModule(modulename, 0); if (module) { _this.removedFromLoadingCount.push(modulename); return module; } var nextTry = function (lastStatus) { if (lastStatus) { module = _this.findModule(modulename, false); if ((!module) && (syms[syms.length - 1] != pfn)) { dojo.raise("Module symbol '" + modulename + "' is not defined after loading '" + relpath + "'"); } if (module) { _this.removedFromLoadingCount.push(modulename); dojo.hostenv.modulesLoaded(); return; } } syms.pop(); syms.push(pfn); relpath = syms.join("/") + ".js"; if (relpath.charAt(0) == "/") { relpath = relpath.slice(1); } _this.loadPath(relpath, ((!omit_module_check) ? modulename : null), nextTry); }; nextTry(); } else { relpath = syms.join("/") + ".js"; modulename = nsyms.join("."); var nextTry = function (lastStatus) { if (lastStatus) { module = _this.findModule(modulename, false); if ((!module) && (syms[syms.length - 1] != pfn)) { dojo.raise("Module symbol '" + modulename + "' is not defined after loading '" + relpath + "'"); } if (module) { _this.removedFromLoadingCount.push(modulename); dojo.hostenv.modulesLoaded(); return; } } var setPKG = (syms[syms.length - 1] == pfn) ? false : true; syms.pop(); if (setPKG) { syms.push(pfn); } relpath = syms.join("/") + ".js"; if (relpath.charAt(0) == "/") { relpath = relpath.slice(1); } _this.loadPath(relpath, ((!omit_module_check) ? modulename : null), nextTry); }; this.loadPath(relpath, ((!omit_module_check) ? modulename : null), nextTry); } return; }; dojo.hostenv.async_cb = null; dojo.hostenv.unWindGetTextStack = function () { if (dojo.hostenv.inFlightCount > 0) { setTimeout("dojo.hostenv.unWindGetTextStack()", 100); return; } dojo.hostenv.inFlightCount++; var next = dojo.hostenv.getTextStack.pop(); if ((!next) && (dojo.hostenv.getTextStack.length == 0)) { dojo.hostenv.inFlightCount--; dojo.hostenv.async_cb = function () { }; return; } dojo.hostenv.async_cb = next[1]; window.getURL(next[0], function (result) { dojo.hostenv.inFlightCount--; dojo.hostenv.async_cb(result.content); dojo.hostenv.unWindGetTextStack(); }); }; dojo.hostenv.getText = function (uri, async_cb, fail_ok) { try { if (async_cb) { dojo.hostenv.getTextStack.push([uri, async_cb, fail_ok]); dojo.hostenv.unWindGetTextStack(); } else { return dojo.raise("No synchronous XMLHTTP implementation available, for uri " + uri); } } catch (e) { return dojo.raise("No XMLHTTP implementation available, for uri " + uri); } }; dojo.hostenv.postText = function (uri, async_cb, text, fail_ok, mime_type, encoding) { var http = null; var async_callback = function (httpResponse) { if (!httpResponse.success) { dojo.raise("Request for uri '" + uri + "' resulted in " + httpResponse.status); } if (!httpResponse.content) { if (!fail_ok) { dojo.raise("Request for uri '" + uri + "' resulted in no content"); } return null; } async_cb(httpResponse.content); }; try { if (async_cb) { http = window.postURL(uri, text, async_callback, mimeType, encoding); } else { return dojo.raise("No synchronous XMLHTTP post implementation available, for uri " + uri); } } catch (e) { return dojo.raise("No XMLHTTP post implementation available, for uri " + uri); } }; function dj_last_script_src() { var scripts = window.document.getElementsByTagName("script"); if (scripts.length < 1) { dojo.raise("No script elements in window.document, so can't figure out my script src"); } var li = scripts.length - 1; var xlinkNS = "http://www.w3.org/1999/xlink"; var src = null; var script = null; while (!src) { script = scripts.item(li); src = script.getAttributeNS(xlinkNS, "href"); li--; if (li < 0) { break; } } if (!src) { dojo.raise("Last script element (out of " + scripts.length + ") has no src"); } return src; } if (!dojo.hostenv["library_script_uri_"]) { dojo.hostenv.library_script_uri_ = dj_last_script_src(); } dojo.requireIf((djConfig["isDebug"] || djConfig["debugAtAllCosts"]), "dojo.debug"); PK mM@x$$src/hostenv_rhino.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.hostenv.println = function (line) { if (arguments.length > 0) { print(arguments[0]); for (var i = 1; i < arguments.length; i++) { var valid = false; for (var p in arguments[i]) { valid = true; break; } if (valid) { dojo.debugShallow(arguments[i]); } } } else { print(line); } }; dojo.locale = dojo.locale || java.util.Locale.getDefault().toString().replace("_", "-").toLowerCase(); dojo.render.name = dojo.hostenv.name_ = "rhino"; dojo.hostenv.getVersion = function () { return version(); }; if (dj_undef("byId")) { dojo.byId = function (id, doc) { if (id && (typeof id == "string" || id instanceof String)) { if (!doc) { doc = document; } return doc.getElementById(id); } return id; }; } dojo.hostenv.loadUri = function (uri, cb) { try { var local = (new java.io.File(uri)).exists(); if (!local) { try { var stream = (new java.net.URL(uri)).openStream(); stream.close(); } catch (e) { return false; } } if (cb) { var contents = (local ? readText : readUri)(uri, "UTF-8"); cb(eval("(" + contents + ")")); } else { load(uri); } return true; } catch (e) { dojo.debug("rhino load('" + uri + "') failed. Exception: " + e); return false; } }; dojo.hostenv.exit = function (exitcode) { quit(exitcode); }; function dj_rhino_current_script_via_java(depth) { var optLevel = Packages.org.mozilla.javascript.Context.getCurrentContext().getOptimizationLevel(); var caw = new java.io.CharArrayWriter(); var pw = new java.io.PrintWriter(caw); var exc = new java.lang.Exception(); var s = caw.toString(); var matches = s.match(/[^\(]*\.js\)/gi); if (!matches) { throw Error("cannot parse printStackTrace output: " + s); } var fname = ((typeof depth != "undefined") && (depth)) ? matches[depth + 1] : matches[matches.length - 1]; var fname = matches[3]; if (!fname) { fname = matches[1]; } if (!fname) { throw Error("could not find js file in printStackTrace output: " + s); } return fname; } function readText(path, encoding) { encoding = encoding || "utf-8"; var jf = new java.io.File(path); var is = new java.io.FileInputStream(jf); return dj_readInputStream(is, encoding); } function readUri(uri, encoding) { var conn = (new java.net.URL(uri)).openConnection(); encoding = encoding || conn.getContentEncoding() || "utf-8"; var is = conn.getInputStream(); return dj_readInputStream(is, encoding); } function dj_readInputStream(is, encoding) { var input = new java.io.BufferedReader(new java.io.InputStreamReader(is, encoding)); try { var sb = new java.lang.StringBuffer(); var line = ""; while ((line = input.readLine()) !== null) { sb.append(line); sb.append(java.lang.System.getProperty("line.separator")); } return sb.toString(); } finally { input.close(); } } if (!djConfig.libraryScriptUri.length) { try { djConfig.libraryScriptUri = dj_rhino_current_script_via_java(1); } catch (e) { if (djConfig["isDebug"]) { print("\n"); print("we have no idea where Dojo is located."); print("Please try loading rhino in a non-interpreted mode or set a"); print("\n\tdjConfig.libraryScriptUri\n"); print("Setting the dojo path to './'"); print("This is probably wrong!"); print("\n"); print("Dojo will try to load anyway"); } djConfig.libraryScriptUri = "./"; } } dojo.doc = function () { return document; }; dojo.body = function () { return document.body; }; function setTimeout(func, delay) { var def = {sleepTime:delay, hasSlept:false, run:function () { if (!this.hasSlept) { this.hasSlept = true; java.lang.Thread.currentThread().sleep(this.sleepTime); } try { func(); } catch (e) { dojo.debug("Error running setTimeout thread:" + e); } }}; var runnable = new java.lang.Runnable(def); var thread = new java.lang.Thread(runnable); thread.start(); } dojo.requireIf((djConfig["isDebug"] || djConfig["debugAtAllCosts"]), "dojo.debug"); PK mMssrc/html/color.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.html.style"); dojo.provide("dojo.html.color"); dojo.require("dojo.gfx.color"); dojo.require("dojo.lang.common"); dojo.html.getBackgroundColor = function (node) { node = dojo.byId(node); var color; do { color = dojo.html.getStyle(node, "background-color"); if (color.toLowerCase() == "rgba(0, 0, 0, 0)") { color = "transparent"; } if (node == document.getElementsByTagName("body")[0]) { node = null; break; } node = node.parentNode; } while (node && dojo.lang.inArray(["transparent", ""], color)); if (color == "transparent") { color = [255, 255, 255, 0]; } else { color = dojo.gfx.color.extractRGB(color); } return color; }; PK mMlEsrc/html/images/shadowB.pngPNG  IHDRdgAMAOX2tEXtSoftwareAdobe ImageReadyqe<hIDATx1n0  Q}ܸХC<ɜ%:>A˨m߾jZvpFtum -"iG][6Y7~NAs~l6r7.9̖yk[;k6e6ϯm@J[DBm];s_ڣy@(ǎ|o^&[jM1@AGnm帶MK_񧟭-lj7v^_Zo&||3xYvMm{d{31WsC7}`|fZoNIENDB`PK mMҬsrc/html/images/shadowR.pngPNG  IHDRCgAMAOX2tEXtSoftwareAdobe ImageReadyqe<'IDATxbLII)g`` #H @@IENDB`PK mMuI88src/html/layout.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.html.layout"); dojo.require("dojo.html.common"); dojo.require("dojo.html.style"); dojo.require("dojo.html.display"); dojo.html.sumAncestorProperties = function (node, prop) { node = dojo.byId(node); if (!node) { return 0; } var retVal = 0; while (node) { if (dojo.html.getComputedStyle(node, "position") == "fixed") { return 0; } var val = node[prop]; if (val) { retVal += val - 0; if (node == dojo.body()) { break; } } node = node.parentNode; } return retVal; }; dojo.html.setStyleAttributes = function (node, attributes) { node = dojo.byId(node); var splittedAttribs = attributes.replace(/(;)?\s*$/, "").split(";"); for (var i = 0; i < splittedAttribs.length; i++) { var nameValue = splittedAttribs[i].split(":"); var name = nameValue[0].replace(/\s*$/, "").replace(/^\s*/, "").toLowerCase(); var value = nameValue[1].replace(/\s*$/, "").replace(/^\s*/, ""); switch (name) { case "opacity": dojo.html.setOpacity(node, value); break; case "content-height": dojo.html.setContentBox(node, {height:value}); break; case "content-width": dojo.html.setContentBox(node, {width:value}); break; case "outer-height": dojo.html.setMarginBox(node, {height:value}); break; case "outer-width": dojo.html.setMarginBox(node, {width:value}); break; default: node.style[dojo.html.toCamelCase(name)] = value; } } }; dojo.html.boxSizing = {MARGIN_BOX:"margin-box", BORDER_BOX:"border-box", PADDING_BOX:"padding-box", CONTENT_BOX:"content-box"}; dojo.html.getAbsolutePosition = dojo.html.abs = function (node, includeScroll, boxType) { node = dojo.byId(node, node.ownerDocument); var ret = {x:0, y:0}; var bs = dojo.html.boxSizing; if (!boxType) { boxType = bs.CONTENT_BOX; } var nativeBoxType = 2; var targetBoxType; switch (boxType) { case bs.MARGIN_BOX: targetBoxType = 3; break; case bs.BORDER_BOX: targetBoxType = 2; break; case bs.PADDING_BOX: default: targetBoxType = 1; break; case bs.CONTENT_BOX: targetBoxType = 0; break; } var h = dojo.render.html; var db = document["body"] || document["documentElement"]; if (h.ie) { with (node.getBoundingClientRect()) { ret.x = left - 2; ret.y = top - 2; } } else { if (document.getBoxObjectFor) { nativeBoxType = 1; try { var bo = document.getBoxObjectFor(node); ret.x = bo.x - dojo.html.sumAncestorProperties(node, "scrollLeft"); ret.y = bo.y - dojo.html.sumAncestorProperties(node, "scrollTop"); } catch (e) { } } else { if (node["offsetParent"]) { var endNode; if ((h.safari) && (node.style.getPropertyValue("position") == "absolute") && (node.parentNode == db)) { endNode = db; } else { endNode = db.parentNode; } if (node.parentNode != db) { var nd = node; if (dojo.render.html.opera) { nd = db; } ret.x -= dojo.html.sumAncestorProperties(nd, "scrollLeft"); ret.y -= dojo.html.sumAncestorProperties(nd, "scrollTop"); } var curnode = node; do { var n = curnode["offsetLeft"]; if (!h.opera || n > 0) { ret.x += isNaN(n) ? 0 : n; } var m = curnode["offsetTop"]; ret.y += isNaN(m) ? 0 : m; curnode = curnode.offsetParent; } while ((curnode != endNode) && (curnode != null)); } else { if (node["x"] && node["y"]) { ret.x += isNaN(node.x) ? 0 : node.x; ret.y += isNaN(node.y) ? 0 : node.y; } } } } if (includeScroll) { var scroll = dojo.html.getScroll(); ret.y += scroll.top; ret.x += scroll.left; } var extentFuncArray = [dojo.html.getPaddingExtent, dojo.html.getBorderExtent, dojo.html.getMarginExtent]; if (nativeBoxType > targetBoxType) { for (var i = targetBoxType; i < nativeBoxType; ++i) { ret.y += extentFuncArray[i](node, "top"); ret.x += extentFuncArray[i](node, "left"); } } else { if (nativeBoxType < targetBoxType) { for (var i = targetBoxType; i > nativeBoxType; --i) { ret.y -= extentFuncArray[i - 1](node, "top"); ret.x -= extentFuncArray[i - 1](node, "left"); } } } ret.top = ret.y; ret.left = ret.x; return ret; }; dojo.html.isPositionAbsolute = function (node) { return (dojo.html.getComputedStyle(node, "position") == "absolute"); }; dojo.html._sumPixelValues = function (node, selectors, autoIsZero) { var total = 0; for (var x = 0; x < selectors.length; x++) { total += dojo.html.getPixelValue(node, selectors[x], autoIsZero); } return total; }; dojo.html.getMargin = function (node) { return {width:dojo.html._sumPixelValues(node, ["margin-left", "margin-right"], (dojo.html.getComputedStyle(node, "position") == "absolute")), height:dojo.html._sumPixelValues(node, ["margin-top", "margin-bottom"], (dojo.html.getComputedStyle(node, "position") == "absolute"))}; }; dojo.html.getBorder = function (node) { return {width:dojo.html.getBorderExtent(node, "left") + dojo.html.getBorderExtent(node, "right"), height:dojo.html.getBorderExtent(node, "top") + dojo.html.getBorderExtent(node, "bottom")}; }; dojo.html.getBorderExtent = function (node, side) { return (dojo.html.getStyle(node, "border-" + side + "-style") == "none" ? 0 : dojo.html.getPixelValue(node, "border-" + side + "-width")); }; dojo.html.getMarginExtent = function (node, side) { return dojo.html._sumPixelValues(node, ["margin-" + side], dojo.html.isPositionAbsolute(node)); }; dojo.html.getPaddingExtent = function (node, side) { return dojo.html._sumPixelValues(node, ["padding-" + side], true); }; dojo.html.getPadding = function (node) { return {width:dojo.html._sumPixelValues(node, ["padding-left", "padding-right"], true), height:dojo.html._sumPixelValues(node, ["padding-top", "padding-bottom"], true)}; }; dojo.html.getPadBorder = function (node) { var pad = dojo.html.getPadding(node); var border = dojo.html.getBorder(node); return {width:pad.width + border.width, height:pad.height + border.height}; }; dojo.html.getBoxSizing = function (node) { var h = dojo.render.html; var bs = dojo.html.boxSizing; if (((h.ie) || (h.opera)) && node.nodeName.toLowerCase() != "img") { var cm = document["compatMode"]; if ((cm == "BackCompat") || (cm == "QuirksMode")) { return bs.BORDER_BOX; } else { return bs.CONTENT_BOX; } } else { if (arguments.length == 0) { node = document.documentElement; } var sizing; if (!h.ie) { sizing = dojo.html.getStyle(node, "-moz-box-sizing"); if (!sizing) { sizing = dojo.html.getStyle(node, "box-sizing"); } } return (sizing ? sizing : bs.CONTENT_BOX); } }; dojo.html.isBorderBox = function (node) { return (dojo.html.getBoxSizing(node) == dojo.html.boxSizing.BORDER_BOX); }; dojo.html.getBorderBox = function (node) { node = dojo.byId(node); return {width:node.offsetWidth, height:node.offsetHeight}; }; dojo.html.getPaddingBox = function (node) { var box = dojo.html.getBorderBox(node); var border = dojo.html.getBorder(node); return {width:box.width - border.width, height:box.height - border.height}; }; dojo.html.getContentBox = function (node) { node = dojo.byId(node); var padborder = dojo.html.getPadBorder(node); return {width:node.offsetWidth - padborder.width, height:node.offsetHeight - padborder.height}; }; dojo.html.setContentBox = function (node, args) { node = dojo.byId(node); var width = 0; var height = 0; var isbb = dojo.html.isBorderBox(node); var padborder = (isbb ? dojo.html.getPadBorder(node) : {width:0, height:0}); var ret = {}; if (typeof args.width != "undefined") { width = args.width + padborder.width; ret.width = dojo.html.setPositivePixelValue(node, "width", width); } if (typeof args.height != "undefined") { height = args.height + padborder.height; ret.height = dojo.html.setPositivePixelValue(node, "height", height); } return ret; }; dojo.html.getMarginBox = function (node) { var borderbox = dojo.html.getBorderBox(node); var margin = dojo.html.getMargin(node); return {width:borderbox.width + margin.width, height:borderbox.height + margin.height}; }; dojo.html.setMarginBox = function (node, args) { node = dojo.byId(node); var width = 0; var height = 0; var isbb = dojo.html.isBorderBox(node); var padborder = (!isbb ? dojo.html.getPadBorder(node) : {width:0, height:0}); var margin = dojo.html.getMargin(node); var ret = {}; if (typeof args.width != "undefined") { width = args.width - padborder.width; width -= margin.width; ret.width = dojo.html.setPositivePixelValue(node, "width", width); } if (typeof args.height != "undefined") { height = args.height - padborder.height; height -= margin.height; ret.height = dojo.html.setPositivePixelValue(node, "height", height); } return ret; }; dojo.html.getElementBox = function (node, type) { var bs = dojo.html.boxSizing; switch (type) { case bs.MARGIN_BOX: return dojo.html.getMarginBox(node); case bs.BORDER_BOX: return dojo.html.getBorderBox(node); case bs.PADDING_BOX: return dojo.html.getPaddingBox(node); case bs.CONTENT_BOX: default: return dojo.html.getContentBox(node); } }; dojo.html.toCoordinateObject = dojo.html.toCoordinateArray = function (coords, includeScroll, boxtype) { if (coords instanceof Array || typeof coords == "array") { dojo.deprecated("dojo.html.toCoordinateArray", "use dojo.html.toCoordinateObject({left: , top: , width: , height: }) instead", "0.5"); while (coords.length < 4) { coords.push(0); } while (coords.length > 4) { coords.pop(); } var ret = {left:coords[0], top:coords[1], width:coords[2], height:coords[3]}; } else { if (!coords.nodeType && !(coords instanceof String || typeof coords == "string") && ("width" in coords || "height" in coords || "left" in coords || "x" in coords || "top" in coords || "y" in coords)) { var ret = {left:coords.left || coords.x || 0, top:coords.top || coords.y || 0, width:coords.width || 0, height:coords.height || 0}; } else { var node = dojo.byId(coords); var pos = dojo.html.abs(node, includeScroll, boxtype); var marginbox = dojo.html.getMarginBox(node); var ret = {left:pos.left, top:pos.top, width:marginbox.width, height:marginbox.height}; } } ret.x = ret.left; ret.y = ret.top; return ret; }; dojo.html.setMarginBoxWidth = dojo.html.setOuterWidth = function (node, width) { return dojo.html._callDeprecated("setMarginBoxWidth", "setMarginBox", arguments, "width"); }; dojo.html.setMarginBoxHeight = dojo.html.setOuterHeight = function () { return dojo.html._callDeprecated("setMarginBoxHeight", "setMarginBox", arguments, "height"); }; dojo.html.getMarginBoxWidth = dojo.html.getOuterWidth = function () { return dojo.html._callDeprecated("getMarginBoxWidth", "getMarginBox", arguments, null, "width"); }; dojo.html.getMarginBoxHeight = dojo.html.getOuterHeight = function () { return dojo.html._callDeprecated("getMarginBoxHeight", "getMarginBox", arguments, null, "height"); }; dojo.html.getTotalOffset = function (node, type, includeScroll) { return dojo.html._callDeprecated("getTotalOffset", "getAbsolutePosition", arguments, null, type); }; dojo.html.getAbsoluteX = function (node, includeScroll) { return dojo.html._callDeprecated("getAbsoluteX", "getAbsolutePosition", arguments, null, "x"); }; dojo.html.getAbsoluteY = function (node, includeScroll) { return dojo.html._callDeprecated("getAbsoluteY", "getAbsolutePosition", arguments, null, "y"); }; dojo.html.totalOffsetLeft = function (node, includeScroll) { return dojo.html._callDeprecated("totalOffsetLeft", "getAbsolutePosition", arguments, null, "left"); }; dojo.html.totalOffsetTop = function (node, includeScroll) { return dojo.html._callDeprecated("totalOffsetTop", "getAbsolutePosition", arguments, null, "top"); }; dojo.html.getMarginWidth = function (node) { return dojo.html._callDeprecated("getMarginWidth", "getMargin", arguments, null, "width"); }; dojo.html.getMarginHeight = function (node) { return dojo.html._callDeprecated("getMarginHeight", "getMargin", arguments, null, "height"); }; dojo.html.getBorderWidth = function (node) { return dojo.html._callDeprecated("getBorderWidth", "getBorder", arguments, null, "width"); }; dojo.html.getBorderHeight = function (node) { return dojo.html._callDeprecated("getBorderHeight", "getBorder", arguments, null, "height"); }; dojo.html.getPaddingWidth = function (node) { return dojo.html._callDeprecated("getPaddingWidth", "getPadding", arguments, null, "width"); }; dojo.html.getPaddingHeight = function (node) { return dojo.html._callDeprecated("getPaddingHeight", "getPadding", arguments, null, "height"); }; dojo.html.getPadBorderWidth = function (node) { return dojo.html._callDeprecated("getPadBorderWidth", "getPadBorder", arguments, null, "width"); }; dojo.html.getPadBorderHeight = function (node) { return dojo.html._callDeprecated("getPadBorderHeight", "getPadBorder", arguments, null, "height"); }; dojo.html.getBorderBoxWidth = dojo.html.getInnerWidth = function () { return dojo.html._callDeprecated("getBorderBoxWidth", "getBorderBox", arguments, null, "width"); }; dojo.html.getBorderBoxHeight = dojo.html.getInnerHeight = function () { return dojo.html._callDeprecated("getBorderBoxHeight", "getBorderBox", arguments, null, "height"); }; dojo.html.getContentBoxWidth = dojo.html.getContentWidth = function () { return dojo.html._callDeprecated("getContentBoxWidth", "getContentBox", arguments, null, "width"); }; dojo.html.getContentBoxHeight = dojo.html.getContentHeight = function () { return dojo.html._callDeprecated("getContentBoxHeight", "getContentBox", arguments, null, "height"); }; dojo.html.setContentBoxWidth = dojo.html.setContentWidth = function (node, width) { return dojo.html._callDeprecated("setContentBoxWidth", "setContentBox", arguments, "width"); }; dojo.html.setContentBoxHeight = dojo.html.setContentHeight = function (node, height) { return dojo.html._callDeprecated("setContentBoxHeight", "setContentBox", arguments, "height"); }; PK mMe.]8]8src/html/style.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.html.style"); dojo.require("dojo.html.common"); dojo.require("dojo.uri.Uri"); dojo.html.getClass = function (node) { node = dojo.byId(node); if (!node) { return ""; } var cs = ""; if (node.className) { cs = node.className; } else { if (dojo.html.hasAttribute(node, "class")) { cs = dojo.html.getAttribute(node, "class"); } } return cs.replace(/^\s+|\s+$/g, ""); }; dojo.html.getClasses = function (node) { var c = dojo.html.getClass(node); return (c == "") ? [] : c.split(/\s+/g); }; dojo.html.hasClass = function (node, classname) { return (new RegExp("(^|\\s+)" + classname + "(\\s+|$)")).test(dojo.html.getClass(node)); }; dojo.html.prependClass = function (node, classStr) { classStr += " " + dojo.html.getClass(node); return dojo.html.setClass(node, classStr); }; dojo.html.addClass = function (node, classStr) { if (dojo.html.hasClass(node, classStr)) { return false; } classStr = (dojo.html.getClass(node) + " " + classStr).replace(/^\s+|\s+$/g, ""); return dojo.html.setClass(node, classStr); }; dojo.html.setClass = function (node, classStr) { node = dojo.byId(node); var cs = new String(classStr); try { if (typeof node.className == "string") { node.className = cs; } else { if (node.setAttribute) { node.setAttribute("class", classStr); node.className = cs; } else { return false; } } } catch (e) { dojo.debug("dojo.html.setClass() failed", e); } return true; }; dojo.html.removeClass = function (node, classStr, allowPartialMatches) { try { if (!allowPartialMatches) { var newcs = dojo.html.getClass(node).replace(new RegExp("(^|\\s+)" + classStr + "(\\s+|$)"), "$1$2"); } else { var newcs = dojo.html.getClass(node).replace(classStr, ""); } dojo.html.setClass(node, newcs); } catch (e) { dojo.debug("dojo.html.removeClass() failed", e); } return true; }; dojo.html.replaceClass = function (node, newClass, oldClass) { dojo.html.removeClass(node, oldClass); dojo.html.addClass(node, newClass); }; dojo.html.classMatchType = {ContainsAll:0, ContainsAny:1, IsOnly:2}; dojo.html.getElementsByClass = function (classStr, parent, nodeType, classMatchType, useNonXpath) { useNonXpath = false; var _document = dojo.doc(); parent = dojo.byId(parent) || _document; var classes = classStr.split(/\s+/g); var nodes = []; if (classMatchType != 1 && classMatchType != 2) { classMatchType = 0; } var reClass = new RegExp("(\\s|^)((" + classes.join(")|(") + "))(\\s|$)"); var srtLength = classes.join(" ").length; var candidateNodes = []; if (!useNonXpath && _document.evaluate) { var xpath = ".//" + (nodeType || "*") + "[contains("; if (classMatchType != dojo.html.classMatchType.ContainsAny) { xpath += "concat(' ',@class,' '), ' " + classes.join(" ') and contains(concat(' ',@class,' '), ' ") + " ')"; if (classMatchType == 2) { xpath += " and string-length(@class)=" + srtLength + "]"; } else { xpath += "]"; } } else { xpath += "concat(' ',@class,' '), ' " + classes.join(" ') or contains(concat(' ',@class,' '), ' ") + " ')]"; } var xpathResult = _document.evaluate(xpath, parent, null, XPathResult.ANY_TYPE, null); var result = xpathResult.iterateNext(); while (result) { try { candidateNodes.push(result); result = xpathResult.iterateNext(); } catch (e) { break; } } return candidateNodes; } else { if (!nodeType) { nodeType = "*"; } candidateNodes = parent.getElementsByTagName(nodeType); var node, i = 0; outer: while (node = candidateNodes[i++]) { var nodeClasses = dojo.html.getClasses(node); if (nodeClasses.length == 0) { continue outer; } var matches = 0; for (var j = 0; j < nodeClasses.length; j++) { if (reClass.test(nodeClasses[j])) { if (classMatchType == dojo.html.classMatchType.ContainsAny) { nodes.push(node); continue outer; } else { matches++; } } else { if (classMatchType == dojo.html.classMatchType.IsOnly) { continue outer; } } } if (matches == classes.length) { if ((classMatchType == dojo.html.classMatchType.IsOnly) && (matches == nodeClasses.length)) { nodes.push(node); } else { if (classMatchType == dojo.html.classMatchType.ContainsAll) { nodes.push(node); } } } } return nodes; } }; dojo.html.getElementsByClassName = dojo.html.getElementsByClass; dojo.html.toCamelCase = function (selector) { var arr = selector.split("-"), cc = arr[0]; for (var i = 1; i < arr.length; i++) { cc += arr[i].charAt(0).toUpperCase() + arr[i].substring(1); } return cc; }; dojo.html.toSelectorCase = function (selector) { return selector.replace(/([A-Z])/g, "-$1").toLowerCase(); }; if (dojo.render.html.ie) { dojo.html.getComputedStyle = function (node, property, value) { node = dojo.byId(node); if (!node || !node.currentStyle) { return value; } return node.currentStyle[dojo.html.toCamelCase(property)]; }; dojo.html.getComputedStyles = function (node) { return node.currentStyle; }; } else { dojo.html.getComputedStyle = function (node, property, value) { node = dojo.byId(node); if (!node || !node.style) { return value; } var s = document.defaultView.getComputedStyle(node, null); return (s && s[dojo.html.toCamelCase(property)]) || ""; }; dojo.html.getComputedStyles = function (node) { return document.defaultView.getComputedStyle(node, null); }; } dojo.html.getStyleProperty = function (node, cssSelector) { node = dojo.byId(node); return (node && node.style ? node.style[dojo.html.toCamelCase(cssSelector)] : undefined); }; dojo.html.getStyle = function (node, cssSelector) { var value = dojo.html.getStyleProperty(node, cssSelector); return (value ? value : dojo.html.getComputedStyle(node, cssSelector)); }; dojo.html.setStyle = function (node, cssSelector, value) { node = dojo.byId(node); if (node && node.style) { var camelCased = dojo.html.toCamelCase(cssSelector); node.style[camelCased] = value; } }; dojo.html.setStyleText = function (target, text) { try { target.style.cssText = text; } catch (e) { target.setAttribute("style", text); } }; dojo.html.copyStyle = function (target, source) { if (!source.style.cssText) { target.setAttribute("style", source.getAttribute("style")); } else { target.style.cssText = source.style.cssText; } dojo.html.addClass(target, dojo.html.getClass(source)); }; dojo.html.getUnitValue = function (node, cssSelector, autoIsZero) { var s = dojo.html.getComputedStyle(node, cssSelector); if ((!s) || ((s == "auto") && (autoIsZero))) { return {value:0, units:"px"}; } var match = s.match(/(\-?[\d.]+)([a-z%]*)/i); if (!match) { return dojo.html.getUnitValue.bad; } return {value:Number(match[1]), units:match[2].toLowerCase()}; }; dojo.html.getUnitValue.bad = {value:NaN, units:""}; if (dojo.render.html.ie) { dojo.html.toPixelValue = function (element, styleValue) { if (!styleValue) { return 0; } if (styleValue.slice(-2) == "px") { return parseFloat(styleValue); } var pixelValue = 0; with (element) { var sLeft = style.left; var rsLeft = runtimeStyle.left; runtimeStyle.left = currentStyle.left; try { style.left = styleValue || 0; pixelValue = style.pixelLeft; style.left = sLeft; runtimeStyle.left = rsLeft; } catch (e) { } } return pixelValue; }; } else { dojo.html.toPixelValue = function (element, styleValue) { return (styleValue && (styleValue.slice(-2) == "px") ? parseFloat(styleValue) : 0); }; } dojo.html.getPixelValue = function (node, styleProperty, autoIsZero) { return dojo.html.toPixelValue(node, dojo.html.getComputedStyle(node, styleProperty)); }; dojo.html.setPositivePixelValue = function (node, selector, value) { if (isNaN(value)) { return false; } node.style[selector] = Math.max(0, value) + "px"; return true; }; dojo.html.styleSheet = null; dojo.html.insertCssRule = function (selector, declaration, index) { if (!dojo.html.styleSheet) { if (document.createStyleSheet) { dojo.html.styleSheet = document.createStyleSheet(); } else { if (document.styleSheets[0]) { dojo.html.styleSheet = document.styleSheets[0]; } else { return null; } } } if (arguments.length < 3) { if (dojo.html.styleSheet.cssRules) { index = dojo.html.styleSheet.cssRules.length; } else { if (dojo.html.styleSheet.rules) { index = dojo.html.styleSheet.rules.length; } else { return null; } } } if (dojo.html.styleSheet.insertRule) { var rule = selector + " { " + declaration + " }"; return dojo.html.styleSheet.insertRule(rule, index); } else { if (dojo.html.styleSheet.addRule) { return dojo.html.styleSheet.addRule(selector, declaration, index); } else { return null; } } }; dojo.html.removeCssRule = function (index) { if (!dojo.html.styleSheet) { dojo.debug("no stylesheet defined for removing rules"); return false; } if (dojo.render.html.ie) { if (!index) { index = dojo.html.styleSheet.rules.length; dojo.html.styleSheet.removeRule(index); } } else { if (document.styleSheets[0]) { if (!index) { index = dojo.html.styleSheet.cssRules.length; } dojo.html.styleSheet.deleteRule(index); } } return true; }; dojo.html._insertedCssFiles = []; dojo.html.insertCssFile = function (URI, doc, checkDuplicates, fail_ok) { if (!URI) { return; } if (!doc) { doc = document; } var cssStr = dojo.hostenv.getText(URI, false, fail_ok); if (cssStr === null) { return; } cssStr = dojo.html.fixPathsInCssText(cssStr, URI); if (checkDuplicates) { var idx = -1, node, ent = dojo.html._insertedCssFiles; for (var i = 0; i < ent.length; i++) { if ((ent[i].doc == doc) && (ent[i].cssText == cssStr)) { idx = i; node = ent[i].nodeRef; break; } } if (node) { var styles = doc.getElementsByTagName("style"); for (var i = 0; i < styles.length; i++) { if (styles[i] == node) { return; } } dojo.html._insertedCssFiles.shift(idx, 1); } } var style = dojo.html.insertCssText(cssStr, doc); dojo.html._insertedCssFiles.push({"doc":doc, "cssText":cssStr, "nodeRef":style}); if (style && djConfig.isDebug) { style.setAttribute("dbgHref", URI); } return style; }; dojo.html.insertCssText = function (cssStr, doc, URI) { if (!cssStr) { return; } if (!doc) { doc = document; } if (URI) { cssStr = dojo.html.fixPathsInCssText(cssStr, URI); } var style = doc.createElement("style"); style.setAttribute("type", "text/css"); var head = doc.getElementsByTagName("head")[0]; if (!head) { dojo.debug("No head tag in document, aborting styles"); return; } else { head.appendChild(style); } if (style.styleSheet) { var setFunc = function () { try { style.styleSheet.cssText = cssStr; } catch (e) { dojo.debug(e); } }; if (style.styleSheet.disabled) { setTimeout(setFunc, 10); } else { setFunc(); } } else { var cssText = doc.createTextNode(cssStr); style.appendChild(cssText); } return style; }; dojo.html.fixPathsInCssText = function (cssStr, URI) { if (!cssStr || !URI) { return; } var match, str = "", url = "", urlChrs = "[\\t\\s\\w\\(\\)\\/\\.\\\\'\"-:#=&?~]+"; var regex = new RegExp("url\\(\\s*(" + urlChrs + ")\\s*\\)"); var regexProtocol = /(file|https?|ftps?):\/\//; regexTrim = new RegExp("^[\\s]*(['\"]?)(" + urlChrs + ")\\1[\\s]*?$"); if (dojo.render.html.ie55 || dojo.render.html.ie60) { var regexIe = new RegExp("AlphaImageLoader\\((.*)src=['\"](" + urlChrs + ")['\"]"); while (match = regexIe.exec(cssStr)) { url = match[2].replace(regexTrim, "$2"); if (!regexProtocol.exec(url)) { url = (new dojo.uri.Uri(URI, url).toString()); } str += cssStr.substring(0, match.index) + "AlphaImageLoader(" + match[1] + "src='" + url + "'"; cssStr = cssStr.substr(match.index + match[0].length); } cssStr = str + cssStr; str = ""; } while (match = regex.exec(cssStr)) { url = match[1].replace(regexTrim, "$2"); if (!regexProtocol.exec(url)) { url = (new dojo.uri.Uri(URI, url).toString()); } str += cssStr.substring(0, match.index) + "url(" + url + ")"; cssStr = cssStr.substr(match.index + match[0].length); } return str + cssStr; }; dojo.html.setActiveStyleSheet = function (title) { var i = 0, a, els = dojo.doc().getElementsByTagName("link"); while (a = els[i++]) { if (a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) { a.disabled = true; if (a.getAttribute("title") == title) { a.disabled = false; } } } }; dojo.html.getActiveStyleSheet = function () { var i = 0, a, els = dojo.doc().getElementsByTagName("link"); while (a = els[i++]) { if (a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title") && !a.disabled) { return a.getAttribute("title"); } } return null; }; dojo.html.getPreferredStyleSheet = function () { var i = 0, a, els = dojo.doc().getElementsByTagName("link"); while (a = els[i++]) { if (a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("rel").indexOf("alt") == -1 && a.getAttribute("title")) { return a.getAttribute("title"); } } return null; }; dojo.html.applyBrowserClass = function (node) { var drh = dojo.render.html; var classes = {dj_ie:drh.ie, dj_ie55:drh.ie55, dj_ie6:drh.ie60, dj_ie7:drh.ie70, dj_iequirks:drh.ie && drh.quirks, dj_opera:drh.opera, dj_opera8:drh.opera && (Math.floor(dojo.render.version) == 8), dj_opera9:drh.opera && (Math.floor(dojo.render.version) == 9), dj_khtml:drh.khtml, dj_safari:drh.safari, dj_gecko:drh.mozilla}; for (var p in classes) { if (classes[p]) { dojo.html.addClass(node, p); } } }; PK mM= 0)) { var d = new Date(); d.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000)); expires = d.toGMTString(); } value = escape(value); document.cookie = name + "=" + value + ";" + (expires != -1 ? " expires=" + expires + ";" : "") + (path ? "path=" + path : "") + (domain ? "; domain=" + domain : "") + (secure ? "; secure" : ""); }; dojo.io.cookie.set = dojo.io.cookie.setCookie; dojo.io.cookie.getCookie = function (name) { var idx = document.cookie.lastIndexOf(name + "="); if (idx == -1) { return null; } var value = document.cookie.substring(idx + name.length + 1); var end = value.indexOf(";"); if (end == -1) { end = value.length; } value = value.substring(0, end); value = unescape(value); return value; }; dojo.io.cookie.get = dojo.io.cookie.getCookie; dojo.io.cookie.deleteCookie = function (name) { dojo.io.cookie.setCookie(name, "-", 0); }; dojo.io.cookie.setObjectCookie = function (name, obj, days, path, domain, secure, clearCurrent) { if (arguments.length == 5) { clearCurrent = domain; domain = null; secure = null; } var pairs = [], cookie, value = ""; if (!clearCurrent) { cookie = dojo.io.cookie.getObjectCookie(name); } if (days >= 0) { if (!cookie) { cookie = {}; } for (var prop in obj) { if (obj[prop] == null) { delete cookie[prop]; } else { if ((typeof obj[prop] == "string") || (typeof obj[prop] == "number")) { cookie[prop] = obj[prop]; } } } prop = null; for (var prop in cookie) { pairs.push(escape(prop) + "=" + escape(cookie[prop])); } value = pairs.join("&"); } dojo.io.cookie.setCookie(name, value, days, path, domain, secure); }; dojo.io.cookie.getObjectCookie = function (name) { var values = null, cookie = dojo.io.cookie.getCookie(name); if (cookie) { values = {}; var pairs = cookie.split("&"); for (var i = 0; i < pairs.length; i++) { var pair = pairs[i].split("="); var value = pair[1]; if (isNaN(value)) { value = unescape(pair[1]); } values[unescape(pair[0])] = value; } } return values; }; dojo.io.cookie.isSupported = function () { if (typeof navigator.cookieEnabled != "boolean") { dojo.io.cookie.setCookie("__TestingYourBrowserForCookieSupport__", "CookiesAllowed", 90, null); var cookieVal = dojo.io.cookie.getCookie("__TestingYourBrowserForCookieSupport__"); navigator.cookieEnabled = (cookieVal == "CookiesAllowed"); if (navigator.cookieEnabled) { this.deleteCookie("__TestingYourBrowserForCookieSupport__"); } } return navigator.cookieEnabled; }; if (!dojo.io.cookies) { dojo.io.cookies = dojo.io.cookie; } PK mMit**src/io/ScriptSrcIO.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.io.ScriptSrcIO"); dojo.require("dojo.io.BrowserIO"); dojo.require("dojo.undo.browser"); dojo.io.ScriptSrcTransport = new function () { this.preventCache = false; this.maxUrlLength = 1000; this.inFlightTimer = null; this.DsrStatusCodes = {Continue:100, Ok:200, Error:500}; this.startWatchingInFlight = function () { if (!this.inFlightTimer) { this.inFlightTimer = setInterval("dojo.io.ScriptSrcTransport.watchInFlight();", 100); } }; this.watchInFlight = function () { var totalCount = 0; var doneCount = 0; for (var param in this._state) { totalCount++; var currentState = this._state[param]; if (currentState.isDone) { doneCount++; delete this._state[param]; } else { if (!currentState.isFinishing) { var listener = currentState.kwArgs; try { if (currentState.checkString && eval("typeof(" + currentState.checkString + ") != 'undefined'")) { currentState.isFinishing = true; this._finish(currentState, "load"); doneCount++; delete this._state[param]; } else { if (listener.timeoutSeconds && listener.timeout) { if (currentState.startTime + (listener.timeoutSeconds * 1000) < (new Date()).getTime()) { currentState.isFinishing = true; this._finish(currentState, "timeout"); doneCount++; delete this._state[param]; } } else { if (!listener.timeoutSeconds) { doneCount++; } } } } catch (e) { currentState.isFinishing = true; this._finish(currentState, "error", {status:this.DsrStatusCodes.Error, response:e}); } } } } if (doneCount >= totalCount) { clearInterval(this.inFlightTimer); this.inFlightTimer = null; } }; this.canHandle = function (kwArgs) { return dojo.lang.inArray(["text/javascript", "text/json", "application/json"], (kwArgs["mimetype"].toLowerCase())) && (kwArgs["method"].toLowerCase() == "get") && !(kwArgs["formNode"] && dojo.io.formHasFile(kwArgs["formNode"])) && (!kwArgs["sync"] || kwArgs["sync"] == false) && !kwArgs["file"] && !kwArgs["multipart"]; }; this.removeScripts = function () { var scripts = document.getElementsByTagName("script"); for (var i = 0; scripts && i < scripts.length; i++) { var scriptTag = scripts[i]; if (scriptTag.className == "ScriptSrcTransport") { var parent = scriptTag.parentNode; parent.removeChild(scriptTag); i--; } } }; this.bind = function (kwArgs) { var url = kwArgs.url; var query = ""; if (kwArgs["formNode"]) { var ta = kwArgs.formNode.getAttribute("action"); if ((ta) && (!kwArgs["url"])) { url = ta; } var tp = kwArgs.formNode.getAttribute("method"); if ((tp) && (!kwArgs["method"])) { kwArgs.method = tp; } query += dojo.io.encodeForm(kwArgs.formNode, kwArgs.encoding, kwArgs["formFilter"]); } if (url.indexOf("#") > -1) { dojo.debug("Warning: dojo.io.bind: stripping hash values from url:", url); url = url.split("#")[0]; } var urlParts = url.split("?"); if (urlParts && urlParts.length == 2) { url = urlParts[0]; query += (query ? "&" : "") + urlParts[1]; } if (kwArgs["backButton"] || kwArgs["back"] || kwArgs["changeUrl"]) { dojo.undo.browser.addToHistory(kwArgs); } var id = kwArgs["apiId"] ? kwArgs["apiId"] : "id" + this._counter++; var content = kwArgs["content"]; var jsonpName = kwArgs.jsonParamName; if (kwArgs.sendTransport || jsonpName) { if (!content) { content = {}; } if (kwArgs.sendTransport) { content["dojo.transport"] = "scriptsrc"; } if (jsonpName) { content[jsonpName] = "dojo.io.ScriptSrcTransport._state." + id + ".jsonpCall"; } } if (kwArgs.postContent) { query = kwArgs.postContent; } else { if (content) { query += ((query) ? "&" : "") + dojo.io.argsFromMap(content, kwArgs.encoding, jsonpName); } } if (kwArgs["apiId"]) { kwArgs["useRequestId"] = true; } var state = {"id":id, "idParam":"_dsrid=" + id, "url":url, "query":query, "kwArgs":kwArgs, "startTime":(new Date()).getTime(), "isFinishing":false}; if (!url) { this._finish(state, "error", {status:this.DsrStatusCodes.Error, statusText:"url.none"}); return; } if (content && content[jsonpName]) { state.jsonp = content[jsonpName]; state.jsonpCall = function (data) { if (data["Error"] || data["error"]) { if (dojo["json"] && dojo["json"]["serialize"]) { dojo.debug(dojo.json.serialize(data)); } dojo.io.ScriptSrcTransport._finish(this, "error", data); } else { dojo.io.ScriptSrcTransport._finish(this, "load", data); } }; } if (kwArgs["useRequestId"] || kwArgs["checkString"] || state["jsonp"]) { this._state[id] = state; } if (kwArgs["checkString"]) { state.checkString = kwArgs["checkString"]; } state.constantParams = (kwArgs["constantParams"] == null ? "" : kwArgs["constantParams"]); if (kwArgs["preventCache"] || (this.preventCache == true && kwArgs["preventCache"] != false)) { state.nocacheParam = "dojo.preventCache=" + new Date().valueOf(); } else { state.nocacheParam = ""; } var urlLength = state.url.length + state.query.length + state.constantParams.length + state.nocacheParam.length + this._extraPaddingLength; if (kwArgs["useRequestId"]) { urlLength += state.idParam.length; } if (!kwArgs["checkString"] && kwArgs["useRequestId"] && !state["jsonp"] && !kwArgs["forceSingleRequest"] && urlLength > this.maxUrlLength) { if (url > this.maxUrlLength) { this._finish(state, "error", {status:this.DsrStatusCodes.Error, statusText:"url.tooBig"}); return; } else { this._multiAttach(state, 1); } } else { var queryParams = [state.constantParams, state.nocacheParam, state.query]; if (kwArgs["useRequestId"] && !state["jsonp"]) { queryParams.unshift(state.idParam); } var finalUrl = this._buildUrl(state.url, queryParams); state.finalUrl = finalUrl; this._attach(state.id, finalUrl); } this.startWatchingInFlight(); }; this._counter = 1; this._state = {}; this._extraPaddingLength = 16; this._buildUrl = function (url, nameValueArray) { var finalUrl = url; var joiner = "?"; for (var i = 0; i < nameValueArray.length; i++) { if (nameValueArray[i]) { finalUrl += joiner + nameValueArray[i]; joiner = "&"; } } return finalUrl; }; this._attach = function (id, url) { var element = document.createElement("script"); element.type = "text/javascript"; element.src = url; element.id = id; element.className = "ScriptSrcTransport"; document.getElementsByTagName("head")[0].appendChild(element); }; this._multiAttach = function (state, part) { if (state.query == null) { this._finish(state, "error", {status:this.DsrStatusCodes.Error, statusText:"query.null"}); return; } if (!state.constantParams) { state.constantParams = ""; } var queryMax = this.maxUrlLength - state.idParam.length - state.constantParams.length - state.url.length - state.nocacheParam.length - this._extraPaddingLength; var isDone = state.query.length < queryMax; var currentQuery; if (isDone) { currentQuery = state.query; state.query = null; } else { var ampEnd = state.query.lastIndexOf("&", queryMax - 1); var eqEnd = state.query.lastIndexOf("=", queryMax - 1); if (ampEnd > eqEnd || eqEnd == queryMax - 1) { currentQuery = state.query.substring(0, ampEnd); state.query = state.query.substring(ampEnd + 1, state.query.length); } else { currentQuery = state.query.substring(0, queryMax); var queryName = currentQuery.substring((ampEnd == -1 ? 0 : ampEnd + 1), eqEnd); state.query = queryName + "=" + state.query.substring(queryMax, state.query.length); } } var queryParams = [currentQuery, state.idParam, state.constantParams, state.nocacheParam]; if (!isDone) { queryParams.push("_part=" + part); } var url = this._buildUrl(state.url, queryParams); this._attach(state.id + "_" + part, url); }; this._finish = function (state, callback, event) { if (callback != "partOk" && !state.kwArgs[callback] && !state.kwArgs["handle"]) { if (callback == "error") { state.isDone = true; throw event; } } else { switch (callback) { case "load": var response = event ? event.response : null; if (!response) { response = event; } state.kwArgs[(typeof state.kwArgs.load == "function") ? "load" : "handle"]("load", response, event, state.kwArgs); state.isDone = true; break; case "partOk": var part = parseInt(event.response.part, 10) + 1; if (event.response.constantParams) { state.constantParams = event.response.constantParams; } this._multiAttach(state, part); state.isDone = false; break; case "error": state.kwArgs[(typeof state.kwArgs.error == "function") ? "error" : "handle"]("error", event.response, event, state.kwArgs); state.isDone = true; break; default: state.kwArgs[(typeof state.kwArgs[callback] == "function") ? callback : "handle"](callback, event, event, state.kwArgs); state.isDone = true; } } }; dojo.io.transports.addTransport("ScriptSrcTransport"); }; window.onscriptload = function (event) { var state = null; var transport = dojo.io.ScriptSrcTransport; if (transport._state[event.id]) { state = transport._state[event.id]; } else { var tempState; for (var param in transport._state) { tempState = transport._state[param]; if (tempState.finalUrl && tempState.finalUrl == event.id) { state = tempState; break; } } if (state == null) { var scripts = document.getElementsByTagName("script"); for (var i = 0; scripts && i < scripts.length; i++) { var scriptTag = scripts[i]; if (scriptTag.getAttribute("class") == "ScriptSrcTransport" && scriptTag.src == event.id) { state = transport._state[scriptTag.id]; break; } } } if (state == null) { throw "No matching state for onscriptload event.id: " + event.id; } } var callbackName = "error"; switch (event.status) { case dojo.io.ScriptSrcTransport.DsrStatusCodes.Continue: callbackName = "partOk"; break; case dojo.io.ScriptSrcTransport.DsrStatusCodes.Ok: callbackName = "load"; break; } transport._finish(state, callbackName, event); }; PK mMhsrc/io/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({common:["dojo.io.common"], rhino:["dojo.io.RhinoIO"], browser:["dojo.io.BrowserIO", "dojo.io.cookie"], dashboard:["dojo.io.BrowserIO", "dojo.io.cookie"]}); dojo.provide("dojo.io.*"); PK mMcYsrc/lang/array.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.lang.array"); dojo.require("dojo.lang.common"); dojo.lang.mixin(dojo.lang, {has:function (obj, name) { try { return typeof obj[name] != "undefined"; } catch (e) { return false; } }, isEmpty:function (obj) { if (dojo.lang.isObject(obj)) { var tmp = {}; var count = 0; for (var x in obj) { if (obj[x] && (!tmp[x])) { count++; break; } } return count == 0; } else { if (dojo.lang.isArrayLike(obj) || dojo.lang.isString(obj)) { return obj.length == 0; } } }, map:function (arr, obj, unary_func) { var isString = dojo.lang.isString(arr); if (isString) { arr = arr.split(""); } if (dojo.lang.isFunction(obj) && (!unary_func)) { unary_func = obj; obj = dj_global; } else { if (dojo.lang.isFunction(obj) && unary_func) { var tmpObj = obj; obj = unary_func; unary_func = tmpObj; } } if (Array.map) { var outArr = Array.map(arr, unary_func, obj); } else { var outArr = []; for (var i = 0; i < arr.length; ++i) { outArr.push(unary_func.call(obj, arr[i])); } } if (isString) { return outArr.join(""); } else { return outArr; } }, reduce:function (arr, initialValue, obj, binary_func) { var reducedValue = initialValue; if (arguments.length == 2) { binary_func = initialValue; reducedValue = arr[0]; arr = arr.slice(1); } else { if (arguments.length == 3) { if (dojo.lang.isFunction(obj)) { binary_func = obj; obj = null; } } else { if (dojo.lang.isFunction(obj)) { var tmp = binary_func; binary_func = obj; obj = tmp; } } } var ob = obj || dj_global; dojo.lang.map(arr, function (val) { reducedValue = binary_func.call(ob, reducedValue, val); }); return reducedValue; }, forEach:function (anArray, callback, thisObject) { if (dojo.lang.isString(anArray)) { anArray = anArray.split(""); } if (Array.forEach) { Array.forEach(anArray, callback, thisObject); } else { if (!thisObject) { thisObject = dj_global; } for (var i = 0, l = anArray.length; i < l; i++) { callback.call(thisObject, anArray[i], i, anArray); } } }, _everyOrSome:function (every, arr, callback, thisObject) { if (dojo.lang.isString(arr)) { arr = arr.split(""); } if (Array.every) { return Array[every ? "every" : "some"](arr, callback, thisObject); } else { if (!thisObject) { thisObject = dj_global; } for (var i = 0, l = arr.length; i < l; i++) { var result = callback.call(thisObject, arr[i], i, arr); if (every && !result) { return false; } else { if ((!every) && (result)) { return true; } } } return Boolean(every); } }, every:function (arr, callback, thisObject) { return this._everyOrSome(true, arr, callback, thisObject); }, some:function (arr, callback, thisObject) { return this._everyOrSome(false, arr, callback, thisObject); }, filter:function (arr, callback, thisObject) { var isString = dojo.lang.isString(arr); if (isString) { arr = arr.split(""); } var outArr; if (Array.filter) { outArr = Array.filter(arr, callback, thisObject); } else { if (!thisObject) { if (arguments.length >= 3) { dojo.raise("thisObject doesn't exist!"); } thisObject = dj_global; } outArr = []; for (var i = 0; i < arr.length; i++) { if (callback.call(thisObject, arr[i], i, arr)) { outArr.push(arr[i]); } } } if (isString) { return outArr.join(""); } else { return outArr; } }, unnest:function () { var out = []; for (var i = 0; i < arguments.length; i++) { if (dojo.lang.isArrayLike(arguments[i])) { var add = dojo.lang.unnest.apply(this, arguments[i]); out = out.concat(add); } else { out.push(arguments[i]); } } return out; }, toArray:function (arrayLike, startOffset) { var array = []; for (var i = startOffset || 0; i < arrayLike.length; i++) { array.push(arrayLike[i]); } return array; }}); PK mMpf+ + src/lang/extras.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.lang.extras"); dojo.require("dojo.lang.common"); dojo.lang.setTimeout = function (func, delay) { var context = window, argsStart = 2; if (!dojo.lang.isFunction(func)) { context = func; func = delay; delay = arguments[2]; argsStart++; } if (dojo.lang.isString(func)) { func = context[func]; } var args = []; for (var i = argsStart; i < arguments.length; i++) { args.push(arguments[i]); } return dojo.global().setTimeout(function () { func.apply(context, args); }, delay); }; dojo.lang.clearTimeout = function (timer) { dojo.global().clearTimeout(timer); }; dojo.lang.getNameInObj = function (ns, item) { if (!ns) { ns = dj_global; } for (var x in ns) { if (ns[x] === item) { return new String(x); } } return null; }; dojo.lang.shallowCopy = function (obj, deep) { var i, ret; if (obj === null) { return null; } if (dojo.lang.isObject(obj)) { ret = new obj.constructor(); for (i in obj) { if (dojo.lang.isUndefined(ret[i])) { ret[i] = deep ? dojo.lang.shallowCopy(obj[i], deep) : obj[i]; } } } else { if (dojo.lang.isArray(obj)) { ret = []; for (i = 0; i < obj.length; i++) { ret[i] = deep ? dojo.lang.shallowCopy(obj[i], deep) : obj[i]; } } else { ret = obj; } } return ret; }; dojo.lang.firstValued = function () { for (var i = 0; i < arguments.length; i++) { if (typeof arguments[i] != "undefined") { return arguments[i]; } } return undefined; }; dojo.lang.getObjPathValue = function (objpath, context, create) { with (dojo.parseObjPath(objpath, context, create)) { return dojo.evalProp(prop, obj, create); } }; dojo.lang.setObjPathValue = function (objpath, value, context, create) { dojo.deprecated("dojo.lang.setObjPathValue", "use dojo.parseObjPath and the '=' operator", "0.6"); if (arguments.length < 4) { create = true; } with (dojo.parseObjPath(objpath, context, create)) { if (obj && (create || (prop in obj))) { obj[prop] = value; } } }; PK mMsrc/lang/timing/Timer.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.lang.timing.Timer"); dojo.require("dojo.lang.func"); dojo.lang.timing.Timer = function (interval) { this.timer = null; this.isRunning = false; this.interval = interval; this.onStart = null; this.onStop = null; }; dojo.extend(dojo.lang.timing.Timer, {onTick:function () { }, setInterval:function (interval) { if (this.isRunning) { dj_global.clearInterval(this.timer); } this.interval = interval; if (this.isRunning) { this.timer = dj_global.setInterval(dojo.lang.hitch(this, "onTick"), this.interval); } }, start:function () { if (typeof this.onStart == "function") { this.onStart(); } this.isRunning = true; this.timer = dj_global.setInterval(dojo.lang.hitch(this, "onTick"), this.interval); }, stop:function () { if (typeof this.onStop == "function") { this.onStop(); } this.isRunning = false; dj_global.clearInterval(this.timer); }}); PK mMJI, src/lang.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.lang"); dojo.require("dojo.lang.common"); dojo.deprecated("dojo.lang", "replaced by dojo.lang.common", "0.5"); PK mMS0C0Csrc/lfx/rounded.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.lfx.rounded"); dojo.require("dojo.lang.common"); dojo.require("dojo.html.common"); dojo.require("dojo.html.style"); dojo.require("dojo.html.display"); dojo.require("dojo.html.layout"); dojo.lfx.rounded = function (settings) { var options = {validTags:settings.validTags || ["div"], autoPad:settings.autoPad != null ? settings.autoPad : true, antiAlias:settings.antiAlias != null ? settings.antiAlias : true, radii:{tl:(settings.tl && settings.tl.radius != null) ? settings.tl.radius : 5, tr:(settings.tr && settings.tr.radius != null) ? settings.tr.radius : 5, bl:(settings.bl && settings.bl.radius != null) ? settings.bl.radius : 5, br:(settings.br && settings.br.radius != null) ? settings.br.radius : 5}}; var nodes; if (typeof (arguments[1]) == "string") { nodes = dojo.html.getElementsByClass(arguments[1]); } else { if (dojo.lang.isArrayLike(arguments[1])) { nodes = arguments[1]; for (var i = 0; i < nodes.length; i++) { nodes[i] = dojo.byId(nodes[i]); } } } if (nodes.length == 0) { return; } for (var i = 0; i < nodes.length; i++) { dojo.lfx.rounded.applyCorners(options, nodes[i]); } }; dojo.lfx.rounded.applyCorners = function (options, node) { var top = null; var bottom = null; var contentNode = null; var fns = dojo.lfx.rounded._fns; var width = node.offsetWidth; var height = node.offsetHeight; var borderWidth = parseInt(dojo.html.getComputedStyle(node, "border-top-width")); var borderColor = dojo.html.getComputedStyle(node, "border-top-color"); var color = dojo.html.getComputedStyle(node, "background-color"); var bgImage = dojo.html.getComputedStyle(node, "background-image"); var position = dojo.html.getComputedStyle(node, "position"); var padding = parseInt(dojo.html.getComputedStyle(node, "padding-top")); var format = {height:height, width:width, borderWidth:borderWidth, color:fns.getRGB(color), padding:padding, borderColor:fns.getRGB(borderColor), borderString:borderWidth + "px" + " solid " + fns.getRGB(borderColor), bgImage:((bgImage != "none") ? bgImage : ""), content:node.innerHTML}; if (!dojo.html.isPositionAbsolute(node)) { node.style.position = "relative"; } node.style.padding = "0px"; if (dojo.render.html.ie && width == "auto" && height == "auto") { node.style.width = "100%"; } if (options.autoPad && format.padding > 0) { node.innerHTML = ""; } var topHeight = Math.max(options.radii.tl, options.radii.tr); var bottomHeight = Math.max(options.radii.bl, options.radii.br); if (options.radii.tl || options.radii.tr) { top = document.createElement("div"); top.style.width = "100%"; top.style.fontSize = "1px"; top.style.overflow = "hidden"; top.style.position = "absolute"; top.style.paddingLeft = format.borderWidth + "px"; top.style.paddingRight = format.borderWidth + "px"; top.style.height = topHeight + "px"; top.style.top = (0 - topHeight) + "px"; top.style.left = (0 - format.borderWidth) + "px"; node.appendChild(top); } if (options.radii.bl || options.radii.br) { bottom = document.createElement("div"); bottom.style.width = "100%"; bottom.style.fontSize = "1px"; bottom.style.overflow = "hidden"; bottom.style.position = "absolute"; bottom.style.paddingLeft = format.borderWidth + "px"; bottom.style.paddingRight = format.borderWidth + "px"; bottom.style.height = bottomHeight + "px"; bottom.style.bottom = (0 - bottomHeight) + "px"; bottom.style.left = (0 - format.borderWidth) + "px"; node.appendChild(bottom); } if (top) { node.style.borderTopWidth = "0px"; } if (bottom) { node.style.borderBottomWidth = "0px"; } var corners = ["tr", "tl", "br", "bl"]; for (var i = 0; i < corners.length; i++) { var cc = corners[i]; if (options.radii[cc] == 0) { if ((cc.charAt(0) == "t" && top) || (cc.charAt(0) == "b" && bottom)) { var corner = document.createElement("div"); corner.style.position = "relative"; corner.style.fontSize = "1px;"; corner.style.overflow = "hidden"; if (format.bgImage == "") { corner.style.backgroundColor = format.color; } else { corner.style.backgroundImage = format.bgImage; } switch (cc) { case "tl": corner.style.height = topHeight - format.borderWidth + "px"; corner.style.marginRight = options.radii[cc] - (format.borderWidth * 2) + "px"; corner.style.borderLeft = format.borderString; corner.style.borderTop = format.borderString; corner.style.left = -format.borderWidth + "px"; break; case "tr": corner.style.height = topHeight - format.borderWidth + "px"; corner.style.marginLeft = options.radii[cc] - (format.borderWidth * 2) + "px"; corner.style.borderRight = format.borderString; corner.style.borderTop = format.borderString; corner.style.backgroundPosition = "-" + (topHeight - format.borderWidth) + "px 0px"; corner.style.left = format.borderWidth + "px"; break; case "bl": corner.style.height = bottomHeight - format.borderWidth + "px"; corner.style.marginRight = options.radii[cc] - (format.borderWidth * 2) + "px"; corner.style.borderLeft = format.borderString; corner.style.borderBottom = format.borderString; corner.style.left = format.borderWidth + "px"; corner.style.backgroundPosition = "-" + format.borderWidth + "px -" + (format.height + (bottomHeight + format.borderWidth)) + "px"; break; case "br": corner.style.height = bottomHeight - format.borderWidth + "px"; corner.style.marginLeft = options.radii[cc] - (format.borderWidth * 2) + "px"; corner.style.borderRight = format.borderString; corner.style.borderBottom = format.borderString; corner.style.left = format.borderWidth + "px"; corner.style.backgroundPosition = "-" + (bottomHeight + format.borderWidth) + "px -" + (format.height + (bottomHeight + format.borderWidth)) + "px"; break; } } } else { var corner = document.createElement("div"); corner.style.height = options.radii[cc] + "px"; corner.style.width = options.radii[cc] + "px"; corner.style.position = "absolute"; corner.style.fontSize = "1px"; corner.style.overflow = "hidden"; var borderRadius = Math.floor(options.radii[cc] - format.borderWidth); for (var x = 0, j = options.radii[cc]; x < j; x++) { var y1 = Math.floor(Math.sqrt(Math.pow(borderRadius, 2) - Math.pow((x + 1), 2))) - 1; if ((x + 1) >= borderRadius) { var y1 = -1; } var y2 = Math.ceil(Math.sqrt(Math.pow(borderRadius, 2) - Math.pow(x, 2))); if (x >= borderRadius) { y2 = -1; } var y3 = Math.floor(Math.sqrt(Math.pow(j, 2) - Math.pow((x + 1), 2))) - 1; if ((x + 1) >= j) { y3 = -1; } var y4 = Math.ceil(Math.sqrt(Math.pow(j, 2) - Math.pow(x, 2))); if (x >= j) { y4 = -1; } if (y1 > -1) { fns.draw(x, 0, format.color, 100, (y1 + 1), corner, -1, j, topHeight, format); } for (var y = (y1 + 1); y < y2; y++) { if (options.antiAlias) { if (format.bgImage != "") { var fract = fns.fraction(x, y, borderRadius) * 100; if (fract < 30) { fns.draw(x, y, format.borderColor, 100, 1, corner, 0, options.radii[cc], topHeight, format); } else { fns.draw(x, y, format.borderColor, 100, 1, corner, -1, options.radii[cc], topHeight, format); } } else { var clr = fns.blend(format.color, format.borderColor, fns.fraction(x, y, borderRadius)); fns.draw(x, y, clr, 100, 1, corner, 0, options.radii[cc], topHeight, format); } } } if (options.antiAlias) { if (y3 >= y2) { if (y2 == -1) { y2 = 0; } fns.draw(x, y2, format.borderColor, 100, (y3 - y2 + 1), corner, 0, 0, topHeight, format); } else { if (y3 >= y1) { fns.draw(x, (y1 + 1), format.borderColor, 100, (y3 - y1), corner, 0, 0, topHeight, format); } } for (var y = (y3 + 1); y < y4; y++) { fns.draw(x, y, format.borderColor, (fns.fraction(x, y, j) * 100), 1, corner, (format.borderWidth > 0 ? 0 : -1), options.radii[cc], topHeight, format); } } else { y3 = y1; } } if (cc != "br") { for (var t = 0, k = corner.childNodes.length; t < k; t++) { var bar = corner.childNodes[t]; var barTop = parseInt(dojo.html.getComputedStyle(bar, "top")); var barLeft = parseInt(dojo.html.getComputedStyle(bar, "left")); var barHeight = parseInt(dojo.html.getComputedStyle(bar, "height")); if (cc.charAt(1) == "l") { bar.style.left = (options.radii[cc] - barLeft - 1) + "px"; } if (cc == "tr") { bar.style.top = (options.radii[cc] - barHeight - barTop) + "px"; bar.style.backgroundPosition = "-" + Math.abs((format.width - options.radii[cc] + format.borderWidth) + barLeft) + "px -" + Math.abs(options.radii[cc] - barHeight - barTop - format.borderWidth) + "px"; } else { if (cc == "tl") { bar.style.top = (options.radii[cc] - barHeight - barTop) + "px"; bar.style.backgroundPosition = "-" + Math.abs((options.radii[cc] - barLeft - 1) - format.borderWidth) + "px -" + Math.abs(options.radii[cc] - barHeight - barTop - format.borderWidth) + "px"; } else { bar.style.backgroundPosition = "-" + Math.abs((options.radii[cc] + barLeft) + format.borderWidth) + "px -" + Math.abs((format.height + options.radii[cc] + barTop) - format.borderWidth) + "px"; } } } } } if (corner) { var psn = []; if (cc.charAt(0) == "t") { psn.push("top"); } else { psn.push("bottom"); } if (cc.charAt(1) == "l") { psn.push("left"); } else { psn.push("right"); } if (corner.style.position == "absolute") { for (var z = 0; z < psn.length; z++) { corner.style[psn[z]] = "0px"; } } if (psn[0] == "top") { if (top) { top.appendChild(corner); } } else { if (bottom) { bottom.appendChild(corner); } } } } var diff = {t:Math.abs(options.radii.tl - options.radii.tr), b:Math.abs(options.radii.bl - options.radii.br)}; for (var z in diff) { var smaller = (options.radii[z + "l"] < options.radii[z + "r"] ? z + "l" : z + "r"); var filler = document.createElement("div"); filler.style.height = diff[z] + "px"; filler.style.width = options.radii[smaller] + "px"; filler.style.position = "absolute"; filler.style.fontSize = "1px"; filler.style.overflow = "hidden"; filler.style.backgroundColor = format.color; switch (smaller) { case "tl": filler.style.bottom = "0px"; filler.style.left = "0px"; filler.style.borderLeft = format.borderString; top.appendChild(filler); break; case "tr": filler.style.bottom = "0px"; filler.style.right = "0px"; filler.style.borderRight = format.borderString; top.appendChild(filler); break; case "bl": filler.style.top = "0px"; filler.style.left = "0px"; filler.style.borderLeft = format.borderString; bottom.appendChild(filler); break; case "br": filler.style.top = "0px"; filler.style.right = "0px"; filler.style.borderRight = format.borderString; bottom.appendChild(filler); break; } var fillBar = document.createElement("div"); fillBar.style.position = "relative"; fillBar.style.fontSize = "1px"; fillBar.style.overflow = "hidden"; fillBar.style.backgroundColor = format.color; fillBar.style.backgroundImage = format.bgImage; if (z == "t") { if (top) { if (options.radii.tl && options.radii.tr) { fillBar.style.height = (topHeight - format.borderWidth) + "px"; fillBar.style.marginLeft = (options.radii.tl - format.borderWidth) + "px"; fillBar.style.marginRight = (options.radii.tr - format.borderWidth) + "px"; fillBar.style.borderTop = format.borderString; if (format.bgImage != "") { fillBar.style.backgroundPosition = "-" + (topHeight + format.borderWidth) + "px 0px"; } } top.appendChild(fillBar); } } else { if (bottom) { if (options.radii.bl && options.radii.br) { fillBar.style.height = (bottomHeight - format.borderWidth) + "px"; fillBar.style.marginLeft = (options.radii.bl - format.borderWidth) + "px"; fillBar.style.marginRight = (options.radii.br - format.borderWidth) + "px"; fillBar.style.borderBottom = format.borderString; if (format.bgImage != "") { fillBar.style.backgroundPosition = "-" + (bottomHeight + format.borderWidth) + "px -" + (format.height + (topHeight + format.borderWidth)) + "px"; } } bottom.appendChild(fillBar); } } } if (options.autoPad && format.padding > 0) { var content = document.createElement("div"); content.style.position = "relative"; content.innerHTML = format.content; content.className = "autoPadDiv"; if (topHeight < format.padding) { content.style.paddingTop = Math.abs(topHeight - format.padding) + "px"; } if (bottomHeight < format.padding) { content.style.paddingBottom = Math.abs(bottomHeight - format.padding) + "px"; } content.style.paddingLeft = format.padding + "px"; content.style.paddingRight = format.padding + "px"; node.appendChild(content); } }; var count = 0; dojo.lfx.rounded._fns = {blend:function (clr1, clr2, frac) { var c1 = {r:parseInt(clr1.substr(1, 2), 16), g:parseInt(clr1.substr(3, 2), 16), b:parseInt(clr1.substr(5, 2), 16)}; var c2 = {r:parseInt(clr2.substr(1, 2), 16), g:parseInt(clr2.substr(3, 2), 16), b:parseInt(clr2.substr(5, 2), 16)}; if (frac > 1 || frac < 0) { frac = 1; } var ret = [Math.min(Math.max(Math.round((c1.r * frac) + (c2.r * (1 - frac))), 0), 255), Math.min(Math.max(Math.round((c1.g * frac) + (c2.g * (1 - frac))), 0), 255), Math.min(Math.max(Math.round((c1.b * frac) + (c2.b * (1 - frac))), 0), 255)]; for (var i = 0; i < ret.length; i++) { var n = ret[i].toString(16); if (n.length < 2) { n = "0" + n; } ret[i] = n; } return "#" + ret.join(""); }, fraction:function (x, y, r) { var frac = 0; var xval = []; var yval = []; var point = 0; var whatsides = ""; var intersect = Math.sqrt((Math.pow(r, 2) - Math.pow(x, 2))); if (intersect >= y && intersect < (y + 1)) { whatsides = "Left"; xval[point] = 0; yval[point++] = intersect - y; } intersect = Math.sqrt((Math.pow(r, 2) - Math.pow(y + 1, 2))); if (intersect >= x && intersect < (x + 1)) { whatsides += "Top"; xval[point] = intersect - x; yval[point++] = 1; } intersect = Math.sqrt((Math.pow(r, 2) - Math.pow(x + 1, 2))); if (intersect >= y && intersect < (y + 1)) { whatsides += "Right"; xval[point] = 1; yval[point++] = intersect - y; } intersect = Math.sqrt((Math.pow(r, 2) - Math.pow(y, 2))); if (intersect >= x && intersect < (x + 1)) { whatsides += "Bottom"; xval[point] = intersect - x; yval[point] = 1; } switch (whatsides) { case "LeftRight": return Math.min(yval[0], yval[1]) + ((Math.max(yval[0], yval[1]) - Math.min(yval[0], yval[1])) / 2); case "TopRight": return 1 - (((1 - xval[0]) * (1 - yval[1])) / 2); case "TopBottom": return Math.min(xval[0], xval[1]) + ((Math.max(xval[0], xval[1]) - Math.min(xval[0], xval[1])) / 2); case "LeftBottom": return (yval[0] * xval[1]) / 2; default: return 1; } }, draw:function (x, y, color, opac, height, corner, image, radius, top, format) { var px = document.createElement("div"); px.style.height = height + "px"; px.style.width = "1px"; px.style.position = "absolute"; px.style.fontSize = "1px"; px.style.overflow = "hidden"; if (image == -1 && format.bgImage != "") { px.style.backgroundImage = format.bgImage; px.style.backgroundPosition = "-" + (format.width - (radius - x) + format.borderWidth) + "px -" + ((format.height + top + y) - format.borderWidth) + "px"; } else { px.style.backgroundColor = color; } if (opac != 100) { dojo.html.setOpacity(px, (opac / 100)); } px.style.top = y + "px"; px.style.left = x + "px"; corner.appendChild(px); }, getRGB:function (clr) { var ret = "#ffffff"; if (clr != "" && clr != "transparent") { if (clr.substr(0, 3) == "rgb") { var t = clr.substring(4, clr.indexOf(")")); t = t.split(","); for (var i = 0; i < t.length; i++) { var n = parseInt(t[i]).toString(16); if (n.length < 2) { n = "0" + n; } t[i] = n; } ret = "#" + t.join(""); } else { if (clr.length == 4) { ret = "#" + clr.substring(1, 2) + clr.substring(1, 2) + clr.substring(2, 3) + clr.substring(2, 3) + clr.substring(3, 4) + clr.substring(3, 4); } else { ret = clr; } } } return ret; }}; PK mMqD1D1src/loader_xd.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.hostenv.resetXd = function () { this.isXDomain = djConfig.useXDomain || false; this.xdTimer = 0; this.xdInFlight = {}; this.xdOrderedReqs = []; this.xdDepMap = {}; this.xdContents = []; this.xdDefList = []; }; dojo.hostenv.resetXd(); dojo.hostenv.createXdPackage = function (contents, resourceName, resourcePath) { var deps = []; var depRegExp = /dojo.(requireLocalization|require|requireIf|requireAll|provide|requireAfterIf|requireAfter|kwCompoundRequire|conditionalRequire|hostenv\.conditionalLoadModule|.hostenv\.loadModule|hostenv\.moduleLoaded)\(([\w\W]*?)\)/mg; var match; while ((match = depRegExp.exec(contents)) != null) { if (match[1] == "requireLocalization") { eval(match[0]); } else { deps.push("\"" + match[1] + "\", " + match[2]); } } var output = []; output.push("dojo.hostenv.packageLoaded({\n"); if (deps.length > 0) { output.push("depends: ["); for (var i = 0; i < deps.length; i++) { if (i > 0) { output.push(",\n"); } output.push("[" + deps[i] + "]"); } output.push("],"); } output.push("\ndefinePackage: function(dojo){"); output.push(contents); output.push("\n}, resourceName: '" + resourceName + "', resourcePath: '" + resourcePath + "'});"); return output.join(""); }; dojo.hostenv.loadPath = function (relpath, module, cb) { var colonIndex = relpath.indexOf(":"); var slashIndex = relpath.indexOf("/"); var uri; var currentIsXDomain = false; if (colonIndex > 0 && colonIndex < slashIndex) { uri = relpath; this.isXDomain = currentIsXDomain = true; } else { uri = this.getBaseScriptUri() + relpath; colonIndex = uri.indexOf(":"); slashIndex = uri.indexOf("/"); if (colonIndex > 0 && colonIndex < slashIndex && (!location.host || uri.indexOf("http://" + location.host) != 0)) { this.isXDomain = currentIsXDomain = true; } } if (djConfig.cacheBust && dojo.render.html.capable) { uri += "?" + String(djConfig.cacheBust).replace(/\W+/g, ""); } try { return ((!module || this.isXDomain) ? this.loadUri(uri, cb, currentIsXDomain, module) : this.loadUriAndCheck(uri, module, cb)); } catch (e) { dojo.debug(e); return false; } }; dojo.hostenv.loadUri = function (uri, cb, currentIsXDomain, module) { if (this.loadedUris[uri]) { return 1; } if (this.isXDomain && module) { if (uri.indexOf("__package__") != -1) { module += ".*"; } this.xdOrderedReqs.push(module); if (currentIsXDomain || uri.indexOf("/nls/") == -1) { this.xdInFlight[module] = true; this.inFlightCount++; } if (!this.xdTimer) { this.xdTimer = setInterval("dojo.hostenv.watchInFlightXDomain();", 100); } this.xdStartTime = (new Date()).getTime(); } if (currentIsXDomain) { var lastIndex = uri.lastIndexOf("."); if (lastIndex <= 0) { lastIndex = uri.length - 1; } var xdUri = uri.substring(0, lastIndex) + ".xd"; if (lastIndex != uri.length - 1) { xdUri += uri.substring(lastIndex, uri.length); } var element = document.createElement("script"); element.type = "text/javascript"; element.src = xdUri; if (!this.headElement) { this.headElement = document.getElementsByTagName("head")[0]; if (!this.headElement) { this.headElement = document.getElementsByTagName("html")[0]; } } this.headElement.appendChild(element); } else { var contents = this.getText(uri, null, true); if (contents == null) { return 0; } if (this.isXDomain && uri.indexOf("/nls/") == -1) { var pkg = this.createXdPackage(contents, module, uri); dj_eval(pkg); } else { if (cb) { contents = "(" + contents + ")"; } var value = dj_eval(contents); if (cb) { cb(value); } } } this.loadedUris[uri] = true; return 1; }; dojo.hostenv.packageLoaded = function (pkg) { var deps = pkg.depends; var requireList = null; var requireAfterList = null; var provideList = []; if (deps && deps.length > 0) { var dep = null; var insertHint = 0; var attachedPackage = false; for (var i = 0; i < deps.length; i++) { dep = deps[i]; if (dep[0] == "provide" || dep[0] == "hostenv.moduleLoaded") { provideList.push(dep[1]); } else { if (!requireList) { requireList = []; } if (!requireAfterList) { requireAfterList = []; } var unpackedDeps = this.unpackXdDependency(dep); if (unpackedDeps.requires) { requireList = requireList.concat(unpackedDeps.requires); } if (unpackedDeps.requiresAfter) { requireAfterList = requireAfterList.concat(unpackedDeps.requiresAfter); } } var depType = dep[0]; var objPath = depType.split("."); if (objPath.length == 2) { dojo[objPath[0]][objPath[1]].apply(dojo[objPath[0]], dep.slice(1)); } else { dojo[depType].apply(dojo, dep.slice(1)); } } var contentIndex = this.xdContents.push({content:pkg.definePackage, resourceName:pkg["resourceName"], resourcePath:pkg["resourcePath"], isDefined:false}) - 1; for (var i = 0; i < provideList.length; i++) { this.xdDepMap[provideList[i]] = {requires:requireList, requiresAfter:requireAfterList, contentIndex:contentIndex}; } for (var i = 0; i < provideList.length; i++) { this.xdInFlight[provideList[i]] = false; } } }; dojo.hostenv.xdLoadFlattenedBundle = function (moduleName, bundleName, locale, bundleData) { locale = locale || "root"; var jsLoc = dojo.hostenv.normalizeLocale(locale).replace("-", "_"); var bundlePackage = [moduleName, "nls", bundleName].join("."); var bundle = dojo.hostenv.startPackage(bundlePackage); bundle[jsLoc] = bundleData; var mapName = [moduleName, jsLoc, bundleName].join("."); var bundleMap = dojo.hostenv.xdBundleMap[mapName]; if (bundleMap) { for (var param in bundleMap) { bundle[param] = bundleData; } } }; dojo.hostenv.xdBundleMap = {}; dojo.xdRequireLocalization = function (moduleName, bundleName, locale, availableFlatLocales) { var locales = availableFlatLocales.split(","); var jsLoc = dojo.hostenv.normalizeLocale(locale); var bestLocale = ""; for (var i = 0; i < locales.length; i++) { if (jsLoc.indexOf(locales[i]) == 0) { if (locales[i].length > bestLocale.length) { bestLocale = locales[i]; } } } var fixedBestLocale = bestLocale.replace("-", "_"); var bundlePackage = dojo.evalObjPath([moduleName, "nls", bundleName].join(".")); if (bundlePackage && bundlePackage[fixedBestLocale]) { bundle[jsLoc.replace("-", "_")] = bundlePackage[fixedBestLocale]; } else { var mapName = [moduleName, (fixedBestLocale || "root"), bundleName].join("."); var bundleMap = dojo.hostenv.xdBundleMap[mapName]; if (!bundleMap) { bundleMap = dojo.hostenv.xdBundleMap[mapName] = {}; } bundleMap[jsLoc.replace("-", "_")] = true; dojo.require(moduleName + ".nls" + (bestLocale ? "." + bestLocale : "") + "." + bundleName); } }; (function () { var extra = djConfig.extraLocale; if (extra) { if (!extra instanceof Array) { extra = [extra]; } dojo._xdReqLoc = dojo.xdRequireLocalization; dojo.xdRequireLocalization = function (m, b, locale, fLocales) { dojo._xdReqLoc(m, b, locale, fLocales); if (locale) { return; } for (var i = 0; i < extra.length; i++) { dojo._xdReqLoc(m, b, extra[i], fLocales); } }; } })(); dojo.hostenv.unpackXdDependency = function (dep) { var newDeps = null; var newAfterDeps = null; switch (dep[0]) { case "requireIf": case "requireAfterIf": case "conditionalRequire": if ((dep[1] === true) || (dep[1] == "common") || (dep[1] && dojo.render[dep[1]].capable)) { newDeps = [{name:dep[2], content:null}]; } break; case "requireAll": dep.shift(); newDeps = dep; dojo.hostenv.flattenRequireArray(newDeps); break; case "kwCompoundRequire": case "hostenv.conditionalLoadModule": var modMap = dep[1]; var common = modMap["common"] || []; var newDeps = (modMap[dojo.hostenv.name_]) ? common.concat(modMap[dojo.hostenv.name_] || []) : common.concat(modMap["default"] || []); dojo.hostenv.flattenRequireArray(newDeps); break; case "require": case "requireAfter": case "hostenv.loadModule": newDeps = [{name:dep[1], content:null}]; break; } if (dep[0] == "requireAfterIf" || dep[0] == "requireIf") { newAfterDeps = newDeps; newDeps = null; } return {requires:newDeps, requiresAfter:newAfterDeps}; }; dojo.hostenv.xdWalkReqs = function () { var reqChain = null; var req; for (var i = 0; i < this.xdOrderedReqs.length; i++) { req = this.xdOrderedReqs[i]; if (this.xdDepMap[req]) { reqChain = [req]; reqChain[req] = true; this.xdEvalReqs(reqChain); } } }; dojo.hostenv.xdEvalReqs = function (reqChain) { while (reqChain.length > 0) { var req = reqChain[reqChain.length - 1]; var pkg = this.xdDepMap[req]; if (pkg) { var reqs = pkg.requires; if (reqs && reqs.length > 0) { var nextReq; for (var i = 0; i < reqs.length; i++) { nextReq = reqs[i].name; if (nextReq && !reqChain[nextReq]) { reqChain.push(nextReq); reqChain[nextReq] = true; this.xdEvalReqs(reqChain); } } } var contents = this.xdContents[pkg.contentIndex]; if (!contents.isDefined) { var content = contents.content; content["resourceName"] = contents["resourceName"]; content["resourcePath"] = contents["resourcePath"]; this.xdDefList.push(content); contents.isDefined = true; } this.xdDepMap[req] = null; var reqs = pkg.requiresAfter; if (reqs && reqs.length > 0) { var nextReq; for (var i = 0; i < reqs.length; i++) { nextReq = reqs[i].name; if (nextReq && !reqChain[nextReq]) { reqChain.push(nextReq); reqChain[nextReq] = true; this.xdEvalReqs(reqChain); } } } } reqChain.pop(); } }; dojo.hostenv.clearXdInterval = function () { clearInterval(this.xdTimer); this.xdTimer = 0; }; dojo.hostenv.watchInFlightXDomain = function () { var waitInterval = (djConfig.xdWaitSeconds || 15) * 1000; if (this.xdStartTime + waitInterval < (new Date()).getTime()) { this.clearXdInterval(); var noLoads = ""; for (var param in this.xdInFlight) { if (this.xdInFlight[param]) { noLoads += param + " "; } } dojo.raise("Could not load cross-domain packages: " + noLoads); } for (var param in this.xdInFlight) { if (this.xdInFlight[param]) { return; } } this.clearXdInterval(); this.xdWalkReqs(); var defLength = this.xdDefList.length; for (var i = 0; i < defLength; i++) { var content = dojo.hostenv.xdDefList[i]; if (djConfig["debugAtAllCosts"] && content["resourceName"]) { if (!this["xdDebugQueue"]) { this.xdDebugQueue = []; } this.xdDebugQueue.push({resourceName:content.resourceName, resourcePath:content.resourcePath}); } else { content(dojo); } } for (var i = 0; i < this.xdContents.length; i++) { var current = this.xdContents[i]; if (current.content && !current.isDefined) { current.content(dojo); } } this.resetXd(); if (this["xdDebugQueue"] && this.xdDebugQueue.length > 0) { this.xdDebugFileLoaded(); } else { this.xdNotifyLoaded(); } }; dojo.hostenv.xdNotifyLoaded = function () { this.inFlightCount = 0; if (this._djInitFired && !this.loadNotifying) { this.callLoaded(); } }; dojo.hostenv.flattenRequireArray = function (target) { if (target) { for (var i = 0; i < target.length; i++) { if (target[i] instanceof Array) { target[i] = {name:target[i][0], content:null}; } else { target[i] = {name:target[i], content:null}; } } } }; dojo.hostenv.xdHasCalledPreload = false; dojo.hostenv.xdRealCallLoaded = dojo.hostenv.callLoaded; dojo.hostenv.callLoaded = function () { if (this.xdHasCalledPreload || dojo.hostenv.getModulePrefix("dojo") == "src" || !this.localesGenerated) { this.xdRealCallLoaded(); } else { if (this.localesGenerated) { this.registerNlsPrefix = function () { dojo.registerModulePath("nls", dojo.hostenv.getModulePrefix("dojo") + "/../nls"); }; this.preloadLocalizations(); } } this.xdHasCalledPreload = true; }; PK mMdsrc/math/matrix.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.math.matrix"); dojo.math.matrix.iDF = 0; dojo.math.matrix.ALMOST_ZERO = 1e-10; dojo.math.matrix.multiply = function (a, b) { var ay = a.length; var ax = a[0].length; var by = b.length; var bx = b[0].length; if (ax != by) { dojo.debug("Can't multiply matricies of sizes " + ax + "," + ay + " and " + bx + "," + by); return [[0]]; } var c = []; for (var k = 0; k < ay; k++) { c[k] = []; for (var i = 0; i < bx; i++) { c[k][i] = 0; for (var m = 0; m < ax; m++) { c[k][i] += a[k][m] * b[m][i]; } } } return c; }; dojo.math.matrix.product = function () { if (arguments.length == 0) { dojo.debug("can't multiply 0 matrices!"); return 1; } var result = arguments[0]; for (var i = 1; i < arguments.length; i++) { result = dojo.math.matrix.multiply(result, arguments[i]); } return result; }; dojo.math.matrix.sum = function () { if (arguments.length == 0) { dojo.debug("can't sum 0 matrices!"); return 0; } var result = dojo.math.matrix.copy(arguments[0]); var rows = result.length; if (rows == 0) { dojo.debug("can't deal with matrices of 0 rows!"); return 0; } var cols = result[0].length; if (cols == 0) { dojo.debug("can't deal with matrices of 0 cols!"); return 0; } for (var i = 1; i < arguments.length; ++i) { var arg = arguments[i]; if (arg.length != rows || arg[0].length != cols) { dojo.debug("can't add matrices of different dimensions: first dimensions were " + rows + "x" + cols + ", current dimensions are " + arg.length + "x" + arg[0].length); return 0; } for (var r = 0; r < rows; r++) { for (var c = 0; c < cols; c++) { result[r][c] += arg[r][c]; } } } return result; }; dojo.math.matrix.inverse = function (a) { if (a.length == 1 && a[0].length == 1) { return [[1 / a[0][0]]]; } var tms = a.length; var m = dojo.math.matrix.create(tms, tms); var mm = dojo.math.matrix.adjoint(a); var det = dojo.math.matrix.determinant(a); var dd = 0; if (det == 0) { dojo.debug("Determinant Equals 0, Not Invertible."); return [[0]]; } else { dd = 1 / det; } for (var i = 0; i < tms; i++) { for (var j = 0; j < tms; j++) { m[i][j] = dd * mm[i][j]; } } return m; }; dojo.math.matrix.determinant = function (a) { if (a.length != a[0].length) { dojo.debug("Can't calculate the determiant of a non-squre matrix!"); return 0; } var tms = a.length; var det = 1; var b = dojo.math.matrix.upperTriangle(a); for (var i = 0; i < tms; i++) { var bii = b[i][i]; if (Math.abs(bii) < dojo.math.matrix.ALMOST_ZERO) { return 0; } det *= bii; } det = det * dojo.math.matrix.iDF; return det; }; dojo.math.matrix.upperTriangle = function (m) { m = dojo.math.matrix.copy(m); var f1 = 0; var temp = 0; var tms = m.length; var v = 1; dojo.math.matrix.iDF = 1; for (var col = 0; col < tms - 1; col++) { if (typeof m[col][col] != "number") { dojo.debug("non-numeric entry found in a numeric matrix: m[" + col + "][" + col + "]=" + m[col][col]); } v = 1; var stop_loop = 0; while ((m[col][col] == 0) && !stop_loop) { if (col + v >= tms) { dojo.math.matrix.iDF = 0; stop_loop = 1; } else { for (var r = 0; r < tms; r++) { temp = m[col][r]; m[col][r] = m[col + v][r]; m[col + v][r] = temp; } v++; dojo.math.matrix.iDF *= -1; } } for (var row = col + 1; row < tms; row++) { if (typeof m[row][col] != "number") { dojo.debug("non-numeric entry found in a numeric matrix: m[" + row + "][" + col + "]=" + m[row][col]); } if (typeof m[col][row] != "number") { dojo.debug("non-numeric entry found in a numeric matrix: m[" + col + "][" + row + "]=" + m[col][row]); } if (m[col][col] != 0) { var f1 = (-1) * m[row][col] / m[col][col]; for (var i = col; i < tms; i++) { m[row][i] = f1 * m[col][i] + m[row][i]; } } } } return m; }; dojo.math.matrix.create = function (a, b, value) { if (!value) { value = 0; } var m = []; for (var i = 0; i < b; i++) { m[i] = []; for (var j = 0; j < a; j++) { m[i][j] = value; } } return m; }; dojo.math.matrix.ones = function (a, b) { return dojo.math.matrix.create(a, b, 1); }; dojo.math.matrix.zeros = function (a, b) { return dojo.math.matrix.create(a, b, 0); }; dojo.math.matrix.identity = function (size, scale) { if (!scale) { scale = 1; } var m = []; for (var i = 0; i < size; i++) { m[i] = []; for (var j = 0; j < size; j++) { m[i][j] = (i == j ? scale : 0); } } return m; }; dojo.math.matrix.adjoint = function (a) { var tms = a.length; if (tms <= 1) { dojo.debug("Can't find the adjoint of a matrix with a dimension less than 2"); return [[0]]; } if (a.length != a[0].length) { dojo.debug("Can't find the adjoint of a non-square matrix"); return [[0]]; } var m = dojo.math.matrix.create(tms, tms); var ii = 0; var jj = 0; var ia = 0; var ja = 0; var det = 0; var ap = dojo.math.matrix.create(tms - 1, tms - 1); for (var i = 0; i < tms; i++) { for (var j = 0; j < tms; j++) { ia = 0; for (ii = 0; ii < tms; ii++) { if (ii == i) { continue; } ja = 0; for (jj = 0; jj < tms; jj++) { if (jj == j) { continue; } ap[ia][ja] = a[ii][jj]; ja++; } ia++; } det = dojo.math.matrix.determinant(ap); m[i][j] = Math.pow(-1, (i + j)) * det; } } m = dojo.math.matrix.transpose(m); return m; }; dojo.math.matrix.transpose = function (a) { var m = dojo.math.matrix.create(a.length, a[0].length); for (var i = 0; i < a.length; i++) { for (var j = 0; j < a[i].length; j++) { m[j][i] = a[i][j]; } } return m; }; dojo.math.matrix.format = function (a, decimal_points) { if (arguments.length <= 1) { decimal_points = 5; } function format_int(x, dp) { var fac = Math.pow(10, dp); var a = Math.round(x * fac) / fac; var b = a.toString(); if (b.charAt(0) != "-") { b = " " + b; } var has_dp = 0; for (var i = 1; i < b.length; i++) { if (b.charAt(i) == ".") { has_dp = 1; } } if (!has_dp) { b += "."; } while (b.length < dp + 3) { b += "0"; } return b; } var ya = a.length; var xa = ya > 0 ? a[0].length : 0; var buffer = ""; for (var y = 0; y < ya; y++) { buffer += "| "; for (var x = 0; x < xa; x++) { buffer += format_int(a[y][x], decimal_points) + " "; } buffer += "|\n"; } return buffer; }; dojo.math.matrix.copy = function (a) { var ya = a.length; var xa = a[0].length; var m = dojo.math.matrix.create(xa, ya); for (var y = 0; y < ya; y++) { for (var x = 0; x < xa; x++) { m[y][x] = a[y][x]; } } return m; }; dojo.math.matrix.scale = function (k, a) { a = dojo.math.matrix.copy(a); var ya = a.length; var xa = a[0].length; for (var y = 0; y < ya; y++) { for (var x = 0; x < xa; x++) { a[y][x] *= k; } } return a; }; PK mMߡ{Msrc/namespaces/dojo.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.namespaces.dojo"); dojo.require("dojo.ns"); (function(){ // Mapping of all widget short names to their full package names // This is used for widget autoloading - no dojo.require() is necessary. // If you use a widget in markup or create one dynamically, then this // mapping is used to find and load any dependencies not already loaded. // You should use your own namespace for any custom widgets. // For extra widgets you use, dojo.declare() may be used to explicitly load them. // Experimental and deprecated widgets are not included in this table var map = { html: { "accordioncontainer": "dojo.widget.AccordionContainer", "animatedpng": "dojo.widget.AnimatedPng", "button": "dojo.widget.Button", "chart": "dojo.widget.Chart", "checkbox": "dojo.widget.Checkbox", "clock": "dojo.widget.Clock", "colorpalette": "dojo.widget.ColorPalette", "combobox": "dojo.widget.ComboBox", "combobutton": "dojo.widget.Button", "contentpane": "dojo.widget.ContentPane", "currencytextbox": "dojo.widget.CurrencyTextbox", "datepicker": "dojo.widget.DatePicker", "datetextbox": "dojo.widget.DateTextbox", "debugconsole": "dojo.widget.DebugConsole", "dialog": "dojo.widget.Dialog", "dropdownbutton": "dojo.widget.Button", "dropdowndatepicker": "dojo.widget.DropdownDatePicker", "dropdowntimepicker": "dojo.widget.DropdownTimePicker", "emaillisttextbox": "dojo.widget.InternetTextbox", "emailtextbox": "dojo.widget.InternetTextbox", "editor": "dojo.widget.Editor", "editor2": "dojo.widget.Editor2", "filteringtable": "dojo.widget.FilteringTable", "fisheyelist": "dojo.widget.FisheyeList", "fisheyelistitem": "dojo.widget.FisheyeList", "floatingpane": "dojo.widget.FloatingPane", "modalfloatingpane": "dojo.widget.FloatingPane", "form": "dojo.widget.Form", "googlemap": "dojo.widget.GoogleMap", "inlineeditbox": "dojo.widget.InlineEditBox", "integerspinner": "dojo.widget.Spinner", "integertextbox": "dojo.widget.IntegerTextbox", "ipaddresstextbox": "dojo.widget.InternetTextbox", "layoutcontainer": "dojo.widget.LayoutContainer", "linkpane": "dojo.widget.LinkPane", "popupmenu2": "dojo.widget.Menu2", "menuitem2": "dojo.widget.Menu2", "menuseparator2": "dojo.widget.Menu2", "menubar2": "dojo.widget.Menu2", "menubaritem2": "dojo.widget.Menu2", "pagecontainer": "dojo.widget.PageContainer", "pagecontroller": "dojo.widget.PageContainer", "popupcontainer": "dojo.widget.PopupContainer", "progressbar": "dojo.widget.ProgressBar", "radiogroup": "dojo.widget.RadioGroup", "realnumbertextbox": "dojo.widget.RealNumberTextbox", "regexptextbox": "dojo.widget.RegexpTextbox", "repeater": "dojo.widget.Repeater", "resizabletextarea": "dojo.widget.ResizableTextarea", "richtext": "dojo.widget.RichText", "select": "dojo.widget.Select", "show": "dojo.widget.Show", "showaction": "dojo.widget.ShowAction", "showslide": "dojo.widget.ShowSlide", "slidervertical": "dojo.widget.Slider", "sliderhorizontal": "dojo.widget.Slider", "slider":"dojo.widget.Slider", "slideshow": "dojo.widget.SlideShow", "sortabletable": "dojo.widget.SortableTable", "splitcontainer": "dojo.widget.SplitContainer", "tabcontainer": "dojo.widget.TabContainer", "tabcontroller": "dojo.widget.TabContainer", "taskbar": "dojo.widget.TaskBar", "textbox": "dojo.widget.Textbox", "timepicker": "dojo.widget.TimePicker", "timetextbox": "dojo.widget.DateTextbox", "titlepane": "dojo.widget.TitlePane", "toaster": "dojo.widget.Toaster", "toggler": "dojo.widget.Toggler", "toolbar": "dojo.widget.Toolbar", "toolbarcontainer": "dojo.widget.Toolbar", "toolbaritem": "dojo.widget.Toolbar", "toolbarbuttongroup": "dojo.widget.Toolbar", "toolbarbutton": "dojo.widget.Toolbar", "toolbardialog": "dojo.widget.Toolbar", "toolbarmenu": "dojo.widget.Toolbar", "toolbarseparator": "dojo.widget.Toolbar", "toolbarspace": "dojo.widget.Toolbar", "toolbarselect": "dojo.widget.Toolbar", "toolbarcolordialog": "dojo.widget.Toolbar", "tooltip": "dojo.widget.Tooltip", "tree": "dojo.widget.Tree", "treebasiccontroller": "dojo.widget.TreeBasicController", "treecontextmenu": "dojo.widget.TreeContextMenu", "treedisablewrapextension": "dojo.widget.TreeDisableWrapExtension", "treedociconextension": "dojo.widget.TreeDocIconExtension", "treeeditor": "dojo.widget.TreeEditor", "treeemphasizeonselect": "dojo.widget.TreeEmphasizeOnSelect", "treeexpandtonodeonselect": "dojo.widget.TreeExpandToNodeOnSelect", "treelinkextension": "dojo.widget.TreeLinkExtension", "treeloadingcontroller": "dojo.widget.TreeLoadingController", "treemenuitem": "dojo.widget.TreeContextMenu", "treenode": "dojo.widget.TreeNode", "treerpccontroller": "dojo.widget.TreeRPCController", "treeselector": "dojo.widget.TreeSelector", "treetoggleonselect": "dojo.widget.TreeToggleOnSelect", "treev3": "dojo.widget.TreeV3", "treebasiccontrollerv3": "dojo.widget.TreeBasicControllerV3", "treecontextmenuv3": "dojo.widget.TreeContextMenuV3", "treedndcontrollerv3": "dojo.widget.TreeDndControllerV3", "treeloadingcontrollerv3": "dojo.widget.TreeLoadingControllerV3", "treemenuitemv3": "dojo.widget.TreeContextMenuV3", "treerpccontrollerv3": "dojo.widget.TreeRpcControllerV3", "treeselectorv3": "dojo.widget.TreeSelectorV3", "urltextbox": "dojo.widget.InternetTextbox", "usphonenumbertextbox": "dojo.widget.UsTextbox", "ussocialsecuritynumbertextbox": "dojo.widget.UsTextbox", "usstatetextbox": "dojo.widget.UsTextbox", "usziptextbox": "dojo.widget.UsTextbox", "validationtextbox": "dojo.widget.ValidationTextbox", "treeloadingcontroller": "dojo.widget.TreeLoadingController", "wizardcontainer": "dojo.widget.Wizard", "wizardpane": "dojo.widget.Wizard", "yahoomap": "dojo.widget.YahooMap" }, svg: { "chart": "dojo.widget.svg.Chart" }, vml: { "chart": "dojo.widget.vml.Chart" } }; dojo.addDojoNamespaceMapping = function(/*String*/shortName, /*String*/packageName){ // summary: // Add an entry to the mapping table for the dojo: namespace // // shortName: the name to be used as the widget's tag name in the dojo: namespace // packageName: the path to the Javascript module in dotted package notation map[shortName]=packageName; }; function dojoNamespaceResolver(name, domain){ if(!domain){ domain="html"; } if(!map[domain]){ return null; } return map[domain][name]; } dojo.registerNamespaceResolver("dojo", dojoNamespaceResolver); })(); PK mM%)#0#0 src/regexp.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.regexp"); dojo.evalObjPath("dojo.regexp.us", true); dojo.regexp.tld = function (flags) { flags = (typeof flags == "object") ? flags : {}; if (typeof flags.allowCC != "boolean") { flags.allowCC = true; } if (typeof flags.allowInfra != "boolean") { flags.allowInfra = true; } if (typeof flags.allowGeneric != "boolean") { flags.allowGeneric = true; } var infraRE = "arpa"; var genericRE = "aero|biz|com|coop|edu|gov|info|int|mil|museum|name|net|org|pro|travel|xxx|jobs|mobi|post"; var ccRE = "ac|ad|ae|af|ag|ai|al|am|an|ao|aq|ar|as|at|au|aw|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|" + "bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cx|cy|cz|de|dj|dk|dm|do|dz|" + "ec|ee|eg|er|eu|es|et|fi|fj|fk|fm|fo|fr|ga|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|" + "gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kr|kw|ky|kz|" + "la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|" + "my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|" + "re|ro|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sk|sl|sm|sn|sr|st|su|sv|sy|sz|tc|td|tf|tg|th|tj|tk|tm|" + "tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|yu|za|zm|zw"; var a = []; if (flags.allowInfra) { a.push(infraRE); } if (flags.allowGeneric) { a.push(genericRE); } if (flags.allowCC) { a.push(ccRE); } var tldRE = ""; if (a.length > 0) { tldRE = "(" + a.join("|") + ")"; } return tldRE; }; dojo.regexp.ipAddress = function (flags) { flags = (typeof flags == "object") ? flags : {}; if (typeof flags.allowDottedDecimal != "boolean") { flags.allowDottedDecimal = true; } if (typeof flags.allowDottedHex != "boolean") { flags.allowDottedHex = true; } if (typeof flags.allowDottedOctal != "boolean") { flags.allowDottedOctal = true; } if (typeof flags.allowDecimal != "boolean") { flags.allowDecimal = true; } if (typeof flags.allowHex != "boolean") { flags.allowHex = true; } if (typeof flags.allowIPv6 != "boolean") { flags.allowIPv6 = true; } if (typeof flags.allowHybrid != "boolean") { flags.allowHybrid = true; } var dottedDecimalRE = "((\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])\\.){3}(\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])"; var dottedHexRE = "(0[xX]0*[\\da-fA-F]?[\\da-fA-F]\\.){3}0[xX]0*[\\da-fA-F]?[\\da-fA-F]"; var dottedOctalRE = "(0+[0-3][0-7][0-7]\\.){3}0+[0-3][0-7][0-7]"; var decimalRE = "(0|[1-9]\\d{0,8}|[1-3]\\d{9}|4[01]\\d{8}|42[0-8]\\d{7}|429[0-3]\\d{6}|" + "4294[0-8]\\d{5}|42949[0-5]\\d{4}|429496[0-6]\\d{3}|4294967[01]\\d{2}|42949672[0-8]\\d|429496729[0-5])"; var hexRE = "0[xX]0*[\\da-fA-F]{1,8}"; var ipv6RE = "([\\da-fA-F]{1,4}\\:){7}[\\da-fA-F]{1,4}"; var hybridRE = "([\\da-fA-F]{1,4}\\:){6}" + "((\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])\\.){3}(\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])"; var a = []; if (flags.allowDottedDecimal) { a.push(dottedDecimalRE); } if (flags.allowDottedHex) { a.push(dottedHexRE); } if (flags.allowDottedOctal) { a.push(dottedOctalRE); } if (flags.allowDecimal) { a.push(decimalRE); } if (flags.allowHex) { a.push(hexRE); } if (flags.allowIPv6) { a.push(ipv6RE); } if (flags.allowHybrid) { a.push(hybridRE); } var ipAddressRE = ""; if (a.length > 0) { ipAddressRE = "(" + a.join("|") + ")"; } return ipAddressRE; }; dojo.regexp.host = function (flags) { flags = (typeof flags == "object") ? flags : {}; if (typeof flags.allowIP != "boolean") { flags.allowIP = true; } if (typeof flags.allowLocal != "boolean") { flags.allowLocal = false; } if (typeof flags.allowPort != "boolean") { flags.allowPort = true; } var domainNameRE = "([0-9a-zA-Z]([-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?\\.)+" + dojo.regexp.tld(flags); var portRE = (flags.allowPort) ? "(\\:" + dojo.regexp.integer({signed:false}) + ")?" : ""; var hostNameRE = domainNameRE; if (flags.allowIP) { hostNameRE += "|" + dojo.regexp.ipAddress(flags); } if (flags.allowLocal) { hostNameRE += "|localhost"; } return "(" + hostNameRE + ")" + portRE; }; dojo.regexp.url = function (flags) { flags = (typeof flags == "object") ? flags : {}; if (typeof flags.scheme == "undefined") { flags.scheme = [true, false]; } var protocolRE = dojo.regexp.buildGroupRE(flags.scheme, function (q) { if (q) { return "(https?|ftps?)\\://"; } return ""; }); var pathRE = "(/([^?#\\s/]+/)*)?([^?#\\s/]+(\\?[^?#\\s/]*)?(#[A-Za-z][\\w.:-]*)?)?"; return protocolRE + dojo.regexp.host(flags) + pathRE; }; dojo.regexp.emailAddress = function (flags) { flags = (typeof flags == "object") ? flags : {}; if (typeof flags.allowCruft != "boolean") { flags.allowCruft = false; } flags.allowPort = false; var usernameRE = "([\\da-z]+[-._+&'])*[\\da-z]+"; var emailAddressRE = usernameRE + "@" + dojo.regexp.host(flags); if (flags.allowCruft) { emailAddressRE = "?"; } return emailAddressRE; }; dojo.regexp.emailAddressList = function (flags) { flags = (typeof flags == "object") ? flags : {}; if (typeof flags.listSeparator != "string") { flags.listSeparator = "\\s;,"; } var emailAddressRE = dojo.regexp.emailAddress(flags); var emailAddressListRE = "(" + emailAddressRE + "\\s*[" + flags.listSeparator + "]\\s*)*" + emailAddressRE + "\\s*[" + flags.listSeparator + "]?\\s*"; return emailAddressListRE; }; dojo.regexp.integer = function (flags) { flags = (typeof flags == "object") ? flags : {}; if (typeof flags.signed == "undefined") { flags.signed = [true, false]; } if (typeof flags.separator == "undefined") { flags.separator = ""; } else { if (typeof flags.groupSize == "undefined") { flags.groupSize = 3; } } var signRE = dojo.regexp.buildGroupRE(flags.signed, function (q) { return q ? "[-+]" : ""; }); var numberRE = dojo.regexp.buildGroupRE(flags.separator, function (sep) { if (sep == "") { return "(0|[1-9]\\d*)"; } var grp = flags.groupSize, grp2 = flags.groupSize2; if (typeof grp2 != "undefined") { var grp2RE = "(0|[1-9]\\d{0," + (grp2 - 1) + "}([" + sep + "]\\d{" + grp2 + "})*[" + sep + "]\\d{" + grp + "})"; return ((grp - grp2) > 0) ? "(" + grp2RE + "|(0|[1-9]\\d{0," + (grp - 1) + "}))" : grp2RE; } return "(0|[1-9]\\d{0," + (grp - 1) + "}([" + sep + "]\\d{" + grp + "})*)"; }); return signRE + numberRE; }; dojo.regexp.realNumber = function (flags) { flags = (typeof flags == "object") ? flags : {}; if (typeof flags.places != "number") { flags.places = Infinity; } if (typeof flags.decimal != "string") { flags.decimal = "."; } if (typeof flags.fractional == "undefined") { flags.fractional = [true, false]; } if (typeof flags.exponent == "undefined") { flags.exponent = [true, false]; } if (typeof flags.eSigned == "undefined") { flags.eSigned = [true, false]; } var integerRE = dojo.regexp.integer(flags); var decimalRE = dojo.regexp.buildGroupRE(flags.fractional, function (q) { var re = ""; if (q && (flags.places > 0)) { re = "\\" + flags.decimal; if (flags.places == Infinity) { re = "(" + re + "\\d+)?"; } else { re = re + "\\d{" + flags.places + "}"; } } return re; }); var exponentRE = dojo.regexp.buildGroupRE(flags.exponent, function (q) { if (q) { return "([eE]" + dojo.regexp.integer({signed:flags.eSigned}) + ")"; } return ""; }); return integerRE + decimalRE + exponentRE; }; dojo.regexp.currency = function (flags) { flags = (typeof flags == "object") ? flags : {}; if (typeof flags.signed == "undefined") { flags.signed = [true, false]; } if (typeof flags.symbol == "undefined") { flags.symbol = "$"; } if (typeof flags.placement != "string") { flags.placement = "before"; } if (typeof flags.signPlacement != "string") { flags.signPlacement = "before"; } if (typeof flags.separator == "undefined") { flags.separator = ","; } if (typeof flags.fractional == "undefined" && typeof flags.cents != "undefined") { dojo.deprecated("dojo.regexp.currency: flags.cents", "use flags.fractional instead", "0.5"); flags.fractional = flags.cents; } if (typeof flags.decimal != "string") { flags.decimal = "."; } var signRE = dojo.regexp.buildGroupRE(flags.signed, function (q) { if (q) { return "[-+]"; } return ""; }); var symbolRE = dojo.regexp.buildGroupRE(flags.symbol, function (symbol) { return "\\s?" + symbol.replace(/([.$?*!=:|\\\/^])/g, "\\$1") + "\\s?"; }); switch (flags.signPlacement) { case "before": symbolRE = signRE + symbolRE; break; case "after": symbolRE = symbolRE + signRE; break; } var flagsCopy = flags; flagsCopy.signed = false; flagsCopy.exponent = false; var numberRE = dojo.regexp.realNumber(flagsCopy); var currencyRE; switch (flags.placement) { case "before": currencyRE = symbolRE + numberRE; break; case "after": currencyRE = numberRE + symbolRE; break; } switch (flags.signPlacement) { case "around": currencyRE = "(" + currencyRE + "|" + "\\(" + currencyRE + "\\)" + ")"; break; case "begin": currencyRE = signRE + currencyRE; break; case "end": currencyRE = currencyRE + signRE; break; } return currencyRE; }; dojo.regexp.us.state = function (flags) { flags = (typeof flags == "object") ? flags : {}; if (typeof flags.allowTerritories != "boolean") { flags.allowTerritories = true; } if (typeof flags.allowMilitary != "boolean") { flags.allowMilitary = true; } var statesRE = "AL|AK|AZ|AR|CA|CO|CT|DE|DC|FL|GA|HI|ID|IL|IN|IA|KS|KY|LA|ME|MD|MA|MI|MN|MS|MO|MT|" + "NE|NV|NH|NJ|NM|NY|NC|ND|OH|OK|OR|PA|RI|SC|SD|TN|TX|UT|VT|VA|WA|WV|WI|WY"; var territoriesRE = "AS|FM|GU|MH|MP|PW|PR|VI"; var militaryRE = "AA|AE|AP"; if (flags.allowTerritories) { statesRE += "|" + territoriesRE; } if (flags.allowMilitary) { statesRE += "|" + militaryRE; } return "(" + statesRE + ")"; }; dojo.regexp.time = function (flags) { dojo.deprecated("dojo.regexp.time", "Use dojo.date.parse instead", "0.5"); flags = (typeof flags == "object") ? flags : {}; if (typeof flags.format == "undefined") { flags.format = "h:mm:ss t"; } if (typeof flags.amSymbol != "string") { flags.amSymbol = "AM"; } if (typeof flags.pmSymbol != "string") { flags.pmSymbol = "PM"; } var timeRE = function (format) { format = format.replace(/([.$?*!=:|{}\(\)\[\]\\\/^])/g, "\\$1"); var amRE = flags.amSymbol.replace(/([.$?*!=:|{}\(\)\[\]\\\/^])/g, "\\$1"); var pmRE = flags.pmSymbol.replace(/([.$?*!=:|{}\(\)\[\]\\\/^])/g, "\\$1"); format = format.replace("hh", "(0[1-9]|1[0-2])"); format = format.replace("h", "([1-9]|1[0-2])"); format = format.replace("HH", "([01][0-9]|2[0-3])"); format = format.replace("H", "([0-9]|1[0-9]|2[0-3])"); format = format.replace("mm", "([0-5][0-9])"); format = format.replace("m", "([1-5][0-9]|[0-9])"); format = format.replace("ss", "([0-5][0-9])"); format = format.replace("s", "([1-5][0-9]|[0-9])"); format = format.replace("t", "\\s?(" + amRE + "|" + pmRE + ")\\s?"); return format; }; return dojo.regexp.buildGroupRE(flags.format, timeRE); }; dojo.regexp.numberFormat = function (flags) { flags = (typeof flags == "object") ? flags : {}; if (typeof flags.format == "undefined") { flags.format = "###-###-####"; } var digitRE = function (format) { format = format.replace(/([.$*!=:|{}\(\)\[\]\\\/^])/g, "\\$1"); format = format.replace(/\?/g, "\\d?"); format = format.replace(/#/g, "\\d"); return format; }; return dojo.regexp.buildGroupRE(flags.format, digitRE); }; dojo.regexp.buildGroupRE = function (a, re) { if (!(a instanceof Array)) { return re(a); } var b = []; for (var i = 0; i < a.length; i++) { b.push(re(a[i])); } return "(" + b.join("|") + ")"; }; PK mM'ɲ  src/rpc/RpcService.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.rpc.RpcService"); dojo.require("dojo.io.*"); dojo.require("dojo.json"); dojo.require("dojo.lang.func"); dojo.require("dojo.Deferred"); dojo.rpc.RpcService = function (url) { if (url) { this.connect(url); } }; dojo.lang.extend(dojo.rpc.RpcService, {strictArgChecks:true, serviceUrl:"", parseResults:function (obj) { return obj; }, errorCallback:function (deferredRequestHandler) { return function (type, e) { deferredRequestHandler.errback(new Error(e.message)); }; }, resultCallback:function (deferredRequestHandler) { var tf = dojo.lang.hitch(this, function (type, obj, e) { if (obj["error"] != null) { var err = new Error(obj.error); err.id = obj.id; deferredRequestHandler.errback(err); } else { var results = this.parseResults(obj); deferredRequestHandler.callback(results); } }); return tf; }, generateMethod:function (method, parameters, url) { return dojo.lang.hitch(this, function () { var deferredRequestHandler = new dojo.Deferred(); if ((this.strictArgChecks) && (parameters != null) && (arguments.length != parameters.length)) { dojo.raise("Invalid number of parameters for remote method."); } else { this.bind(method, arguments, deferredRequestHandler, url); } return deferredRequestHandler; }); }, processSmd:function (object) { dojo.debug("RpcService: Processing returned SMD."); if (object.methods) { dojo.lang.forEach(object.methods, function (m) { if (m && m["name"]) { dojo.debug("RpcService: Creating Method: this.", m.name, "()"); this[m.name] = this.generateMethod(m.name, m.parameters, m["url"] || m["serviceUrl"] || m["serviceURL"]); if (dojo.lang.isFunction(this[m.name])) { dojo.debug("RpcService: Successfully created", m.name, "()"); } else { dojo.debug("RpcService: Failed to create", m.name, "()"); } } }, this); } this.serviceUrl = object.serviceUrl || object.serviceURL; dojo.debug("RpcService: Dojo RpcService is ready for use."); }, connect:function (smdUrl) { dojo.debug("RpcService: Attempting to load SMD document from:", smdUrl); dojo.io.bind({url:smdUrl, mimetype:"text/json", load:dojo.lang.hitch(this, function (type, object, e) { return this.processSmd(object); }), sync:true}); }}); PK mM1"!Bsrc/rpc/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({common:[["dojo.rpc.JsonService", false, false]]}); dojo.provide("dojo.rpc.*"); PK mM&/Бsrc/storage/__package__.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.kwCompoundRequire({common:["dojo.storage"], browser:["dojo.storage.browser"]}); dojo.provide("dojo.storage.*"); PK mM NNsrc/string/common.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.string.common"); dojo.string.trim = function (str, wh) { if (!str.replace) { return str; } if (!str.length) { return str; } var re = (wh > 0) ? (/^\s+/) : (wh < 0) ? (/\s+$/) : (/^\s+|\s+$/g); return str.replace(re, ""); }; dojo.string.trimStart = function (str) { return dojo.string.trim(str, 1); }; dojo.string.trimEnd = function (str) { return dojo.string.trim(str, -1); }; dojo.string.repeat = function (str, count, separator) { var out = ""; for (var i = 0; i < count; i++) { out += str; if (separator && i < count - 1) { out += separator; } } return out; }; dojo.string.pad = function (str, len, c, dir) { var out = String(str); if (!c) { c = "0"; } if (!dir) { dir = 1; } while (out.length < len) { if (dir > 0) { out = c + out; } else { out += c; } } return out; }; dojo.string.padLeft = function (str, len, c) { return dojo.string.pad(str, len, c, 1); }; dojo.string.padRight = function (str, len, c) { return dojo.string.pad(str, len, c, -1); }; PK mMT]] src/string.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.string"); dojo.require("dojo.string.common"); PK mM!src/text/textDirectory.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.require("dojo.cal.textDirectory"); dojo.deprecate("dojo.text.textDirectory", "use dojo.cal.textDirectory", "0.5"); PK mM79$$src/undo/Manager.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.undo.Manager"); dojo.require("dojo.lang.common"); dojo.undo.Manager = function (parent) { this.clear(); this._parent = parent; }; dojo.extend(dojo.undo.Manager, {_parent:null, _undoStack:null, _redoStack:null, _currentManager:null, canUndo:false, canRedo:false, isUndoing:false, isRedoing:false, onUndo:function (manager, item) { }, onRedo:function (manager, item) { }, onUndoAny:function (manager, item) { }, onRedoAny:function (manager, item) { }, _updateStatus:function () { this.canUndo = this._undoStack.length > 0; this.canRedo = this._redoStack.length > 0; }, clear:function () { this._undoStack = []; this._redoStack = []; this._currentManager = this; this.isUndoing = false; this.isRedoing = false; this._updateStatus(); }, undo:function () { if (!this.canUndo) { return false; } this.endAllTransactions(); this.isUndoing = true; var top = this._undoStack.pop(); if (top instanceof dojo.undo.Manager) { top.undoAll(); } else { top.undo(); } if (top.redo) { this._redoStack.push(top); } this.isUndoing = false; this._updateStatus(); this.onUndo(this, top); if (!(top instanceof dojo.undo.Manager)) { this.getTop().onUndoAny(this, top); } return true; }, redo:function () { if (!this.canRedo) { return false; } this.isRedoing = true; var top = this._redoStack.pop(); if (top instanceof dojo.undo.Manager) { top.redoAll(); } else { top.redo(); } this._undoStack.push(top); this.isRedoing = false; this._updateStatus(); this.onRedo(this, top); if (!(top instanceof dojo.undo.Manager)) { this.getTop().onRedoAny(this, top); } return true; }, undoAll:function () { while (this._undoStack.length > 0) { this.undo(); } }, redoAll:function () { while (this._redoStack.length > 0) { this.redo(); } }, push:function (undo, redo, description) { if (!undo) { return; } if (this._currentManager == this) { this._undoStack.push({undo:undo, redo:redo, description:description}); } else { this._currentManager.push.apply(this._currentManager, arguments); } this._redoStack = []; this._updateStatus(); }, concat:function (manager) { if (!manager) { return; } if (this._currentManager == this) { for (var x = 0; x < manager._undoStack.length; x++) { this._undoStack.push(manager._undoStack[x]); } if (manager._undoStack.length > 0) { this._redoStack = []; } this._updateStatus(); } else { this._currentManager.concat.apply(this._currentManager, arguments); } }, beginTransaction:function (description) { if (this._currentManager == this) { var mgr = new dojo.undo.Manager(this); mgr.description = description ? description : ""; this._undoStack.push(mgr); this._currentManager = mgr; return mgr; } else { this._currentManager = this._currentManager.beginTransaction.apply(this._currentManager, arguments); } }, endTransaction:function (flatten) { if (this._currentManager == this) { if (this._parent) { this._parent._currentManager = this._parent; if (this._undoStack.length == 0 || flatten) { var idx = dojo.lang.find(this._parent._undoStack, this); if (idx >= 0) { this._parent._undoStack.splice(idx, 1); if (flatten) { for (var x = 0; x < this._undoStack.length; x++) { this._parent._undoStack.splice(idx++, 0, this._undoStack[x]); } this._updateStatus(); } } } return this._parent; } } else { this._currentManager = this._currentManager.endTransaction.apply(this._currentManager, arguments); } }, endAllTransactions:function () { while (this._currentManager != this) { this.endTransaction(); } }, getTop:function () { if (this._parent) { return this._parent.getTop(); } else { return this; } }}); PK mM slashIndex)) { loc = dojo.hostenv.getBaseScriptUri() + loc; } return new dojo.uri.Uri(loc, uri); }; this.Uri = function () { var uri = arguments[0]; for (var i = 1; i < arguments.length; i++) { if (!arguments[i]) { continue; } var relobj = new dojo.uri.Uri(arguments[i].toString()); var uriobj = new dojo.uri.Uri(uri.toString()); if ((relobj.path == "") && (relobj.scheme == null) && (relobj.authority == null) && (relobj.query == null)) { if (relobj.fragment != null) { uriobj.fragment = relobj.fragment; } relobj = uriobj; } else { if (relobj.scheme == null) { relobj.scheme = uriobj.scheme; if (relobj.authority == null) { relobj.authority = uriobj.authority; if (relobj.path.charAt(0) != "/") { var path = uriobj.path.substring(0, uriobj.path.lastIndexOf("/") + 1) + relobj.path; var segs = path.split("/"); for (var j = 0; j < segs.length; j++) { if (segs[j] == ".") { if (j == segs.length - 1) { segs[j] = ""; } else { segs.splice(j, 1); j--; } } else { if (j > 0 && !(j == 1 && segs[0] == "") && segs[j] == ".." && segs[j - 1] != "..") { if (j == segs.length - 1) { segs.splice(j, 1); segs[j - 1] = ""; } else { segs.splice(j - 1, 2); j -= 2; } } } } relobj.path = segs.join("/"); } } } } uri = ""; if (relobj.scheme != null) { uri += relobj.scheme + ":"; } if (relobj.authority != null) { uri += "//" + relobj.authority; } uri += relobj.path; if (relobj.query != null) { uri += "?" + relobj.query; } if (relobj.fragment != null) { uri += "#" + relobj.fragment; } } this.uri = uri.toString(); var regexp = "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$"; var r = this.uri.match(new RegExp(regexp)); this.scheme = r[2] || (r[1] ? "" : null); this.authority = r[4] || (r[3] ? "" : null); this.path = r[5]; this.query = r[7] || (r[6] ? "" : null); this.fragment = r[9] || (r[8] ? "" : null); if (this.authority != null) { regexp = "^((([^:]+:)?([^@]+))@)?([^:]*)(:([0-9]+))?$"; r = this.authority.match(new RegExp(regexp)); this.user = r[3] || null; this.password = r[4] || null; this.host = r[5]; this.port = r[7] || null; } this.toString = function () { return this.uri; }; }; }; PK mMsrc/uuid/NameBasedGenerator.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.uuid.NameBasedGenerator"); dojo.uuid.NameBasedGenerator = new function () { this.generate = function (returnType) { dojo.unimplemented("dojo.uuid.NameBasedGenerator.generate"); var returnValue = "00000000-0000-0000-0000-000000000000"; if (returnType && (returnType != String)) { returnValue = new returnType(returnValue); } return returnValue; }; }(); PK mMPɂ""src/uuid/TimeBasedGenerator.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.uuid.TimeBasedGenerator"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.type"); dojo.require("dojo.lang.assert"); dojo.uuid.TimeBasedGenerator = new function () { this.GREGORIAN_CHANGE_OFFSET_IN_HOURS = 3394248; var _uuidPseudoNodeString = null; var _uuidClockSeqString = null; var _dateValueOfPreviousUuid = null; var _nextIntraMillisecondIncrement = 0; var _cachedMillisecondsBetween1582and1970 = null; var _cachedHundredNanosecondIntervalsPerMillisecond = null; var _uniformNode = null; var HEX_RADIX = 16; function _carry(arrayA) { arrayA[2] += arrayA[3] >>> 16; arrayA[3] &= 65535; arrayA[1] += arrayA[2] >>> 16; arrayA[2] &= 65535; arrayA[0] += arrayA[1] >>> 16; arrayA[1] &= 65535; dojo.lang.assert((arrayA[0] >>> 16) === 0); } function _get64bitArrayFromFloat(x) { var result = new Array(0, 0, 0, 0); result[3] = x % 65536; x -= result[3]; x /= 65536; result[2] = x % 65536; x -= result[2]; x /= 65536; result[1] = x % 65536; x -= result[1]; x /= 65536; result[0] = x; return result; } function _addTwo64bitArrays(arrayA, arrayB) { dojo.lang.assertType(arrayA, Array); dojo.lang.assertType(arrayB, Array); dojo.lang.assert(arrayA.length == 4); dojo.lang.assert(arrayB.length == 4); var result = new Array(0, 0, 0, 0); result[3] = arrayA[3] + arrayB[3]; result[2] = arrayA[2] + arrayB[2]; result[1] = arrayA[1] + arrayB[1]; result[0] = arrayA[0] + arrayB[0]; _carry(result); return result; } function _multiplyTwo64bitArrays(arrayA, arrayB) { dojo.lang.assertType(arrayA, Array); dojo.lang.assertType(arrayB, Array); dojo.lang.assert(arrayA.length == 4); dojo.lang.assert(arrayB.length == 4); var overflow = false; if (arrayA[0] * arrayB[0] !== 0) { overflow = true; } if (arrayA[0] * arrayB[1] !== 0) { overflow = true; } if (arrayA[0] * arrayB[2] !== 0) { overflow = true; } if (arrayA[1] * arrayB[0] !== 0) { overflow = true; } if (arrayA[1] * arrayB[1] !== 0) { overflow = true; } if (arrayA[2] * arrayB[0] !== 0) { overflow = true; } dojo.lang.assert(!overflow); var result = new Array(0, 0, 0, 0); result[0] += arrayA[0] * arrayB[3]; _carry(result); result[0] += arrayA[1] * arrayB[2]; _carry(result); result[0] += arrayA[2] * arrayB[1]; _carry(result); result[0] += arrayA[3] * arrayB[0]; _carry(result); result[1] += arrayA[1] * arrayB[3]; _carry(result); result[1] += arrayA[2] * arrayB[2]; _carry(result); result[1] += arrayA[3] * arrayB[1]; _carry(result); result[2] += arrayA[2] * arrayB[3]; _carry(result); result[2] += arrayA[3] * arrayB[2]; _carry(result); result[3] += arrayA[3] * arrayB[3]; _carry(result); return result; } function _padWithLeadingZeros(string, desiredLength) { while (string.length < desiredLength) { string = "0" + string; } return string; } function _generateRandomEightCharacterHexString() { var random32bitNumber = Math.floor((Math.random() % 1) * Math.pow(2, 32)); var eightCharacterString = random32bitNumber.toString(HEX_RADIX); while (eightCharacterString.length < 8) { eightCharacterString = "0" + eightCharacterString; } return eightCharacterString; } function _generateUuidString(node) { dojo.lang.assertType(node, String, {optional:true}); if (node) { dojo.lang.assert(node.length == 12); } else { if (_uniformNode) { node = _uniformNode; } else { if (!_uuidPseudoNodeString) { var pseudoNodeIndicatorBit = 32768; var random15bitNumber = Math.floor((Math.random() % 1) * Math.pow(2, 15)); var leftmost4HexCharacters = (pseudoNodeIndicatorBit | random15bitNumber).toString(HEX_RADIX); _uuidPseudoNodeString = leftmost4HexCharacters + _generateRandomEightCharacterHexString(); } node = _uuidPseudoNodeString; } } if (!_uuidClockSeqString) { var variantCodeForDCEUuids = 32768; var random14bitNumber = Math.floor((Math.random() % 1) * Math.pow(2, 14)); _uuidClockSeqString = (variantCodeForDCEUuids | random14bitNumber).toString(HEX_RADIX); } var now = new Date(); var millisecondsSince1970 = now.valueOf(); var nowArray = _get64bitArrayFromFloat(millisecondsSince1970); if (!_cachedMillisecondsBetween1582and1970) { var arraySecondsPerHour = _get64bitArrayFromFloat(60 * 60); var arrayHoursBetween1582and1970 = _get64bitArrayFromFloat(dojo.uuid.TimeBasedGenerator.GREGORIAN_CHANGE_OFFSET_IN_HOURS); var arraySecondsBetween1582and1970 = _multiplyTwo64bitArrays(arrayHoursBetween1582and1970, arraySecondsPerHour); var arrayMillisecondsPerSecond = _get64bitArrayFromFloat(1000); _cachedMillisecondsBetween1582and1970 = _multiplyTwo64bitArrays(arraySecondsBetween1582and1970, arrayMillisecondsPerSecond); _cachedHundredNanosecondIntervalsPerMillisecond = _get64bitArrayFromFloat(10000); } var arrayMillisecondsSince1970 = nowArray; var arrayMillisecondsSince1582 = _addTwo64bitArrays(_cachedMillisecondsBetween1582and1970, arrayMillisecondsSince1970); var arrayHundredNanosecondIntervalsSince1582 = _multiplyTwo64bitArrays(arrayMillisecondsSince1582, _cachedHundredNanosecondIntervalsPerMillisecond); if (now.valueOf() == _dateValueOfPreviousUuid) { arrayHundredNanosecondIntervalsSince1582[3] += _nextIntraMillisecondIncrement; _carry(arrayHundredNanosecondIntervalsSince1582); _nextIntraMillisecondIncrement += 1; if (_nextIntraMillisecondIncrement == 10000) { while (now.valueOf() == _dateValueOfPreviousUuid) { now = new Date(); } } } else { _dateValueOfPreviousUuid = now.valueOf(); _nextIntraMillisecondIncrement = 1; } var hexTimeLowLeftHalf = arrayHundredNanosecondIntervalsSince1582[2].toString(HEX_RADIX); var hexTimeLowRightHalf = arrayHundredNanosecondIntervalsSince1582[3].toString(HEX_RADIX); var hexTimeLow = _padWithLeadingZeros(hexTimeLowLeftHalf, 4) + _padWithLeadingZeros(hexTimeLowRightHalf, 4); var hexTimeMid = arrayHundredNanosecondIntervalsSince1582[1].toString(HEX_RADIX); hexTimeMid = _padWithLeadingZeros(hexTimeMid, 4); var hexTimeHigh = arrayHundredNanosecondIntervalsSince1582[0].toString(HEX_RADIX); hexTimeHigh = _padWithLeadingZeros(hexTimeHigh, 3); var hyphen = "-"; var versionCodeForTimeBasedUuids = "1"; var resultUuid = hexTimeLow + hyphen + hexTimeMid + hyphen + versionCodeForTimeBasedUuids + hexTimeHigh + hyphen + _uuidClockSeqString + hyphen + node; resultUuid = resultUuid.toLowerCase(); return resultUuid; } this.setNode = function (node) { dojo.lang.assert((node === null) || (node.length == 12)); _uniformNode = node; }; this.getNode = function () { return _uniformNode; }; this.generate = function (input) { var nodeString = null; var returnType = null; if (input) { if (dojo.lang.isObject(input) && !dojo.lang.isBuiltIn(input)) { var namedParameters = input; dojo.lang.assertValidKeywords(namedParameters, ["node", "hardwareNode", "pseudoNode", "returnType"]); var node = namedParameters["node"]; var hardwareNode = namedParameters["hardwareNode"]; var pseudoNode = namedParameters["pseudoNode"]; nodeString = (node || pseudoNode || hardwareNode); if (nodeString) { var firstCharacter = nodeString.charAt(0); var firstDigit = parseInt(firstCharacter, HEX_RADIX); if (hardwareNode) { dojo.lang.assert((firstDigit >= 0) && (firstDigit <= 7)); } if (pseudoNode) { dojo.lang.assert((firstDigit >= 8) && (firstDigit <= 15)); } } returnType = namedParameters["returnType"]; dojo.lang.assertType(returnType, Function, {optional:true}); } else { if (dojo.lang.isString(input)) { nodeString = input; returnType = null; } else { if (dojo.lang.isFunction(input)) { nodeString = null; returnType = input; } } } if (nodeString) { dojo.lang.assert(nodeString.length == 12); var integer = parseInt(nodeString, HEX_RADIX); dojo.lang.assert(isFinite(integer)); } dojo.lang.assertType(returnType, Function, {optional:true}); } var uuidString = _generateUuidString(nodeString); var returnValue; if (returnType && (returnType != String)) { returnValue = new returnType(uuidString); } else { returnValue = uuidString; } return returnValue; }; }(); PK mM{bsrc/validate/check.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.validate.check"); dojo.require("dojo.validate.common"); dojo.require("dojo.lang.common"); dojo.validate.check = function (form, profile) { var missing = []; var invalid = []; var results = {isSuccessful:function () { return (!this.hasInvalid() && !this.hasMissing()); }, hasMissing:function () { return (missing.length > 0); }, getMissing:function () { return missing; }, isMissing:function (elemname) { for (var i = 0; i < missing.length; i++) { if (elemname == missing[i]) { return true; } } return false; }, hasInvalid:function () { return (invalid.length > 0); }, getInvalid:function () { return invalid; }, isInvalid:function (elemname) { for (var i = 0; i < invalid.length; i++) { if (elemname == invalid[i]) { return true; } } return false; }}; if (profile.trim instanceof Array) { for (var i = 0; i < profile.trim.length; i++) { var elem = form[profile.trim[i]]; if (dj_undef("type", elem) || elem.type != "text" && elem.type != "textarea" && elem.type != "password") { continue; } elem.value = elem.value.replace(/(^\s*|\s*$)/g, ""); } } if (profile.uppercase instanceof Array) { for (var i = 0; i < profile.uppercase.length; i++) { var elem = form[profile.uppercase[i]]; if (dj_undef("type", elem) || elem.type != "text" && elem.type != "textarea" && elem.type != "password") { continue; } elem.value = elem.value.toUpperCase(); } } if (profile.lowercase instanceof Array) { for (var i = 0; i < profile.lowercase.length; i++) { var elem = form[profile.lowercase[i]]; if (dj_undef("type", elem) || elem.type != "text" && elem.type != "textarea" && elem.type != "password") { continue; } elem.value = elem.value.toLowerCase(); } } if (profile.ucfirst instanceof Array) { for (var i = 0; i < profile.ucfirst.length; i++) { var elem = form[profile.ucfirst[i]]; if (dj_undef("type", elem) || elem.type != "text" && elem.type != "textarea" && elem.type != "password") { continue; } elem.value = elem.value.replace(/\b\w+\b/g, function (word) { return word.substring(0, 1).toUpperCase() + word.substring(1).toLowerCase(); }); } } if (profile.digit instanceof Array) { for (var i = 0; i < profile.digit.length; i++) { var elem = form[profile.digit[i]]; if (dj_undef("type", elem) || elem.type != "text" && elem.type != "textarea" && elem.type != "password") { continue; } elem.value = elem.value.replace(/\D/g, ""); } } if (profile.required instanceof Array) { for (var i = 0; i < profile.required.length; i++) { if (!dojo.lang.isString(profile.required[i])) { continue; } var elem = form[profile.required[i]]; if (!dj_undef("type", elem) && (elem.type == "text" || elem.type == "textarea" || elem.type == "password") && /^\s*$/.test(elem.value)) { missing[missing.length] = elem.name; } else { if (!dj_undef("type", elem) && (elem.type == "select-one" || elem.type == "select-multiple") && (elem.selectedIndex == -1 || /^\s*$/.test(elem.options[elem.selectedIndex].value))) { missing[missing.length] = elem.name; } else { if (elem instanceof Array) { var checked = false; for (var j = 0; j < elem.length; j++) { if (elem[j].checked) { checked = true; } } if (!checked) { missing[missing.length] = elem[0].name; } } } } } } if (profile.required instanceof Array) { for (var i = 0; i < profile.required.length; i++) { if (!dojo.lang.isObject(profile.required[i])) { continue; } var elem, numRequired; for (var name in profile.required[i]) { elem = form[name]; numRequired = profile.required[i][name]; } if (elem instanceof Array) { var checked = 0; for (var j = 0; j < elem.length; j++) { if (elem[j].checked) { checked++; } } if (checked < numRequired) { missing[missing.length] = elem[0].name; } } else { if (!dj_undef("type", elem) && elem.type == "select-multiple") { var selected = 0; for (var j = 0; j < elem.options.length; j++) { if (elem.options[j].selected && !/^\s*$/.test(elem.options[j].value)) { selected++; } } if (selected < numRequired) { missing[missing.length] = elem.name; } } } } } if (dojo.lang.isObject(profile.dependencies) || dojo.lang.isObject(profile.dependancies)) { if (profile["dependancies"]) { dojo.deprecated("dojo.validate.check", "profile 'dependancies' is deprecated, please use " + "'dependencies'", "0.5"); profile.dependencies = profile.dependancies; } for (name in profile.dependencies) { var elem = form[name]; if (dj_undef("type", elem)) { continue; } if (elem.type != "text" && elem.type != "textarea" && elem.type != "password") { continue; } if (/\S+/.test(elem.value)) { continue; } if (results.isMissing(elem.name)) { continue; } var target = form[profile.dependencies[name]]; if (target.type != "text" && target.type != "textarea" && target.type != "password") { continue; } if (/^\s*$/.test(target.value)) { continue; } missing[missing.length] = elem.name; } } if (dojo.lang.isObject(profile.constraints)) { for (name in profile.constraints) { var elem = form[name]; if (!elem) { continue; } if (!dj_undef("tagName", elem) && (elem.tagName.toLowerCase().indexOf("input") >= 0 || elem.tagName.toLowerCase().indexOf("textarea") >= 0) && /^\s*$/.test(elem.value)) { continue; } var isValid = true; if (dojo.lang.isFunction(profile.constraints[name])) { isValid = profile.constraints[name](elem.value); } else { if (dojo.lang.isArray(profile.constraints[name])) { if (dojo.lang.isArray(profile.constraints[name][0])) { for (var i = 0; i < profile.constraints[name].length; i++) { isValid = dojo.validate.evaluateConstraint(profile, profile.constraints[name][i], name, elem); if (!isValid) { break; } } } else { isValid = dojo.validate.evaluateConstraint(profile, profile.constraints[name], name, elem); } } } if (!isValid) { invalid[invalid.length] = elem.name; } } } if (dojo.lang.isObject(profile.confirm)) { for (name in profile.confirm) { var elem = form[name]; var target = form[profile.confirm[name]]; if (dj_undef("type", elem) || dj_undef("type", target) || (elem.type != "text" && elem.type != "textarea" && elem.type != "password") || (target.type != elem.type) || (target.value == elem.value) || (results.isInvalid(elem.name)) || (/^\s*$/.test(target.value))) { continue; } invalid[invalid.length] = elem.name; } } return results; }; dojo.validate.evaluateConstraint = function (profile, constraint, fieldName, elem) { var isValidSomething = constraint[0]; var params = constraint.slice(1); params.unshift(elem.value); if (typeof isValidSomething != "undefined") { return isValidSomething.apply(null, params); } return false; }; PK mMR src/validate/datetime.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.validate.datetime"); dojo.require("dojo.validate.common"); dojo.validate.isValidTime = function (value, flags) { dojo.deprecated("dojo.validate.datetime", "use dojo.date.parse instead", "0.5"); var re = new RegExp("^" + dojo.regexp.time(flags) + "$", "i"); return re.test(value); }; dojo.validate.is12HourTime = function (value) { dojo.deprecated("dojo.validate.datetime", "use dojo.date.parse instead", "0.5"); return dojo.validate.isValidTime(value, {format:["h:mm:ss t", "h:mm t"]}); }; dojo.validate.is24HourTime = function (value) { dojo.deprecated("dojo.validate.datetime", "use dojo.date.parse instead", "0.5"); return dojo.validate.isValidTime(value, {format:["HH:mm:ss", "HH:mm"]}); }; dojo.validate.isValidDate = function (dateValue, format) { dojo.deprecated("dojo.validate.datetime", "use dojo.date.parse instead", "0.5"); if (typeof format == "object" && typeof format.format == "string") { format = format.format; } if (typeof format != "string") { format = "MM/DD/YYYY"; } var reLiteral = format.replace(/([$^.*+?=!:|\/\\\(\)\[\]\{\}])/g, "\\$1"); reLiteral = reLiteral.replace("YYYY", "([0-9]{4})"); reLiteral = reLiteral.replace("MM", "(0[1-9]|10|11|12)"); reLiteral = reLiteral.replace("M", "([1-9]|10|11|12)"); reLiteral = reLiteral.replace("DDD", "(00[1-9]|0[1-9][0-9]|[12][0-9][0-9]|3[0-5][0-9]|36[0-6])"); reLiteral = reLiteral.replace("DD", "(0[1-9]|[12][0-9]|30|31)"); reLiteral = reLiteral.replace("D", "([1-9]|[12][0-9]|30|31)"); reLiteral = reLiteral.replace("ww", "(0[1-9]|[1-4][0-9]|5[0-3])"); reLiteral = reLiteral.replace("d", "([1-7])"); reLiteral = "^" + reLiteral + "$"; var re = new RegExp(reLiteral); if (!re.test(dateValue)) { return false; } var year = 0, month = 1, date = 1, dayofyear = 1, week = 1, day = 1; var tokens = format.match(/(YYYY|MM|M|DDD|DD|D|ww|d)/g); var values = re.exec(dateValue); for (var i = 0; i < tokens.length; i++) { switch (tokens[i]) { case "YYYY": year = Number(values[i + 1]); break; case "M": case "MM": month = Number(values[i + 1]); break; case "D": case "DD": date = Number(values[i + 1]); break; case "DDD": dayofyear = Number(values[i + 1]); break; case "ww": week = Number(values[i + 1]); break; case "d": day = Number(values[i + 1]); break; } } var leapyear = (year % 4 == 0 && (year % 100 != 0 || year % 400 == 0)); if (date == 31 && (month == 4 || month == 6 || month == 9 || month == 11)) { return false; } if (date >= 30 && month == 2) { return false; } if (date == 29 && month == 2 && !leapyear) { return false; } if (dayofyear == 366 && !leapyear) { return false; } return true; }; PK mM[[src/validate/us.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.validate.us"); dojo.require("dojo.validate.common"); dojo.validate.us.isCurrency = function (value, flags) { return dojo.validate.isCurrency(value, flags); }; dojo.validate.us.isState = function (value, flags) { var re = new RegExp("^" + dojo.regexp.us.state(flags) + "$", "i"); return re.test(value); }; dojo.validate.us.isPhoneNumber = function (value) { var flags = {format:["###-###-####", "(###) ###-####", "(###) ### ####", "###.###.####", "###/###-####", "### ### ####", "###-###-#### x#???", "(###) ###-#### x#???", "(###) ### #### x#???", "###.###.#### x#???", "###/###-#### x#???", "### ### #### x#???", "##########"]}; return dojo.validate.isNumberFormat(value, flags); }; dojo.validate.us.isSocialSecurityNumber = function (value) { var flags = {format:["###-##-####", "### ## ####", "#########"]}; return dojo.validate.isNumberFormat(value, flags); }; dojo.validate.us.isZipCode = function (value) { var flags = {format:["#####-####", "##### ####", "#########", "#####"]}; return dojo.validate.isNumberFormat(value, flags); }; PK mMRESaasrc/validate.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.validate"); dojo.require("dojo.validate.common"); PK mMz6&src/widget/Chart.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Chart"); dojo.require("dojo.widget.*"); dojo.require("dojo.gfx.color"); dojo.require("dojo.gfx.color.hsl"); dojo.declare("dojo.widget.Chart", null, function () { this.series = []; }, {isContainer:false, assignColors:function () { var hue = 30; var sat = 120; var lum = 120; var steps = Math.round(330 / this.series.length); for (var i = 0; i < this.series.length; i++) { var c = dojo.gfx.color.hsl2rgb(hue, sat, lum); if (!this.series[i].color) { this.series[i].color = dojo.gfx.color.rgb2hex(c[0], c[1], c[2]); } hue += steps; } }, parseData:function (table) { var thead = table.getElementsByTagName("thead")[0]; var tbody = table.getElementsByTagName("tbody")[0]; if (!(thead && tbody)) { dojo.raise("dojo.widget.Chart: supplied table must define a head and a body."); } var columns = thead.getElementsByTagName("tr")[0].getElementsByTagName("th"); for (var i = 1; i < columns.length; i++) { var key = "column" + i; var label = columns[i].innerHTML; var plotType = columns[i].getAttribute("plotType") || "line"; var color = columns[i].getAttribute("color"); var ds = new dojo.widget.Chart.DataSeries(key, label, plotType, color); this.series.push(ds); } var rows = tbody.rows; var xMin = Number.MAX_VALUE, xMax = Number.MIN_VALUE; var yMin = Number.MAX_VALUE, yMax = Number.MIN_VALUE; var ignore = ["accesskey", "align", "bgcolor", "class", "colspan", "height", "id", "nowrap", "rowspan", "style", "tabindex", "title", "valign", "width"]; for (var i = 0; i < rows.length; i++) { var row = rows[i]; var cells = row.cells; var x = Number.MIN_VALUE; for (var j = 0; j < cells.length; j++) { if (j == 0) { x = parseFloat(cells[j].innerHTML); xMin = Math.min(xMin, x); xMax = Math.max(xMax, x); } else { var ds = this.series[j - 1]; var y = parseFloat(cells[j].innerHTML); yMin = Math.min(yMin, y); yMax = Math.max(yMax, y); var o = {x:x, value:y}; var attrs = cells[j].attributes; for (var k = 0; k < attrs.length; k++) { var attr = attrs.item(k); var bIgnore = false; for (var l = 0; l < ignore.length; l++) { if (attr.nodeName.toLowerCase() == ignore[l]) { bIgnore = true; break; } } if (!bIgnore) { o[attr.nodeName] = attr.nodeValue; } } ds.add(o); } } } return {x:{min:xMin, max:xMax}, y:{min:yMin, max:yMax}}; }}); dojo.declare("dojo.widget.Chart.DataSeries", null, function (key, label, plotType, color) { this.id = "DataSeries" + dojo.widget.Chart.DataSeries.count++; this.key = key; this.label = label || this.id; this.plotType = plotType || "line"; this.color = color; this.values = []; }, {add:function (v) { if (v.x == null || v.value == null) { dojo.raise("dojo.widget.Chart.DataSeries.add: v must have both an 'x' and 'value' property."); } this.values.push(v); }, clear:function () { this.values = []; }, createRange:function (len) { var idx = this.values.length - 1; var length = (len || this.values.length); return {"index":idx, "length":length, "start":Math.max(idx - length, 0)}; }, getMean:function (len) { var range = this.createRange(len); if (range.index < 0) { return 0; } var t = 0; var c = 0; for (var i = range.index; i >= range.start; i--) { var n = parseFloat(this.values[i].value); if (!isNaN(n)) { t += n; c++; } } t /= Math.max(c, 1); return t; }, getMovingAverage:function (len) { var range = this.createRange(len); if (range.index < 0) { return 0; } var t = 0; var c = 0; for (var i = range.index; i >= range.start; i--) { var n = parseFloat(this.values[i].value); if (!isNaN(n)) { t += n; c++; } } t /= Math.max(c, 1); return t; }, getVariance:function (len) { var range = this.createRange(len); if (range.index < 0) { return 0; } var t = 0; var s = 0; var c = 0; for (var i = range.index; i >= range.start; i--) { var n = parseFloat(this.values[i].value); if (!isNaN(n)) { t += n; s += Math.pow(n, 2); c++; } } return (s / c) - Math.pow(t / c, 2); }, getStandardDeviation:function (len) { return Math.sqrt(this.getVariance(len)); }, getMax:function (len) { var range = this.createRange(len); if (range.index < 0) { return 0; } var t = 0; for (var i = range.index; i >= range.start; i--) { var n = parseFloat(this.values[i].value); if (!isNaN(n)) { t = Math.max(n, t); } } return t; }, getMin:function (len) { var range = this.createRange(len); if (range.index < 0) { return 0; } var t = 0; for (var i = range.index; i >= range.start; i--) { var n = parseFloat(this.values[i].value); if (!isNaN(n)) { t = Math.min(n, t); } } return t; }, getMedian:function (len) { var range = this.createRange(len); if (range.index < 0) { return 0; } var a = []; for (var i = range.index; i >= range.start; i--) { var n = parseFloat(this.values[i].value); if (!isNaN(n)) { var b = false; for (var j = 0; j < a.length && !b; j++) { if (n == a[j]) { b = true; } } if (!b) { a.push(n); } } } a.sort(); if (a.length > 0) { return a[Math.ceil(a.length / 2)]; } return 0; }, getMode:function (len) { var range = this.createRange(len); if (range.index < 0) { return 0; } var o = {}; var ret = 0; var m = 0; for (var i = range.index; i >= range.start; i--) { var n = parseFloat(this.values[i].value); if (!isNaN(n)) { if (!o[this.values[i].value]) { o[this.values[i].value] = 1; } else { o[this.values[i].value]++; } } } for (var p in o) { if (m < o[p]) { m = o[p]; ret = p; } } return parseFloat(ret); }}); dojo.requireIf(dojo.render.svg.capable, "dojo.widget.svg.Chart"); dojo.requireIf(!dojo.render.svg.capable && dojo.render.vml.capable, "dojo.widget.vml.Chart"); PK mMnjmJNJNsrc/widget/ComboBox.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.ComboBox"); dojo.require("dojo.widget.*"); dojo.require("dojo.event.*"); dojo.require("dojo.io.*"); dojo.require("dojo.html.*"); dojo.require("dojo.string"); dojo.require("dojo.widget.html.stabile"); dojo.require("dojo.widget.PopupContainer"); dojo.declare("dojo.widget.incrementalComboBoxDataProvider", null, function (options) { this.searchUrl = options.dataUrl; this._cache = {}; this._inFlight = false; this._lastRequest = null; this.allowCache = false; }, {_addToCache:function (keyword, data) { if (this.allowCache) { this._cache[keyword] = data; } }, startSearch:function (searchStr, callback) { if (this._inFlight) { } var tss = encodeURIComponent(searchStr); var realUrl = dojo.string.substituteParams(this.searchUrl, {"searchString":tss}); var _this = this; var request = this._lastRequest = dojo.io.bind({url:realUrl, method:"get", mimetype:"text/json", load:function (type, data, evt) { _this._inFlight = false; if (!dojo.lang.isArray(data)) { var arrData = []; for (var key in data) { arrData.push([data[key], key]); } data = arrData; } _this._addToCache(searchStr, data); if (request == _this._lastRequest) { callback(data); } }}); this._inFlight = true; }}); dojo.declare("dojo.widget.basicComboBoxDataProvider", null, function (options, node) { this._data = []; this.searchLimit = 30; this.searchType = "STARTSTRING"; this.caseSensitive = false; if (!dj_undef("dataUrl", options) && !dojo.string.isBlank(options.dataUrl)) { this._getData(options.dataUrl); } else { if ((node) && (node.nodeName.toLowerCase() == "select")) { var opts = node.getElementsByTagName("option"); var ol = opts.length; var data = []; for (var x = 0; x < ol; x++) { var text = opts[x].textContent || opts[x].innerText || opts[x].innerHTML; var keyValArr = [String(text), String(opts[x].value)]; data.push(keyValArr); if (opts[x].selected) { options.setAllValues(keyValArr[0], keyValArr[1]); } } this.setData(data); } } }, {_getData:function (url) { dojo.io.bind({url:url, load:dojo.lang.hitch(this, function (type, data, evt) { if (!dojo.lang.isArray(data)) { var arrData = []; for (var key in data) { arrData.push([data[key], key]); } data = arrData; } this.setData(data); }), mimetype:"text/json"}); }, startSearch:function (searchStr, callback) { this._performSearch(searchStr, callback); }, _performSearch:function (searchStr, callback) { var st = this.searchType; var ret = []; if (!this.caseSensitive) { searchStr = searchStr.toLowerCase(); } for (var x = 0; x < this._data.length; x++) { if ((this.searchLimit > 0) && (ret.length >= this.searchLimit)) { break; } var dataLabel = new String((!this.caseSensitive) ? this._data[x][0].toLowerCase() : this._data[x][0]); if (dataLabel.length < searchStr.length) { continue; } if (st == "STARTSTRING") { if (searchStr == dataLabel.substr(0, searchStr.length)) { ret.push(this._data[x]); } } else { if (st == "SUBSTRING") { if (dataLabel.indexOf(searchStr) >= 0) { ret.push(this._data[x]); } } else { if (st == "STARTWORD") { var idx = dataLabel.indexOf(searchStr); if (idx == 0) { ret.push(this._data[x]); } if (idx <= 0) { continue; } var matches = false; while (idx != -1) { if (" ,/(".indexOf(dataLabel.charAt(idx - 1)) != -1) { matches = true; break; } idx = dataLabel.indexOf(searchStr, idx + 1); } if (!matches) { continue; } else { ret.push(this._data[x]); } } } } } callback(ret); }, setData:function (pdata) { this._data = pdata; }}); dojo.widget.defineWidget("dojo.widget.ComboBox", dojo.widget.HtmlWidget, {forceValidOption:false, searchType:"stringstart", dataProvider:null, autoComplete:true, searchDelay:100, dataUrl:"", fadeTime:200, maxListLength:8, mode:"local", selectedResult:null, dataProviderClass:"", buttonSrc:dojo.uri.moduleUri("dojo.widget", "templates/images/combo_box_arrow.png"), dropdownToggle:"fade", templateString:"\n", templateCssString:".dojoComboBoxOuter {\n\tborder: 0px !important;\n\tmargin: 0px !important;\n\tpadding: 0px !important;\n\tbackground: transparent !important;\n\twhite-space: nowrap !important;\n}\n\n.dojoComboBox {\n\tborder: 1px inset #afafaf;\n\tmargin: 0px;\n\tpadding: 0px;\n\tvertical-align: middle !important;\n\tfloat: none !important;\n\tposition: static !important;\n\tdisplay: inline !important;\n}\n\n/* the input box */\ninput.dojoComboBox {\n\tborder-right-width: 0px !important; \n\tmargin-right: 0px !important;\n\tpadding-right: 0px !important;\n}\n\n/* the down arrow */\nimg.dojoComboBox {\n\tborder-left-width: 0px !important;\n\tpadding-left: 0px !important;\n\tmargin-left: 0px !important;\n}\n\n/* IE vertical-alignment calculations can be off by +-1 but these margins are collapsed away */\n.dj_ie img.dojoComboBox {\n\tmargin-top: 1px; \n\tmargin-bottom: 1px; \n}\n\n/* the drop down */\n.dojoComboBoxOptions {\n\tfont-family: Verdana, Helvetica, Garamond, sans-serif;\n\t/* font-size: 0.7em; */\n\tbackground-color: white;\n\tborder: 1px solid #afafaf;\n\tposition: absolute;\n\tz-index: 1000; \n\toverflow: auto;\n\tcursor: default;\n}\n\n.dojoComboBoxItem {\n\tpadding-left: 2px;\n\tpadding-top: 2px;\n\tmargin: 0px;\n}\n\n.dojoComboBoxItemEven {\n\tbackground-color: #f4f4f4;\n}\n\n.dojoComboBoxItemOdd {\n\tbackground-color: white;\n}\n\n.dojoComboBoxItemHighlight {\n\tbackground-color: #63709A;\n\tcolor: white;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/ComboBox.css"), setValue:function (value) { this.comboBoxValue.value = value; if (this.textInputNode.value != value) { this.textInputNode.value = value; dojo.widget.html.stabile.setState(this.widgetId, this.getState(), true); this.onValueChanged(value); } }, onValueChanged:function (value) { }, getValue:function () { return this.comboBoxValue.value; }, getState:function () { return {value:this.getValue()}; }, setState:function (state) { this.setValue(state.value); }, enable:function () { this.disabled = false; this.textInputNode.removeAttribute("disabled"); }, disable:function () { this.disabled = true; this.textInputNode.setAttribute("disabled", true); }, _getCaretPos:function (element) { if (dojo.lang.isNumber(element.selectionStart)) { return element.selectionStart; } else { if (dojo.render.html.ie) { var tr = document.selection.createRange().duplicate(); var ntr = element.createTextRange(); tr.move("character", 0); ntr.move("character", 0); try { ntr.setEndPoint("EndToEnd", tr); return String(ntr.text).replace(/\r/g, "").length; } catch (e) { return 0; } } } }, _setCaretPos:function (element, location) { location = parseInt(location); this._setSelectedRange(element, location, location); }, _setSelectedRange:function (element, start, end) { if (!end) { end = element.value.length; } if (element.setSelectionRange) { element.focus(); element.setSelectionRange(start, end); } else { if (element.createTextRange) { var range = element.createTextRange(); with (range) { collapse(true); moveEnd("character", end); moveStart("character", start); select(); } } else { element.value = element.value; element.blur(); element.focus(); var dist = parseInt(element.value.length) - end; var tchar = String.fromCharCode(37); var tcc = tchar.charCodeAt(0); for (var x = 0; x < dist; x++) { var te = document.createEvent("KeyEvents"); te.initKeyEvent("keypress", true, true, null, false, false, false, false, tcc, tcc); element.dispatchEvent(te); } } } }, _handleKeyEvents:function (evt) { if (evt.ctrlKey || evt.altKey || !evt.key) { return; } this._prev_key_backspace = false; this._prev_key_esc = false; var k = dojo.event.browser.keys; var doSearch = true; switch (evt.key) { case k.KEY_DOWN_ARROW: if (!this.popupWidget.isShowingNow) { this._startSearchFromInput(); } this._highlightNextOption(); dojo.event.browser.stopEvent(evt); return; case k.KEY_UP_ARROW: this._highlightPrevOption(); dojo.event.browser.stopEvent(evt); return; case k.KEY_TAB: if (!this.autoComplete && this.popupWidget.isShowingNow && this._highlighted_option) { dojo.event.browser.stopEvent(evt); this._selectOption({"target":this._highlighted_option, "noHide":false}); this._setSelectedRange(this.textInputNode, this.textInputNode.value.length, null); } else { this._selectOption(); return; } break; case k.KEY_ENTER: if (this.popupWidget.isShowingNow) { dojo.event.browser.stopEvent(evt); } if (this.autoComplete) { this._selectOption(); return; } case " ": if (this.popupWidget.isShowingNow && this._highlighted_option) { dojo.event.browser.stopEvent(evt); this._selectOption(); this._hideResultList(); return; } break; case k.KEY_ESCAPE: this._hideResultList(); this._prev_key_esc = true; return; case k.KEY_BACKSPACE: this._prev_key_backspace = true; if (!this.textInputNode.value.length) { this.setAllValues("", ""); this._hideResultList(); doSearch = false; } break; case k.KEY_RIGHT_ARROW: case k.KEY_LEFT_ARROW: doSearch = false; break; default: if (evt.charCode == 0) { doSearch = false; } } if (this.searchTimer) { clearTimeout(this.searchTimer); } if (doSearch) { this._blurOptionNode(); this.searchTimer = setTimeout(dojo.lang.hitch(this, this._startSearchFromInput), this.searchDelay); } }, compositionEnd:function (evt) { evt.key = evt.keyCode; this._handleKeyEvents(evt); }, onKeyUp:function (evt) { this.setValue(this.textInputNode.value); }, setSelectedValue:function (value) { this.comboBoxSelectionValue.value = value; }, setAllValues:function (value1, value2) { this.setSelectedValue(value2); this.setValue(value1); }, _focusOptionNode:function (node) { if (this._highlighted_option != node) { this._blurOptionNode(); this._highlighted_option = node; dojo.html.addClass(this._highlighted_option, "dojoComboBoxItemHighlight"); } }, _blurOptionNode:function () { if (this._highlighted_option) { dojo.html.removeClass(this._highlighted_option, "dojoComboBoxItemHighlight"); this._highlighted_option = null; } }, _highlightNextOption:function () { if ((!this._highlighted_option) || !this._highlighted_option.parentNode) { this._focusOptionNode(this.optionsListNode.firstChild); } else { if (this._highlighted_option.nextSibling) { this._focusOptionNode(this._highlighted_option.nextSibling); } } dojo.html.scrollIntoView(this._highlighted_option); }, _highlightPrevOption:function () { if (this._highlighted_option && this._highlighted_option.previousSibling) { this._focusOptionNode(this._highlighted_option.previousSibling); } else { this._highlighted_option = null; this._hideResultList(); return; } dojo.html.scrollIntoView(this._highlighted_option); }, _itemMouseOver:function (evt) { if (evt.target === this.optionsListNode) { return; } this._focusOptionNode(evt.target); dojo.html.addClass(this._highlighted_option, "dojoComboBoxItemHighlight"); }, _itemMouseOut:function (evt) { if (evt.target === this.optionsListNode) { return; } this._blurOptionNode(); }, onResize:function () { var inputSize = dojo.html.getContentBox(this.textInputNode); if (inputSize.height <= 0) { dojo.lang.setTimeout(this, "onResize", 100); return; } var buttonSize = {width:inputSize.height, height:inputSize.height}; dojo.html.setContentBox(this.downArrowNode, buttonSize); }, fillInTemplate:function (args, frag) { dojo.html.applyBrowserClass(this.domNode); var source = this.getFragNodeRef(frag); if (!this.name && source.name) { this.name = source.name; } this.comboBoxValue.name = this.name; this.comboBoxSelectionValue.name = this.name + "_selected"; dojo.html.copyStyle(this.domNode, source); dojo.html.copyStyle(this.textInputNode, source); dojo.html.copyStyle(this.downArrowNode, source); with (this.downArrowNode.style) { width = "0px"; height = "0px"; } var dpClass; if (this.dataProviderClass) { if (typeof this.dataProviderClass == "string") { dpClass = dojo.evalObjPath(this.dataProviderClass); } else { dpClass = this.dataProviderClass; } } else { if (this.mode == "remote") { dpClass = dojo.widget.incrementalComboBoxDataProvider; } else { dpClass = dojo.widget.basicComboBoxDataProvider; } } this.dataProvider = new dpClass(this, this.getFragNodeRef(frag)); this.popupWidget = new dojo.widget.createWidget("PopupContainer", {toggle:this.dropdownToggle, toggleDuration:this.toggleDuration}); dojo.event.connect(this, "destroy", this.popupWidget, "destroy"); this.optionsListNode = this.popupWidget.domNode; this.domNode.appendChild(this.optionsListNode); dojo.html.addClass(this.optionsListNode, "dojoComboBoxOptions"); dojo.event.connect(this.optionsListNode, "onclick", this, "_selectOption"); dojo.event.connect(this.optionsListNode, "onmouseover", this, "_onMouseOver"); dojo.event.connect(this.optionsListNode, "onmouseout", this, "_onMouseOut"); dojo.event.connect(this.optionsListNode, "onmouseover", this, "_itemMouseOver"); dojo.event.connect(this.optionsListNode, "onmouseout", this, "_itemMouseOut"); }, _openResultList:function (results) { if (this.disabled) { return; } this._clearResultList(); if (!results.length) { this._hideResultList(); } if ((this.autoComplete) && (results.length) && (!this._prev_key_backspace) && (this.textInputNode.value.length > 0)) { var cpos = this._getCaretPos(this.textInputNode); if ((cpos + 1) > this.textInputNode.value.length) { this.textInputNode.value += results[0][0].substr(cpos); this._setSelectedRange(this.textInputNode, cpos, this.textInputNode.value.length); } } var even = true; while (results.length) { var tr = results.shift(); if (tr) { var td = document.createElement("div"); td.appendChild(document.createTextNode(tr[0])); td.setAttribute("resultName", tr[0]); td.setAttribute("resultValue", tr[1]); td.className = "dojoComboBoxItem " + ((even) ? "dojoComboBoxItemEven" : "dojoComboBoxItemOdd"); even = (!even); this.optionsListNode.appendChild(td); } } this._showResultList(); }, _onFocusInput:function () { this._hasFocus = true; }, _onBlurInput:function () { this._hasFocus = false; this._handleBlurTimer(true, 500); }, _handleBlurTimer:function (clear, millisec) { if (this.blurTimer && (clear || millisec)) { clearTimeout(this.blurTimer); } if (millisec) { this.blurTimer = dojo.lang.setTimeout(this, "_checkBlurred", millisec); } }, _onMouseOver:function (evt) { if (!this._mouseover_list) { this._handleBlurTimer(true, 0); this._mouseover_list = true; } }, _onMouseOut:function (evt) { var relTarget = evt.relatedTarget; try { if (!relTarget || relTarget.parentNode != this.optionsListNode) { this._mouseover_list = false; this._handleBlurTimer(true, 100); this._tryFocus(); } } catch (e) { } }, _isInputEqualToResult:function (result) { var input = this.textInputNode.value; if (!this.dataProvider.caseSensitive) { input = input.toLowerCase(); result = result.toLowerCase(); } return (input == result); }, _isValidOption:function () { var tgt = dojo.html.firstElement(this.optionsListNode); var isValidOption = false; while (!isValidOption && tgt) { if (this._isInputEqualToResult(tgt.getAttribute("resultName"))) { isValidOption = true; } else { tgt = dojo.html.nextElement(tgt); } } return isValidOption; }, _checkBlurred:function () { if (!this._hasFocus && !this._mouseover_list) { this._hideResultList(); if (!this.textInputNode.value.length) { this.setAllValues("", ""); return; } var isValidOption = this._isValidOption(); if (this.forceValidOption && !isValidOption) { this.setAllValues("", ""); return; } if (!isValidOption) { this.setSelectedValue(""); } } }, _selectOption:function (evt) { var tgt = null; if (!evt) { evt = {target:this._highlighted_option}; } if (!dojo.html.isDescendantOf(evt.target, this.optionsListNode)) { if (!this.textInputNode.value.length) { return; } tgt = dojo.html.firstElement(this.optionsListNode); if (!tgt || !this._isInputEqualToResult(tgt.getAttribute("resultName"))) { return; } } else { tgt = evt.target; } while ((tgt.nodeType != 1) || (!tgt.getAttribute("resultName"))) { tgt = tgt.parentNode; if (tgt === dojo.body()) { return false; } } this.textInputNode.value=""; this.selectedResult = [tgt.getAttribute("resultName"), tgt.getAttribute("resultValue")]; this.setAllValues(tgt.getAttribute("resultName"), tgt.getAttribute("resultValue")); if (!evt.noHide) { this._hideResultList(); this._setSelectedRange(this.textInputNode, 0, null); } this._tryFocus(); }, _clearResultList:function () { if (this.optionsListNode.innerHTML) { this.optionsListNode.innerHTML = ""; } }, _hideResultList:function () { this.popupWidget.close(); }, _showResultList:function () { var childs = this.optionsListNode.childNodes; if (childs.length) { var visibleCount = Math.min(childs.length, this.maxListLength); with (this.optionsListNode.style) { display = ""; if (visibleCount == childs.length) { height = ""; } else { height = visibleCount * dojo.html.getMarginBox(childs[0]).height + "px"; } width = (dojo.html.getMarginBox(this.domNode).width - 2) + "px"; } this.popupWidget.open(this.domNode, this, this.downArrowNode); } else { this._hideResultList(); } }, handleArrowClick:function () { this._handleBlurTimer(true, 0); this._tryFocus(); if (this.popupWidget.isShowingNow) { this._hideResultList(); } else { this._startSearch(""); } }, _tryFocus:function () { try { this.textInputNode.focus(); } catch (e) { } }, _startSearchFromInput:function () { this._startSearch(this.textInputNode.value); }, _startSearch:function (key) { this.dataProvider.startSearch(key, dojo.lang.hitch(this, "_openResultList")); }, postCreate:function () { this.onResize(); dojo.event.connect(this.textInputNode, "onblur", this, "_onBlurInput"); dojo.event.connect(this.textInputNode, "onfocus", this, "_onFocusInput"); if (this.disabled) { this.disable(); } var s = dojo.widget.html.stabile.getState(this.widgetId); if (s) { this.setState(s); } }}); PK mM,̻src/widget/DebugConsole.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.DebugConsole"); dojo.require("dojo.widget.Widget"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.FloatingPane"); dojo.widget.defineWidget("dojo.widget.DebugConsole", dojo.widget.FloatingPane, {fillInTemplate:function () { dojo.widget.DebugConsole.superclass.fillInTemplate.apply(this, arguments); this.containerNode.id = "debugConsoleClientPane"; djConfig.isDebug = true; djConfig.debugContainerId = this.containerNode.id; }}); PK mM (PfBB&src/widget/demoEngine/DemoNavigator.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.demoEngine.DemoNavigator"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.widget.Button"); dojo.require("dojo.widget.demoEngine.DemoItem"); dojo.require("dojo.io.*"); dojo.require("dojo.lfx.*"); dojo.require("dojo.lang.common"); dojo.widget.defineWidget("my.widget.demoEngine.DemoNavigator", dojo.widget.HtmlWidget, {templateString:"
    \n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t
    \n\t\t\t\t\t

    Categories

    \n\t\t\t\t\t
    \n\t\t\t\t
    \n\t\t\t\t\t
    \n\t\t\t\t\t\t
    \n\t\t\t\t\t\t
    \n\t\t\t\t\t
    \n\t\t\t\t
    \n\t\t\t\t\t
    \n\t\t\t\t
    \n
    \n", templateCssString:".demoNavigatorListWrapper {\n\tborder:1px solid #dcdbdb;\n\tbackground-color:#f8f8f8;\n\tpadding:2px;\n}\n\n.demoNavigatorListContainer {\n\tborder:1px solid #f0f0f0;\n\tbackground-color:#fff;\n\tpadding:1em;\n}\n\n.demoNavigator h1 {\n\tmargin-top: 0px;\n\tmargin-bottom: 10px;\n\tfont-size: 1.2em;\n\tborder-bottom:1px dotted #a9ccf5;\n}\n\n.demoNavigator .dojoButton {\n\tmargin-bottom: 5px;\n}\n\n.demoNavigator .dojoButton .dojoButtonContents {\n\tfont-size: 1.1em;\n\twidth: 100px;\n\tcolor: black;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "demoEngine/templates/DemoNavigator.css"), postCreate:function () { dojo.html.addClass(this.domNode, this.domNodeClass); dojo.html.addClass(this.demoListWrapperNode, this.demoListWrapperClass); dojo.html.addClass(this.demoListContainerNode, this.demoListContainerClass); if (dojo.render.html.ie) { dojo.debug("render ie"); dojo.html.hide(this.demoListWrapperNode); } else { dojo.debug("render non-ie"); dojo.lfx.html.fadeHide(this.demoListWrapperNode, 0).play(); } this.getRegistry(this.demoRegistryUrl); this.demoContainer = dojo.widget.createWidget("DemoContainer", {returnImage:this.returnImage}, this.demoNode); dojo.event.connect(this.demoContainer, "returnToDemos", this, "returnToDemos"); this.demoContainer.hide(); }, returnToDemos:function () { this.demoContainer.hide(); if (dojo.render.html.ie) { dojo.debug("render ie"); dojo.html.show(this.navigationContainer); } else { dojo.debug("render non-ie"); dojo.lfx.html.fadeShow(this.navigationContainer, 250).play(); } dojo.lang.forEach(this.categoriesChildren, dojo.lang.hitch(this, function (child) { child.checkSize(); })); dojo.lang.forEach(this.demoListChildren, dojo.lang.hitch(this, function (child) { child.checkSize(); })); }, show:function () { dojo.html.show(this.domNode); dojo.html.setOpacity(this.domNode, 1); dojo.html.setOpacity(this.navigationContainer, 1); dojo.lang.forEach(this.categoriesChildren, dojo.lang.hitch(this, function (child) { child.checkSize(); })); dojo.lang.forEach(this.demoListChildren, dojo.lang.hitch(this, function (child) { child.checkSize(); })); }, getRegistry:function (url) { dojo.io.bind({url:url, load:dojo.lang.hitch(this, this.processRegistry), mimetype:"text/json"}); }, processRegistry:function (type, registry, e) { dojo.debug("Processing Registry"); this.registry = registry; dojo.lang.forEach(this.registry.navigation, dojo.lang.hitch(this, this.addCategory)); }, addCategory:function (category) { var newCat = dojo.widget.createWidget("Button", {caption:category.name}); if (!dojo.lang.isObject(this.registry.categories)) { this.registry.categories = function () { }; } this.registry.categories[category.name] = category; this.categoriesChildren.push(newCat); this.categoriesButtonsNode.appendChild(newCat.domNode); newCat.domNode.categoryName = category.name; dojo.event.connect(newCat, "onClick", this, "onSelectCategory"); }, addDemo:function (demoName) { var demo = this.registry.definitions[demoName]; if (dojo.render.html.ie) { dojo.html.show(this.demoListWrapperNode); } else { dojo.lfx.html.fadeShow(this.demoListWrapperNode, 250).play(); } var newDemo = dojo.widget.createWidget("DemoItem", {viewDemoImage:this.viewDemoImage, name:demoName, description:demo.description, thumbnail:demo.thumbnail}); this.demoListChildren.push(newDemo); this.demoListContainerNode.appendChild(newDemo.domNode); dojo.event.connect(newDemo, "onSelectDemo", this, "onSelectDemo"); }, onSelectCategory:function (e) { catName = e.currentTarget.categoryName; dojo.debug("Selected Category: " + catName); dojo.lang.forEach(this.demoListChildren, function (child) { child.destroy(); }); this.demoListChildren = []; dojo.lang.forEach(this.registry.categories[catName].demos, dojo.lang.hitch(this, function (demoName) { this.addDemo(demoName); })); }, onSelectDemo:function (e) { dojo.debug("Demo Selected: " + e.target.name); if (dojo.render.html.ie) { dojo.debug("render ie"); dojo.html.hide(this.navigationContainer); this.demoContainer.show(); this.demoContainer.showDemo(); } else { dojo.debug("render non-ie"); dojo.lfx.html.fadeHide(this.navigationContainer, 250, null, dojo.lang.hitch(this, function () { this.demoContainer.show(); this.demoContainer.showDemo(); })).play(); } this.demoContainer.loadDemo(this.registry.definitions[e.target.name].url); this.demoContainer.setName(e.target.name); this.demoContainer.setSummary(this.registry.definitions[e.target.name].description); }}, "", function () { this.demoRegistryUrl = "demoRegistry.json"; this.registry = function () { }; this.categoriesNode = ""; this.categoriesButtonsNode = ""; this.navigationContainer = ""; this.domNodeClass = "demoNavigator"; this.demoNode = ""; this.demoContainer = ""; this.demoListWrapperNode = ""; this.demoListWrapperClass = "demoNavigatorListWrapper"; this.demoListContainerClass = "demoNavigatorListContainer"; this.returnImage = "images/dojoDemos.gif"; this.viewDemoImage = "images/viewDemo.png"; this.demoListChildren = []; this.categoriesChildren = []; }); PK mM1src/widget/demoEngine/templates/DemoContainer.css.demoContainer{ width: 100%; height: 100%; padding: 0px; margin: 0px; } .demoContainer .return { cursor: pointer; } .demoContainer span { margin-right: 10px; cursor: pointer; } .demoContainer .selected { border-bottom: 5px solid #95bfff; } .demoContainer table { background: #f5f5f5; width: 100%; height: 100%; } .demoContainerTabs { width: 100%; height: 400px; } .demoContainerTabs .dojoTabLabels-top { display: none; } .demoContainerTabs .dojoTabPaneWrapper { border: 0px; } PK mM;se-src/widget/demoEngine/templates/DemoItem.html

    PK mM+Yi,src/widget/demoEngine/templates/DemoPane.css.demoPane { width: 100%; height: 100%; padding: 0px; margin: 0px; overflow: hidden; } .demoPane iframe { width: 100%; height: 100%; border: 0px; border: none; overflow: auto; padding: 0px; margin:0px; background: #ffffff; } PK mM(u\[[3src/widget/demoEngine/templates/images/viewDemo.pngPNG  IHDRX #gAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxkA7ZBYV=Dd<&4^a_}:CzN)˔o[֝nzoBͺJ9r@x<^"B4ŒQBiMRc"l||Uėxԩ#iYN8>~ks-71jWվi#UЀ"u$ xBW{"mT^ 0.: 'R h𕌸^ᛳ6$ແpt&)6M-|vGUD_툹#p@P~tij#?`@o/EC0Ԇ6CQ- 'u *5,lI3QW Z~49"'bn1!70zm)Cz@#^V嬓bH? i#VQcШX$1QlN VJ9$O)lZr1[>x"ޏxJ|"V'G>w'9J g^W怳8G v-M9 zsNƚMr]^k)7>e'E07`"ċ= 3) { color = new dojo.gfx.color.Color(arguments[0], arguments[1], arguments[2]); } else { color = new dojo.gfx.color.Color(color); } this.bg.style.backgroundColor = color.toString(); return this.bgColor = color; }, setBackgroundOpacity:function (op) { if (arguments.length == 0) { op = this.bgOpacity; } dojo.html.setOpacity(this.bg, op); try { this.bgOpacity = dojo.html.getOpacity(this.bg); } catch (e) { this.bgOpacity = op; } return this.bgOpacity; }, _sizeBackground:function () { if (this.bgOpacity > 0) { var viewport = dojo.html.getViewport(); var h = viewport.height; var w = viewport.width; with (this.bg.style) { width = w + "px"; height = h + "px"; } var scroll_offset = dojo.html.getScroll().offset; this.bg.style.top = scroll_offset.y + "px"; this.bg.style.left = scroll_offset.x + "px"; var viewport = dojo.html.getViewport(); if (viewport.width != w) { this.bg.style.width = viewport.width + "px"; } if (viewport.height != h) { this.bg.style.height = viewport.height + "px"; } } this.bgIframe.size(this.bg); }, _showBackground:function () { if (this.bgOpacity > 0) { this.bg.style.display = "block"; } if (this.bgIframe.iframe) { this.bgIframe.iframe.style.display = "block"; } }, placeModalDialog:function () { var scroll_offset = dojo.html.getScroll().offset; var viewport_size = dojo.html.getViewport(); var mb; if (this.isShowing()) { mb = dojo.html.getMarginBox(this.domNode); } else { dojo.html.setVisibility(this.domNode, false); dojo.html.show(this.domNode); mb = dojo.html.getMarginBox(this.domNode); dojo.html.hide(this.domNode); dojo.html.setVisibility(this.domNode, true); } var x = scroll_offset.x + (viewport_size.width - mb.width) / 2; var y = scroll_offset.y + (viewport_size.height - mb.height) / 2; with (this.domNode.style) { left = x + "px"; top = y + "px"; } }, _onKey:function (evt) { if (evt.key) { var node = evt.target; while (node != null) { if (node == this.domNode) { return; } node = node.parentNode; } if (evt.key != evt.KEY_TAB) { dojo.event.browser.stopEvent(evt); } else { if (!dojo.render.html.opera) { try { this.tabStart.focus(); } catch (e) { } } } } }, showModalDialog:function () { if (this.followScroll && !this._scrollConnected) { this._scrollConnected = true; dojo.event.connect(window, "onscroll", this, "_onScroll"); } dojo.event.connect(document.documentElement, "onkey", this, "_onKey"); this.placeModalDialog(); this.setBackgroundOpacity(); this._sizeBackground(); this._showBackground(); this._fromTrap = true; setTimeout(dojo.lang.hitch(this, function () { try { this.tabStart.focus(); } catch (e) { } }), 50); }, hideModalDialog:function () { if (this.focusElement) { dojo.byId(this.focusElement).focus(); dojo.byId(this.focusElement).blur(); } this.bg.style.display = "none"; this.bg.style.width = this.bg.style.height = "1px"; if (this.bgIframe.iframe) { this.bgIframe.iframe.style.display = "none"; } dojo.event.disconnect(document.documentElement, "onkey", this, "_onKey"); if (this._scrollConnected) { this._scrollConnected = false; dojo.event.disconnect(window, "onscroll", this, "_onScroll"); } }, _onScroll:function () { var scroll_offset = dojo.html.getScroll().offset; this.bg.style.top = scroll_offset.y + "px"; this.bg.style.left = scroll_offset.x + "px"; this.placeModalDialog(); }, checkSize:function () { if (this.isShowing()) { this._sizeBackground(); this.placeModalDialog(); this.onResized(); } }, onBackgroundClick:function () { if (this.lifetime - this.timeRemaining >= this.blockDuration) { return; } this.hide(); }}); dojo.widget.defineWidget("dojo.widget.Dialog", [dojo.widget.ContentPane, dojo.widget.ModalDialogBase], {templateString:"
    \n\t\n\t\n\t
    \n\t\n\t\n
    \n", blockDuration:0, lifetime:0, closeNode:"", postMixInProperties:function () { dojo.widget.Dialog.superclass.postMixInProperties.apply(this, arguments); if (this.closeNode) { this.setCloseControl(this.closeNode); } }, postCreate:function () { dojo.widget.Dialog.superclass.postCreate.apply(this, arguments); dojo.widget.ModalDialogBase.prototype.postCreate.apply(this, arguments); }, show:function () { if (this.lifetime) { this.timeRemaining = this.lifetime; if (this.timerNode) { this.timerNode.innerHTML = Math.ceil(this.timeRemaining / 1000); } if (this.blockDuration && this.closeNode) { if (this.lifetime > this.blockDuration) { this.closeNode.style.visibility = "hidden"; } else { this.closeNode.style.display = "none"; } } if (this.timer) { clearInterval(this.timer); } this.timer = setInterval(dojo.lang.hitch(this, "_onTick"), 100); } this.showModalDialog(); dojo.widget.Dialog.superclass.show.call(this); }, onLoad:function () { this.placeModalDialog(); dojo.widget.Dialog.superclass.onLoad.call(this); }, fillInTemplate:function () { }, hide:function () { this.hideModalDialog(); dojo.widget.Dialog.superclass.hide.call(this); if (this.timer) { clearInterval(this.timer); } }, setTimerNode:function (node) { this.timerNode = node; }, setCloseControl:function (node) { this.closeNode = dojo.byId(node); dojo.event.connect(this.closeNode, "onclick", this, "hide"); }, setShowControl:function (node) { node = dojo.byId(node); dojo.event.connect(node, "onclick", this, "show"); }, _onTick:function () { if (this.timer) { this.timeRemaining -= 100; if (this.lifetime - this.timeRemaining >= this.blockDuration) { if (this.closeNode) { this.closeNode.style.visibility = "visible"; } } if (!this.timeRemaining) { clearInterval(this.timer); this.hide(); } else { if (this.timerNode) { this.timerNode.innerHTML = Math.ceil(this.timeRemaining / 1000); } } } }}); PK mM src/widget/DropdownDatePicker.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.DropdownDatePicker"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.DropdownContainer"); dojo.require("dojo.widget.DatePicker"); dojo.require("dojo.event.*"); dojo.require("dojo.html.*"); dojo.require("dojo.date.format"); dojo.require("dojo.date.serialize"); dojo.require("dojo.string.common"); dojo.require("dojo.i18n.common"); dojo.requireLocalization("dojo.widget", "DropdownDatePicker", null, "ROOT"); dojo.widget.defineWidget("dojo.widget.DropdownDatePicker", dojo.widget.DropdownContainer, {iconURL:dojo.uri.moduleUri("dojo.widget", "templates/images/dateIcon.gif"), formatLength:"short", displayFormat:"", saveFormat:"", value:"", name:"", displayWeeks:6, adjustWeeks:false, startDate:"1492-10-12", endDate:"2941-10-12", weekStartsOn:"", staticDisplay:false, postMixInProperties:function (localProperties, frag) { dojo.widget.DropdownDatePicker.superclass.postMixInProperties.apply(this, arguments); var messages = dojo.i18n.getLocalization("dojo.widget", "DropdownDatePicker", this.lang); this.iconAlt = messages.selectDate; if (typeof (this.value) == "string" && this.value.toLowerCase() == "today") { this.value = new Date(); } if (this.value && isNaN(this.value)) { var orig = this.value; this.value = dojo.date.fromRfc3339(this.value); if (!this.value) { this.value = new Date(orig); dojo.deprecated("dojo.widget.DropdownDatePicker", "date attributes must be passed in Rfc3339 format", "0.5"); } } if (this.value && !isNaN(this.value)) { this.value = new Date(this.value); } }, fillInTemplate:function (args, frag) { dojo.widget.DropdownDatePicker.superclass.fillInTemplate.call(this, args, frag); var dpArgs = {widgetContainerId:this.widgetId, lang:this.lang, value:this.value, startDate:this.startDate, endDate:this.endDate, displayWeeks:this.displayWeeks, weekStartsOn:this.weekStartsOn, adjustWeeks:this.adjustWeeks, staticDisplay:this.staticDisplay}; this.datePicker = dojo.widget.createWidget("DatePicker", dpArgs, this.containerNode, "child"); dojo.event.connect(this.datePicker, "onValueChanged", this, "_updateText"); dojo.event.connect(this.inputNode, "onChange", this, "_updateText"); if (this.value) { this._updateText(); } this.containerNode.explodeClassName = "calendarBodyContainer"; this.valueNode.name = this.name; }, getValue:function () { return this.valueNode.value; }, getDate:function () { return this.datePicker.value; }, setValue:function (rfcDate) { this.setDate(rfcDate); }, setDate:function (dateObj) { this.datePicker.setDate(dateObj); this._syncValueNode(); }, _updateText:function () { this.inputNode.value = this.datePicker.value ? dojo.date.format(this.datePicker.value, {formatLength:this.formatLength, datePattern:this.displayFormat, selector:"dateOnly", locale:this.lang}) : ""; if (this.value < this.datePicker.startDate || this.value > this.datePicker.endDate) { this.inputNode.value = ""; } this._syncValueNode(); this.onValueChanged(this.getDate()); this.hideContainer(); }, onValueChanged:function (dateObj) { }, onInputChange:function () { var input = dojo.string.trim(this.inputNode.value); if (input) { var inputDate = dojo.date.parse(input, {formatLength:this.formatLength, datePattern:this.displayFormat, selector:"dateOnly", locale:this.lang}); if (!this.datePicker._isDisabledDate(inputDate)) { this.setDate(inputDate); } } else { if (input == "") { this.datePicker.setDate(""); } this.valueNode.value = input; } if (input) { this._updateText(); } }, _syncValueNode:function () { var date = this.datePicker.value; var value = ""; switch (this.saveFormat.toLowerCase()) { case "rfc": case "iso": case "": value = dojo.date.toRfc3339(date, "dateOnly"); break; case "posix": case "unix": value = Number(date); break; default: if (date) { value = dojo.date.format(date, {datePattern:this.saveFormat, selector:"dateOnly", locale:this.lang}); } } this.valueNode.value = value; }, destroy:function (finalize) { this.datePicker.destroy(finalize); dojo.widget.DropdownDatePicker.superclass.destroy.apply(this, arguments); }}); PK mMA4 ]]-src/widget/Editor2Plugin/AlwaysShowToolbar.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Editor2Plugin.AlwaysShowToolbar"); dojo.event.topic.subscribe("dojo.widget.Editor2::onLoad", function (editor) { if (editor.toolbarAlwaysVisible) { var p = new dojo.widget.Editor2Plugin.AlwaysShowToolbar(editor); } }); dojo.declare("dojo.widget.Editor2Plugin.AlwaysShowToolbar", null, function (editor) { this.editor = editor; this.editor.registerLoadedPlugin(this); this.setup(); }, {_scrollSetUp:false, _fixEnabled:false, _scrollThreshold:false, _handleScroll:true, setup:function () { var tdn = this.editor.toolbarWidget; if (!tdn.tbBgIframe) { tdn.tbBgIframe = new dojo.html.BackgroundIframe(tdn.domNode); tdn.tbBgIframe.onResized(); } this.scrollInterval = setInterval(dojo.lang.hitch(this, "globalOnScrollHandler"), 100); dojo.event.connect("before", this.editor.toolbarWidget, "destroy", this, "destroy"); }, globalOnScrollHandler:function () { var isIE = dojo.render.html.ie; if (!this._handleScroll) { return; } var dh = dojo.html; var tdn = this.editor.toolbarWidget.domNode; var db = dojo.body(); if (!this._scrollSetUp) { this._scrollSetUp = true; var editorWidth = dh.getMarginBox(this.editor.domNode).width; this._scrollThreshold = dh.abs(tdn, true).y; if ((isIE) && (db) && (dh.getStyle(db, "background-image") == "none")) { with (db.style) { backgroundImage = "url(" + dojo.uri.moduleUri("dojo.widget", "templates/images/blank.gif") + ")"; backgroundAttachment = "fixed"; } } } var scrollPos = (window["pageYOffset"]) ? window["pageYOffset"] : (document["documentElement"] || document["body"]).scrollTop; if (scrollPos > this._scrollThreshold) { if (!this._fixEnabled) { var tdnbox = dojo.html.getMarginBox(tdn); this.editor.editorObject.style.marginTop = tdnbox.height + "px"; if (isIE) { tdn.style.left = dojo.html.abs(tdn, dojo.html.boxSizing.MARGIN_BOX).x; if (tdn.previousSibling) { this._IEOriginalPos = ["after", tdn.previousSibling]; } else { if (tdn.nextSibling) { this._IEOriginalPos = ["before", tdn.nextSibling]; } else { this._IEOriginalPos = ["", tdn.parentNode]; } } dojo.body().appendChild(tdn); dojo.html.addClass(tdn, "IEFixedToolbar"); } else { with (tdn.style) { position = "fixed"; top = "0px"; } } tdn.style.width = tdnbox.width + "px"; tdn.style.zIndex = 1000; this._fixEnabled = true; } if (!dojo.render.html.safari) { var eHeight = (this.height) ? parseInt(this.editor.height) : this.editor._lastHeight; if (scrollPos > (this._scrollThreshold + eHeight)) { tdn.style.display = "none"; } else { tdn.style.display = ""; } } } else { if (this._fixEnabled) { (this.editor.object || this.editor.iframe).style.marginTop = null; with (tdn.style) { position = ""; top = ""; zIndex = ""; display = ""; } if (isIE) { tdn.style.left = ""; dojo.html.removeClass(tdn, "IEFixedToolbar"); if (this._IEOriginalPos) { dojo.html.insertAtPosition(tdn, this._IEOriginalPos[1], this._IEOriginalPos[0]); this._IEOriginalPos = null; } else { dojo.html.insertBefore(tdn, this.editor.object || this.editor.iframe); } } tdn.style.width = ""; this._fixEnabled = false; } } }, destroy:function () { this._IEOriginalPos = null; this._handleScroll = false; clearInterval(this.scrollInterval); this.editor.unregisterLoadedPlugin(this); if (dojo.render.html.ie) { dojo.html.removeClass(this.editor.toolbarWidget.domNode, "IEFixedToolbar"); } }}); PK mMf2'src/widget/Editor2Plugin/FindReplace.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Editor2Plugin.FindReplace"); dojo.require("dojo.widget.Editor2"); dojo.declare("dojo.widget.Editor2Plugin.FindCommand", dojo.widget.Editor2DialogCommand, {SearchOption:{CaseSensitive:4, SearchBackwards:64, WholeWord:2, WrapSearch:128}, find:function (text, option) { this._editor.focus(); if (window.find) { this._editor.window.find(text, option & this.SearchOption.CaseSensitive ? true : false, option & this.SearchOption.SearchBackwards ? true : false, option & this.SearchOption.WrapSearch ? true : false, option & this.SearchOption.WholeWord ? true : false); } else { if (dojo.body().createTextRange) { var range = this._editor.document.body.createTextRange(); var found = range.findText(text, (option & this.SearchOption.SearchBackwards) ? 1 : -1, option); if (found) { range.scrollIntoView(); range.select(); } else { alert("Can not find " + text + " in the document"); } } else { alert("No idea how to search in this browser. Please submit patch if you know."); } } }, getText:function () { return "Find"; }}); dojo.widget.Editor2Plugin.FindReplace = {getCommand:function (editor, name) { var name = name.toLowerCase(); var command; if (name == "find") { command = new dojo.widget.Editor2Plugin.FindCommand(editor, "find", {contentFile:"dojo.widget.Editor2Plugin.FindReplaceDialog", contentClass:"Editor2FindDialog", title:"Find", width:"350px", height:"150px", modal:false}); } else { if (name == "replace") { command = new dojo.widget.Editor2DialogCommand(editor, "replace", {contentFile:"dojo.widget.Editor2Plugin.FindReplaceDialog", contentClass:"Editor2ReplaceDialog", href:dojo.uri.cache.set(dojo.uri.moduleUri("dojo.widget", "templates/Editor2/Dialog/replace.html"), "\n\n\n\n\n
    Find:
    Replace with:
    \n\t\t\t
    \n\t\t\n\t\t
    \n\t\n\t\n\t\n\t\n\t
    \n\t
    \n"), title:"Replace", width:"350px", height:"200px", modal:false}); } } return command; }, getToolbarItem:function (name) { var name = name.toLowerCase(); var item; if (name == "replace") { item = new dojo.widget.Editor2ToolbarButton("Replace"); } else { if (name == "find") { item = new dojo.widget.Editor2ToolbarButton("Find"); } } return item; }}; dojo.widget.Editor2Manager.registerHandler(dojo.widget.Editor2Plugin.FindReplace.getCommand); dojo.widget.Editor2ToolbarItemManager.registerHandler(dojo.widget.Editor2Plugin.FindReplace.getToolbarItem); PK mM5nn0src/widget/Editor2Plugin/SimpleSignalCommands.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Editor2Plugin.SimpleSignalCommands"); dojo.require("dojo.widget.Editor2"); dojo.declare("dojo.widget.Editor2Plugin.SimpleSignalCommand", dojo.widget.Editor2Command, function (editor, name) { if (dojo.widget.Editor2.prototype[name] == undefined) { dojo.widget.Editor2.prototype[name] = function () { }; } }, {execute:function () { this._editor[this._name](); }}); if (dojo.widget.Editor2Plugin["SimpleSignalCommands"]) { dojo.widget.Editor2Plugin["_SimpleSignalCommands"] = dojo.widget.Editor2Plugin["SimpleSignalCommands"]; } dojo.widget.Editor2Plugin.SimpleSignalCommands = {signals:["save", "insertImage"], Handler:function (name) { if (name.toLowerCase() == "save") { return new dojo.widget.Editor2ToolbarButton("Save"); } else { if (name.toLowerCase() == "insertimage") { return new dojo.widget.Editor2ToolbarButton("InsertImage"); } } }, getCommand:function (editor, name) { var signal; dojo.lang.every(this.signals, function (s) { if (s.toLowerCase() == name.toLowerCase()) { signal = s; return false; } return true; }); if (signal) { return new dojo.widget.Editor2Plugin.SimpleSignalCommand(editor, signal); } }}; if (dojo.widget.Editor2Plugin["_SimpleSignalCommands"]) { dojo.lang.mixin(dojo.widget.Editor2Plugin.SimpleSignalCommands, dojo.widget.Editor2Plugin["_SimpleSignalCommands"]); } dojo.widget.Editor2Manager.registerHandler(dojo.widget.Editor2Plugin.SimpleSignalCommands, "getCommand"); dojo.widget.Editor2ToolbarItemManager.registerHandler(dojo.widget.Editor2Plugin.SimpleSignalCommands.Handler); PK mMy\n\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\n\t
    \n\t\t\t\t\t
    \n\t\t\t\t\t\t\n\t\t\t\t\t\t\tW\n\t\t\t\t\t\t\n\t\t\t\t\t
    \n\t\t\t\t
    \n\t\t\t\t\t
    \n\t\t\t\t\t\t\n\t\t\t\t\t\t\tS\n\t\t\t\t\t\t\n\t\t\t\t\t
    \n\t\t\t\t\t
    \n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t\t\t
    normal
    \n\t\t\t\t\t\t\t\t\t\t

    Heading 1

    \n\t\t\t\t\t\t\t\t\t\t

    Heading 2

    \n\t\t\t\t\t\t\t\t\t\t

    Heading 3

    \n\t\t\t\t\t\t\t\t\t\t

    Heading 4

    \n\t\t\t\t\t\t\t\t\t\t
    blah
    \n\t\t\t\t\t\t\t\t\t\t
    blah
    \n\t\t\t\t\t\t\t\t\t\t
    blah
    \n\t\t\t\t\t\t\t\t\t\t
    blah
    \n\t\t\t\t\t\t\t\t\t\t
    blah
    \n\t\t\t\t\t\t\t\t\t\t
    blah
    \n\t\t\t\t\t\t\t\t\t\t
    blah
    \n\t\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t\tthud\n\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t
    \n\t\t\t\t
    \n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t  copy\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\n\t\t\t\t
    \n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t  paste\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t  undo\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t  redo\n\t\t\t\t\t\n\t\t\t\t
    \n\n", templateCssString:".StyleDropdownContainer {\n\tposition: absolute;\n\tz-index: 1000;\n\toverflow: auto;\n\tcursor: default;\n\twidth: 250px;\n\theight: 250px;\n\tbackground-color: white;\n\tborder: 1px solid black;\n}\n\n.ColorDropdownContainer {\n\tposition: absolute;\n\tz-index: 1000;\n\toverflow: auto;\n\tcursor: default;\n\twidth: 250px;\n\theight: 150px;\n\tbackground-color: white;\n\tborder: 1px solid black;\n}\n\n.EditorToolbarDomNode {\n\tbackground-image: url(buttons/bg-fade.png);\n\tbackground-repeat: repeat-x;\n\tbackground-position: 0px -50px;\n}\n\n.EditorToolbarSmallBg {\n\tbackground-image: url(images/toolbar-bg.gif);\n\tbackground-repeat: repeat-x;\n\tbackground-position: 0px 0px;\n}\n\n/*\nbody {\n\tbackground:url(images/blank.gif) fixed;\n}*/\n\n.IEFixedToolbar {\n\tposition:absolute;\n\t/* top:0; */\n\ttop: expression(eval((document.documentElement||document.body).scrollTop));\n}\n\ndiv.bigIcon {\n\twidth: 40px;\n\theight: 40px; \n\t/* background-color: white; */\n\t/* border: 1px solid #a6a7a3; */\n\tfont-family: Verdana, Trebuchet, Tahoma, Arial;\n}\n\n.iconContainer {\n\tfont-family: Verdana, Trebuchet, Tahoma, Arial;\n\tfont-size: 13px;\n\tfloat: left;\n\theight: 18px;\n\tdisplay: block;\n\t/* background-color: white; */\n\tcursor: pointer;\n\tpadding: 1px 4px 1px 1px; /* almost the same as a transparent border */\n\tborder: 0px;\n}\n\n.dojoE2TBIcon {\n\tdisplay: block;\n\ttext-align: center;\n\tmin-width: 18px;\n\twidth: 18px;\n\theight: 18px;\n\t/* background-color: #a6a7a3; */\n\tbackground-repeat: no-repeat;\n\tbackground-image: url(buttons/aggregate.gif);\n}\n\n\n.dojoE2TBIcon[class~=dojoE2TBIcon] {\n}\n\n.ToolbarButtonLatched {\n border: #316ac5 1px solid; !important;\n padding: 0px 3px 0px 0px; !important; /* make room for border */\n background-color: #c1d2ee;\n}\n\n.ToolbarButtonHighlighted {\n border: #316ac5 1px solid; !important;\n padding: 0px 3px 0px 0px; !important; /* make room for border */\n background-color: #dff1ff;\n}\n\n.ToolbarButtonDisabled{\n filter: gray() alpha(opacity=30); /* IE */\n opacity: 0.30; /* Safari, Opera and Mozilla */\n}\n\n.headingContainer {\n\twidth: 150px;\n\theight: 30px;\n\tmargin: 0px;\n\t/* padding-left: 5px; */\n\toverflow: hidden;\n\tline-height: 25px;\n\tborder-bottom: 1px solid black;\n\tborder-top: 1px solid white;\n}\n\n.EditorToolbarDomNode select {\n\tfont-size: 14px;\n}\n \n.dojoE2TBIcon_Sep { width: 5px; min-width: 5px; max-width: 5px; background-position: 0px 0px}\n.dojoE2TBIcon_Backcolor { background-position: -18px 0px}\n.dojoE2TBIcon_Bold { background-position: -36px 0px}\n.dojoE2TBIcon_Cancel { background-position: -54px 0px}\n.dojoE2TBIcon_Copy { background-position: -72px 0px}\n.dojoE2TBIcon_Link { background-position: -90px 0px}\n.dojoE2TBIcon_Cut { background-position: -108px 0px}\n.dojoE2TBIcon_Delete { background-position: -126px 0px}\n.dojoE2TBIcon_TextColor { background-position: -144px 0px}\n.dojoE2TBIcon_BackgroundColor { background-position: -162px 0px}\n.dojoE2TBIcon_Indent { background-position: -180px 0px}\n.dojoE2TBIcon_HorizontalLine { background-position: -198px 0px}\n.dojoE2TBIcon_Image { background-position: -216px 0px}\n.dojoE2TBIcon_NumberedList { background-position: -234px 0px}\n.dojoE2TBIcon_Table { background-position: -252px 0px}\n.dojoE2TBIcon_BulletedList { background-position: -270px 0px}\n.dojoE2TBIcon_Italic { background-position: -288px 0px}\n.dojoE2TBIcon_CenterJustify { background-position: -306px 0px}\n.dojoE2TBIcon_BlockJustify { background-position: -324px 0px}\n.dojoE2TBIcon_LeftJustify { background-position: -342px 0px}\n.dojoE2TBIcon_RightJustify { background-position: -360px 0px}\n.dojoE2TBIcon_left_to_right { background-position: -378px 0px}\n.dojoE2TBIcon_list_bullet_indent { background-position: -396px 0px}\n.dojoE2TBIcon_list_bullet_outdent { background-position: -414px 0px}\n.dojoE2TBIcon_list_num_indent { background-position: -432px 0px}\n.dojoE2TBIcon_list_num_outdent { background-position: -450px 0px}\n.dojoE2TBIcon_Outdent { background-position: -468px 0px}\n.dojoE2TBIcon_Paste { background-position: -486px 0px}\n.dojoE2TBIcon_Redo { background-position: -504px 0px}\ndojoE2TBIcon_RemoveFormat { background-position: -522px 0px}\n.dojoE2TBIcon_right_to_left { background-position: -540px 0px}\n.dojoE2TBIcon_Save { background-position: -558px 0px}\n.dojoE2TBIcon_Space { background-position: -576px 0px}\n.dojoE2TBIcon_StrikeThrough { background-position: -594px 0px}\n.dojoE2TBIcon_Subscript { background-position: -612px 0px}\n.dojoE2TBIcon_Superscript { background-position: -630px 0px}\n.dojoE2TBIcon_Underline { background-position: -648px 0px}\n.dojoE2TBIcon_Undo { background-position: -666px 0px}\n.dojoE2TBIcon_WikiWord { background-position: -684px 0px}\n\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/EditorToolbar.css"), ToolbarLatchedItemStyle:"ToolbarButtonLatched", ToolbarEnabledItemStyle:"ToolbarButtonEnabled", ToolbarDisabledItemStyle:"ToolbarButtonDisabled", ToolbarHighlightedItemStyle:"ToolbarButtonHighlighted", ToolbarHighlightedSelectStyle:"ToolbarSelectHighlighted", ToolbarHighlightedSelectItemStyle:"ToolbarSelectHighlightedItem", postCreate:function () { var nodes = dojo.html.getElementsByClass("dojoEditorToolbarItem", this.domNode); this.items = {}; for (var x = 0; x < nodes.length; x++) { var node = nodes[x]; var itemname = node.getAttribute("dojoETItemName"); if (itemname) { var item = dojo.widget.Editor2ToolbarItemManager.getToolbarItem(itemname); if (item) { item.create(node, this); this.items[itemname.toLowerCase()] = item; } else { node.style.display = "none"; } } } }, update:function () { for (var cmd in this.items) { this.items[cmd].refreshState(); } }, shareGroup:"", checkAvailability:function () { if (!this.shareGroup) { this.parent.focus(); return true; } var curInst = dojo.widget.Editor2Manager.getCurrentInstance(); if (this.shareGroup == curInst.toolbarGroup) { return true; } return false; }, destroy:function () { for (var it in this.items) { this.items[it].destroy(); delete this.items[it]; } dojo.widget.Editor2Toolbar.superclass.destroy.call(this); }}); PK mMB>Y4545src/widget/FloatingPane.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.FloatingPane"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.Manager"); dojo.require("dojo.html.*"); dojo.require("dojo.html.layout"); dojo.require("dojo.html.iframe"); dojo.require("dojo.html.selection"); dojo.require("dojo.lfx.shadow"); dojo.require("dojo.widget.html.layout"); dojo.require("dojo.widget.ContentPane"); dojo.require("dojo.dnd.HtmlDragMove"); dojo.require("dojo.widget.Dialog"); dojo.require("dojo.widget.ResizeHandle"); dojo.declare("dojo.widget.FloatingPaneBase", null, {title:"", iconSrc:"", hasShadow:false, constrainToContainer:false, taskBarId:"", resizable:true, titleBarDisplay:true, windowState:"normal", displayCloseAction:false, displayMinimizeAction:false, displayMaximizeAction:false, _max_taskBarConnectAttempts:5, _taskBarConnectAttempts:0, templateString:"
    \n\t
    \n\t \t\n\t\t
    \n\t\t
    \n\t\t
    \n\t\t
    \n\t \t
    ${this.title}
    \n\t
    \n\n\t
    \n\n\t
    \n
    \n", templateCssString:"\n/********** Outer Window ***************/\n\n.dojoFloatingPane {\n\t/* essential css */\n\tposition: absolute;\n\toverflow: visible;\t\t/* so drop shadow is displayed */\n\tz-index: 10;\n\n\t/* styling css */\n\tborder: 1px solid;\n\tborder-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;\n\tbackground-color: ThreeDFace;\n}\n\n\n/********** Title Bar ****************/\n\n.dojoFloatingPaneTitleBar {\n\tvertical-align: top;\n\tmargin: 2px 2px 2px 2px;\n\tz-index: 10;\n\tbackground-color: #7596c6;\n\tcursor: default;\n\toverflow: hidden;\n\tborder-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;\n\tvertical-align: middle;\n}\n\n.dojoFloatingPaneTitleText {\n\tfloat: left;\n\tpadding: 2px 4px 2px 2px;\n\twhite-space: nowrap;\n\tcolor: CaptionText;\n\tfont: small-caption;\n}\n\n.dojoTitleBarIcon {\n\tfloat: left;\n\theight: 22px;\n\twidth: 22px;\n\tvertical-align: middle;\n\tmargin-right: 5px;\n\tmargin-left: 5px;\n}\n\n.dojoFloatingPaneActions{\n\tfloat: right;\n\tposition: absolute;\n\tright: 2px;\n\ttop: 2px;\n\tvertical-align: middle;\n}\n\n\n.dojoFloatingPaneActionItem {\n\tvertical-align: middle;\n\tmargin-right: 1px;\n\theight: 22px;\n\twidth: 22px;\n}\n\n\n.dojoFloatingPaneTitleBarIcon {\n\t/* essential css */\n\tfloat: left;\n\n\t/* styling css */\n\tmargin-left: 2px;\n\tmargin-right: 4px;\n\theight: 22px;\n}\n\n/* minimize/maximize icons are specified by CSS only */\n.dojoFloatingPaneMinimizeIcon,\n.dojoFloatingPaneMaximizeIcon,\n.dojoFloatingPaneRestoreIcon,\n.dojoFloatingPaneCloseIcon {\n\tvertical-align: middle;\n\theight: 22px;\n\twidth: 22px;\n\tfloat: right;\n}\n.dojoFloatingPaneMinimizeIcon {\n\tbackground-image: url(images/floatingPaneMinimize.gif);\n}\n.dojoFloatingPaneMaximizeIcon {\n\tbackground-image: url(images/floatingPaneMaximize.gif);\n}\n.dojoFloatingPaneRestoreIcon {\n\tbackground-image: url(images/floatingPaneRestore.gif);\n}\n.dojoFloatingPaneCloseIcon {\n\tbackground-image: url(images/floatingPaneClose.gif);\n}\n\n/* bar at bottom of window that holds resize handle */\n.dojoFloatingPaneResizebar {\n\tz-index: 10;\n\theight: 13px;\n\tbackground-color: ThreeDFace;\n}\n\n/************* Client Area ***************/\n\n.dojoFloatingPaneClient {\n\tposition: relative;\n\tz-index: 10;\n\tborder: 1px solid;\n\tborder-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;\n\tmargin: 2px;\n\tbackground-color: ThreeDFace;\n\tpadding: 8px;\n\tfont-family: Verdana, Helvetica, Garamond, sans-serif;\n\tfont-size: 12px;\n\toverflow: auto;\n}\n\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/FloatingPane.css"), fillInFloatingPaneTemplate:function (args, frag) { var source = this.getFragNodeRef(frag); dojo.html.copyStyle(this.domNode, source); dojo.body().appendChild(this.domNode); if (!this.isShowing()) { this.windowState = "minimized"; } if (this.iconSrc == "") { dojo.html.removeNode(this.titleBarIcon); } else { this.titleBarIcon.src = this.iconSrc.toString(); } if (this.titleBarDisplay) { this.titleBar.style.display = ""; dojo.html.disableSelection(this.titleBar); this.titleBarIcon.style.display = (this.iconSrc == "" ? "none" : ""); this.minimizeAction.style.display = (this.displayMinimizeAction ? "" : "none"); this.maximizeAction.style.display = (this.displayMaximizeAction && this.windowState != "maximized" ? "" : "none"); this.restoreAction.style.display = (this.displayMaximizeAction && this.windowState == "maximized" ? "" : "none"); this.closeAction.style.display = (this.displayCloseAction ? "" : "none"); this.drag = new dojo.dnd.HtmlDragMoveSource(this.domNode); if (this.constrainToContainer) { this.drag.constrainTo(); } this.drag.setDragHandle(this.titleBar); var self = this; dojo.event.topic.subscribe("dragMove", function (info) { if (info.source.domNode == self.domNode) { dojo.event.topic.publish("floatingPaneMove", {source:self}); } }); } if (this.resizable) { this.resizeBar.style.display = ""; this.resizeHandle = dojo.widget.createWidget("ResizeHandle", {targetElmId:this.widgetId, id:this.widgetId + "_resize"}); this.resizeBar.appendChild(this.resizeHandle.domNode); } if (this.hasShadow) { this.shadow = new dojo.lfx.shadow(this.domNode); } this.bgIframe = new dojo.html.BackgroundIframe(this.domNode); if (this.taskBarId) { this._taskBarSetup(); } dojo.body().removeChild(this.domNode); }, postCreate:function () { if (dojo.hostenv.post_load_) { this._setInitialWindowState(); } else { dojo.addOnLoad(this, "_setInitialWindowState"); } }, maximizeWindow:function (evt) { var mb = dojo.html.getMarginBox(this.domNode); this.previous = {width:mb.width || this.width, height:mb.height || this.height, left:this.domNode.style.left, top:this.domNode.style.top, bottom:this.domNode.style.bottom, right:this.domNode.style.right}; if (this.domNode.parentNode.style.overflow.toLowerCase() != "hidden") { this.parentPrevious = {overflow:this.domNode.parentNode.style.overflow}; dojo.debug(this.domNode.parentNode.style.overflow); this.domNode.parentNode.style.overflow = "hidden"; } this.domNode.style.left = dojo.html.getPixelValue(this.domNode.parentNode, "padding-left", true) + "px"; this.domNode.style.top = dojo.html.getPixelValue(this.domNode.parentNode, "padding-top", true) + "px"; if ((this.domNode.parentNode.nodeName.toLowerCase() == "body")) { var viewport = dojo.html.getViewport(); var padding = dojo.html.getPadding(dojo.body()); this.resizeTo(viewport.width - padding.width, viewport.height - padding.height); } else { var content = dojo.html.getContentBox(this.domNode.parentNode); this.resizeTo(content.width, content.height); } this.maximizeAction.style.display = "none"; this.restoreAction.style.display = ""; if (this.resizeHandle) { this.resizeHandle.domNode.style.display = "none"; } this.drag.setDragHandle(null); this.windowState = "maximized"; }, minimizeWindow:function (evt) { this.hide(); for (var attr in this.parentPrevious) { this.domNode.parentNode.style[attr] = this.parentPrevious[attr]; } this.lastWindowState = this.windowState; this.windowState = "minimized"; }, restoreWindow:function (evt) { if (this.windowState == "minimized") { this.show(); if (this.lastWindowState == "maximized") { this.domNode.parentNode.style.overflow = "hidden"; this.windowState = "maximized"; } else { this.windowState = "normal"; } } else { if (this.windowState == "maximized") { for (var attr in this.previous) { this.domNode.style[attr] = this.previous[attr]; } for (var attr in this.parentPrevious) { this.domNode.parentNode.style[attr] = this.parentPrevious[attr]; } this.resizeTo(this.previous.width, this.previous.height); this.previous = null; this.parentPrevious = null; this.restoreAction.style.display = "none"; this.maximizeAction.style.display = this.displayMaximizeAction ? "" : "none"; if (this.resizeHandle) { this.resizeHandle.domNode.style.display = ""; } this.drag.setDragHandle(this.titleBar); this.windowState = "normal"; } else { } } }, toggleDisplay:function () { if (this.windowState == "minimized") { this.restoreWindow(); } else { this.minimizeWindow(); } }, closeWindow:function (evt) { dojo.html.removeNode(this.domNode); this.destroy(); }, onMouseDown:function (evt) { this.bringToTop(); }, bringToTop:function () { var floatingPanes = dojo.widget.manager.getWidgetsByType(this.widgetType); var windows = []; for (var x = 0; x < floatingPanes.length; x++) { if (this.widgetId != floatingPanes[x].widgetId) { windows.push(floatingPanes[x]); } } windows.sort(function (a, b) { return a.domNode.style.zIndex - b.domNode.style.zIndex; }); windows.push(this); var floatingPaneStartingZ = 100; for (x = 0; x < windows.length; x++) { windows[x].domNode.style.zIndex = floatingPaneStartingZ + x * 2; } }, _setInitialWindowState:function () { if (this.isShowing()) { this.width = -1; var mb = dojo.html.getMarginBox(this.domNode); this.resizeTo(mb.width, mb.height); } if (this.windowState == "maximized") { this.maximizeWindow(); this.show(); return; } if (this.windowState == "normal") { this.show(); return; } if (this.windowState == "minimized") { this.hide(); return; } this.windowState = "minimized"; }, _taskBarSetup:function () { var taskbar = dojo.widget.getWidgetById(this.taskBarId); if (!taskbar) { if (this._taskBarConnectAttempts < this._max_taskBarConnectAttempts) { dojo.lang.setTimeout(this, this._taskBarSetup, 50); this._taskBarConnectAttempts++; } else { dojo.debug("Unable to connect to the taskBar"); } return; } taskbar.addChild(this); }, showFloatingPane:function () { this.bringToTop(); }, onFloatingPaneShow:function () { var mb = dojo.html.getMarginBox(this.domNode); this.resizeTo(mb.width, mb.height); }, resizeTo:function (width, height) { dojo.html.setMarginBox(this.domNode, {width:width, height:height}); dojo.widget.html.layout(this.domNode, [{domNode:this.titleBar, layoutAlign:"top"}, {domNode:this.resizeBar, layoutAlign:"bottom"}, {domNode:this.containerNode, layoutAlign:"client"}]); dojo.widget.html.layout(this.containerNode, this.children, "top-bottom"); this.bgIframe.onResized(); if (this.shadow) { this.shadow.size(width, height); } this.onResized(); }, checkSize:function () { }, destroyFloatingPane:function () { if (this.resizeHandle) { this.resizeHandle.destroy(); this.resizeHandle = null; } }}); dojo.widget.defineWidget("dojo.widget.FloatingPane", [dojo.widget.ContentPane, dojo.widget.FloatingPaneBase], {fillInTemplate:function (args, frag) { this.fillInFloatingPaneTemplate(args, frag); dojo.widget.FloatingPane.superclass.fillInTemplate.call(this, args, frag); }, postCreate:function () { dojo.widget.FloatingPaneBase.prototype.postCreate.apply(this, arguments); dojo.widget.FloatingPane.superclass.postCreate.apply(this, arguments); }, show:function () { dojo.widget.FloatingPane.superclass.show.apply(this, arguments); this.showFloatingPane(); }, onShow:function () { dojo.widget.FloatingPane.superclass.onShow.call(this); this.onFloatingPaneShow(); }, destroy:function () { this.destroyFloatingPane(); dojo.widget.FloatingPane.superclass.destroy.apply(this, arguments); }}); dojo.widget.defineWidget("dojo.widget.ModalFloatingPane", [dojo.widget.FloatingPane, dojo.widget.ModalDialogBase], {windowState:"minimized", displayCloseAction:true, postCreate:function () { dojo.widget.ModalDialogBase.prototype.postCreate.call(this); dojo.widget.ModalFloatingPane.superclass.postCreate.call(this); }, show:function () { this.showModalDialog(); dojo.widget.ModalFloatingPane.superclass.show.apply(this, arguments); this.bg.style.zIndex = this.domNode.style.zIndex - 1; }, hide:function () { this.hideModalDialog(); dojo.widget.ModalFloatingPane.superclass.hide.apply(this, arguments); }, closeWindow:function () { this.hide(); dojo.widget.ModalFloatingPane.superclass.closeWindow.apply(this, arguments); }}); PK mMEs src/widget/html/layout.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.html.layout"); dojo.require("dojo.lang.common"); dojo.require("dojo.string.extras"); dojo.require("dojo.html.style"); dojo.require("dojo.html.layout"); dojo.widget.html.layout = function (container, children, layoutPriority) { dojo.html.addClass(container, "dojoLayoutContainer"); children = dojo.lang.filter(children, function (child, idx) { child.idx = idx; return dojo.lang.inArray(["top", "bottom", "left", "right", "client", "flood"], child.layoutAlign); }); if (layoutPriority && layoutPriority != "none") { var rank = function (child) { switch (child.layoutAlign) { case "flood": return 1; case "left": case "right": return (layoutPriority == "left-right") ? 2 : 3; case "top": case "bottom": return (layoutPriority == "left-right") ? 3 : 2; default: return 4; } }; children.sort(function (a, b) { return (rank(a) - rank(b)) || (a.idx - b.idx); }); } var f = {top:dojo.html.getPixelValue(container, "padding-top", true), left:dojo.html.getPixelValue(container, "padding-left", true)}; dojo.lang.mixin(f, dojo.html.getContentBox(container)); dojo.lang.forEach(children, function (child) { var elm = child.domNode; var pos = child.layoutAlign; with (elm.style) { left = f.left + "px"; top = f.top + "px"; bottom = "auto"; right = "auto"; } dojo.html.addClass(elm, "dojoAlign" + dojo.string.capitalize(pos)); if ((pos == "top") || (pos == "bottom")) { dojo.html.setMarginBox(elm, {width:f.width}); var h = dojo.html.getMarginBox(elm).height; f.height -= h; if (pos == "top") { f.top += h; } else { elm.style.top = f.top + f.height + "px"; } if (child.onResized) { child.onResized(); } } else { if (pos == "left" || pos == "right") { var w = dojo.html.getMarginBox(elm).width; if (child.resizeTo) { child.resizeTo(w, f.height); } else { dojo.html.setMarginBox(elm, {width:w, height:f.height}); } f.width -= w; if (pos == "left") { f.left += w; } else { elm.style.left = f.left + f.width + "px"; } } else { if (pos == "flood" || pos == "client") { if (child.resizeTo) { child.resizeTo(f.width, f.height); } else { dojo.html.setMarginBox(elm, {width:f.width, height:f.height}); } } } } }); }; dojo.html.insertCssText(".dojoLayoutContainer{ position: relative; display: block; overflow: hidden; }\n" + "body .dojoAlignTop, body .dojoAlignBottom, body .dojoAlignLeft, body .dojoAlignRight { position: absolute; overflow: hidden; }\n" + "body .dojoAlignClient { position: absolute }\n" + ".dojoAlignClient { overflow: auto; }\n"); PK mM)'q11src/widget/InlineEditBox.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.InlineEditBox"); dojo.require("dojo.widget.*"); dojo.require("dojo.event.*"); dojo.require("dojo.lfx.*"); dojo.require("dojo.gfx.color"); dojo.require("dojo.string"); dojo.require("dojo.html.*"); dojo.require("dojo.html.layout"); dojo.widget.defineWidget("dojo.widget.InlineEditBox", dojo.widget.HtmlWidget, function () { this.history = []; }, {templateString:"\n\t\n\t\n\t\n\t\n\n", templateCssString:".editLabel {\n\tfont-size : small;\n\tpadding : 0 5px;\n\tdisplay : none;\n}\n\n.editableRegionDisabled {\n\tcursor : pointer;\n\t_cursor : hand;\n}\n\n.editableRegion {\n\tbackground-color : #ffc !important;\n\tcursor : pointer;\n\t_cursor : hand;\n}\n\n.editableRegion .editLabel {\n\tdisplay : inline;\n}\n\n.editableTextareaRegion .editLabel {\n\tdisplay : block;\n}\n\n.inlineEditBox {\n\t/*background-color : #ffc;*/\n\tdisplay : inline;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/InlineEditBox.css"), mode:"text", name:"", minWidth:100, minHeight:200, editing:false, value:"", textValue:"", defaultText:"", postMixInProperties:function () { if (this.textValue) { dojo.deprecated("InlineEditBox: Use value parameter instead of textValue; will be removed in 0.5"); this.value = this.textValue; } if (this.defaultText) { dojo.deprecated("InlineEditBox: Use value parameter instead of defaultText; will be removed in 0.5"); this.value = this.defaultText; } }, postCreate:function (args, frag) { this.editable = this.getFragNodeRef(frag); dojo.html.insertAfter(this.editable, this.form); dojo.event.connect(this.editable, "onmouseover", this, "onMouseOver"); dojo.event.connect(this.editable, "onmouseout", this, "onMouseOut"); dojo.event.connect(this.editable, "onclick", this, "_beginEdit"); if (this.value) { this.editable.innerHTML = this.value; return; } else { this.value = dojo.string.trim(this.editable.innerHTML); this.editable.innerHTML = this.value; } }, onMouseOver:function () { if (!this.editing) { if (this.disabled) { dojo.html.addClass(this.editable, "editableRegionDisabled"); } else { dojo.html.addClass(this.editable, "editableRegion"); if (this.mode == "textarea") { dojo.html.addClass(this.editable, "editableTextareaRegion"); } } } }, onMouseOut:function () { if (!this.editing) { dojo.html.removeClass(this.editable, "editableRegion"); dojo.html.removeClass(this.editable, "editableTextareaRegion"); dojo.html.removeClass(this.editable, "editableRegionDisabled"); } }, _beginEdit:function (e) { if (this.editing || this.disabled) { return; } this.onMouseOut(); this.editing = true; var ee = this[this.mode.toLowerCase()]; ee.value = dojo.string.trim(this.value); ee.style.fontSize = dojo.html.getStyle(this.editable, "font-size"); ee.style.fontWeight = dojo.html.getStyle(this.editable, "font-weight"); ee.style.fontStyle = dojo.html.getStyle(this.editable, "font-style"); var bb = dojo.html.getBorderBox(this.editable); ee.style.width = Math.max(bb.width, this.minWidth) + "px"; if (this.mode.toLowerCase() == "textarea") { ee.style.display = "block"; ee.style.height = Math.max(bb.height, this.minHeight) + "px"; } else { ee.style.display = ""; } this.form.style.display = ""; this.editable.style.display = "none"; ee.focus(); ee.select(); this.submitButton.disabled = true; }, saveEdit:function (e) { e.preventDefault(); e.stopPropagation(); var ee = this[this.mode.toLowerCase()]; if ((this.value != ee.value) && (dojo.string.trim(ee.value) != "")) { this.doFade = true; this.history.push(this.value); this.onSave(ee.value, this.value, this.name); this.value = ee.value; this.editable.innerHTML = ""; var textNode = document.createTextNode(this.value); this.editable.appendChild(textNode); } else { this.doFade = false; } this._finishEdit(e); }, _stopEditing:function () { this.editing = false; this.form.style.display = "none"; this.editable.style.display = ""; return true; }, cancelEdit:function (e) { this._stopEditing(); this.onCancel(); return true; }, _finishEdit:function (e) { this._stopEditing(); if (this.doFade) { dojo.lfx.highlight(this.editable, dojo.gfx.color.hex2rgb("#ffc"), 700).play(300); } this.doFade = false; }, setText:function (txt) { dojo.deprecated("setText() is deprecated, call setValue() instead, will be removed in 0.5"); this.setValue(txt); }, setValue:function (txt) { txt = "" + txt; var tt = dojo.string.trim(txt); this.value = tt; this.editable.innerHTML = tt; }, undo:function () { if (this.history.length > 0) { var curValue = this.value; var value = this.history.pop(); this.editable.innerHTML = value; this.value = value; this.onUndo(value); this.onSave(value, curValue, this.name); } }, onChange:function (newValue, oldValue) { }, onSave:function (newValue, oldValue, name) { }, onCancel:function () { }, checkForValueChange:function () { var ee = this[this.mode.toLowerCase()]; if ((this.value != ee.value) && (dojo.string.trim(ee.value) != "")) { this.submitButton.disabled = false; } this.onChange(this.value, ee.value); }, disable:function () { this.submitButton.disabled = true; this.cancelButton.disabled = true; var ee = this[this.mode.toLowerCase()]; ee.disabled = true; dojo.widget.InlineEditBox.superclass.disable.apply(this, arguments); }, enable:function () { this.checkForValueChange(); this.cancelButton.disabled = false; var ee = this[this.mode.toLowerCase()]; ee.disabled = false; dojo.widget.InlineEditBox.superclass.enable.apply(this, arguments); }}); PK mM<g<src/widget/LinkPane.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.LinkPane"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.ContentPane"); dojo.require("dojo.html.style"); dojo.widget.defineWidget("dojo.widget.LinkPane", dojo.widget.ContentPane, {templateString:"
    ", fillInTemplate:function (args, frag) { var source = this.getFragNodeRef(frag); this.label += source.innerHTML; var source = this.getFragNodeRef(frag); dojo.html.copyStyle(this.domNode, source); }}); PK mM88$src/widget/nls/DropdownDatePicker.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"selectDate":"Select a date"})PK mM1#''src/widget/nls/TimePicker.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ ({"any":"any"})PK mMkhsrc/widget/Parse.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Parse"); dojo.require("dojo.widget.Manager"); dojo.require("dojo.dom"); dojo.widget.Parse = function (fragment) { this.propertySetsList = []; this.fragment = fragment; this.createComponents = function (frag, parentComp) { var comps = []; var built = false; try { if (frag && frag.tagName && (frag != frag.nodeRef)) { var djTags = dojo.widget.tags; var tna = String(frag.tagName).split(";"); for (var x = 0; x < tna.length; x++) { var ltn = tna[x].replace(/^\s+|\s+$/g, "").toLowerCase(); frag.tagName = ltn; var ret; if (djTags[ltn]) { built = true; ret = djTags[ltn](frag, this, parentComp, frag.index); comps.push(ret); } else { if (ltn.indexOf(":") == -1) { ltn = "dojo:" + ltn; } ret = dojo.widget.buildWidgetFromParseTree(ltn, frag, this, parentComp, frag.index); if (ret) { built = true; comps.push(ret); } } } } } catch (e) { dojo.debug("dojo.widget.Parse: error:", e); } if (!built) { comps = comps.concat(this.createSubComponents(frag, parentComp)); } return comps; }; this.createSubComponents = function (fragment, parentComp) { var frag, comps = []; for (var item in fragment) { frag = fragment[item]; if (frag && typeof frag == "object" && (frag != fragment.nodeRef) && (frag != fragment.tagName) && (!dojo.dom.isNode(frag))) { comps = comps.concat(this.createComponents(frag, parentComp)); } } return comps; }; this.parsePropertySets = function (fragment) { return []; }; this.parseProperties = function (fragment) { var properties = {}; for (var item in fragment) { if ((fragment[item] == fragment.tagName) || (fragment[item] == fragment.nodeRef)) { } else { var frag = fragment[item]; if (frag.tagName && dojo.widget.tags[frag.tagName.toLowerCase()]) { } else { if (frag[0] && frag[0].value != "" && frag[0].value != null) { try { if (item.toLowerCase() == "dataprovider") { var _this = this; this.getDataProvider(_this, frag[0].value); properties.dataProvider = this.dataProvider; } properties[item] = frag[0].value; var nestedProperties = this.parseProperties(frag); for (var property in nestedProperties) { properties[property] = nestedProperties[property]; } } catch (e) { dojo.debug(e); } } } switch (item.toLowerCase()) { case "checked": case "disabled": if (typeof properties[item] != "boolean") { properties[item] = true; } break; } } } return properties; }; this.getDataProvider = function (objRef, dataUrl) { dojo.io.bind({url:dataUrl, load:function (type, evaldObj) { if (type == "load") { objRef.dataProvider = evaldObj; } }, mimetype:"text/javascript", sync:true}); }; this.getPropertySetById = function (propertySetId) { for (var x = 0; x < this.propertySetsList.length; x++) { if (propertySetId == this.propertySetsList[x]["id"][0].value) { return this.propertySetsList[x]; } } return ""; }; this.getPropertySetsByType = function (componentType) { var propertySets = []; for (var x = 0; x < this.propertySetsList.length; x++) { var cpl = this.propertySetsList[x]; var cpcc = cpl.componentClass || cpl.componentType || null; var propertySetId = this.propertySetsList[x]["id"][0].value; if (cpcc && (propertySetId == cpcc[0].value)) { propertySets.push(cpl); } } return propertySets; }; this.getPropertySets = function (fragment) { var ppl = "dojo:propertyproviderlist"; var propertySets = []; var tagname = fragment.tagName; if (fragment[ppl]) { var propertyProviderIds = fragment[ppl].value.split(" "); for (var propertySetId in propertyProviderIds) { if ((propertySetId.indexOf("..") == -1) && (propertySetId.indexOf("://") == -1)) { var propertySet = this.getPropertySetById(propertySetId); if (propertySet != "") { propertySets.push(propertySet); } } else { } } } return this.getPropertySetsByType(tagname).concat(propertySets); }; this.createComponentFromScript = function (nodeRef, componentName, properties, ns) { properties.fastMixIn = true; var ltn = (ns || "dojo") + ":" + componentName.toLowerCase(); if (dojo.widget.tags[ltn]) { return [dojo.widget.tags[ltn](properties, this, null, null, properties)]; } return [dojo.widget.buildWidgetFromParseTree(ltn, properties, this, null, null, properties)]; }; }; dojo.widget._parser_collection = {"dojo":new dojo.widget.Parse()}; dojo.widget.getParser = function (name) { if (!name) { name = "dojo"; } if (!this._parser_collection[name]) { this._parser_collection[name] = new dojo.widget.Parse(); } return this._parser_collection[name]; }; dojo.widget.createWidget = function (name, props, refNode, position) { var isNode = false; var isNameStr = (typeof name == "string"); if (isNameStr) { var pos = name.indexOf(":"); var ns = (pos > -1) ? name.substring(0, pos) : "dojo"; if (pos > -1) { name = name.substring(pos + 1); } var lowerCaseName = name.toLowerCase(); var namespacedName = ns + ":" + lowerCaseName; isNode = (dojo.byId(name) && !dojo.widget.tags[namespacedName]); } if ((arguments.length == 1) && (isNode || !isNameStr)) { var xp = new dojo.xml.Parse(); var tn = isNode ? dojo.byId(name) : name; return dojo.widget.getParser().createComponents(xp.parseElement(tn, null, true))[0]; } function fromScript(placeKeeperNode, name, props, ns) { props[namespacedName] = {dojotype:[{value:lowerCaseName}], nodeRef:placeKeeperNode, fastMixIn:true}; props.ns = ns; return dojo.widget.getParser().createComponentFromScript(placeKeeperNode, name, props, ns); } props = props || {}; var notRef = false; var tn = null; var h = dojo.render.html.capable; if (h) { tn = document.createElement("span"); } if (!refNode) { notRef = true; refNode = tn; if (h) { dojo.body().appendChild(refNode); } } else { if (position) { dojo.dom.insertAtPosition(tn, refNode, position); } else { tn = refNode; } } var widgetArray = fromScript(tn, name.toLowerCase(), props, ns); if ((!widgetArray) || (!widgetArray[0]) || (typeof widgetArray[0].widgetType == "undefined")) { throw new Error("createWidget: Creation of \"" + name + "\" widget failed."); } try { if (notRef && widgetArray[0].domNode.parentNode) { widgetArray[0].domNode.parentNode.removeChild(widgetArray[0].domNode); } } catch (e) { dojo.debug(e); } return widgetArray[0]; }; PK mM֌Ksrc/widget/RealNumberTextbox.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.RealNumberTextbox"); dojo.require("dojo.widget.IntegerTextbox"); dojo.require("dojo.validate.common"); dojo.widget.defineWidget("dojo.widget.RealNumberTextbox", dojo.widget.IntegerTextbox, {mixInProperties:function (localProperties, frag) { dojo.widget.RealNumberTextbox.superclass.mixInProperties.apply(this, arguments); if (localProperties.places) { this.flags.places = Number(localProperties.places); } if ((localProperties.exponent == "true") || (localProperties.exponent == "always")) { this.flags.exponent = true; } else { if ((localProperties.exponent == "false") || (localProperties.exponent == "never")) { this.flags.exponent = false; } else { this.flags.exponent = [true, false]; } } if ((localProperties.esigned == "true") || (localProperties.esigned == "always")) { this.flags.eSigned = true; } else { if ((localProperties.esigned == "false") || (localProperties.esigned == "never")) { this.flags.eSigned = false; } else { this.flags.eSigned = [true, false]; } } if (localProperties.min) { this.flags.min = parseFloat(localProperties.min); } if (localProperties.max) { this.flags.max = parseFloat(localProperties.max); } }, isValid:function () { return dojo.validate.isRealNumber(this.textbox.value, this.flags); }, isInRange:function () { return dojo.validate.isInRange(this.textbox.value, this.flags); }}); PK mMhS S src/widget/ResizableTextarea.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.ResizableTextarea"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.LayoutContainer"); dojo.require("dojo.widget.ResizeHandle"); dojo.widget.defineWidget("dojo.widget.ResizableTextarea", dojo.widget.HtmlWidget, {templateString:"
    \n\t
    \n\t\t
    \n\t\t
    \n\t\t
    \n\t\t\t
    drag to resize
    \n\t\t\t
    \n\t\t
    \n\t
    \n
    \n", templateCssString:"div.statusBar {\n\tbackground-color: ThreeDFace;\n\theight: 28px;\n\tpadding: 1px;\n\toverflow: hidden;\n\tfont-size: 12px;\n}\n\ndiv.statusPanel {\n\tbackground-color: ThreeDFace;\n\tborder: 1px solid;\n\tborder-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;\n\tmargin: 1px;\n\tpadding: 2px 6px;\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/ResizableTextarea.css"), fillInTemplate:function (args, frag) { this.textAreaNode = this.getFragNodeRef(frag).cloneNode(true); dojo.body().appendChild(this.domNode); this.rootLayout = dojo.widget.createWidget("LayoutContainer", {minHeight:50, minWidth:100}, this.rootLayoutNode); this.textAreaContainer = dojo.widget.createWidget("LayoutContainer", {layoutAlign:"client"}, this.textAreaContainerNode); this.rootLayout.addChild(this.textAreaContainer); this.textAreaContainer.domNode.appendChild(this.textAreaNode); with (this.textAreaNode.style) { width = "100%"; height = "100%"; } this.statusBar = dojo.widget.createWidget("LayoutContainer", {layoutAlign:"bottom", minHeight:28}, this.statusBarContainerNode); this.rootLayout.addChild(this.statusBar); this.statusLabel = dojo.widget.createWidget("LayoutContainer", {layoutAlign:"client", minWidth:50}, this.statusLabelNode); this.statusBar.addChild(this.statusLabel); this.resizeHandle = dojo.widget.createWidget("ResizeHandle", {targetElmId:this.rootLayout.widgetId}, this.resizeHandleNode); this.statusBar.addChild(this.resizeHandle); }}); PK mMP_tsrc/widget/Select.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Select"); dojo.require("dojo.widget.ComboBox"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.html.stabile"); dojo.widget.defineWidget("dojo.widget.Select", dojo.widget.ComboBox, {forceValidOption:true, setValue:function (value) { this.comboBoxValue.value = value; dojo.widget.html.stabile.setState(this.widgetId, this.getState(), true); this.onValueChanged(value); }, setLabel:function (value) { this.comboBoxSelectionValue.value = value; if (this.textInputNode.value != value) { this.textInputNode.value = value; } }, getLabel:function () { return this.comboBoxSelectionValue.value; }, getState:function () { return {value:this.getValue(), label:this.getLabel()}; }, onKeyUp:function (evt) { this.setLabel(this.textInputNode.value); }, setState:function (state) { this.setValue(state.value); this.setLabel(state.label); }, setAllValues:function (value1, value2) { this.setLabel(value1); this.setValue(value2); }}); PK mM0ysrc/widget/Show.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Show"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.HtmlWidget"); dojo.require("dojo.uri.Uri"); dojo.require("dojo.event.*"); dojo.require("dojo.lfx.*"); dojo.require("dojo.math.curves"); dojo.require("dojo.lang.common"); dojo.require("dojo.lang.func"); dojo.widget.defineWidget("dojo.widget.Show", dojo.widget.HtmlWidget, function () { this._slides = []; }, {isContainer:true, _slide:-1, body:null, nav:null, hider:null, select:null, option:null, inNav:false, debugPane:null, noClick:false, templateString:"
    \n\t
    \n\t
    \n\t\t
    \n\t\t<\n\t\t\n\t\t>\n\t
    \n
    \n", templateCssString:"@media screen {\n\thtml, body {\n\t\tmargin: 0px;\n\t\tpadding: 0px;\n\t\twidth: 100%;\n\t}\n\th1 {\n\t\tfont-size: 50px;\n\t}\n\tp, li {\n\t\tfont-size: 30px;\n\t}\n\t.dojoShowNav {\n\t\tbackground: #369;\n\t\toverflow: hidden;\n\t\tposition: absolute;\n\t\theight: 5px;\n\t\tbottom: 0px;\n\t\tleft: 0px;\n\t\twidth: 100%;\n\t\ttext-align: center;\n\t}\n\t.dojoShowNav input {\n\t\tmargin: 0px;\n\t}\n\t.dojoShowHider {\n\t\theight: 5px;\n\t\toverflow: hidden;\n\t\twidth: 100%;\n\t}\n\t.dojoShowPrint {\n\t\tposition: absolute;\n\t\tleft: 5px;\n\t\ttop: 0px;\n\t}\n\t.dojoShow {\n\t\tdisplay: none;\n\t}\n}\n@media print {\n\t.dojoShow {\n\t\tdisplay: none !important;\n\t}\n\t.dojoShowPrint {\n\t\tdisplay: block !important;\n\t}\n\t.dojoShowPrintSlide {\n\t\tborder: 1px solid #aaa;\n\t\tpadding: 10px;\n\t\tmargin-bottom: 15px;\n\t}\n\t.dojoShowPrintSlide, ul {\n\tpage-break-inside: avoid;\n\t}\n\th1 {\n\t\tmargin-top: 0;\n\t\tpage-break-after: avoid;\n\t}\n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/Show.css"), fillInTemplate:function (args, frag) { if (args.debugPane) { var dp = this.debugPane = dojo.widget.byId(args.debugPane); dp.hide(); dojo.event.connect(dp, "closeWindow", dojo.lang.hitch(this, function () { this.debugPane = false; })); } var source = this.getFragNodeRef(frag); this.sourceNode = dojo.body().appendChild(source.cloneNode(true)); for (var i = 0, child; child = this.sourceNode.childNodes[i]; i++) { if (child.tagName && child.getAttribute("dojotype").toLowerCase() == "showslide") { child.className = "dojoShowPrintSlide"; child.innerHTML = "

    " + child.title + "

    " + child.innerHTML; } } this.sourceNode.className = "dojoShowPrint"; this.sourceNode.style.display = "none"; dojo.event.connect(document, "onclick", this, "gotoSlideByEvent"); if (dojo.render.html.ie) { dojo.event.connect(document, "onkeydown", this, "gotoSlideByEvent"); } else { dojo.event.connect(document, "onkeypress", this, "gotoSlideByEvent"); } dojo.event.connect(window, "onresize", this, "resizeWindow"); dojo.event.connect(this.nav, "onmousemove", this, "popUpNav"); }, postCreate:function () { this._slides = []; for (var i = 0, child; child = this.children[i]; i++) { if (child.widgetType == "ShowSlide") { this._slides.push(child); this.option.text = child.title + " (" + (i + 1) + ")"; this.option.parentNode.insertBefore(this.option.cloneNode(true), this.option); } } this.option.parentNode.removeChild(this.option); this.domNode.style.display = "block"; this.resizeWindow(); this.gotoSlide(0, true); dojo.addOnLoad(dojo.lang.hitch(this, function () { var th = window.location.hash; if (th.length) { var parts = ("" + window.location).split(this.widgetId + "_SlideNo_"); if (parts.length > 1) { setTimeout(dojo.lang.hitch(this, function () { this.gotoSlide(parseInt(parts[1]), true); }), 300); } } })); }, gotoSlide:function (slide, preventSetHash) { if (slide == this._slide) { return; } if (!this._slides[slide]) { for (var i = 0, child; child = this._slides[i]; i++) { if (child.title == slide) { slide = i; break; } } } if (!this._slides[slide]) { return; } if (this.debugPane) { if (this._slides[slide].debug) { this.debugPane.show(); } else { this.debugPane.hide(); } } if (this._slide != -1) { while (this._slides[this._slide].previousAction()) { } } if (!preventSetHash) { window.location.href = "#" + this.widgetId + "_SlideNo_" + slide; } if (this._slides[this._slide]) { this._slides[this._slide].hide(); } this._slide = slide; this.select.selectedIndex = slide; var cn = this.contentNode; while (cn.firstChild) { cn.removeChild(cn.firstChild); } cn.appendChild(this._slides[slide].domNode); this._slides[slide].show(); }, gotoSlideByEvent:function (event) { var node = event.target; var type = event.type; if (type == "click") { if (node.tagName == "OPTION" && node.parentNode == this.select) { this.gotoSlide(node.index); } else { if (node == this.select) { this.gotoSlide(node.selectedIndex); } else { this.nextSlide(event); } } } else { if (type == "keydown" || type == "keypress") { var key = event.keyCode; var ch = event.charCode; if (key == 63234 || key == 37) { this.previousSlide(event); } else { if (key == 63235 || key == 39 || ch == 32) { this.nextSlide(event); } } } } }, nextSlide:function (event) { if (!this.stopEvent(event)) { return false; } if (!this._slides[this._slide].nextAction(event)) { if ((this._slide + 1) != this._slides.length) { this.gotoSlide(this._slide + 1); return true; } return false; } }, previousSlide:function (event) { if (!this.stopEvent(event)) { return false; } if (!this._slides[this._slide].previousAction(event)) { if ((this._slide - 1) != -1) { this.gotoSlide(this._slide - 1); return true; } return false; } }, stopEvent:function (ev) { if (!ev) { return true; } if (ev.type == "click" && (this._slides[this._slide].noClick || this.noClick)) { return false; } var target = ev.target; while (target != null) { if (target == this.domNode) { target = ev.target; break; } target = target.parentNode; } if (!dojo.dom.isDescendantOf(target, this.nav)) { while (target && target != this.domNode) { if (target.tagName == "A" || target.tagName == "INPUT" || target.tagName == "TEXTAREA" || target.tagName == "SELECT") { return false; } if (typeof target.onclick == "function" || typeof target.onkeypress == "function") { return false; } target = target.parentNode; } } if (window.event) { ev.returnValue = false; ev.cancelBubble = true; } else { ev.preventDefault(); ev.stopPropagation(); } return true; }, popUpNav:function () { if (!this.inNav) { dojo.lfx.propertyAnimation(this.nav, {"height":{start:5, end:30}}, 250).play(); } clearTimeout(this.inNav); this.inNav = setTimeout(dojo.lang.hitch(this, "hideNav"), 2000); }, hideNav:function () { clearTimeout(this.inNav); this.inNav = false; dojo.lfx.propertyAnimation(this.nav, {"height":{start:30, end:5}}, 250).play(); }, resizeWindow:function (ev) { dojo.body().style.height = "auto"; var h = Math.max(document.documentElement.scrollHeight || dojo.body().scrollHeight, dojo.html.getViewport().height); dojo.body().style.height = h + "px"; }}); PK mM5 `YYsrc/widget/Slider.js/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Slider"); dojo.require("dojo.event.*"); dojo.require("dojo.dnd.*"); dojo.require("dojo.dnd.HtmlDragMove"); dojo.require("dojo.widget.*"); dojo.require("dojo.html.layout"); dojo.widget.defineWidget("dojo.widget.Slider", dojo.widget.HtmlWidget, {minimumX:0, minimumY:0, maximumX:10, maximumY:10, snapValuesX:0, snapValuesY:0, _snapToGrid:true, isEnableX:true, isEnableY:true, _valueSizeX:0, _valueSizeY:0, _minX:0, _minY:0, _constraintWidth:0, _constraintHeight:0, _clipLeft:0, _clipRight:0, _clipTop:0, _clipBottom:0, _clipXdelta:0, _clipYdelta:0, initialValueX:0, initialValueY:0, flipX:false, flipY:false, clickSelect:true, activeDrag:false, templateCssString:".sliderMain {\n border: 0px !important;\n border-spacing: 0px !important;\n line-height: 0px !important;\n padding: 0px !important;\n display: -moz-inline-table !important;\n display: inline !important;\n -moz-user-focus: normal !important;\n}\n\n.sliderComponent {\n border: 0px;\n padding: 0px;\n margin: 0px;\n}\n\n.sliderHandle { \n top: 0px;\n left: 0px;\n z-index: 1000;\n position: absolute !important;\n}\n\n.sliderOutsetButton { \n border-style: outset;\n border-width: 0px 1px 1px 0px;\n border-color: black;\n}\n\n.sliderInsetButton { \n border-style: inset;\n border-width: 1px 0px 0px 1px;\n border-color: black;\n}\n\n.sliderButtonY {\n margin: 0px;\n padding: 0px;\n z-index: 900;\n}\n\n.sliderButtonX {\n margin: 0px;\n padding: 0px;\n z-index: 900;\n}\n\n.sliderBackground { \n z-index: 0;\n display: block !important;\n position: relative !important;\n}\n\n.sliderProgressBackground { \n z-index: 800;\n position: absolute !important;\n clip: rect(0px,0px,0px,0px);\n}\n\n.sliderBackgroundSizeOnly { \n}\n", templateCssPath:dojo.uri.moduleUri("dojo.widget", "templates/Slider.css"), templateString:"\n\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\n
    \n", _isDragInProgress:false, bottomButtonSrc:dojo.uri.moduleUri("dojo.widget", "templates/images/slider_down_arrow.png"), topButtonSrc:dojo.uri.moduleUri("dojo.widget", "templates/images/slider_up_arrow.png"), leftButtonSrc:dojo.uri.moduleUri("dojo.widget", "templates/images/slider_left_arrow.png"), rightButtonSrc:dojo.uri.moduleUri("dojo.widget", "templates/images/slider_right_arrow.png"), backgroundSrc:dojo.uri.moduleUri("dojo.widget", "templates/images/blank.gif"), progressBackgroundSrc:dojo.uri.moduleUri("dojo.widget", "templates/images/blank.gif"), backgroundSize:"width:200px;height:200px;", backgroundStyle:"", buttonStyleX:"", buttonStyleY:"", handleStyle:"", handleSrc:dojo.uri.moduleUri("dojo.widget", "templates/images/slider-button.png"), showButtons:true, _eventCount:0, _typamaticTimer:null, _typamaticFunction:null, defaultTimeout:500, timeoutChangeRate:0.9, _currentTimeout:this.defaultTimeout, _handleKeyEvents:function (evt) { if (!evt.key) { return; } if (!evt.ctrlKey && !evt.altKey) { switch (evt.key) { case evt.KEY_LEFT_ARROW: dojo.event.browser.stopEvent(evt); this._leftButtonPressed(evt); return; case evt.KEY_RIGHT_ARROW: dojo.event.browser.stopEvent(evt); this._rightButtonPressed(evt); return; case evt.KEY_DOWN_ARROW: dojo.event.browser.stopEvent(evt); this._bottomButtonPressed(evt); return; case evt.KEY_UP_ARROW: dojo.event.browser.stopEvent(evt); this._topButtonPressed(evt); return; } } this._eventCount++; }, _pressButton:function (buttonNode) { buttonNode.className = buttonNode.className.replace("Outset", "Inset"); }, _releaseButton:function (buttonNode) { buttonNode.className = buttonNode.className.replace("Inset", "Outset"); }, _buttonPressed:function (evt, buttonNode) { this._setFocus(); if (typeof evt == "object") { if (this._typamaticTimer != null) { if (this._typamaticNode == buttonNode) { return; } clearTimeout(this._typamaticTimer); } this._buttonReleased(null); this._eventCount++; this._typamaticTimer = null; this._currentTimeout = this.defaultTimeout; dojo.event.browser.stopEvent(evt); } else { if (evt != this._eventCount) { this._buttonReleased(null); return false; } } if (buttonNode == this.leftButtonNode && this.isEnableX) { this._snapX(dojo.html.getPixelValue(this.sliderHandleNode, "left") - this._valueSizeX); } else { if (buttonNode == this.rightButtonNode && this.isEnableX) { this._snapX(dojo.html.getPixelValue(this.sliderHandleNode, "left") + this._valueSizeX); } else { if (buttonNode == this.topButtonNode && this.isEnableY) { this._snapY(dojo.html.getPixelValue(this.sliderHandleNode, "top") - this._valueSizeY); } else { if (buttonNode == this.bottomButtonNode && this.isEnableY) { this._snapY(dojo.html.getPixelValue(this.sliderHandleNode, "top") + this._valueSizeY); } else { return false; } } } } this._pressButton(buttonNode); this.notifyListeners(); this._typamaticNode = buttonNode; this._typamaticTimer = dojo.lang.setTimeout(this, "_buttonPressed", this._currentTimeout, this._eventCount, buttonNode); this._currentTimeout = Math.round(this._currentTimeout * this.timeoutChangeRate); return false; }, _bottomButtonPressed:function (evt) { return this._buttonPressed(evt, this.bottomButtonNode); }, _bottomButtonDoubleClicked:function (evt) { var rc = this._bottomButtonPressed(evt); dojo.lang.setTimeout(this, "_buttonReleased", 50, null); return rc; }, _topButtonPressed:function (evt) { return this._buttonPressed(evt, this.topButtonNode); }, _topButtonDoubleClicked:function (evt) { var rc = this._topButtonPressed(evt); dojo.lang.setTimeout(this, "_buttonReleased", 50, null); return rc; }, _leftButtonPressed:function (evt) { return this._buttonPressed(evt, this.leftButtonNode); }, _leftButtonDoubleClicked:function (evt) { var rc = this._leftButtonPressed(evt); dojo.lang.setTimeout(this, "_buttonReleased", 50, null); return rc; }, _rightButtonPressed:function (evt) { return this._buttonPressed(evt, this.rightButtonNode); }, _rightButtonDoubleClicked:function (evt) { var rc = this._rightButtonPressed(evt); dojo.lang.setTimeout(this, "_buttonReleased", 50, null); return rc; }, _buttonReleased:function (evt) { if (typeof evt == "object" && evt != null && typeof evt.keyCode != "undefined" && evt.keyCode != null) { var keyCode = evt.keyCode; switch (keyCode) { case evt.KEY_LEFT_ARROW: case evt.KEY_RIGHT_ARROW: case evt.KEY_DOWN_ARROW: case evt.KEY_UP_ARROW: dojo.event.browser.stopEvent(evt); break; } } this._releaseButton(this.topButtonNode); this._releaseButton(this.bottomButtonNode); this._releaseButton(this.leftButtonNode); this._releaseButton(this.rightButtonNode); this._eventCount++; if (this._typamaticTimer != null) { clearTimeout(this._typamaticTimer); } this._typamaticTimer = null; this._currentTimeout = this.defaultTimeout; }, _mouseWheeled:function (evt) { var scrollAmount = 0; if (typeof evt.wheelDelta == "number") { scrollAmount = evt.wheelDelta; } else { if (typeof evt.detail == "number") { scrollAmount = -evt.detail; } } if (this.isEnableY) { if (scrollAmount > 0) { this._topButtonPressed(evt); this._buttonReleased(evt); } else { if (scrollAmount < 0) { this._bottomButtonPressed(evt); this._buttonReleased(evt); } } } else { if (this.isEnableX) { if (scrollAmount > 0) { this._rightButtonPressed(evt); this._buttonReleased(evt); } else { if (scrollAmount < 0) { this._leftButtonPressed(evt); this._buttonReleased(evt); } } } } }, _discardEvent:function (evt) { dojo.event.browser.stopEvent(evt); }, _setFocus:function () { if (this.focusNode.focus) { this.focusNode.focus(); } }, fillInTemplate:function (args, frag) { var source = this.getFragNodeRef(frag); dojo.html.copyStyle(this.domNode, source); var padding = this.domNode.style.padding; if (dojo.lang.isString(padding) && padding != "" && padding != "0px" && padding != "0px 0px 0px 0px") { this.topBorderNode.style.padding = this.bottomBorderNode.style.padding = padding; this.topBorderNode.style.paddingBottom = "0px"; this.bottomBorderNode.style.paddingTop = "0px"; this.rightBorderNode.style.paddingRight = this.domNode.style.paddingRight; this.leftBorderNode.style.paddingLeft = this.domNode.style.paddingLeft; this.domNode.style.padding = "0px 0px 0px 0px"; } var borderWidth = this.domNode.style.borderWidth; if (dojo.lang.isString(borderWidth) && borderWidth != "" && borderWidth != "0px" && borderWidth != "0px 0px 0px 0px") { this.topBorderNode.style.borderStyle = this.rightBorderNode.style.borderStyle = this.bottomBorderNode.style.borderStyle = this.leftBorderNode.style.borderStyle = this.domNode.style.borderStyle; this.topBorderNode.style.borderColor = this.rightBorderNode.style.borderColor = this.bottomBorderNode.style.borderColor = this.leftBorderNode.style.borderColor = this.domNode.style.borderColor; this.topBorderNode.style.borderWidth = this.bottomBorderNode.style.borderWidth = borderWidth; this.topBorderNode.style.borderBottomWidth = "0px"; this.bottomBorderNode.style.borderTopWidth = "0px"; this.rightBorderNode.style.borderRightWidth = this.domNode.style.borderRightWidth; this.leftBorderNode.style.borderLeftWidth = this.domNode.style.borderLeftWidth; this.domNode.style.borderWidth = "0px 0px 0px 0px"; } this._handleMove = new dojo.widget._SliderDragMoveSource(this.sliderHandleNode); this._handleMove.setParent(this); if (this.clickSelect) { dojo.event.connect(this.constrainingContainerNode, "onmousedown", this, "_onClick"); } if (this.isEnableX) { this.setValueX(!isNaN(this.initialValueX) ? this.initialValueX : (!isNaN(this.minimumX) ? this.minimumX : 0)); } if (!this.isEnableX || !this.showButtons) { this.rightButtonNode.style.width = "1px"; this.rightButtonNode.style.visibility = "hidden"; this.leftButtonNode.style.width = "1px"; this.leftButtonNode.style.visibility = "hidden"; } if (this.isEnableY) { this.setValueY(!isNaN(this.initialValueY) ? this.initialValueY : (!isNaN(this.minimumY) ? this.minimumY : 0)); } if (!this.isEnableY || !this.showButtons) { this.bottomButtonNode.style.width = "1px"; this.bottomButtonNode.style.visibility = "hidden"; this.topButtonNode.style.width = "1px"; this.topButtonNode.style.visibility = "hidden"; } if (this.focusNode.addEventListener) { this.focusNode.addEventListener("DOMMouseScroll", dojo.lang.hitch(this, "_mouseWheeled"), false); } }, _snapX:function (x) { if (x < 0) { x = 0; } else { if (x > this._constraintWidth) { x = this._constraintWidth; } else { var selectedValue = Math.round(x / this._valueSizeX); x = Math.round(selectedValue * this._valueSizeX); } } this.sliderHandleNode.style.left = x + "px"; if (this.flipX) { this._clipLeft = x + this._clipXdelta; } else { this._clipRight = x + this._clipXdelta; } this.progressBackgroundNode.style.clip = "rect(" + this._clipTop + "px," + this._clipRight + "px," + this._clipBottom + "px," + this._clipLeft + "px)"; }, _calc_valueSizeX:function () { var constrainingCtrBox = dojo.html.getContentBox(this.constrainingContainerNode); var sliderHandleBox = dojo.html.getContentBox(this.sliderHandleNode); if (isNaN(constrainingCtrBox.width) || isNaN(sliderHandleBox.width) || constrainingCtrBox.width <= 0 || sliderHandleBox.width <= 0) { return false; } this._constraintWidth = constrainingCtrBox.width + dojo.html.getPadding(this.constrainingContainerNode).width - sliderHandleBox.width; if (this.flipX) { this._clipLeft = this._clipRight = constrainingCtrBox.width; } else { this._clipLeft = this._clipRight = 0; } this._clipXdelta = sliderHandleBox.width >> 1; if (!this.isEnableY) { this._clipTop = 0; this._clipBottom = constrainingCtrBox.height; } if (this._constraintWidth <= 0) { return false; } if (this.snapValuesX == 0) { this.snapValuesX = this._constraintWidth + 1; } this._valueSizeX = this._constraintWidth / (this.snapValuesX - 1); return true; }, setValueX:function (value) { if (0 == this._valueSizeX) { if (this._calc_valueSizeX() == false) { dojo.lang.setTimeout(this, "setValueX", 100, value); return; } } if (isNaN(value)) { value = 0; } if (value > this.maximumX) { value = this.maximumX; } else { if (value < this.minimumX) { value = this.minimumX; } } var pixelPercent = (value - this.minimumX) / (this.maximumX - this.minimumX); if (this.flipX) { pixelPercent = 1 - pixelPercent; } this._snapX(pixelPercent * this._constraintWidth); this.notifyListeners(); }, getValueX:function () { var pixelPercent = dojo.html.getPixelValue(this.sliderHandleNode, "left") / this._constraintWidth; if (this.flipX) { pixelPercent = 1 - pixelPercent; } return Math.round(pixelPercent * (this.snapValuesX - 1)) * ((this.maximumX - this.minimumX) / (this.snapValuesX - 1)) + this.minimumX; }, _snapY:function (y) { if (y < 0) { y = 0; } else { if (y > this._constraintHeight) { y = this._constraintHeight; } else { var selectedValue = Math.round(y / this._valueSizeY); y = Math.round(selectedValue * this._valueSizeY); } } this.sliderHandleNode.style.top = y + "px"; if (this.flipY) { this._clipTop = y + this._clipYdelta; } else { this._clipBottom = y + this._clipYdelta; } this.progressBackgroundNode.style.clip = "rect(" + this._clipTop + "px," + this._clipRight + "px," + this._clipBottom + "px," + this._clipLeft + "px)"; }, _calc_valueSizeY:function () { var constrainingCtrBox = dojo.html.getContentBox(this.constrainingContainerNode); var sliderHandleBox = dojo.html.getContentBox(this.sliderHandleNode); if (isNaN(constrainingCtrBox.height) || isNaN(sliderHandleBox.height) || constrainingCtrBox.height <= 0 || sliderHandleBox.height <= 0) { return false; } this._constraintHeight = constrainingCtrBox.height + dojo.html.getPadding(this.constrainingContainerNode).height - sliderHandleBox.height; if (this.flipY) { this._clipTop = this._clipBottom = constrainingCtrBox.height; } else { this._clipTop = this._clipBottom = 0; } this._clipYdelta = sliderHandleBox.height >> 1; if (!this.isEnableX) { this._clipLeft = 0; this._clipRight = constrainingCtrBox.width; } if (this._constraintHeight <= 0) { return false; } if (this.snapValuesY == 0) { this.snapValuesY = this._constraintHeight + 1; } this._valueSizeY = this._constraintHeight / (this.snapValuesY - 1); return true; }, setValueY:function (value) { if (0 == this._valueSizeY) { if (this._calc_valueSizeY() == false) { dojo.lang.setTimeout(this, "setValueY", 100, value); return; } } if (isNaN(value)) { value = 0; } if (value > this.maximumY) { value = this.maximumY; } else { if (value < this.minimumY) { value = this.minimumY; } } var pixelPercent = (value - this.minimumY) / (this.maximumY - this.minimumY); if (this.flipY) { pixelPercent = 1 - pixelPercent; } this._snapY(pixelPercent * this._constraintHeight); this.notifyListeners(); }, getValueY:function () { var pixelPercent = dojo.html.getPixelValue(this.sliderHandleNode, "top") / this._constraintHeight; if (this.flipY) { pixelPercent = 1 - pixelPercent; } return Math.round(pixelPercent * (this.snapValuesY - 1)) * ((this.maximumY - this.minimumY) / (this.snapValuesY - 1)) + this.minimumY; }, _onClick:function (evt) { if (this._isDragInProgress) { return; } var parent = dojo.html.getAbsolutePosition(this.constrainingContainerNode, true, dojo.html.boxSizing.MARGIN_BOX); var content = dojo.html.getContentBox(this._handleMove.domNode); if (this.isEnableX) { var x = evt.pageX - parent.x - (content.width >> 1); this._snapX(x); } if (this.isEnableY) { var y = evt.pageY - parent.y - (content.height >> 1); this._snapY(y); } this.notifyListeners(); }, notifyListeners:function () { this.onValueChanged(this.getValueX(), this.getValueY()); }, onValueChanged:function (x, y) { }}); dojo.widget.defineWidget("dojo.widget.SliderHorizontal", dojo.widget.Slider, {isEnableX:true, isEnableY:false, initialValue:"", snapValues:"", minimum:"", maximum:"", buttonStyle:"", backgroundSize:"height:10px;width:200px;", backgroundSrc:dojo.uri.moduleUri("dojo.widget", "templates/images/slider-bg.gif"), flip:false, postMixInProperties:function () { dojo.widget.SliderHorizontal.superclass.postMixInProperties.apply(this, arguments); if (!isNaN(parseFloat(this.initialValue))) { this.initialValueX = parseFloat(this.initialValue); } if (!isNaN(parseFloat(this.minimum))) { this.minimumX = parseFloat(this.minimum); } if (!isNaN(parseFloat(this.maximum))) { this.maximumX = parseFloat(this.maximum); } if (!isNaN(parseInt(this.snapValues))) { this.snapValuesX = parseInt(this.snapValues); } if (dojo.lang.isString(this.buttonStyle) && this.buttonStyle != "") { this.buttonStyleX = this.buttonStyle; } if (dojo.lang.isBoolean(this.flip)) { this.flipX = this.flip; } }, notifyListeners:function () { this.onValueChanged(this.getValueX()); }, getValue:function () { return this.getValueX(); }, setValue:function (value) { this.setValueX(value); }, onValueChanged:function (value) { }}); dojo.widget.defineWidget("dojo.widget.SliderVertical", dojo.widget.Slider, {isEnableX:false, isEnableY:true, initialValue:"", snapValues:"", minimum:"", maximum:"", buttonStyle:"", backgroundSize:"width:10px;height:200px;", backgroundSrc:dojo.uri.moduleUri("dojo.widget", "templates/images/slider-bg-vert.gif"), flip:false, postMixInProperties:function () { dojo.widget.SliderVertical.superclass.postMixInProperties.apply(this, arguments); if (!isNaN(parseFloat(this.initialValue))) { this.initialValueY = parseFloat(this.initialValue); } if (!isNaN(parseFloat(this.minimum))) { this.minimumY = parseFloat(this.minimum); } if (!isNaN(parseFloat(this.maximum))) { this.maximumY = parseFloat(this.maximum); } if (!isNaN(parseInt(this.snapValues))) { this.snapValuesY = parseInt(this.snapValues); } if (dojo.lang.isString(this.buttonStyle) && this.buttonStyle != "") { this.buttonStyleY = this.buttonStyle; } if (dojo.lang.isBoolean(this.flip)) { this.flipY = this.flip; } }, notifyListeners:function () { this.onValueChanged(this.getValueY()); }, getValue:function () { return this.getValueY(); }, setValue:function (value) { this.setValueY(value); }, onValueChanged:function (value) { }}); dojo.declare("dojo.widget._SliderDragMoveSource", dojo.dnd.HtmlDragMoveSource, {slider:null, onDragStart:function (evt) { this.slider._isDragInProgress = true; var dragObj = this.createDragMoveObject(); this.slider.notifyListeners(); return dragObj; }, onDragEnd:function (evt) { this.slider._isDragInProgress = false; this.slider.notifyListeners(); }, createDragMoveObject:function () { var dragObj = new dojo.widget._SliderDragMoveObject(this.dragObject, this.type); dragObj.slider = this.slider; if (this.dragClass) { dragObj.dragClass = this.dragClass; } return dragObj; }, setParent:function (slider) { this.slider = slider; }}); dojo.declare("dojo.widget._SliderDragMoveObject", dojo.dnd.HtmlDragMoveObject, {slider:null, onDragMove:function (evt) { this.updateDragOffset(); if (this.slider.isEnableX) { var x = this.dragOffset.x + evt.pageX; this.slider._snapX(x); } if (this.slider.isEnableY) { var y = this.dragOffset.y + evt.pageY; this.slider._snapY(y); } if (this.slider.activeDrag) { this.slider.notifyListeners(); } }}); PK mMLR4R4src/widget/SplitPane.js/* Copyright (c) 2004-2005, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.SplitPane"); dojo.provide("dojo.widget.SplitPanePanel"); dojo.provide("dojo.widget.html.SplitPane"); dojo.provide("dojo.widget.html.SplitPanePanel"); // // TODO // make it prettier // active dragging upwards doesn't always shift other bars (direction calculation is wrong in this case) // dojo.require("dojo.widget.*"); dojo.require("dojo.widget.LayoutPane"); dojo.require("dojo.widget.Container"); dojo.require("dojo.html"); dojo.require("dojo.style"); dojo.require("dojo.dom"); dojo.widget.html.SplitPane = function(){ dojo.widget.html.Container.call(this); this.sizers = []; } dojo.inherits(dojo.widget.html.SplitPane, dojo.widget.html.Container); dojo.lang.extend(dojo.widget.html.SplitPane, { widgetType: "SplitPane", virtualSizer: null, isHorizontal: 0, paneBefore: null, paneAfter: null, isSizing: false, dragOffset: null, startPoint: null, lastPoint: null, sizingSplitter: null, isActiveResize: 0, offsetX: 0, offsetY: 0, isDraggingLeft: 0, templateCssPath: dojo.uri.dojoUri("src/widget/templates/HtmlSplitPane.css"), originPos: null, activeSizing: '', sizerWidth: 15, orientation: 'horizontal', debugName: '', fillInTemplate: function(){ dojo.style.insertCssFile(this.templateCssPath, null, true); dojo.html.addClass(this.domNode, "dojoHtmlSplitPane"); this.domNode.style.overflow='hidden'; // workaround firefox bug this.paneWidth = dojo.style.getContentWidth(this.domNode); this.paneHeight = dojo.style.getContentHeight(this.domNode); this.isHorizontal = (this.orientation == 'horizontal') ? 1 : 0; this.isActiveResize = (this.activeSizing == '1') ? 1 : 0; //dojo.debug("fillInTemplate for "+this.debugName); }, onResized: function(e){ this.paneWidth = dojo.style.getContentWidth(this.domNode); this.paneHeight = dojo.style.getContentHeight(this.domNode); this.layoutPanels(); this.notifyChildrenOfResize(); // notify children they've been moved/resized }, postCreate: function(args, fragment, parentComp){ // dojo.debug("post create for "+this.debugName); // attach the children for(var i=0; i 1){ space -= this.sizerWidth * (this.children.length - 1); } // // calculate total of SizeShare values // var out_of = 0; for(var i=0; i 0){ if (pane.sizeActual > pane.sizeMin){ if ((pane.sizeActual - pane.sizeMin) > growth){ // stick all the growth in this pane pane.sizeActual = pane.sizeActual - growth; growth = 0; }else{ // put as much growth in here as we can growth -= pane.sizeActual - pane.sizeMin; pane.sizeActual = pane.sizeMin; } } } return growth; }, checkSizes: function(){ var total_min_size = 0; var total_size = 0; for(var i=0; i 0){ if (this.isDraggingLeft){ for(var i=this.children.length-1; i>=0; i--){ growth = this.growPane(growth, this.children[i]); } }else{ for(var i=0; i 0) ? 1 : 0; if (!this.isActiveResize){ if (a < this.paneBefore.position + this.paneBefore.sizeMin){ a = this.paneBefore.position + this.paneBefore.sizeMin; } if (a > this.paneAfter.position + (this.paneAfter.sizeActual - (this.sizerWidth + this.paneAfter.sizeMin))){ a = this.paneAfter.position + (this.paneAfter.sizeActual - (this.sizerWidth + this.paneAfter.sizeMin)); } } a -= this.sizingSplitter.position; this.checkSizes(); return a; }, updateSize: function(){ var p = this.clientToScreen(this.lastPoint); var p = this.screenToClient(this.lastPoint); var pos = this.isHorizontal ? p.x - (this.dragOffset.x + this.originPos.x) : p.y - (this.dragOffset.y + this.originPos.y); var start_region = this.paneBefore.position; var end_region = this.paneAfter.position + this.paneAfter.sizeActual; this.paneBefore.sizeActual = pos - start_region; this.paneAfter.position = pos + this.sizerWidth; this.paneAfter.sizeActual = end_region - this.paneAfter.position; for(var i=0; i 0) && (typeof arguments[0] == "object")) { this.create(arguments[0]); } }, {display:null, shell:null, show:function () { }, hide:function () { }, addChild:function () { }, registerChild:function () { }, addWidgetAsDirectChild:function () { }, removeChild:function () { }, destroyRendering:function () { }, postInitialize:function () { }}); dojo.widget.SwtWidget.prototype.display = new Display(); dojo.widget.SwtWidget.prototype.shell = new Shell(dojo.widget.SwtWidget.prototype.display); dojo.widget.manager.startShell = function () { var sh = dojo.widget.SwtWidget.prototype.shell; var d = dojo.widget.SwtWidget.prototype.display; sh.open(); while (!sh.isDisposed()) { dojo.widget.manager.doNext(); if (!d.readAndDispatch()) { d.sleep(); } } d.dispose(); }; } catch (e) { dojo.debug("dojo.widget.SwtWidget not loaded. SWT classes not available"); } PK mMY6'src/widget/templates/AccordionPane.html
    ${this.label}
    PK mM{u]ZZ%src/widget/templates/buttons/bold.gifGIF89a<rvQqRqMl|xݖBb˔tk艞Qy؉Vr?_ɲQq\x@`퐣߃dlIj͠|Ei?_\zӏtMmUtѵHgˣ~bsؠi9Y!<,w@pH,ȤRH9N XF49> x­hܮ[h ]dQO81^* p:7("sB %E ,6.:0& GPOKCA;PK mMypp$src/widget/templates/buttons/cut.gifGIF89aꈈ!,5X01uD(LC,!U6 j̀Yt8 ; ;k: ;PK mMBSS'src/widget/templates/buttons/indent.gifGIF89a1z'&!,$4/ xf鑝_BNZ<7;PK mMPl! ,src/widget/templates/buttons/inserttable.gifGIF89aêͨ?>TLI!,f%dih^̭$VT)ei)0$QBZ d 1pܬcJbic@lc |RCC+"!;PK mM,&&,src/widget/templates/buttons/justifyfull.gifGIF89a'2165:9DCIH-,?>BAYXFEWVcbbaGF87.-54jiTSml1098feA@UTRQ>=_^0//.<;MLPO]\43NMKJZY,+!',CpH,ȤrD,B2" DJ\<`򺓊̧qT i~VXZl|nA;PK mMΞbb3src/widget/templates/buttons/list_bullet_indent.gifGIF89aGR`'&!,'H0Jl5BYWïfvδXwC ;PK mMR TT(src/widget/templates/buttons/outdent.gifGIF89a1z'&!,%4/ @xf鑠h৐&.M;PK mMV;.src/widget/templates/buttons/right_to_left.gifGIF89a GFDC@?= A9+=8-,A3  .B:6;%*<?)Ʉ7A2/$(B5&;PK mMצsrc/widget/templates/check.gifGIF89a`ЄăŅǤ`xވz~ˀ}luz}|otg~փۅ܏萳sֈLJƭ艠÷֨ߪꔧz~ǜ֩̒Үߞޛڂ㢾↝Ƿڶٵʕÿ¾!,`=Ho)\ȰÇ JX3JJ$PB %J)ITZɲ%Q~FRJU5j1NI<,PѢ h \PJ%UTu&TJ̺+׭n #۶mN9ݶ (D¡_M ħ`*E#IR%J&zy3ͭ\m65("S.#ןILKl/Kr氁|4}JA2z+ѪP i&s˺TJUQg@`1{JFiME$/TҌ$ Ҋ* %~<+hL fpf_(``TxuRJw+q (,usIY*|0FAl@T)Fq00 (1^tl8%Xb &`' L-(L+0ԁ 0D9@Q;< LDk,F@U*\{1H%%z\§&@Lg( :B pʏ? -r _.nV5܀HF/:ЛB hX *d_'|E" C-$)BhDl/"Ő%e!XB`@ cbuD<1NX 0D!_m @5bV@#d! n mtD[a:R!!HF1$R#1vq@fHJ2r"]<ED` D:Q~      PK mMQ6_ #src/widget/templates/DatePicker.css.datePickerContainer { width:164px; /* needed for proper user styling */ } .calendarContainer { /* border:1px solid #566f8f;*/ } .calendarBodyContainer { width:100%; /* needed for the explode effect (explain?) */ background: #7591bc url("images/dpBg.gif") top left repeat-x; } .calendarBodyContainer thead tr td { color:#293a4b; font:bold 0.75em Helvetica, Arial, Verdana, sans-serif; text-align:center; padding:0.25em; background: url("images/dpHorizLine.gif") bottom left repeat-x; } .calendarBodyContainer tbody tr td { color:#fff; font:bold 0.7em Helvetica, Arial, Verdana, sans-serif; text-align:center; padding:0.4em; background: url("images/dpVertLine.gif") top right repeat-y; cursor:pointer; cursor:hand; } .monthWrapper { padding-bottom:2px; background: url("images/dpHorizLine.gif") bottom left repeat-x; } .monthContainer { width:100%; } .monthLabelContainer { text-align:center; font:bold 0.75em Helvetica, Arial, Verdana, sans-serif; background: url("images/dpMonthBg.png") repeat-x top left !important; color:#293a4b; padding:0.25em; } .monthCurve { width:12px; } .monthCurveTL { background: url("images/dpCurveTL.png") no-repeat top left !important; } .monthCurveTR { background: url("images/dpCurveTR.png") no-repeat top right !important; } .yearWrapper { background: url("images/dpHorizLineFoot.gif") top left repeat-x; padding-top:2px; } .yearContainer { width:100%; } .yearContainer td { background:url("images/dpYearBg.png") top left repeat-x; } .yearContainer .yearLabel { margin:0; padding:0.45em 0 0.45em 0; color:#fff; font:bold 0.75em Helvetica, Arial, Verdana, sans-serif; text-align:center; } .curveBL { background: url("images/dpCurveBL.png") bottom left no-repeat !important; width:9px !important; padding:0; margin:0; } .curveBR { background: url("images/dpCurveBR.png") bottom right no-repeat !important; width:9px !important; padding:0; margin:0; } .previousMonth { background-color:#6782a8 !important; } .previousMonthDisabled { background-color:#a4a5a6 !important; cursor:default !important } .currentMonth { } .currentMonthDisabled { background-color:#bbbbbc !important; cursor:default !important } .nextMonth { background-color:#6782a8 !important; } .nextMonthDisabled { background-color:#a4a5a6 !important; cursor:default !important; } .currentDate { text-decoration:underline; font-style:italic; } .selectedDate { background-color:#fff !important; color:#6782a8 !important; } .yearLabel .selectedYear { padding:0.2em; background-color:#9ec3fb !important; } .nextYear, .previousYear { cursor:pointer;cursor:hand; padding:0; } .nextYear { margin:0 0 0 0.55em; } .previousYear { margin:0 0.55em 0 0; } .incrementControl { cursor:pointer;cursor:hand; width:1em; } .increase { float:right; } .decrease { float:left; } .lastColumn { background-image:none !important; } PK mMy$src/widget/templates/DemoEngine.html
    About this Demo
    PK mMDA0src/widget/templates/DropDownButtonTemplate.htmlPK mMQdS S 4src/widget/templates/Editor2/Dialog/inserttable.html
    Rows:  
    Columns:  
       
    Border size:  
    Alignment:  
       
    Width:    
    Height:    pixels
         
    Cell spacing:    
    Cell padding:    
    Caption:    
    Summary:    
    PK mM ..8src/widget/templates/Editor2/EditorToolbar_FontSize.html
    xx-small
    x-small
    small
    medium
    large
    x-large
    xx-large
    PK mM sC.src/widget/templates/EditorToolbarOneline.html
    <h>                                            
    PK mM5'VMM#src/widget/templates/grabCorner.gifGIF89a djp!, RPyEtZޤu3[!;PK mMw ++%src/widget/templates/images/blank.gifGIF89a! ,L;PK mM~.src/widget/templates/images/decrementMonth.gifGIF89aBXq֭}qڍƘ̭]w?Tm,=O5H]):K!,$`%2$Z( -uYCŔr%Oė ";PK mMC#k)src/widget/templates/images/dpCurveBL.pngPNG  IHDRJtEXtSoftwareAdobe ImageReadyqe<IDATx @ObakX ˰:yt;|?\^-@ @ @ @ @ @ @ @ @ dWj? ?\ZvHlc+ܲ HnB9{:Ne6!hHEZ{AhiȻx>Eo!O7 W:0mIENDB`PK mMÔ +++src/widget/templates/images/dpHorizLine.gifGIF89a!, ;PK mMwb*src/widget/templates/images/dpMonthBg2.pngPNG  IHDR@tEXtSoftwareAdobe ImageReadyqe<KIDATH+ Bvpn+dG:\8Ց*H`sdOT.%qцaAQ0lAIENDB`PK mMȨY00=src/widget/templates/images/dropdownButtonsArrow-disabled.gifGIF89a!, 8`;PK mM,b4src/widget/templates/images/floatingPaneMinimize.gifGIF89aߜ왼prnݠ닯mqvyol}qqlro):Krlk!,JH JII4D40$=$09JC7J B "J/ A /,!@!,6J13?31 J**-AA%#JxJǏkxBI)(²K)t(9\,s`0`AѣHZ0!  vHJj.>(9!C`Æ V.%FʝK %G˗@;PK mM.src/widget/templates/images/incrementMonth.pngPNG  IHDR  l\gAMAOX2tEXtSoftwareAdobe ImageReadyqe<PLTE):K"@*tRNS0J'IDATxb`dFF8aF(adRH`j7OfIENDB`PK mM-&Rkk7src/widget/templates/images/slider-bg-progress-vert.gifGIF89ab|a|臤tj؀y`{m䅠x~܂}ڂw]xgt|j{䆥}|v䇦[u™~|؀숥؀zp}~~yzd~|j~rꆡ{v䂛pe~iw䅢_zꈤ؁||쇢{m膣psxuhtzhc}fry~{szua|riws܃fނꊨބw{izރ憣Ⅴ舧܁܂ր򋧰it{慡쇡uցs↥xꈧzwv℟suu~|艧ԀրyⅥ~艨~zvހyyބr臦Xqځ܁y懦~Oewc~UmOfurꅝ쉧}xfgqꉧky䅥ր܃rswꈦp!,fv #@ 0 ˜CNKqNhVǟ0A l 1HiM R D5o҄YN>sTHg: Hptxx TRZ՚ժ]~v8vmj}V[wҝkm3}NT'W lq Syʊ\A3gχkT EѤM.}z4ժ+y-vҗDFۀ(-z^7+*r͟Ggbv }.~;ї:}#tWV,;4b`G :a.HZ(a>!!l%H"br 2XK؈9n Ǎ=>IKiSJ QN)YDȕY %Zr&^RC7yfjfm 7)goc 瞍I"zC9VH2I@*)NZif)j:jj S$#zkf(@M* k(ˬP, `-ښ1~mz[3@=ڠM8 :l+/[o/2?+0\p(\o30E0D"kqoܱ {<Ǐ#rL22s6Ls s?[EFJ(E;4$HtScJ./2[wu^%esB-i6_ q!w#B}7~N^84U8?_ycny1 n:b zNz<&'< G?}S}PR(@ޟ_-\Ͼ퇿~̯Lp (_'?& |`@:~80A rpq > B ! KBЅ-d S8n@+p=!H}! 1ED"#2шIdȠ)|br0wAv# h5* TЍ;PK mM2src/widget/templates/images/slider-button-vert.pngPNG  IHDRLef,tEXtCreation TimeFri 23 Jun 2006 09:31:26 -0500btIME 1x pHYsiTSgAMA aEPLTE{{Ƅƥs{眽{քքތ猭猭֔֜egtRNS@fIDATxe KIi?ՀbfÑ0 OuDE^3 n9T$Mrڳ[ [=\OM@, =(,sZ!,'S}dӉBNVZ]ʣ9.*S?On42~+ad o G&IENDB`PK mM‰WW1src/widget/templates/images/slider_left_arrow.pngPNG  IHDRh6tIME0 pHYsnu>gAMA aIDATxcvĆ:D> u366Vv66vv6VV @"@{J&C@Ç/?C߿~ݳrĒW`42+OX{={xWa R~UIܼ4IMZUm#X8]M~N4ڠ*7ƿ 4\~ afA(~@}`AIENDB`PK mMw!^^6src/widget/templates/images/soriaAccordionSelected.gifGIF89a훾!, 1JŻ;PK mME*src/widget/templates/images/soriaBarBg.gifGIF89aٛ뙽ڧꔸrxuҨ{ם珳!,`PMQˠ\V8L;PK mMl/src/widget/templates/images/soriaDisabled-c.gifGIF89a6w!,6wpH,dl:Шt:%Xجvz*(zn@~u H*\0#JHE2jȱǏ AvIɓ(ST ˗0cʜI͛8s@ :4ѣH*]ʴiS PJJիWhʵׯ`ÊK٭Ҫ]˶۷p^Kݻx՛߿ LÈeǐ#KL˘[̹ϠC=ӨS^ͺװcn@۸sͻkNȓ+_μУKNسkνËOӫ_Ͼ˟OϿ(h& 6F(Vhfv!A;PK mMTY44+src/widget/templates/images/soriaMenuBg.gifGIF89a훾!,H$@`@@;PK mM{xx0src/widget/templates/images/spinnerDecrement.gifGIF89a ҅xƁ̃{ɓ쌰怤uҡ):Ky!, %9_Nьd G Iԉ#(|P@G;PK mM <<*src/widget/templates/images/submenu_on.gifGIF89a !, 8蠁&aA$ ;PK mMg((,src/widget/templates/images/tab_bot_left.gifGIF89a dӟ〥hfӓ뚻憰쇮xص剫bҔ!,  'dg&ꚺ/ܺZpw{L=p(#ȣfd&KS5,vkv>WfVdx:HZ{zoqs~}i 0   "!;PK mM4ؖ1src/widget/templates/images/tab_bot_left_curr.gifGIF89a #碽fx؎hdb!#, hH #RD68eV)֪zvghZFo9wx^|u\{dtkI!!!!!   #  # #^ABNp!D ;PK mM99+src/widget/templates/images/tab_close_h.gifGIF89a 聁~~~~mm鎎wwvvvvyyee焄||dd~~zzkk㊊uunniipp䋋~~쑑ttgg鏏nniijjrrjjhh턄됐 ii||xx}}ppuummss!, VpHȤg+P [T{KB@.//vYN]ӑv*JL7)j8 #.%j14'+jIEBA;PK mMl 0R R )src/widget/templates/images/tab_right.gifGIF89a,7bdӨh|ٹ뎯߁k잽挰勰!7,,@pH,Ȥrl:ШtJZجvp.V)zn|N~0-%c2(7)74! HxP@*\ȰÇ#JHŋ3jȱEIɓ(S\ɲ˗0cʜI͛8sI@ JѣH*]ʴӧPJJիXNׯ`ÊKY\Ϫ]˶۷p&M+ݻxUKw߿ wÈ+fZxǐ#m,˘R̹gΛ?MzpҨSv{zװMmo;7GNxƓ+?|yCNسwË>yϫ~˧'' mhj i .`g >(eNhc^!bna`~(^!hd'Y*ȗ0Jb4~5c8bucIdRIe=^eZnYc^f.Ifybjf ryavNg~y`Hh~.z_iMJz^z^i} w m*vJd sΊ[֊qʟR o Km.KSB;dҺFm]-jnˠ\cX.䞛Y^nBFo݋bˡn,b Fpp kpAlEqr]1\o̚ǀ`"X'r+2/3\7s;3?cDmH'L7PG-TW `q\w`-dmhlp-t׍*@߀.n'7G.Wn9+P t砇.褗n騧ꬷ.n1\pC/o'7G/W߼w/o觯/ HL:h ̠7z GH(L W0L! D8̡w@ H"HL&:H*ZX̢.z` H2hLXFpH:x̣> IB$F:򑐌$'IJZ̤&7Nz (GIR~H*WV򕰌,gIZ̥.w^ 0y L2f:Ќ4IjZ̦6nz@IrL:vO{ @JЂMBІ:D'JъZDюz HGJҒt=JWҖ0)BS*Ӛ8ͩNOJӝ@ PmӡHMRZԥ:PL*ժZX(Uծz5[XJVhMZ[zֵph[J׺s^ ׼_KJuMb:8m,d'KYJ,H/zV hCњ--jWZղu-lg Y-nw Xw-pW=rǚ:}tZשսvzxswMW˫Խ=l|]콯~A4 0SL`lEU &0# S~3ar0+&N/SlX.~wc,cҸֽ1;>V.l!yF>o2ɷ}2g+)V^-|-sy^rk<0f>slլ4n~sm8yvsn<~so]@z>tp]aF7ю+#ISztZ3ruoEO>5XU}bV7ծn YCֶo]'׾n a-6eyϫ~˧'' mhj i .`g >(eNhc^!bna`~(^!hd'Y*ȗ0Jb4~5c8bucIdRIe=^eZnYc^f.Ifybjf ryavNg~y`Hh~.z_iMJz^z^i} w m*vJd sΊ[֊qʟR o Km.KSB;dҺFm]-jnˠ\cX.䞛Y^nBFo݋bˡn,b Fpp kpAlEqr]1\o̚ǀ`"X'r+2/3\7s;3?cDmH'L7PG-TW `q\w`-dmhlp-t׍*@߀.n'7G.Wn9+P t砇.褗n騧ꬷ.n1\pC/o'7G/W߼w/o觯/ HL:h ̠7z GH(L W0L! D8̡w@ H"HL&:H*ZX̢.z` H2hLXFpH:x̣> IB$F:򑐌$'IJZ̤&7Nz (GIR~H*WV򕰌,gIZ̥.w^ 0y L2f:Ќ4IjZ̦6nz@IrL:vO{ @JЂMBІ:D'JъZDюz HGJҒt=JWҖ0)BS*Ӛ8ͩNOJӝ@ PmӡHMRZԥ:PL*ժZX(Uծz5[XJVhMZ[zֵph[J׺s^ ׼_KJuMb:8m,d'KYJ,H/zV hCњ--jWZղu-lg Y-nw Xw-pW=rǚ:}tZשսvzxswMW˫Խ=l|]콯~A4 0SL`lEU &0# S~3ar0+&N/SlX.~wc,cҸֽ1;>V.l!yF>o2ɷ}2g+)V^-|-sy^rk<0f>slլ4n~sm8yvsn<~so]@z>tp]aF7ю+#ISztZ3ruoEO>5XU}bV7ծn YCֶo]'׾n a-6e;PK mMBB3src/widget/templates/images/Tree/treenode_blank.gifGIF89a'ҽ___!',OH*\ȰÇ#JHŋ1;PK mM5̀<<4src/widget/templates/images/Tree/treenode_grid_c.gifGIF89arrr!,oݼL;PK mMGG4src/widget/templates/images/Tree/treenode_grid_v.gifGIF89arrr!,˦ SojΒkeuNiR;PK mM zAA5src/widget/templates/images/Tree/treenode_loading.gifGIF89a{מ%gڐvӉلܣ쏳萰݌܊|ׅ۸钵׊Ⴅۮ捯ވߘςΆٝᅧ،ފ܊ʑܮݴ爩~֐䇩kkk曾د}գ}퍬ۙwœݝ阻ܷ荱爬♼!, (PE &`FÏas!6!B01+_Dׄ!L|@uL`94 +EM (!C U\'衁b;PK mM@ Q##5src/widget/templates/images/treenode_expand_minus.gifGIF89aI999DDDĀ}y!I,IHHH7%,.0 ?('F+&9!)=$H4*:C H< " E;A8Dz 6G2  HD/5 B-#3 @1>;PK mM2Z??/src/widget/templates/images/treenode_grid_p.gifGIF89arrr!,oSy8K;PK mMqSCC/src/widget/templates/images/treenode_grid_y.gifGIF89arrr!,t3Xv[}j;PK mM{VV/src/widget/templates/images/TreeV3/document.gifGIF89aF^u_!,s@pH,Ha`l2tJ%Gz%`L DA&VJ2YQ0  hLzc}  N}IDA;PK mM<((2src/widget/templates/images/TreeV3/expand_plus.gifGIF89aCyDDD999}ĀŁ!,;3)@ ,=":0F ?'E615 />D&2$ ˂A#%B !G C 94- 7+<.8(* ;PK mM4U?AA-src/widget/templates/images/TreeV3/i_long.gifGIF89arrr!,o`Sъ.wX :uk^(rgư~AҀ!Yl'jʺ¶I2u]>iztys|wG'g8UxȘHٸi9Yy )w*j :*{Kk˻K % ; .?n_οN;!#`A&daC(^wQbD2r1$ȑ+Wz)E$̘4Wi$g18w´9A >4:F&uJ,VO7j+נc-zhڤkm۩qÒ 6ܬ{+਀|^b%0ɉ#3[n9åʢ%>ԬW6˥ivlݳ3}wn້ypÕw~srˡ7{յ_v'ݼ[w׏噁!X9I 2bX ՠ !X!!#X'"+"/#37"٣I2MBQR9$ Ujb`rfde՘kئq9v։EX ty$K$S*z%_:l:)nJ 'Z (bwizꡩ&ꢭ6꣱F*訳^ZkJjv맼kVJi2k*"+^lj*z++b-fk[. /n.˯{o //;0+| Kp [0c<11z# 1,2.nj9׼:3>MF\2'++36K3B[]4GCݲ^s4K OݵS]5W5[6c[g㝶k6o 7s]7w+{3C>S^c~8_{.w褃^zꨯ.zݺ굳~lM8+?9;9K=[O;kO]S;T#QRZ*WZծT6%+NͪSYeVVum[׻Uy^Wկl_ ײVEla{X&lc%XFVMke={Yf%mgZӎeiY׮coY܊Vms pK\7]siZjlr\>y]NWUu[^nWݥw^z^| \_We~ _W)` W p9`w&y|bM1Qx*.U\c߸9qi 9Dql$WH^2