code
stringlengths
1
2.08M
language
stringclasses
1 value
(function() { var $, Morris, minutesSpecHelper, secondsSpecHelper, __slice = [].slice, __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) chi...
JavaScript
$(function() { Morris.Area({ element: 'morris-area-chart', data: [{ period: '2010 Q1', iphone: 2666, ipad: null, itouch: 2647 }, { period: '2010 Q2', iphone: 2778, ipad: 2294, itouch...
JavaScript
$(function() { Morris.Area({ element: 'morris-area-chart', data: [{ period: '2010 Q1', iphone: 2666, ipad: null, itouch: 2647 }, { period: '2010 Q2', iphone: 2778, ipad: 2294, itouch...
JavaScript
//Flot Line Chart $(document).ready(function() { console.log("document ready"); var offset = 0; plot(); function plot() { var sin = [], cos = []; for (var i = 0; i < 12; i += 0.2) { sin.push([i, Math.sin(i + offset)]); cos.push([i, Math.cos...
JavaScript
if (typeof jQuery !== 'undefined') { (function($) { $('#spinner').ajaxStart(function() { $(this).fadeIn(); }).ajaxStop(function() { $(this).fadeOut(); }); })(jQuery); }
JavaScript
/* * * TableSorter 2.0 - Client-side table sorting with ease! * Version 2.0.5b * @requires jQuery v1.2.3 * * Copyright (c) 2007 Christian Bach * Examples and docs at: http://tablesorter.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http:...
JavaScript
$(function() { $("table").tablesorter({debug: true}); });
JavaScript
/* Flot plugin for automatically redrawing plots as the placeholder resizes. Copyright (c) 2007-2013 IOLA and Ole Laursen. Licensed under the MIT license. It works by listening for changes on the placeholder div (through the jQuery resize event plugin) - if the size changes, it will redraw the plot. There ar...
JavaScript
/* Flot plugin for rendering pie charts. The plugin assumes the data is coming is as a single data value for each series, and each of those values is a positive value or zero (negative numbers don't make any sense and will cause strange effects). The data values do NOT need to be passed in as percentage values...
JavaScript
/*! Javascript plotting library for jQuery, v. 0.7. * * Released under the MIT license by IOLA, December 2007. * */ // first an inline dependency, jquery.colorhelpers.js, we inline it here // for convenience /* Plugin for jQuery for working with colors. * * Version 1.1. * * Inspiration from jQu...
JavaScript
// First Chart Example - Area Line Chart Morris.Area({ // ID of the element in which to draw the chart. element: 'morris-chart-area', // Chart data records -- each entry in this array corresponds to a point on // the chart. data: [ { d: '2012-10-01', visits: 802 }, { d: '2012-10-02', visits: 783 }...
JavaScript
// This is a manifest file that'll be compiled into application.js. // // Any JavaScript file within this directory can be referenced here using a relative path. // // You're free to add application-wide JavaScript to this file, but it's generally better // to create separate JavaScript files as needed. // //= require...
JavaScript
if (typeof jQuery !== 'undefined') { (function($) { $('#spinner').ajaxStart(function() { $(this).fadeIn(); }).ajaxStop(function() { $(this).fadeOut(); }); })(jQuery); }
JavaScript
$(function() { $('#side-menu').metisMenu(); }); //Loads the correct sidebar on window load, //collapses the sidebar on window resize. $(function() { $(window).bind("load resize", function() { console.log($(this).width()) if ($(this).width() < 768) { $('div.sidebar-coll...
JavaScript
;(function ($, window, document, undefined) { var pluginName = "metisMenu", defaults = { toggle: true }; function Plugin(element, options) { this.element = element; this.settings = $.extend({}, defaults, options); this._defaults = defaults; t...
JavaScript
/* Flot plugin for automatically redrawing plots as the placeholder resizes. Copyright (c) 2007-2013 IOLA and Ole Laursen. Licensed under the MIT license. It works by listening for changes on the placeholder div (through the jQuery resize event plugin) - if the size changes, it will redraw the plot. There ar...
JavaScript
/* Flot plugin for rendering pie charts. The plugin assumes the data is coming is as a single data value for each series, and each of those values is a positive value or zero (negative numbers don't make any sense and will cause strange effects). The data values do NOT need to be passed in as percentage values...
JavaScript
/*! Javascript plotting library for jQuery, v. 0.7. * * Released under the MIT license by IOLA, December 2007. * */ // first an inline dependency, jquery.colorhelpers.js, we inline it here // for convenience /* Plugin for jQuery for working with colors. * * Version 1.1. * * Inspiration from jQu...
JavaScript
/* Set the defaults for DataTables initialisation */ $.extend(true, $.fn.dataTable.defaults, { "sDom": "<'row'<'col-sm-6'l><'col-sm-6'f>r>" + "t" + "<'row'<'col-sm-6'i><'col-sm-6'p>>", "oLanguage": { "sLengthMenu": "_MENU_ records per page" } }); /* Default class modification */ $.extend...
JavaScript
(function() { var $, Morris, minutesSpecHelper, secondsSpecHelper, __slice = [].slice, __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) chi...
JavaScript
$(function() { Morris.Area({ element: 'morris-area-chart', data: [{ period: '2010 Q1', iphone: 2666, ipad: null, itouch: 2647 }, { period: '2010 Q2', iphone: 2778, ipad: 2294, itouch...
JavaScript
$(function() { Morris.Area({ element: 'morris-area-chart', data: [{ period: '2010 Q1', iphone: 2666, ipad: null, itouch: 2647 }, { period: '2010 Q2', iphone: 2778, ipad: 2294, itouch...
JavaScript
//Flot Line Chart $(document).ready(function() { console.log("document ready"); var offset = 0; plot(); function plot() { var sin = [], cos = []; for (var i = 0; i < 12; i += 0.2) { sin.push([i, Math.sin(i + offset)]); cos.push([i, Math.cos...
JavaScript
if (typeof jQuery !== 'undefined') { (function($) { $('#spinner').ajaxStart(function() { $(this).fadeIn(); }).ajaxStop(function() { $(this).fadeOut(); }); })(jQuery); }
JavaScript
/* * * TableSorter 2.0 - Client-side table sorting with ease! * Version 2.0.5b * @requires jQuery v1.2.3 * * Copyright (c) 2007 Christian Bach * Examples and docs at: http://tablesorter.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http:...
JavaScript
$(function() { $("table").tablesorter({debug: true}); });
JavaScript
/* Flot plugin for automatically redrawing plots as the placeholder resizes. Copyright (c) 2007-2013 IOLA and Ole Laursen. Licensed under the MIT license. It works by listening for changes on the placeholder div (through the jQuery resize event plugin) - if the size changes, it will redraw the plot. There ar...
JavaScript
/* Flot plugin for rendering pie charts. The plugin assumes the data is coming is as a single data value for each series, and each of those values is a positive value or zero (negative numbers don't make any sense and will cause strange effects). The data values do NOT need to be passed in as percentage values...
JavaScript
/*! Javascript plotting library for jQuery, v. 0.7. * * Released under the MIT license by IOLA, December 2007. * */ // first an inline dependency, jquery.colorhelpers.js, we inline it here // for convenience /* Plugin for jQuery for working with colors. * * Version 1.1. * * Inspiration from jQu...
JavaScript
// First Chart Example - Area Line Chart Morris.Area({ // ID of the element in which to draw the chart. element: 'morris-chart-area', // Chart data records -- each entry in this array corresponds to a point on // the chart. data: [ { d: '2012-10-01', visits: 802 }, { d: '2012-10-02', visits: 783 }...
JavaScript
// This is a manifest file that'll be compiled into application.js. // // Any JavaScript file within this directory can be referenced here using a relative path. // // You're free to add application-wide JavaScript to this file, but it's generally better // to create separate JavaScript files as needed. // //= require...
JavaScript
if (typeof jQuery !== 'undefined') { (function($) { $('#spinner').ajaxStart(function() { $(this).fadeIn(); }).ajaxStop(function() { $(this).fadeOut(); }); })(jQuery); }
JavaScript
$(function() { $('#side-menu').metisMenu(); }); //Loads the correct sidebar on window load, //collapses the sidebar on window resize. $(function() { $(window).bind("load resize", function() { console.log($(this).width()) if ($(this).width() < 768) { $('div.sidebar-coll...
JavaScript
;(function ($, window, document, undefined) { var pluginName = "metisMenu", defaults = { toggle: true }; function Plugin(element, options) { this.element = element; this.settings = $.extend({}, defaults, options); this._defaults = defaults; t...
JavaScript
/* Flot plugin for automatically redrawing plots as the placeholder resizes. Copyright (c) 2007-2013 IOLA and Ole Laursen. Licensed under the MIT license. It works by listening for changes on the placeholder div (through the jQuery resize event plugin) - if the size changes, it will redraw the plot. There ar...
JavaScript
/* Flot plugin for rendering pie charts. The plugin assumes the data is coming is as a single data value for each series, and each of those values is a positive value or zero (negative numbers don't make any sense and will cause strange effects). The data values do NOT need to be passed in as percentage values...
JavaScript
/*! Javascript plotting library for jQuery, v. 0.7. * * Released under the MIT license by IOLA, December 2007. * */ // first an inline dependency, jquery.colorhelpers.js, we inline it here // for convenience /* Plugin for jQuery for working with colors. * * Version 1.1. * * Inspiration from jQu...
JavaScript
/* Set the defaults for DataTables initialisation */ $.extend(true, $.fn.dataTable.defaults, { "sDom": "<'row'<'col-sm-6'l><'col-sm-6'f>r>" + "t" + "<'row'<'col-sm-6'i><'col-sm-6'p>>", "oLanguage": { "sLengthMenu": "_MENU_ records per page" } }); /* Default class modification */ $.extend...
JavaScript
(function() { var $, Morris, minutesSpecHelper, secondsSpecHelper, __slice = [].slice, __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) chi...
JavaScript
$(function() { Morris.Area({ element: 'morris-area-chart', data: [{ period: '2010 Q1', iphone: 2666, ipad: null, itouch: 2647 }, { period: '2010 Q2', iphone: 2778, ipad: 2294, itouch...
JavaScript
$(function() { Morris.Area({ element: 'morris-area-chart', data: [{ period: '2010 Q1', iphone: 2666, ipad: null, itouch: 2647 }, { period: '2010 Q2', iphone: 2778, ipad: 2294, itouch...
JavaScript
//Flot Line Chart $(document).ready(function() { console.log("document ready"); var offset = 0; plot(); function plot() { var sin = [], cos = []; for (var i = 0; i < 12; i += 0.2) { sin.push([i, Math.sin(i + offset)]); cos.push([i, Math.cos...
JavaScript
(function($){ var TdW,TdH; var _Submit=function(_this){//提交操作 var Text=$(this).val();//保存当前编辑框的内容 var td=$(this).parent("td");//获取当前上级TD td.empty();//去掉编辑框 td.html(Text);//保存到TD中去 td.click(TdClick);//让TD重新拥有点击事件 } var CreatElement=function(id,Text){//创建一个编辑框 var _id=id.split('_');//分割字符 swi...
JavaScript
function FindProxyForURL(url, host) { PROXY = "PROXY yourhttpproxy:80"; DEFAULT = "DIRECT"; if(/^[\w\-]+:\/+(?!\/)(?:[^\/]+\.)?appspot\.com/i.test(url)) return PROXY; if(/^[\w\-]+:\/+(?!\/)(?:[^\/]+\.)?blogspot\.com/i.test(url)) return PROXY; if(/^[\w\-]+:\/+(?!\/)(\d{2,}\.)docs\.google\.com/i.test(url)) return P...
JavaScript
/* $Id : common.js 4865 2007-01-31 14:04:10Z paulgao $ */ /* * * 添加商品到购物车 */ function addToCart(goodsId, parentId) { var goods = new Object(); var spec_arr = new Array(); var fittings_arr = new Array(); var number = 1; var formBuy = document.forms['ECS_FORMBUY']; var qu...
JavaScript
/* $Id : user.js 4865 2007-01-31 14:04:10Z paulgao $ */ /* * * 修改会员信息 */ function userEdit() { var frm = document.forms['formEdit']; var email = frm.elements['email'].value; var msg = ''; var reg = null; var passwd_answer = frm.elements['passwd_answer'] ? Utils.trim(frm.elements['passwd_answer']...
JavaScript
/* $Id : auto_complete.js 4865 2007-01-31 14:04:10Z paulgao $ */ function autoComplete(obj, hidden, url, callback) { this.borderStyle = '1px solid #000'; this.highlight = '#000080'; this.highlightText = '#FFF'; this.background = '#FFF'; this.params = ''; var textbox = obj; var hidden = hidden...
JavaScript
Calendar = function (firstDayOfWeek, dateStr, onSelected, onClose) { // member variables this.activeDiv = null; this.currentDateEl = null; this.getDateStatus = null; this.getDateToolTip = null; this.getDateText = null; this.timeout = null; this.onSelected = onSelected || null; this.onClose = onClose ...
JavaScript
/* $Id : myship.js 4865 2007-01-31 14:04:10Z Hackfan $ */ /* * * 检查收货地址信息表单中填写的内容 */ function checkForm(frm) { var msg = new Array(); var err = false; if (frm.elements['country'].value == 0) { msg.push(country_not_null); err = true; } if (frm.elements['province'].value == 0 && f...
JavaScript
/* $Id: showdiv.js 15469 2008-12-19 06:34:44Z testyang $ */ //创建显示层 var swtemp = 0; var timer = null; //显示层 function showdiv(obj) { var inputid = obj.id; if (swtemp == 1) { hidediv("messagediv"); } if (!getobj("messagediv")) { //若尚未创建就创建层 crertdiv(""...
JavaScript
/* $Id : region.js 4865 2007-01-31 14:04:10Z paulgao $ */ var region = new Object(); region.isAdmin = false; region.loadRegions = function(parent, type, target) { Ajax.call(region.getFileName(), 'type=' + type + '&target=' + target + "&parent=" + parent , region.response, "GET", "JSON"); } /* * * 载入指...
JavaScript
/* $Id : utils.js 5052 2007-02-03 10:30:13Z weberliu $ */ var Browser = new Object(); Browser.isMozilla = (typeof document.implementation != 'undefined') && (typeof document.implementation.createDocument != 'undefined') && (typeof HTMLDocument != 'undefined'); Browser.isIE = window.ActiveXObject ? true : false; ...
JavaScript
/* $Id : lefttime.js 4865 2007-01-31 14:04:10Z paulgao $ */ /* * * 给定一个剩余时间(s)动态显示一个剩余时间. * 当大于一天时。只显示还剩几天。小于一天时显示剩余多少小时,多少分钟,多少秒。秒数每秒减1 * */ // 初始化变量 var auctionDate = 0; var _GMTEndTime = 0; var showTime = "leftTime"; var _day = 'day'; var _hour = 'hour'; var _minute = 'minute'; var _second = 'seco...
JavaScript
/* ---------------- www.5icool.org --------------------------------- */ var n=0; var showNum = document.getElementById("num"); function Mea(value){ n=value; setBg(value); plays(value); } function setBg(value){ for(var i=0;i<3;i++){ if(value==i){ document.getElementById("a"+value).className='...
JavaScript
// JavaScript Document /** * DD_belatedPNG: Adds IE6 support: PNG images for CSS background-image and HTML <IMG/>. * Author: Drew Diller * Email: drew.diller@gmail.com * URL: http://www.dillerdesign.com/experiment/DD_belatedPNG/ * Version: 0.0.8a * Licensed under the MIT License: http://dillerdesign.com/experime...
JavaScript
/* $Id: index.js 15469 2008-12-19 06:34:44Z testyang $ */ var best_str = new Object(); var new_str = new Object(); var hot_str = new Object(); function init_rec_data() { best_str[0] = document.getElementById("show_best_area") == null ? '' : document.getElementById("show_best_area").innerHTML; new_str[0...
JavaScript
/* $Id: global.js 15469 2008-12-19 06:34:44Z testyang $ */ Object.extend = function(destination, source) { for (property in source) { destination[property] = source[property]; } return destination; } Object.prototype.extend = function(object) { return Object.extend.apply(this, [this, object]); ...
JavaScript
/* $Id : shopping_flow.js 4865 2007-01-31 14:04:10Z paulgao $ */ var selectedShipping = null; var selectedPayment = null; var selectedPack = null; var selectedCard = null; var selectedSurplus = ''; var selectedBonus = 0; var selectedIntegral = 0; var selectedOOS = null; var alertedSurplus ...
JavaScript
/* $Id: compare.js 15469 2008-12-19 06:34:44Z testyang $ */ var Compare = new Object(); Compare = { add : function(goodsId, goodsName, type) { var count = 0; for (var k in this.data) { if (typeof(this.data[k]) == "function") continue; if (this.data[k].t != type) { ...
JavaScript
/** * @file transport.js * @description 用于支持AJAX的传输类。 * @author ECShop R&D Team ( http://www.ecshop.com/ ) * @date 2007-03-08 Wednesday * @license Licensed under the Academic Free License 2.1 http://www.opensource.org/licenses/afl-2.1.php * @version 1.0.200...
JavaScript
var pos; var MSIE=navigator.userAgent.indexOf("MSIE"); var Fire=navigator.userAgent.indexOf("Fire"); var OPER=navigator.userAgent.indexOf("Opera"); var bdy = (document.documentElement && document.documentElement.clientWidth)?document.documentElement:document.body; onscroll = function() { if (Fire > 0...
JavaScript
// JavaScript Document /** * DD_belatedPNG: Adds IE6 support: PNG images for CSS background-image and HTML <IMG/>. * Author: Drew Diller * Email: drew.diller@gmail.com * URL: http://www.dillerdesign.com/experiment/DD_belatedPNG/ * Version: 0.0.8a * Licensed under the MIT License: http://dillerdesign.com/experime...
JavaScript
imgUrl1="data/afficheimg/20081027angsif.jpg"; imgtext1="ECShop"; imgLink1=escape("http://www.ecshop.com"); imgUrl2="data/afficheimg/20081027wdwd.jpg"; imgtext2="WDWD"; imgLink2=escape("http://www.wdwd.com"); imgUrl3="data/afficheimg/20081027xuorxj.jpg"; imgtext3="ECShop"; imgLink3=escape("http://help.ecshop.com...
JavaScript
/* Flash Name: Dynamic Focus Description: 动感聚焦Flash图片轮播 */ document.write('<div id="flash_cycle_image"></div>'); $importjs = (function() { var uid = 0; var curr = 0; var remove = function(id) { var head = document.getElementsByTagName('head')[0]; head.removeChild( document.ge...
JavaScript
imgUrl1="data/afficheimg/20081027angsif.jpg"; imgtext1="ECShop"; imgLink1=escape("http://www.ecshop.com"); imgUrl2="data/afficheimg/20081027wdwd.jpg"; imgtext2="WDWD"; imgLink2=escape("http://www.wdwd.com"); imgUrl3="data/afficheimg/20081027xuorxj.jpg"; imgtext3="ECShop"; imgLink3=escape("http://help.ecshop.com...
JavaScript
/* Flash Name: Pink Focus Description: 粉红聚焦Flash图片轮播 */ document.write('<div id="flash_cycle_image"></div>'); $importjs = (function() { var uid = 0; var curr = 0; var remove = function(id) { var head = document.getElementsByTagName('head')[0]; head.removeChild( document.getEl...
JavaScript
imgUrl1="data/afficheimg/20081027angsif.jpg"; imgtext1="ECShop"; imgLink1=escape("http://www.ecshop.com"); imgUrl2="data/afficheimg/20081027wdwd.jpg"; imgtext2="WDWD"; imgLink2=escape("http://www.wdwd.com"); imgUrl3="data/afficheimg/20081027xuorxj.jpg"; imgtext3="ECShop"; imgLink3=escape("http://help.ecshop.com...
JavaScript
/* Flash Name: Red Focus Description: 红色聚焦Flash图片轮播 */ document.write('<div id="flash_cycle_image"></div>'); $importjs = (function() { var uid = 0; var curr = 0; var remove = function(id) { var head = document.getElementsByTagName('head')[0]; head.removeChild( document.getEle...
JavaScript
/* Flash Name: Default Description: The default flash cycle. */ // 0xffffff:文字颜色|1:文字位置|0x0066ff:文字背景颜色|60:文字背景透明度|0xffffff:按键文字颜色|0x0066ff:按键默认颜色|0x000033:按键当前颜色|8:自动播放时间(秒)|2:图片过渡效果|1:是否显示按钮|_blank:打开窗口 var swf_config = "|2|||0xFFFFFF|0xFF6600||4|3|1|_blank" document.write('<object classid="clsid:d27cdb6e...
JavaScript
/* $Id : common.js 4824 2007-01-31 08:23:56Z paulgao $ */ /* 检查新订单的时间间隔 */ var NEW_ORDER_INTERVAL = 180000; /* * * 开始检查新订单; */ function startCheckOrder() { checkOrder() window.setInterval("checkOrder()", NEW_ORDER_INTERVAL); } /* * 检查订单 */ function checkOrder() { var lastCheckOrder = new...
JavaScript
/** * 标签上鼠标移动事件的处理函数 * @return */ document.getElementById("tabbar-div").onmouseover = function(e) { var obj = Utils.srcElement(e); if (obj.className == "tab-back") { obj.className = "tab-hover"; } } document.getElementById("tabbar-div").onmouseout = function(e) { var obj = Utils.srcEl...
JavaScript
var Todolist = Class.create(); Todolist.prototype = { initialize:function(adminid) { this.box = $ce("DIV"); this.container = $ce("DIV"); this.head = $ce("DIV"); this.buttons = $ce("DIV"); this.middle = $ce("DIV"); this.bottom = $ce("DIV"); this.bo...
JavaScript
var ColorSelecter = new Object(); ColorSelecter.Show = function(sender) { if(ColorSelecter.box) { if (ColorSelecter.box.style.display = "none") ColorSelecter.box.style.display = ""; } else { ColorSelecter.box = document.createElement("Div"); ColorSelecter.box.id = "ColorSelecter...
JavaScript
var persistclose = 0 // set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session var startX = 3 // set x offset of bar in pixels var startY = 3 // set y offset of bar in pixels function iecompattest() { return (document.compatMode && document.compatMode != "...
JavaScript
/* * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message * Digest Algorithm, as defined in RFC 1321. * Version 2.1 Copyright (C) Paul Johnston 1999 - 2002. * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet * Distributed under the BSD License * See http://pajhome.org.uk/crypt...
JavaScript
var SelectBox = Class.create(); SelectBox.prototype = { initialize:function (src, dst) { this.dst_options = new Array(); this.src_obj = document.getElementById(src); this.dst_obj = document.getElementById(dst); this.copy_method = (typeof (arguments[2]) != 'undefined')?true...
JavaScript
/* * * ECSHOP 表单验证类 * ============================================================================ * 版权所有 (C) 2005-2011 康盛创想(北京)科技有限公司,并保留所有权利。 * 网站地址 : http : // www.ecshop.com * ---------------------------------------------------------------------------- * 这是一个免费开源的软件;这意味着您可以在不用于商业目的的前提下对程序代码 * 进行修改和再发布...
JavaScript
/* $Id: listtable.js 14980 2008-10-22 05:01:19Z testyang $ */ if (typeof Ajax != 'object') { alert('Ajax object doesn\'t exists.'); } if (typeof Utils != 'object') { alert('Utils object doesn\'t exists.'); } var listTable = new Object; listTable.query = "query"; listTable.filter = new Object; list...
JavaScript
var ColorSelecter = new Object(); ColorSelecter.Show = function(sender) { if(ColorSelecter.box) { if (ColorSelecter.box.style.display = "none") ColorSelecter.box.style.display = ""; } else { ColorSelecter.box = document.createElement("Div"); ColorSelecter.box.id = "ColorSelecter...
JavaScript
/* $Id : selectzone.js 4824 2007-01-31 08:23:56Z paulgao $ */ /* * * SelectZone 类 */ function SelectZone() { this.filters = new Object(); this.id = arguments[0] ? arguments[0] : 1; // 过滤条件 this.sourceSel = arguments[1] ? arguments[1] : null; // 1 商品关联 2 组合、赠品(带价格) this.targetSel = a...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
//////////////////////////////////////////////////// // wordWindow object //////////////////////////////////////////////////// function wordWindow() { // private properties this._forms = []; // private methods this._getWordObject = _getWordObject; //this._getSpellerObject = _getSpellerObject; this._wo...
JavaScript
//////////////////////////////////////////////////// // controlWindow object //////////////////////////////////////////////////// function controlWindow( controlForm ) { // private properties this._form = controlForm; // public properties this.windowType = "controlWindow"; // this.noSuggestionSelection =...
JavaScript
//////////////////////////////////////////////////// // spellChecker.js // // spellChecker object // // This file is sourced on web pages that have a textarea object to evaluate // for spelling. It includes the implementation for the spellCheckObject. // //////////////////////////////////////////////////// ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2008 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript