code
stringlengths
1
2.08M
language
stringclasses
1 value
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/* * arkec.corecom.datastruct v1.0.0 */ (function (window) { window.datastruct = {}; /* -----数据字典(key/value)结构----- */ datastruct.dictionary = function () { var obj = new datastruct.dictionary.fn.init(); return obj; }; datastruct.dictionary.fn = { ...
JavaScript
/* * Flexigrid for jQuery - v1.1 * * Copyright (c) 2008 Paulo P. Marinas (code.google.com/p/flexigrid/) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * */ (function ($) { $.addFlex = function (t, p) { if (t.grid) return false; //return if already exist p = $.extend({ ...
JavaScript
 /* 设置当前页面标志 */ mlm.currPageSymbol = "login_res"; /* 初始化界面 */ function initPage() { setLoginLayout(); pageframe.layout.resizeEventList.push(setLoginLayout); $("#userInfo, #signOut, #userInfoDivide, #signOutDivide").hide(); } /* 设置登陆区域布局 */ function setLoginLayout() { var loginCtrl = ...
JavaScript
 /* 设置当前页面标志 */ mlm.currPageSymbol = "main_res"; /* 填充语言资源 */ function fillPageLanRes() { //"ECMS-登陆 document.title = mlm.C0013; }
JavaScript
/* 设置当前页面标志 */ mlm.currPageSymbol = "multilanguage_res"; /* 页面变量 */ window.pageVariable = { /* 语言资源的导入窗体 */ lanResImportFrm: null, /* 语言资源文件处理控件 */ lanResFileCtrl: null }; /* 初始化界面 */ function initPage() { pageframe.layout.resizeEventList.push(setLayout); var handlerObj = ...
JavaScript
 (function (window) { window.jsdir = "/BZM/Scripts/MLM/"; window.cssdir = "/BZM/Css/MLM/"; /* -----多语言函数----- */ window.mlm = { /* 默认语言 */ defaultLanguage: "zh-cn", /* 当前语言 */ currLanguage: "", /* 所有语言种类 */ lanTypes: [], ...
JavaScript
/* 设置当前页面标志 */ mlm.currPageSymbol = "syskeyparam_res"; mlm.bindLanguageEvent.push(bindLanguages); /* 页面变量 */ window.pageVariable = { /* 语言种类的导入窗体 */ lanTypeImportFrm: null, /* 文件处理控件 */ fileCtrl: null }; /* 初始化界面 */ function initPage() { $("#btExportCurrency, #btImportCurrency...
JavaScript
(function (window) { window.mlm.C0006 = "登陆区"; window.mlm.C0007 = "选择语言:"; window.mlm.C0008 = "邮箱地址:"; window.mlm.C0009 = "密码:"; window.mlm.C0010 = "登陆"; window.mlm.C0011 = "安全提示: 为了安全性考虑,系统登陆失败超过10次以上的用户,将在12小时内禁止登陆。"; window.mlm.C0012 = "ECMS-登陆"; window.mlm.E0001 = "邮箱地址不...
JavaScript
(function (window) { window.mlm.C0013 = "ECMS"; })(window);
JavaScript
(function (window) { window.mlm.C0015 = "Multi-language Maintenance"; window.mlm.C0016 = "Multi-language Star"; window.mlm.C0017 = "Export Language's Type"; window.mlm.C0018 = "Import Language's Type"; window.mlm.C0020 = "Export"; window.mlm.C0021 = "Import"; window.mlm.C0022 = "Re...
JavaScript
(function (window) { window.mlm.C0001 = "ArkEC"; window.mlm.C0002 = "E-commerce operations management system"; window.mlm.C0003 = "My account"; window.mlm.C0004 = "Logout"; window.mlm.C0005 = "help"; window.mlm.C0007 = "Language:"; window.mlm.C0014 = "Prompted"; window.mlm.C00...
JavaScript
(function (window) { window.mlm.C0006 = "Login Area"; window.mlm.C0007 = "Language:"; window.mlm.C0008 = "Email:"; window.mlm.C0009 = "Password:"; window.mlm.C0010 = "Login"; window.mlm.C0011 = "Safety Tips: For security reasons, the system failed login more than 10 times or more users,...
JavaScript
(function (window) { window.mlm.C0017 = "Export Language's Type"; window.mlm.C0018 = "Import Language's Type"; window.mlm.C0028 = "Key Parameter"; window.mlm.C0029 = "Export Currency"; window.mlm.C0030 = "Import Currency"; window.mlm.C0031 = "Save Parameter"; window.mlm.C0032 = "...
JavaScript
(function (window) { window.mlm.C0013 = "ECMS"; })(window);
JavaScript
(function (window) { window.mlm.C0015 = "多语言维护"; window.mlm.C0016 = "多语言统计数据"; window.mlm.C0017 = "导出语言种类"; window.mlm.C0018 = "导入语言种类"; window.mlm.C0020 = "导出资源"; window.mlm.C0021 = "导入资源"; window.mlm.C0022 = "资源类型"; window.mlm.C0025 = "导入语言资源"; window.mlm.C0026 = "语言资源文...
JavaScript
(function (window) { window.mlm.C0001 = "方舟商务"; window.mlm.C0002 = "电子商务运营管理系统"; window.mlm.C0003 = "我的系统账号"; window.mlm.C0004 = "注销"; window.mlm.C0005 = "系统帮助"; window.mlm.C0007 = "选择语言:"; window.mlm.C0014 = "系统提示"; window.mlm.C0019 = "操作列"; window.mlm.C0023 = "取消"; ...
JavaScript
(function (window) { window.mlm.C0017 = "导出语言种类"; window.mlm.C0018 = "导入语言种类"; window.mlm.C0028 = "关键参数数据"; window.mlm.C0029 = "导出货币"; window.mlm.C0030 = "导入货币"; window.mlm.C0031 = "保存参数"; window.mlm.C0032 = "默认语言种类:"; window.mlm.C0033 = "内部统一货币:"; window.mlm.C0034 = "语...
JavaScript
/* * arkec.corecom.datastruct v1.0.0 */ (function (window) { window.datastruct = {}; /* -----数据字典(key/value)结构----- */ datastruct.dictionary = function () { var obj = new datastruct.dictionary.fn.init(); return obj; }; datastruct.dictionary.fn = { ...
JavaScript
/* * Flexigrid for jQuery - v1.1 * * Copyright (c) 2008 Paulo P. Marinas (code.google.com/p/flexigrid/) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * */ (function ($) { $.addFlex = function (t, p) { if (t.grid) return false; //return if already exist p = $.extend({ ...
JavaScript
/* * arkec.corecom.datastruct v1.0.0 */ (function (window) { window.datastruct = {}; /* -----数据字典(key/value)结构----- */ datastruct.dictionary = function () { var obj = new datastruct.dictionary.fn.init(); return obj; }; datastruct.dictionary.fn = { ...
JavaScript
 (function (window) { window.webhandler = {}; /* -----JavaScript和服务器的数据传输协议----- */ webhandler.webTransferObj = function (action, bizObj) { var obj = new webhandler.webTransferObj.fn.init(action, bizObj); return obj; }; webhandler.webTransferObj.fn = { ...
JavaScript
 (function (window) { window.runtime = {}; /* -----运行时设置参数----- */ window.runtime.clientRunSetting = { language: "language", /* 设置运行参数 */ setRunParam: function (param, pvalue) { var obj = { key: param, value: pvalue }; cachestore....
JavaScript
 (function (window) { window.cachestore = {}; /* -----缓存处理辅助类----- */ cachestore.clientCacheHelper = { /* 缓存存储结构 */ _cacheStorage: new window.datastruct.dictionary(), /* 添加或修改缓存元素 */ setItem: function (cacheName, cacheStruct, param) { ...
JavaScript
 (function (window) { window.cachestore = {}; /* -----缓存处理辅助类----- */ cachestore.clientCacheHelper = { /* 缓存存储结构 */ _cacheStorage: new window.datastruct.dictionary(), /* 添加或修改缓存元素 */ setItem: function (cacheName, cacheStruct, param) { ...
JavaScript
/** * 使用方式: * $(function(){ * $('#sliderDemo').slider(); * }); * * */ (function($){ $.fn.slider = function(options){ //定义常量 var settings = $.extend({ speed: 500, //速度 interval:3000, //切换时间 controller:true //是否显示控制器 },options); //控制器 var Ctrl2 = fun...
JavaScript
/** * 使用方式: * $(function(){ * $('#sliderDemo').slider(); * }); * * */ (function($){ $.fn.slider = function(options){ //定义常量 var settings = $.extend({ speed: 500, //速度 interval:3000, //切换时间 controller:true //是否显示控制器 },options); //控制器 var Ctrl2 = fun...
JavaScript
/** * portal - jQuery EasyUI * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010-2012 stworthy [ stworthy@gmail.com ] * * Dependencies: * draggable * panel * */ (function($){ /** * initialize the portal */ function init(target){ $(target)....
JavaScript
/** * accordion - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * ...
JavaScript
/** * draggable - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php */ ...
JavaScript
/** * slider - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * * ...
JavaScript
/** * progressbar - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * ...
JavaScript
/** * droppable - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php */ ...
JavaScript
/** * menu - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php */ (func...
JavaScript
/** * datebox - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * *...
JavaScript
/** * combobox - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * ...
JavaScript
/** * calendar - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * ...
JavaScript
/** * form - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php */ (func...
JavaScript
/** * parser - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */...
JavaScript
/** * linkbutton - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php */ ...
JavaScript
/** * easyloader - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * ...
JavaScript
/** * window - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * * ...
JavaScript
/** * propertygrid - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php *...
JavaScript
/** * resizable - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php */ ...
JavaScript
/** * tabs - jQuery EasyUI * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * * Dep...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = '第'; $.fn.pagination.defaults.afterPageText = '共{pages}页'; $.fn.pagination.defaults.displayMsg = '显示{from}到{to},共{total}记录'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = '正在处理,请稍待。。。'; } if ($.fn.treegrid && $.fn.datagrid){ $.fn.tre...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Page'; $.fn.pagination.defaults.afterPageText = 'af {pages}'; $.fn.pagination.defaults.displayMsg = 'Viser {from} til {to} af {total} poster'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Behandling, vent venligst ...'; } if ($.fn.t...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'صفحة'; $.fn.pagination.defaults.afterPageText = 'من {pages}'; $.fn.pagination.defaults.displayMsg = 'عرض {from} إلى {to} من {total} عنصر'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'معالجة, الرجاء الإنتظار ...'; } if ($.fn.treegri...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Sayfa'; $.fn.pagination.defaults.afterPageText = ' / {pages}'; $.fn.pagination.defaults.displayMsg = '{from} ile {to} arası gösteriliyor, toplam {total} kayıt'; } if ($.fn.datagrid){ $.fn.panel.defaults.loadingMessage = "Yükleniyor..."; } ...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Pàgina'; $.fn.pagination.defaults.afterPageText = 'de {pages}'; $.fn.pagination.defaults.displayMsg = "Veient {from} a {to} de {total} d'articles"; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Elaboració, si us plau esperi ...'; } i...
JavaScript
if ($.fn.pagination) { $.fn.pagination.defaults.beforePageText = 'Sida'; $.fn.pagination.defaults.afterPageText = 'av {pages}'; $.fn.pagination.defaults.displayMsg = 'Visar {from} till {to} av {total} poster'; } if ($.fn.datagrid) { $.fn.datagrid.defaults.loadMsg = 'Bearbetar, vänligen vänta ...';...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Seite'; $.fn.pagination.defaults.afterPageText = 'von {pages}'; $.fn.pagination.defaults.displayMsg = '{from} bis {to} von {total} Datensätzen'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Verarbeitung läuft, bitte warten ...'; } i...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = '第'; $.fn.pagination.defaults.afterPageText = '共{pages}頁'; $.fn.pagination.defaults.displayMsg = '顯示{from}到{to},共{total}記錄'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = '正在處理,請稍待。。。'; } if ($.fn.treegrid && $.fn.datagrid){ $.fn.tre...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Страница'; $.fn.pagination.defaults.afterPageText = 'из {pages}'; $.fn.pagination.defaults.displayMsg = 'Просмотр {from} до {to} из {total} записей'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Обрабатывается, пожалуйста ждите ...'; ...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Bladsy'; $.fn.pagination.defaults.afterPageText = 'Van {pages}'; $.fn.pagination.defaults.displayMsg = 'Wys (from) tot (to) van (total) items'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Verwerking, wag asseblief ...'; } if ($.fn....
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'ページ'; $.fn.pagination.defaults.afterPageText = '{pages} 中'; $.fn.pagination.defaults.displayMsg = '全 {total} アイテム中 {from} から {to} を表示中'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = '処理中です。少々お待ちください...'; } if ($.fn.treegrid && $.fn.d...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'P&aacute;gina'; $.fn.pagination.defaults.afterPageText = 'de {pages}'; $.fn.pagination.defaults.displayMsg = 'Mostrando {from} a {to} de {total} elementos'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Procesando, por favor espere ......
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Strana'; $.fn.pagination.defaults.afterPageText = 'z {pages}'; $.fn.pagination.defaults.displayMsg = 'Zobrazuji {from} do {to} z {total} položky'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Zpracování, čekejte prosím ...'; } if ($...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Página'; $.fn.pagination.defaults.afterPageText = 'de {pages}'; $.fn.pagination.defaults.displayMsg = 'Mostrando {from} a {to} de {total} itens'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Processando, aguarde ...'; } if ($.fn.tre...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Страница'; $.fn.pagination.defaults.afterPageText = 'от {pages}'; $.fn.pagination.defaults.displayMsg = 'Показани {from} за {to} от {total} продукти'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Обработка, моля изчакайте ...'; } if...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Strana'; $.fn.pagination.defaults.afterPageText = 'z {pages}'; $.fn.pagination.defaults.displayMsg = 'Zobrazuji záznam {from} až {to} z {total}.'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Pracuji, čekejte prosím…'; } if ($.fn.tr...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Page'; $.fn.pagination.defaults.afterPageText = 'of {pages}'; $.fn.pagination.defaults.displayMsg = 'Displaying {from} to {to} of {total} items'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Processing, please wait ...'; } if ($.fn....
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Strona'; $.fn.pagination.defaults.afterPageText = 'z {pages}'; $.fn.pagination.defaults.displayMsg = 'Wyświetlono elementy od {from} do {to} z {total}'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Przetwarzanie, proszę czekać ...'; ...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Pagina'; $.fn.pagination.defaults.afterPageText = 'di {pages}'; $.fn.pagination.defaults.displayMsg = 'Visualizzazione {from} a {to} di {total} elementi'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'In lavorazione, attendere ...'; } if ($....
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Pagina'; $.fn.pagination.defaults.afterPageText = 'van {pages}'; $.fn.pagination.defaults.displayMsg = 'Tonen van {from} tot {to} van de {total} items'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Verwerking, even geduld ...'; } if...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Σελίδα'; $.fn.pagination.defaults.afterPageText = 'από {pages}'; $.fn.pagination.defaults.displayMsg = 'Εμφάνιση {from} εώς {to} από {total} αντικείμενα'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Γίνεται Επεξεργασία, Παρακαλώ Περι...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Page'; $.fn.pagination.defaults.afterPageText = 'de {pages}'; $.fn.pagination.defaults.displayMsg = 'Affichage de {from} et {to} au {total} des articles'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = "Traitement, s'il vous plaît patien...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (...
JavaScript