code
stringlengths
1
2.08M
language
stringclasses
1 value
/* Script: mootree.js My Object Oriented Tree - Developed by Rasmus Schultz, <http://www.mindplay.dk> - Tested with MooTools release 1.2, under Firefox 2, Opera 9 and Internet Explorer 6 and 7. License: MIT-style license. Credits: Inspired by: - WebFX xTree, <http://webfx.eae.net/dhtml/xtree/> - Destroydrop dT...
JavaScript
/** * @package Joomla.JavaScript * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ (function ($) { $.JRepeatable = function (elid, names, field, maximum) { var field = null, win = null, el...
JavaScript
/** * SqueezeBox - Expandable Lightbox * * Allows to open various content as modal, * centered and animated box. * * Dependencies: MooTools 1.4 or newer * * Inspired by * ... Lokesh Dhakar - The original Lightbox v2 * * @version 1.3 * * @license MIT-style license * @author Harald Kirschner <mail [at] ...
JavaScript
var joomlaupdate_error_callback = dummy_error_handler; var joomlaupdate_stat_inbytes = 0; var joomlaupdate_stat_outbytes = 0; var joomlaupdate_stat_files = 0; var joomlaupdate_stat_percent = 0; var joomlaupdate_factory = null; var joomlaupdate_progress_bar = null; /** * An extremely simple error handler, dumping erro...
JavaScript
jQuery(function ($) { $em = $('#extraction_method'); if ($em.length) { $em.on('change', function () { if ($em.val() === 'direct') { document.getElementById('row_ftp_hostname').style.display = 'none'; document.getElementById('row_ftp_port').style.display = 'none'; document.getElementById('row_ftp_user...
JavaScript
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ /* AES implementation in JavaScript (c) Chris Veness 2005-2010 */ /* - see http://csrc.nist.gov/publications/PubsFIPS.html#197 */ /* - - - - - - - ...
JavaScript
if(typeof(akeeba) == 'undefined') { var akeeba = {}; } if(typeof(akeeba.jQuery) == 'undefined') { akeeba.jQuery = jQuery.noConflict(); }
JavaScript
/*! * jQuery Migrate - v1.2.1 - 2013-05-08 * https://github.com/jquery/jquery-migrate * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors; Licensed MIT */ (function( jQuery, window, undefined ) { // See http://bugs.jquery.com/ticket/13335 // "use strict"; var warnedAbout = {}; // Li...
JavaScript
/** * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /** * Some state variables for the overrider */ Joomla.overrider = { states: { refreshing : false, refreshed : false, counter : 0...
JavaScript
var jQuery; (function ($) { $(document).ready(function () { $('#jform_type').on('change', function (a, params) { var v = typeof(params) !== 'object' ? $('#jform_type').val() : params.selected; switch (v) { case '0': // Image $('#image, #url').show(); $('#custom').hide(); break; ...
JavaScript
/** * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ jQuery(document).ready(function() { var ajax_structure = { success: function(data, textStatus, jqXHR) { try { var updateInfoList = jQuery....
JavaScript
/** * Setup (required for Joomla! 3) */ if(typeof(akeeba) == 'undefined') { var akeeba = {}; } if(typeof(akeeba.jQuery) == 'undefined') { akeeba.jQuery = jQuery.noConflict(); } // ============================================================================= (function(jQuery){ // <<< DO NOT REMOVE - USED FOR JQUERY...
JavaScript
/** * Akeeba Backup * The modular PHP5 site backup software solution * This file contains the jQuery-based client-side user interface logic * @package akeebaui * @copyright Copyright (c)2009-2014 Nicholas K. Dionysopoulos * @license GNU GPL version 3 or, at your option, any later version * @version $Id$ **/ /*...
JavaScript
var AkeebaStepper = function(options){ this.options = { /* Element definition */ holder : '#stepper-holder', loading : '#stepper-loading', pane : '#stepper-progress-pane', content : '#stepper-progress-content', steps : '#stepper-steps', status : '#stepper-status', step ...
JavaScript
/** * Akeeba Backup * The modular PHP5 site backup software solution * This file contains the configuration-wizard client-side business logic * @package akeebaui * @copyright Copyright (c)2010-2014 Nicholas K. Dionysopoulos * @license GNU GPL version 3 or, at your option, any later version * @version $Id: confwi...
JavaScript
/** * Akeeba Backup Pro * The modular PHP5 site backup software solution * This file contains the jQuery-based client-side user interface logic for * the features available only in the Pro version * @package akeebaui * @copyright Copyright (c)2009-2014 Nicholas K. Dionysopoulos * @license GNU GPL version 3 or, a...
JavaScript
if(typeof(akeeba) == 'undefined') { var akeeba = {}; } if(typeof(akeeba.jQuery) == 'undefined') { akeeba.jQuery = jQuery.noConflict(); } var AKEEBA_ANALYZE_SUCCESS = 1; var AKEEBA_ANALYZE_WARNING = 0; var AKEEBA_ANALYZE_FAILURE = -1; akeeba.jQuery(document).ready(function($) { var log_selector = $('#log'); var ...
JavaScript
// AmISingle namespace AmISingle = {}; // Scenes AmISingle.SceneMainName = "main"; AmISingle.SceneFacebookAccountName = "facebookAccount"; // Commands AmISingle.CommandAdFacebookAcc = "do-facebookAccount"; // Menu /*AmISingle.MenuAttr = { omitDefaultItems: true }; AmISingle.MenuModel = { visible: true, items: [ ...
JavaScript
function MainAssistant() { /* this is the creator function for your scene assistant object. It will be passed all the additional parameters (after the scene name) that were passed to pushScene. The reference to the scene controller (this.controller) has not be established yet, so any initialization that n...
JavaScript
function FacebookAccountAssistant() { /* this is the creator function for your scene assistant object. It will be passed all the additional parameters (after the scene name) that were passed to pushScene. The reference to the scene controller (this.controller) has not be established yet, so any initialization...
JavaScript
/* * * Copyright (c) 2006-2011 Sam Collett (http://www.texotela.co.uk) * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * * Version 1.3 * Demo: http://www.texotela.co.uk/code/jquery/numeric/ * */ (functi...
JavaScript
$(function () { $.ajaxSetup({ error: function (XMLHttpRequest, textStatus, errorThrown) { unblockPage(); var errorResponse = jQuery.parseJSON(XMLHttpRequest.responseText); if (errorResponse.ExceptionType == "Exceptions.BusinessException") { sh...
JavaScript
// ==ClosureCompiler== // @compilation_level SIMPLE_OPTIMIZATIONS /** * @license jqGrid 4.3.2 - jQuery Grid * Copyright (c) 2008, Tony Tomov, tony@trirand.com * Dual licensed under the MIT and GPL licenses * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl-2.0.html ...
JavaScript
;(function($){ /** * jqGrid Japanese Translation * OKADA Yoshitada okada.dev@sth.jp * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ de...
JavaScript
;(function($){ /** * jqGrid German Translation * Version 1.0.0 (developed for jQuery Grid 3.3.1) * Olaf Klöppel opensource@blue-hit.de * http://blue-hit.de/ * * Updated for jqGrid 3.8 * Andreas Flack * http://www.contentcontrol-berlin.de * * Dual licensed under the MIT and GPL licenses: * http:/...
JavaScript
;(function ($) { /** * jqGrid Persian Translation * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults: { recordtext: "نمابش {0} - {1} از {2...
JavaScript
;(function($){ /** * jqGrid Greek (el) Translation * Alex Cicovic * http://www.alexcicovic.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults : { rec...
JavaScript
;(function($){ /** * jqGrid Icelandic Translation * jtm@hi.is Univercity of Iceland * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults : { recordtext: "Sko...
JavaScript
;(function($){ /** * jqGrid Galician Translation * Translated by Jorge Barreiro <yortx.barry@gmail.com> * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults : {...
JavaScript
;(function($){ /** * jqGrid Translation * Tony Tomov tony@trirand.com * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults : { ...
JavaScript
;(function($){ /** * jqGrid Ukrainian Translation v1.0 02.07.2009 * Sergey Dyagovchenko * http://d.sumy.ua * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ default...
JavaScript
;(function($){ /** * jqGrid Czech Translation * Pavel Jirak pavel.jirak@jipas.cz * doplnil Thomas Wagner xwagne01@stud.fit.vutbr.cz * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ ...
JavaScript
;(function($){ /** * jqGrid Serbian latin Translation * Bild Studio info@bild-studio.net * http://www.bild-studio.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,...
JavaScript
;(function($){ /** * jqGrid English Translation * Tony Tomov tony@trirand.com * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults...
JavaScript
;(function($){ /** * jqGrid Russian Translation v1.0 02.07.2009 (based on translation by Alexey Kanaev v1.1 21.01.2009, http://softcore.com.ru) * Sergey Dyagovchenko * http://d.sumy.ua * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/...
JavaScript
;(function($){ /** * jqGrid Slovak Translation * Milan Cibulka * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults : { recordt...
JavaScript
;(function($){ /** * jqGrid Bulgarian Translation * Tony Tomov tony@trirand.com * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defau...
JavaScript
;(function($){ /** * jqGrid Bulgarian Translation * Tony Tomov tony@trirand.com * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defau...
JavaScript
;(function($){ /** * jqGrid (fi) Finnish Translation * Jukka Inkeri awot.fi 2010-05-19 * Alex Grönholm alex.gronholm@nextday.fi 2011-05-18 * http://awot.fi * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ ...
JavaScript
;(function($){ /** * jqGrid Romanian Translation * Alexandru Emil Lupu contact@alecslupu.ro * http://www.alecslupu.ro/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgri...
JavaScript
;(function($){ /** * jqGrid Swedish Translation * Harald Normann harald.normann@wts.se, harald.normann@gmail.com * http://www.worldteamsoftware.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $....
JavaScript
;(function($){ /** * jqGrid Portuguese Translation * Tradu��o da jqGrid em Portugues por Frederico Carvalho, http://www.eyeviewdesign.pt * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $...
JavaScript
;(function($){ /** * jqGrid French Translation * Tony Tomov tony@trirand.com * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults ...
JavaScript
;(function($){ /** * jqGrid Danish Translation * Aesiras A/S * http://www.aesiras.dk * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults : { recordtext: "...
JavaScript
;(function($){ /** * jqGrid Serbian Translation * Александар Миловац(Aleksandar Milovac) aleksandar.milovac@gmail.com * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgr...
JavaScript
;(function($){ /** * jqGrid Spanish Translation * Traduccion jqGrid en Español por Yamil Bracho * Traduccion corregida y ampliada por Faserline, S.L. * http://www.faserline.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licen...
JavaScript
;(function($){ /** * jqGrid Catalan Translation * Traducció jqGrid en Catatà per Faserline, S.L. * http://www.faserline.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($....
JavaScript
;(function($){ /** * jqGrid Montenegrian Translation * Bild Studio info@bild-studio.net * http://www.bild-studio.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{...
JavaScript
;(function($){ /** * jqGrid Translation * Tony Tomov tony@trirand.com * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults : { ...
JavaScript
;(function($){ /** * jqGrid Arabic Translation * * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults : { recordtext: "تسجيل {...
JavaScript
;(function($){ /** * jqGrid Polish Translation * Łukasz Schab lukasz@freetree.pl * http://FreeTree.pl * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults : {...
JavaScript
;(function($){ /** * jqGrid Lithuanian Translation * aur1mas aur1mas@devnet.lt * http://aur1mas.devnet.lt * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults...
JavaScript
;(function($){ /** * jqGrid Turkish Translation * Erhan Gündoğan (erhan@trposta.net) * http://blog.zakkum.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defa...
JavaScript
;(function($){ /** * jqGrid Chinese Translation for v4.2 * henryyan 2011.11.30 * http://www.wsria.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * update 2011.11.30 * add double u3000 SPACE for search...
JavaScript
;(function($){ /** * jqGrid Hungarian Translation * Őrszigety Ádám udx6bs@freemail.hu * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ ...
JavaScript
;(function($){ /** * jqGrid Thai Translation * Kittituch Manakul m.kittituch@Gmail.com * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ ...
JavaScript
(function(a) { a.jgrid = a.jgrid || {}; a.extend(a.jgrid,{ defaults: { recordtext: "regels {0} - {1} van {2}", emptyrecords: "Geen data gevonden.", loadtext: "laden...", pgtext: "pagina {0} van {1}" }, search: { ...
JavaScript
;(function($){ /** * jqGrid Brazilian-Portuguese Translation * Sergio Righi sergio.righi@gmail.com * http://curve.com.br * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgr...
JavaScript
;(function($){ /** * jqGrid Hebrew Translation * Shuki Shukrun shukrun.shuki@gmail.com * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ ...
JavaScript
/*! * jQuery blockUI plugin * Version 2.39 (23-MAY-2011) * @requires jQuery v1.2.3 or later * * Examples at: http://malsup.com/jquery/block/ * Copyright (c) 2007-2010 M. Alsup * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl...
JavaScript
/* json2.js 2011-10-19 Public Domain. NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. See http://www.JSON.org/js.html This code should be minified before deployment. See http://javascript.crockford.com/jsmin.html USE YOUR OWN COPY. IT IS EXTREMELY UNWISE TO LOAD CODE FROM SERVERS YOU DO NO...
JavaScript
function matchNumberFormatter(cellvalue, options, rowObject) { if (cellvalue == "0") { return "เสร็จสิ้น"; } else { return cellvalue; } } function setupRowColor(rowid, transDate, unmatched, unperformed) { if (unmatched != "0" || unperformed != "0") { var row = $("#" +...
JavaScript
/** * Swiff.Uploader - Flash FileReference Control * * @version 3.0 * * @license MIT License * * @author Harald Kirschner <http://digitarald.de> * @author Valerio Proietti, <http://mad4milk.net> * @copyright Authors */ Swiff.Uploader = new Class({ Extends: Swiff, Implements: Events, ...
JavaScript
/** * Fx.ProgressBar * * @version 1.1 * * @license MIT License * * @author Harald Kirschner <mail [at] digitarald [dot] de> * @copyright Authors */ Fx.ProgressBar = new Class({ Extends: Fx, options: { text: null, src: null, url: CKEDITOR.basePath+'plugins/image_uploader/fancy/pr...
JavaScript
/** * FancyUpload.Attach - Flash meets Ajax for powerful and elegant uploads. * * @version 3.0 rc3 * * @license MIT License * * @author Harald Kirschner <mail [at] digitarald [dot] de> * @copyright Authors */ if (!window.FancyUpload3) var FancyUpload3 = {}; FancyUpload3.Attach = new Class({ ...
JavaScript
/* Files upload to server using HTML 5 drag & drop from clipboard It needs Mootools library Tested on: Mozilla Firefox 3.6.12 Google Chrome 7.0.517.41 Safari 5.0.2 Safari iPad version WebKit r70732 It will not work on: Opera 10.63 Opera 11 alpha IE */ function uploader(place, status, ...
JavaScript
var language = new Class({ lang: 'PL', panel_name:'Uploader', close:'Zamknij', add_dir:'Dodaj katalog', add_picture:'Dodaj zdjęcie', confirm:'Czy jesteś pewien?', confirmTree:'Czy jesteś pewien? \n\n Podkatalogi zostaną usunięte', search:'Szukaj', del:'Usuń', renew:'Ponów', serverError:'Błąd - ...
JavaScript
var language = new Class({ lang: 'EN', panel_name:'Uploader', close:'Close', add_dir:'Add directory', add_picture:'Add photo', confirm:'Are you sure?', confirmTree:'Are you sure? \n\n Delete all sub-tree', search:'Search', del:'Delete', renew:'Try Again', empty_dir:'Empty directory', file_err...
JavaScript
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang('placeholder','he',{placeholder:{title:'מאפייני שומר מקום',toolbar:'צור שומר מקום',text:'תוכן שומר המקום',edit:'ערוך שומר מקום',textMissing:'שו...
JavaScript
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang('placeholder','en',{placeholder:{title:'Placeholder Properties',toolbar:'Create Placeholder',text:'Placeholder Text',edit:'Edit Placeholder',te...
JavaScript
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.add('docprops',{init:function(a){var b=new CKEDITOR.dialogCommand('docProps');b.modes={wysiwyg:a.config.fullPage};a.addCommand('docProps',b);CKEDITOR.d...
JavaScript
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.addTemplates('default',{imagesPath:CKEDITOR.getUrl(CKEDITOR.plugins.getPath('templates')+'templates/images/'),templates: [ ...
JavaScript
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang('uicolor','he',{uicolor:{title:'בחירת צבע ממשק משתמש',preview:'תצוגה מקדימה',config:'הדבק את הטקסט הבא לתוך הקובץ config.js',predefined:'קבוצות...
JavaScript
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang('uicolor','en',{uicolor:{title:'UI Color Picker',preview:'Live preview',config:'Paste this string into your config.js file',predefined:'Predefi...
JavaScript
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */
JavaScript
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang('devtools','en',{devTools:{title:'Element Information',dialogName:'Dialog window name',tabName:'Tab name',elementId:'Element ID',elementType:'E...
JavaScript
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6...
JavaScript
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ // Compressed version of core/ckeditor_base.js. See original for instructions. /*jsl:ignore*/ if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',vers...
JavaScript
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ // Compressed version of core/ckeditor_base.js. See original for instructions. /*jsl:ignore*/ if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',vers...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: ZH (Chinese; 中文 (Zhōngwén), 汉语, 漢語) * Region: TW (Taiwan) */ jQuery.extend(jQuery.validator.messages, { required: "必填", remote: "請修正此欄位", email: "請輸入正確的電子信箱", url: "請輸入合法的URL", date: "請輸入合法的日期", dateISO: "請輸入合法的日期 (ISO)."...
JavaScript
/* * Localized default methods for the jQuery validation plugin. * Locale: DE */ jQuery.extend(jQuery.validator.methods, { date: function(value, element) { return this.optional(element) || /^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(value); }, number: function(value, element) { return this.optional(element) || /^-?(?:\...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: ZH (Chinese, 中文 (Zhōngwén), 汉语, 漢語) */ jQuery.extend(jQuery.validator.messages, { required: "必选字段", remote: "请修正该字段", email: "请输入正确格式的电子邮件", url: "请输入合法的网址", date: "请输入合法的日期", dateISO: "请输入合法的日期 (ISO).", number: "请输入合法的数...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: CS (Czech; čeština, český jazyk) */ jQuery.extend(jQuery.validator.messages, { required: "Tento údaj je povinný.", remote: "Prosím, opravte tento údaj.", email: "Prosím, zadejte platný e-mail.", url: "Prosím, zadejte platné URL.", date...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: RU (Russian; русский язык) */ jQuery.extend(jQuery.validator.messages, { required: "Это поле необходимо заполнить.", remote: "Пожалуйста, введите правильное значение.", email: "Пожалуйста, введите корректный адрес эл...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: PT (Portuguese; português) * Region: PT (Portugal) */ jQuery.extend(jQuery.validator.messages, { required: "Campo de preenchimento obrigat&oacute;rio.", remote: "Por favor, corrija este campo.", email: "Por favor, introduza um endere&cc...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: DE (German, Deutsch) */ jQuery.extend(jQuery.validator.messages, { required: "Dieses Feld ist ein Pflichtfeld.", maxlength: jQuery.validator.format("Geben Sie bitte maximal {0} Zeichen ein."), minlength: jQuery.validator.format("Geben Si...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: SI (Slovenian) */ jQuery.extend(jQuery.validator.messages, { required: "To polje je obvezno.", remote: "Vpis v tem polju ni v pravi obliki.", email: "Prosimo, vnesite pravi email naslov.", url: "Prosimo, vnesite pravi URL.", d...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: EL (Greek; ελληνικά) */ jQuery.extend(jQuery.validator.messages, { required: "Αυτό το πεδίο είναι υποχρεωτικό.", remote: "Παρακαλώ διορθώστε αυτό το πεδίο.", email: "Παρακαλώ εισάγετε μια έγκυρη διεύθυνση email.", url: "Παρακαλώ εισάγετ...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: PL (Polish; język polski, polszczyzna) */ jQuery.extend(jQuery.validator.messages, { required: "To pole jest wymagane.", remote: "Proszę o wypełnienie tego pola.", email: "Proszę o podanie prawidłowego adresu email.", url: "Proszę o pod...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: EU (Basque; euskara, euskera) */ jQuery.extend(jQuery.validator.messages, { required: "Eremu hau beharrezkoa da.", remote: "Mesedez, bete eremu hau.", email: "Mesedez, idatzi baliozko posta helbide bat.", url: "Mesedez, idatzi balio...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: SK (Slovak; slovenčina, slovenský jazyk) */ jQuery.extend(jQuery.validator.messages, { required: "Povinné zadať.", maxlength: jQuery.validator.format("Maximálne {0} znakov."), minlength: jQuery.validator.format("Minimálne {0} znakov."), ...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: IT (Italian; Italiano) */ jQuery.extend(jQuery.validator.messages, { required: "Campo obbligatorio.", remote: "Controlla questo campo.", email: "Inserisci un indirizzo email valido.", url: "Inserisci un indirizzo...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: UK (Ukrainian; українська мова) */ jQuery.extend(jQuery.validator.messages, { required: "Це поле необхідно заповнити.", remote: "Будь ласка, введіть правильне значення.", email: "Будь ласка, введіть коректну адресу електронної п...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: SR (Serbian; српски језик) */ jQuery.extend(jQuery.validator.messages, { required: "Поље је обавезно.", remote: "Средите ово поље.", email: "Унесите исправну и-мејл адресу", url: "Унесите исправан URL.", date: "Унесите ...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: LT (Lithuanian; lietuvių kalba) */ jQuery.extend(jQuery.validator.messages, { required: "Šis laukas yra privalomas.", remote: "Prašau pataisyti šį lauką.", email: "Prašau įvesti teisingą elektroninio pašto adresą.", ...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: KA (Georgian; ქართული) */ jQuery.extend(jQuery.validator.messages, { required: "ამ ველის შევსება აუცილებელია.", remote: "გთხოვთ მიუთითოთ სწორი მნიშვნელობა.", email: "გთხოვთ მიუთითოთ ელ-ფოსტის კორექტული მისამართი.", ...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: NO (Norwegian; Norsk) */ jQuery.extend(jQuery.validator.messages, { required: "Dette feltet er obligatorisk.", maxlength: jQuery.validator.format("Maksimalt {0} tegn."), minlength: jQuery.validator.format("Minimum {0} t...
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: SV (Swedish; Svenska) */ jQuery.extend(jQuery.validator.messages, { required: "Detta f&auml;lt &auml;r obligatoriskt.", maxlength: jQuery.validator.format("Du f&aring;r ange h&ouml;gst {0} tecken."), minlength: jQuery.validator.format("D...
JavaScript
/* * Localized default methods for the jQuery validation plugin. * Locale: PT_BR */ jQuery.extend(jQuery.validator.methods, { date: function(value, element) { return this.optional(element) || /^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(value); } });
JavaScript
/* * Translated default messages for the jQuery validation plugin. * Locale: KK (Kazakh; қазақ тілі) */ jQuery.extend(jQuery.validator.messages, { required: "Бұл өрісті міндетті түрде толтырыңыз.", remote: "Дұрыс мағына енгізуіңізді сұраймыз.", email: "Нақты электронды поштаңызды енгізуіңізді...
JavaScript