code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
<?php /** Portuguese localization file for KCFinder * author: Hugo Branquinho * country: Portugal * company website: www.framework.pt */ $lang = array( '_locale' => "pt_PT.UTF-8", // UNIX localization code '_charset' => "utf-8", // Browser charset // Date time formats. See http://www.php....
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lang/pt.php
PHP
oos
7,626
<?php /** This file is part of KCFinder project * * @desc Default English localization * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @license http://op...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lang/en.php
PHP
oos
710
<?php /** Hebrew localization file for KCFinder * Sig: 1f4f9aee887c97f618c19a82040a4dad */ $lang = array( '_locale' => "he_IL.UTF-8", // UNIX localization code '_charset' => "utf-8", // Browser charset // Date time formats. See http://www.php.net/manual/en/function.strftime.php '_dateTime...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lang/he.php
PHP
oos
8,283
<?php /** This file is part of KCFinder project * * @desc CMS integration code: Drupal * @package KCFinder * @version 3.10 * @author Dany Alejandro Cabrera <otello2040@gmail.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @license h...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/integration/drupal.php
PHP
oos
4,360
<?php namespace kcfinder\cms; /** This file is part of KCFinder project * * @desc CMS integration code: BolmerCMS * @package KCFinder * @version 3.10 * @author Borisov Evgeniy <modx@agel-nash.ru> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/integration/BolmerCMS.php
PHP
oos
1,642
<?php /** This file is part of KCFinder project * * @desc Join all CSS files from current directory * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @lice...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/css/index.php
PHP
oos
547
html, body { overflow: hidden; } body, form, th, td { margin: 0; padding: 0; } a { cursor: pointer; } * { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; } table { border-collapse: collapse; } #left { float: left; display: block; width: 25%; } #right { ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/css/000.base.css
CSS
oos
2,508
<?php /** This file is part of KCFinder project * * @desc Browser calling script * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @license http://opensour...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/browse.php
PHP
oos
590
<?php /** This file is part of KCFinder project * * @desc Path helper class * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @license http://opensource.or...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lib/helper_path.php
PHP
oos
4,509
<?php /** This file is part of KCFinder project * * @desc Abstract image driver class * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @license http://ope...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lib/class_image.php
PHP
oos
7,881
<?php namespace kcfinder; /** * FastImage - Because sometimes you just want the size! * Based on the Ruby Implementation by Steven Sykes (https://github.com/sdsykes/fastimage) * * Copyright (c) 2012 Tom Moor * Tom Moor, http://tommoor.com * * MIT Licensed * @version 0.1 */ class fastImage { private $strpo...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lib/class_fastImage.php
PHP
oos
4,662
<?php /** This file is part of KCFinder project * * @desc GraphicsMagick image driver class * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @license http...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lib/class_image_gmagick.php
PHP
oos
8,261
<?php /** This file is part of KCFinder project * * @desc ImageMagick image driver class * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @license http://...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lib/class_image_imagick.php
PHP
oos
8,569
<?php /** This file is part of KCFinder project * * @desc Directory helper class * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @license http://opensour...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lib/helper_dir.php
PHP
oos
4,950
<?php /** This file is part of KCFinder project. The class are taken from * http://www.php.net/manual/en/function.ziparchive-addemptydir.php * * @desc Directory to ZIP file archivator * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KC...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lib/class_zipFolder.php
PHP
oos
1,916
<?php /** This file is part of KCFinder project * * @desc File helper class * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @license http://opensource.or...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lib/helper_file.php
PHP
oos
8,220
<?php /** This file is part of KCFinder project * * @desc HTTP cache helper class * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @license http://opensou...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lib/helper_httpCache.php
PHP
oos
3,677
<?php /** This file is part of KCFinder project * * @desc Text processing helper class * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @license http://op...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lib/helper_text.php
PHP
oos
1,334
<?php /** This file is part of KCFinder project * * @desc GD image driver class * @package KCFinder * @version 3.10 * @author Pavel Tzonkov <sunhater@sunhater.com> * @copyright 2010-2014 KCFinder Project * @license http://opensource.org/licenses/GPL-3.0 GPLv3 * @license http://opensourc...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/kcfinder/lib/class_image_gd.php
PHP
oos
11,802
/** * Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ // This file contains style definitions that can be used by CKEditor plugins. // // The most common use for it is the "stylescombo" plugin, which shows a combo ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/styles.js
JavaScript
oos
3,595
a { text-decoration:none; padding: 2px 4px 4px 6px; display : block; border-width: 1px; border-style: solid; margin : 0px; } a.cke_scayt_toogle:hover, a.cke_scayt_toogle:focus, a.cke_scayt_toogle:active { border-color: #316ac5; background-color: #dff1ff; color : #000; cursor: pointer; marg...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/plugins/scayt/dialogs/toolbar.css
CSS
oos
1,302
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ .cke_tpl_list { border: #dcdcdc 2px solid; background-color: #ffffff; overflow-y: auto; overflow-x: hidden; width: 100%; height: 220px; } .cke_tpl_item {...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/plugins/templates/dialogs/templates.css
CSS
oos
1,570
<script> var doc = document; doc.open(); doc.write( window.opener._cke_htmlToLoad ); doc.close(); delete window.opener._cke_htmlToLoad; </script>
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/plugins/preview/preview.html
HTML
oos
159
CKEDITOR.plugins.add('uploadimg', { init: function (editor) { var pluginName = 'uploadimg'; editor.ui.addButton('Uploadimg', { label: 'Upload Ảnh', //command: 'OpenWindow', icon: CKEDITOR.plugins.getPath('uploadimg') + 'img.png' ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/plugins/uploadimg/plugin.js
JavaScript
oos
647
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!-- Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html> <head> <title></title> <meta http-equiv="Content-Type...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
HTML
oos
1,935
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html> <head> <title></title> <meta http-equiv="Content-Type" content="...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/plugins/wsc/dialogs/ciframe.html
HTML
oos
1,690
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ html, body { background-color: transparent; margin: 0px; padding: 0px; } body { padding: 10px; } body, td, input, select, textarea { font-size: 11px...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/plugins/wsc/dialogs/wsc.css
CSS
oos
1,232
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/plugins/dialog/dialogDefinition.js
JavaScript
oos
148
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ body { /* Font */ font-family: sans-serif, Arial, Verdana, "Trebuchet MS"; font-size: 12px; /* Text color */ color: #333; /* Remove the background color t...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/ckeditor/contents.css
CSS
oos
2,008
function submit_del() { jConfirm('Bạn có chắc chắn muốn xóa?', 'Thông báo', function(r) { if(r == true) { $("#submit").submit(); } return false; }); }
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/lib.js
JavaScript
oos
214
jQuery(document).ready(function(){ ///// PRODUCT DISPLAY INFO WHEN HOVERING THUMBNAILS ///// jQuery('.prodlist li').hover(function(){ jQuery(this).find('.contentinner').stop().animate({marginTop: 0}); },function(){ jQuery(this).find('.contentinner').stop().animate({marginTop: '132px'}); }); ///// SWITCHING...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/productlist.js
JavaScript
oos
1,269
/* * Additional function for calendar.html * Written by ThemePixels * http://themepixels.com/ * * Built for Amanda Premium Responsive Admin Template * http://themeforest.net/category/site-templates/admin-templates */ jQuery(document).ready(function() { /* initialize the external events */ jQuery('#exte...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/calendar.js
JavaScript
oos
2,914
/* * Additional function for editor.html * Written by ThemePixels * http://themepixels.com/ * * Built for Amanda Premium Responsive Admin Template * http://themeforest.net/category/site-templates/admin-templates */ jQuery().ready(function() { jQuery('textarea.tinymce').tinymce({ // Location of TinyMCE s...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/editor.js
JavaScript
oos
2,169
/* * Additional function for newsfeed.html * Written by ThemePixels * http://themepixels.com/ * * Copyright (c) 2012 ThemePixels (http://themepixels.com) * * Built for Amanda Premium Responsive Admin Template * http://themeforest.net/category/site-templates/admin-templates */ jQuery(document).ready(functi...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/newsfeed.js
JavaScript
oos
1,131
/* * Additional function for tables.html * Written by ThemePixels * http://themepixels.com/ * * Copyright (c) 2012 ThemePixels (http://themepixels.com) * * Built for Amanda Premium Responsive Admin Template * http://themeforest.net/category/site-templates/admin-templates */ jQuery(document).ready(function...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/tables.js
JavaScript
oos
4,788
/* * Additional function for profile.html * Written by ThemePixels * http://themepixels.com/ * * Copyright (c) 2012 ThemePixels (http://themepixels.com) * * Built for Amanda Premium Responsive Admin Template * http://themeforest.net/category/site-templates/admin-templates */ jQuery(document).ready(functio...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/profile.js
JavaScript
oos
1,882
$(document).ready(function(){ ///// TRANSFORM CHECKBOX ///// $('input:checkbox').uniform(); ///// LOGIN FORM SUBMIT ///// ///// ADD PLACEHOLDER ///// $('#username').attr('placeholder','Username'); $('#password').attr('placeholder','Password'); });
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/index.js
JavaScript
oos
284
/* * Additional function for this template * Written by ThemePixels * http://themepixels.com/ * * Copyright (c) 2012 ThemePixels (http://themepixels.com) * * Built for Amanda Premium Responsive Admin Template * http://themeforest.net/category/site-templates/admin-templates */ $(document).ready(function(){ ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/general.js
JavaScript
oos
8,822
/* * Additional function for elements.html * Written by ThemePixels * http://themepixels.com/ * * Copyright (c) 2012 ThemePixels (http://themepixels.com) * * Built for Amanda Premium Responsive Admin Template * http://themeforest.net/category/site-templates/admin-templates */ jQuery(document).ready(functi...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/elements.js
JavaScript
oos
8,579
jQuery(document).ready(function(){ jQuery('#overviewselect, input:checkbox').uniform(); ///// DATE PICKER ///// jQuery( "#datepickfrom, #datepickto" ).datepicker(); ///// SLIM SCROLL ///// jQuery('#scroll1').slimscroll({ color: '#666', size: '10px', width: 'auto', height: '175px' ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/dashboard.js
JavaScript
oos
2,902
/* * Additional function for forms.html * Written by ThemePixels * http://themepixels.com/ * * Copyright (c) 2012 ThemePixels (http://themepixels.com) * * Built for Amanda Premium Responsive Admin Template * http://themeforest.net/category/site-templates/admin-templates */ jQuery(document).ready(function(...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/forms.js
JavaScript
oos
2,097
/* * Additional function for support.html * Written by ThemePixels * http://themepixels.com/ * * Copyright (c) 2012 ThemePixels (http://themepixels.com) * * Built for Amanda Premium Responsive Admin Template * http://themeforest.net/category/site-templates/admin-templates */ jQuery(document).ready(functio...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/support.js
JavaScript
oos
2,086
/* * Additional function for widgets.html * Written by ThemePixels * http://themepixels.com/ * * Copyright (c) 2012 ThemePixels (http://themepixels.com) * * Built for Amanda Premium Responsive Admin Template * http://themeforest.net/category/site-templates/admin-templates */ jQuery(document).ready(functio...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/custom/widgets.js
JavaScript
oos
747
/*jshint eqnull:true */ /*! * jQuery Cookie Plugin v1.1 * https://github.com/carhartl/jquery-cookie * * Copyright 2011, Klaus Hartl * Dual licensed under the MIT or GPL Version 2 licenses. * http://www.opensource.org/licenses/mit-license.php * http://www.opensource.org/licenses/GPL-2.0 */ (function($, document)...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/plugins/jquery.cookie.js
JavaScript
oos
1,782
// jQuery Alert Dialogs Plugin // // Version 1.1 // // Cory S.N. LaViska // A Beautiful Site (http://abeautifulsite.net/) // 14 May 2009 // // Visit http://abeautifulsite.net/notebook/87 for more information // // Usage: // jAlert( message, [title, callback] ) // jConfirm( message, [title, callback] ) // jPrompt( me...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/plugins/jquery.alerts.js
JavaScript
oos
7,411
(function($) { /* * Auto-growing textareas; technique ripped from Facebook */ $.fn.autogrow = function(options) { this.filter('textarea').each(function() { var $this = $(this), minHeight = $this.height(), lineHeight = ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/plugins/jquery.autogrow-textarea.js
JavaScript
oos
1,921
/** * * Color picker * Author: Stefan Petre www.eyecon.ro * * Dual licensed under the MIT and GPL licenses * */ (function ($) { var ColorPicker = function () { var ids = {}, inAction, charMin = 65, visible, tpl = '<div class="colorpicker"><div class="colorpicker_color"><div><div></div></div><...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/plugins/colorpicker.js
JavaScript
oos
16,692
body, td, pre {color:#000; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; font-size:12px; margin:8px;} body {background:#FFF;} body.mceForceColors {background:#FFF; color:#000;} body.mceBrowserDefaults {background:transparent; color:inherit; font-size:inherit; font-family:inherit;} h1 {font-size: 2em} h2 {...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/plugins/tinymce/themes/advanced/skins/themepixels/content.css
CSS
oos
2,605
/* Reset */ .themepixelsSkin table, .themepixelsSkin tbody, .themepixelsSkin a, .themepixelsSkin img, .themepixelsSkin tr, .themepixelsSkin div, .themepixelsSkin td, .themepixelsSkin iframe, .themepixelsSkin span, .themepixelsSkin *, .themepixelsSkin .mceText {border:0; margin:0; padding:0; background:transparent; whit...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/plugins/tinymce/themes/advanced/skins/themepixels/ui.css
CSS
oos
18,238
/* ThemePixels */ /* Reset */ .themepixels, .themepixels div, .themepixels span, .themepixels a {vertical-align:baseline; text-align:left; position:absolute; border:0; padding:0; margin:0; background:transparent; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size:11px; color:#000; text-decoration:n...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/plugins/tinymce/plugins/inlinepopups/skins/themepixels/window.css
CSS
oos
7,250
/** * jGrowl 1.2.6 * * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * * Written by Stan Lemon <stosh1985@gmail.com> * Last updated: 2011.03.27 * * jGrowl is a jQuery plugin implementing unobtrusive user...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/plugins/jquery.jgrowl.js
JavaScript
oos
13,723
/* * Character Count Plugin - jQuery plugin * Dynamic character count for text areas and input fields * written by Alen Grakalic * http://cssglobe.com/post/7161/jquery-plugin-simplest-twitterlike-dynamic-character-count-for-textareas * * Copyright (c) 2009 Alen Grakalic (http://cssglobe.com) * Dual licensed u...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/plugins/charCount.js
JavaScript
oos
1,571
/*! Copyright (c) 2011 Piotr Rochala (http://rocha.la) * 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: 0.2.5 * */ (function($) { jQuery.fn.extend({ slimScroll: function(o) { ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/plugins/jquery.slimscroll.js
JavaScript
oos
7,724
/** * mctabs.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ function MCTabs() { this.settings = []; this.onChange = tinyMCEPopup.editor.windowManager.createIn...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/utils/mctabs.js
JavaScript
oos
4,055
/** * validate.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ /** // String validation: if (!Validator.isEmail('myemail')) alert('Invalid email.'); /...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/utils/validate.js
JavaScript
oos
6,100
/** * form_utils.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ var themeBaseURL = tinyMCEPopup.editor.baseURI.toAbsolute('themes/' + tinyMCEPopup.getParam("theme...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/utils/form_utils.js
JavaScript
oos
5,991
/** * editable_selects.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ var TinyMCE_EditableSelects = { editSelectElm : null, init : function() { var nl = ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/utils/editable_selects.js
JavaScript
oos
2,046
body, td, pre { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } body { background-color: #FFFFFF; } .mceVisualAid { border: 1px dashed #BBBBBB; } /* MSIE specific */ * html body { scrollbar-3dlight-color: #F0F0EE; scrollbar-arrow-color: #676662; scrollbar-base-color: ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/simple/skins/default/content.css
CSS
oos
513
/* Reset */ .defaultSimpleSkin table, .defaultSimpleSkin tbody, .defaultSimpleSkin a, .defaultSimpleSkin img, .defaultSimpleSkin tr, .defaultSimpleSkin div, .defaultSimpleSkin td, .defaultSimpleSkin iframe, .defaultSimpleSkin span, .defaultSimpleSkin * {border:0; margin:0; padding:0; background:transparent; white-spac...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/simple/skins/default/ui.css
CSS
oos
2,105
body, td, pre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} body {background: #FFF;} .mceVisualAid {border: 1px dashed #BBB;} /* IE */ * html body { scrollbar-3dlight-color: #F0F0EE; scrollbar-arrow-color: #676662; scrollbar-base-color: #F0F0EE; scrollbar-darkshadow-color: #DDDDDD; ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/simple/skins/o2k7/content.css
CSS
oos
461
/* Reset */ .o2k7SimpleSkin table, .o2k7SimpleSkin tbody, .o2k7SimpleSkin a, .o2k7SimpleSkin img, .o2k7SimpleSkin tr, .o2k7SimpleSkin div, .o2k7SimpleSkin td, .o2k7SimpleSkin iframe, .o2k7SimpleSkin span, .o2k7SimpleSkin * {border:0; margin:0; padding:0; background:transparent; white-space:nowrap; text-decoration:none...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/simple/skins/o2k7/ui.css
CSS
oos
2,340
/** * editor_template_src.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ (function() { var DOM = tinymce.DOM; // Tell it to load theme specific language pac...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/simple/editor_template_src.js
JavaScript
oos
3,205
body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;} body {background:#FFF;} body.mceForceColors {background:#FFF; color:#000;} body.mceBrowserDefaults {background:transparent; color:inherit; font-size:inherit; font-family:inherit;} h1 {font-size: 2em} h2 {font...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/skins/default/content.css
CSS
oos
2,607
/* Reset */ .defaultSkin table, .defaultSkin tbody, .defaultSkin a, .defaultSkin img, .defaultSkin tr, .defaultSkin div, .defaultSkin td, .defaultSkin iframe, .defaultSkin span, .defaultSkin *, .defaultSkin .mceText {border:0; margin:0; padding:0; background:transparent; white-space:nowrap; text-decoration:none; font-...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/skins/default/ui.css
CSS
oos
15,959
/* Generic */ body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; scrollbar-3dlight-color:#F0F0EE; scrollbar-arrow-color:#676662; scrollbar-base-color:#F0F0EE; scrollbar-darkshadow-color:#DDDDDD; scrollbar-face-color:#E0E0DD; scrollbar-highlight-color:#F0F0EE; scrollbar-shadow-color:#F0F0...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/skins/default/dialog.css
CSS
oos
5,761
body, td, pre { margin:8px;} body.mceForceColors {background:#FFF; color:#000;} h1 {font-size: 2em} h2 {font-size: 1.5em} h3 {font-size: 1.17em} h4 {font-size: 1em} h5 {font-size: .83em} h6 {font-size: .75em} .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1p...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/skins/highcontrast/content.css
CSS
oos
1,122
/* Reset */ .highcontrastSkin table, .highcontrastSkin tbody, .highcontrastSkin a, .highcontrastSkin img, .highcontrastSkin tr, .highcontrastSkin div, .highcontrastSkin td, .highcontrastSkin iframe, .highcontrastSkin span, .highcontrastSkin *, .highcontrastSkin .mceText {border:0; margin:0; padding:0; vertical-align:b...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/skins/highcontrast/ui.css
CSS
oos
8,886
/* Generic */ body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; background:#F0F0EE; color: black; padding:0; margin:8px 8px 0 8px; } html {background:#F0F0EE; color:#000;} td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} textarea {resize:none;outline:none;} a:...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/skins/highcontrast/dialog.css
CSS
oos
5,219
body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;} body {background:#FFF;} body.mceForceColors {background:#FFF; color:#000;} h1 {font-size: 2em} h2 {font-size: 1.5em} h3 {font-size: 1.17em} h4 {font-size: 1em} h5 {font-size: .83em} h6 {font-size: .75em} ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/skins/o2k7/content.css
CSS
oos
2,331
/* Reset */ .o2k7Skin table, .o2k7Skin tbody, .o2k7Skin a, .o2k7Skin img, .o2k7Skin tr, .o2k7Skin div, .o2k7Skin td, .o2k7Skin iframe, .o2k7Skin span, .o2k7Skin *, .o2k7Skin .mceText {border:0; margin:0; padding:0; background:transparent; white-space:nowrap; text-decoration:none; font-weight:normal; cursor:default; co...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/skins/o2k7/ui.css
CSS
oos
15,405
/* Generic */ body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; scrollbar-3dlight-color:#F0F0EE; scrollbar-arrow-color:#676662; scrollbar-base-color:#F0F0EE; scrollbar-darkshadow-color:#DDDDDD; scrollbar-face-color:#E0E0DD; scrollbar-highlight-color:#F0F0EE; scrollbar-shadow-color:#F0F0...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/skins/o2k7/dialog.css
CSS
oos
5,849
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#advanced_dlg.link_title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src=".....
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/link.htm
HTML
oos
2,527
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#advanced_dlg.about_title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javas...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/about.htm
HTML
oos
2,701
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#advanced_dlg.image_title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="....
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/image.htm
HTML
oos
4,038
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#advanced_dlg.colorpicker_title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/color_picker.htm
HTML
oos
3,317
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#advanced_dlg.anchor_title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/anchor.htm
HTML
oos
1,167
tinyMCEPopup.requireLangPack(); var LinkDialog = { preInit : function() { var url; if (url = tinyMCEPopup.getParam("external_link_list_url")) document.write('<script language="javascript" type="text/javascript" src="' + tinyMCEPopup.editor.documentBaseURI.toAbsolute(url) + '"></script>'); }, init...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/js/link.js
JavaScript
oos
4,947
tinyMCEPopup.requireLangPack(); function init() { var ed, tcont; tinyMCEPopup.resizeToInnerSize(); ed = tinyMCEPopup.editor; // Give FF some time window.setTimeout(insertHelpIFrame, 10); tcont = document.getElementById('plugintablecontainer'); document.getElementById('plugins_tab').style.display ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/js/about.js
JavaScript
oos
2,203
tinyMCEPopup.requireLangPack(); var detail = 50, strhex = "0123456789abcdef", i, isMouseDown = false, isMouseOver = false; var colors = [ "#000000","#000033","#000066","#000099","#0000cc","#0000ff","#330000","#330033", "#330066","#330099","#3300cc","#3300ff","#660000","#660033","#660066","#660099", "#6600cc","#660...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/js/color_picker.js
JavaScript
oos
14,214
tinyMCEPopup.requireLangPack(); tinyMCEPopup.onInit.add(onLoadInit); function saveContent() { tinyMCEPopup.editor.setContent(document.getElementById('htmlSource').value, {source_view : true}); tinyMCEPopup.close(); } function onLoadInit() { tinyMCEPopup.resizeToInnerSize(); // Remove Gecko spellchecki...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/js/source_editor.js
JavaScript
oos
1,694
var ImageDialog = { preInit : function() { var url; tinyMCEPopup.requireLangPack(); if (url = tinyMCEPopup.getParam("external_image_list_url")) document.write('<script language="javascript" type="text/javascript" src="' + tinyMCEPopup.editor.documentBaseURI.toAbsolute(url) + '"></script>'); }, ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/js/image.js
JavaScript
oos
6,391
tinyMCEPopup.requireLangPack(); var AnchorDialog = { init : function(ed) { var action, elm, f = document.forms[0]; this.editor = ed; elm = ed.dom.getParent(ed.selection.getNode(), 'A'); v = ed.dom.getAttrib(elm, 'name') || ed.dom.getAttrib(elm, 'id'); if (v) { this.action = 'update'; f.a...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/js/anchor.js
JavaScript
oos
1,498
/** * charmap.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ tinyMCEPopup.requireLangPack(); var charmap = [ ['&nbsp;', '&#160;', true, 'no-break space']...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/js/charmap.js
JavaScript
oos
15,793
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#advanced_dlg.charmap_title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/java...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/charmap.htm
HTML
oos
2,251
/** * editor_template_src.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ (function(tinymce) { var DOM = tinymce.DOM, Event = tinymce.dom.Event, extend = tinymce...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/editor_template_src.js
JavaScript
oos
43,419
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#advanced_dlg.code_title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="js/source_editor.js"></script> </head> <body onresize="resizeInputs();" style="display:none; overflow:hidden;" ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/source_editor.htm
HTML
oos
1,269
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#advanced_dlg.accessibility_help}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/themes/advanced/shortcuts.htm
HTML
oos
1,732
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#advlink_dlg.title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="../../ut...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/advlink/link.htm
HTML
oos
16,123
/** * editor_plugin_src.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ (function() { tinymce.create('tinymce.plugins.AdvancedLinkPlugin', { init : function(e...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/advlink/editor_plugin_src.js
JavaScript
oos
1,633
/* Functions for the advlink plugin popup */ tinyMCEPopup.requireLangPack(); var templates = { "window.open" : "window.open('${url}','${target}','${options}')" }; function preinit() { var url; if (url = tinyMCEPopup.getParam("external_link_list_url")) document.write('<script language="javascript" t...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/advlink/js/advlink.js
JavaScript
oos
17,341
.mceLinkList, .mceAnchorList, #targetlist {width:280px;} .mceActionPanel {margin-top:7px;} .panel_wrapper div.current {height:320px;} #classlist, #title, #href {width:280px;} #popupurl, #popupname {width:200px;} #popupwidth, #popupheight, #popupleft, #popuptop {width:30px;vertical-align:middle;text-align:center;} ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/advlink/css/advlink.css
CSS
oos
480
.mceItemHiddenSpellWord {background:url(../img/wline.gif) repeat-x bottom left; cursor:default;}
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/spellchecker/css/content.css
CSS
oos
98
/** * editor_plugin_src.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ (function() { // Load plugin specific language pack tinymce.PluginManager.requireLangPa...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/example/editor_plugin_src.js
JavaScript
oos
2,989
tinyMCEPopup.requireLangPack(); var ExampleDialog = { init : function() { var f = document.forms[0]; // Get the selected contents as text and place it in the input f.someval.value = tinyMCEPopup.editor.selection.getContent({format : 'text'}); f.somearg.value = tinyMCEPopup.getWindowArg('some_custom_a...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/example/js/dialog.js
JavaScript
oos
609
tinyMCE.addI18n('en.example',{ desc : 'This is just a template button' });
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/example/langs/en.js
JavaScript
oos
79
tinyMCE.addI18n('en.example_dlg',{ title : 'This is just a example title' });
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/example/langs/en_dlg.js
JavaScript
oos
82
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#example_dlg.title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="js/dialo...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/example/dialog.htm
HTML
oos
908
/** * editor_plugin_src.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ (function() { var DOM = tinymce.DOM; tinymce.create('tinymce.plugins.FullScreenPlugin...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/fullscreen/editor_plugin_src.js
JavaScript
oos
5,643
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <script type="text/javascript" src="../../tiny_mce.js"></script> <script type="text/javascript"> function patchCallback(settings, key) { if (settings[key]) set...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/fullscreen/fullscreen.htm
HTML
oos
3,372
/** * editor_plugin_src.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ (function() { tinymce.create('tinymce.plugins.IESpell', { init : function(ed, url) { ...
0014006002014-d-s-p-l-n-n-h-a-t-n-v
trunk/public/theme/manage/js/tinymce/plugins/iespell/editor_plugin_src.js
JavaScript
oos
1,484