code stringlengths 1 2.08M | language stringclasses 1
value |
|---|---|
/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas. Dual MIT/BSD license */
/*! NOTE: If you're already including a window.matchMedia polyfill via Modernizr or otherwise, you don't need this part */
window.matchMedia = window.matchMedia ||... | JavaScript |
// jquery.tweet.js - See http://tweet.seaofclouds.com/ or https://github.com/seaofclouds/tweet for more info
// Copyright (c) 2008-2012 Todd Matthews & Steve Purcell
// Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
// Modified by Stan Scates for https://github.com/StanScates/Tweet.js-Mod
... | JavaScript |
/**
* jQuery Masonry v2.1.06
* A dynamic layout plugin for jQuery
* The flip-side of CSS Floats
* http://masonry.desandro.com
*
* Licensed under the MIT license.
* Copyright 2012 David DeSandro
*/
/*jshint browser: true, curly: true, eqeqeq: true, forin: false, immed: false, newcap: true, noempty: true, strict... | JavaScript |
/*
* jQuery FlexSlider v2.1
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
* Modified by Emerald
*/
;(function ($) {
//FlexSlider: Object Instance
$... | JavaScript |
// When DOM is fully loaded
jQuery(document).ready(function($) {
/* ---------------------------------------------------------------------- */
/* Detect Touch Screen devices
/* ---------------------------------------------------------------------- */
(function() {
if (isTouchScreenDevice) {
$('body').addClas... | JavaScript |
/*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* Uses the built in easing capabilities added In jQuery 1.1
* to offer multiple easing options
*
* TERMS OF USE - jQuery Easing
*
* Open source under the BSD License.
*
* Copyright © 2008 George McGinley Smith
* All rights reserved.
*
... | JavaScript |
$(function () {
$('.thumb').hover(
function () {
$(this).find('.thumb-detail').stop().animate({ bottom: 0 }, 500, 'easeOutCubic');
},
function () {
$(this).find('.thumb-detail').stop().animate({ bottom: ($(this).height() * -1) }, 500, 'easeOutCubic');
... | JavaScript |
/*global jQuery */
/*jshint multistr:true browser:true */
/*!
* FitVids 1.0
*
* Copyright 2011, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com
* Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
* Released under the WTFPL license - http://sa... | JavaScript |
/**
* @preserve SelectNav.js (v. 0.1)
* Converts your <ul>/<ol> navigation into a dropdown list for small screens
* https://github.com/lukaszfiszer/selectnav.js
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
*/
window.selectnav = (function(){
"use strict";
var selectnav = functi... | JavaScript |
/* ------------------------------------------------------------------------
Class: prettyPhoto
Use: Lightbox clone for jQuery
Author: Stephane Caron (http://www.no-margin-for-errors.com)
Version: 3.1.4
Released under CC BY license (http://creativecommons.org/licenses/by/2.5/)
Modified by Emerald
---------------... | JavaScript |
/* ---------------------------------------------------------------------- */
/* Style Switcher
/* ---------------------------------------------------------------------- */
var enable_switcher = false;
jQuery(document).ready(function($) {
if (enable_switcher) {
var currentColorScheme = getCookie("color_scheme"),
... | JavaScript |
/**
jQuery Carousel Plugin by Thomas Jaggi (2012) - http://github.com/backflip/jquery-carousel/
MIT/GPL2 Licensed
Modified by Emerald
*/
;(function(window, document, $, undefined){
"use strict";
var namespace = 'carousel', // Used for jQuery plugin name, event namespacing, CSS classes
defaults = { //... | JavaScript |
/// <reference path="/umbraco_client/Application/NamespaceManager.js" />
Umbraco.Sys.registerNamespace("Umbraco.Controls");
(function($) {
$.fn.ModalWindowAPI = function() {
/// <summary>jQuery plugin exposes the modal window api for the selected object</summary>
//if there's more than i... | JavaScript |
; (function ($) {
var ie6 = $.browser.msie && parseInt($.browser.version) === 6 && typeof window['XMLHttpRequest'] !== 'object',
ie7 = $.browser.msie && parseInt($.browser.version) === 7,
ieQuirks = null,
w = [];
/*
* Create and display a modal dialog.
*
* @param {string, object} d... | JavaScript |
var doScroll = false;
var el = null;
var FromLeftMax = 0;
// Added NH 2.1
var scrollIcons = new Array(0);
function RegisterScrollingMenuButtons(elId, Buttons) {
var icons = Buttons.split(",");
scrollIcons.push(new scrollingContent(elId, icons));
}
function scrollingCo... | JavaScript |
Umbraco.Sys.registerNamespace("Umbraco.Editors");
(function ($) {
Umbraco.Editors.EditScript = base2.Base.extend({
//private methods/variables
_opts: null,
// Constructor
constructor: function(opts) {
// Merge options with default
this._opts = $... | JavaScript |
Umbraco.Sys.registerNamespace("Umbraco.Editors");
(function ($) {
Umbraco.Editors.EditXslt = base2.Base.extend({
//private methods/variables
_opts: null,
// Constructor
constructor: function(opts) {
// Merge options with default
this._opts = $.e... | JavaScript |
Umbraco.Sys.registerNamespace("Umbraco.Editors");
(function ($) {
Umbraco.Editors.EditStyleSheet = base2.Base.extend({
//private methods/variables
_opts: null,
// Constructor
constructor: function(opts) {
// Merge options with default
this._opts... | JavaScript |
Umbraco.Sys.registerNamespace("Umbraco.Editors");
(function ($) {
Umbraco.Editors.EditMacroScripts = base2.Base.extend({
//private methods/variables
_opts: null,
// Constructor
constructor: function(opts) {
// Merge options with default
this._op... | JavaScript |
Umbraco.Sys.registerNamespace("Umbraco.Editors");
(function ($) {
Umbraco.Editors.EditTemplate = base2.Base.extend({
//private methods/variables
_opts: null,
_openMacroModal: function(alias) {
var t = "";
if (alias != null && alias != "") {
... | JavaScript |
Umbraco.Sys.registerNamespace("Umbraco.Editors");
(function ($) {
Umbraco.Editors.EditView = base2.Base.extend({
/// <summary>Defines the EditView class to controll the persisting of the view file and UI interaction</summary>
//private methods/variables
_opts: null,
_u... | JavaScript |
(function ($) {
$.extend($.tree.plugins, {
"contextmenu": {
object: $("<ul id='jstree-contextmenu' class='tree-context' />"),
data: {
t: false,
a: false,
r: false
},
defaults: {
class_... | JavaScript |
/// <reference name="MicrosoftAjax.js"/>
/// <reference path="/umbraco_client/Application/NamespaceManager.js" />
Umbraco.Sys.registerNamespace("Umbraco.Controls");
Umbraco.Controls.NodeDefinition = function() {
/// <summary>
/// An object that defines the details of a current node selected in the tre... | JavaScript |
(function ($) {
///<summary>Custom plugin to create the Umbraco context menu, this configures the context menu plugin before it's callbacks eecute</summary>
$.extend($.tree.plugins, {
"UmbracoContext": {
settings: {
fullMenu: [],
onBeforeContext: fal... | JavaScript |
(function ($) {
$.extend($.tree.plugins, {
"checkbox" : {
defaults : {
three_state : true
},
get_checked : function (t) {
if(!t) t = $.tree.focused();
return t.container.find("a.checked").parent();
},
get_undeterminded : function (t) {
if(!t) t = $.tree.focused();
retu... | JavaScript |
/// <reference path="/umbraco_client/Application/NamespaceManager.js" />
/// <reference path="/umbraco_client/Application/UmbracoUtils.js" />
/// <reference path="/umbraco_client/ui/jquery.js" />
/// <reference path="/umbraco_client/ui/jqueryui.js" />
/// <reference path="tree_component.js" />
/// <reference path... | JavaScript |
(function ($) {
if(typeof $.metadata == "undefined") throw "jsTree metadata: jQuery metadata plugin not included.";
$.extend($.tree.plugins, {
"metadata" : {
defaults : {
attribute : "data"
},
callbacks : {
check : function(rule, obj, value, tree) {
var opts = $.extend(true, {}, $.t... | JavaScript |
/*
* jsTree 0.9.9a
* http://jstree.com/
*
* Copyright (c) 2009 Ivan Bozhanov (vakata.com)
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* Date: 2009-10-06
*
*/
(function ($) {
// jQuery plugin
... | JavaScript |
Umbraco.Sys.registerNamespace("Umbraco.Controls");
(function ($) {
Umbraco.Controls.InsertMacroSplitButton = base2.Base.extend({
//private methods/variables
_opts: null,
// Constructor
constructor: function (opts) {
// Merge options ... | JavaScript |
(function ($) {
function _1(_2) {
$(_2).appendTo("body");
$(_2).addClass("menu-top");
var _3 = [];
_4($(_2));
var _5 = null;
for (var i = 0; i < _3.length; i++) {
var _6 = _3[i];
_7(_6);
_6.children("div.menu-item").each(... | JavaScript |
Umbraco.Sys.registerNamespace("Umbraco.Installer");
(function ($) {
Umbraco.Installer.PackageInstaller = base2.Base.extend({
//private methods/variables
_opts: null,
_manifestId: null,
_packageFile: null,
_packageId: null,
_pollCount: 0,
... | JavaScript |
jQuery(document).ready(function () {
initCustomForms();
initButtonHover();
clearInputs();
ieHover(".add-nav ul li, .gallery .box ul li");
initZoomList();
initZoomList2();
initSlide();
initProgressBar();
initLightBox();
initStep();
initTabs();
initSingleTab();
... | JavaScript |
/**
* 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... | JavaScript |
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... | JavaScript |
/**
* 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 = [
[' ', ' ', true, 'no-break space']... | JavaScript |
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... | JavaScript |
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>');
},
... | JavaScript |
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... | JavaScript |
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 ... | JavaScript |
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... | JavaScript |
/**
* 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... | JavaScript |
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... | JavaScript |
/**
* 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 = [
[' ', ' ', true, 'no-break space']... | JavaScript |
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');
if (v) {
this.action = 'update';
f.anchorName.value = v;
}
... | JavaScript |
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>');
},
... | JavaScript |
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... | JavaScript |
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 ... | JavaScript |
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... | JavaScript |
tinyMCE.addI18n('zh.umbraco',{"underline_desc":"下划线 (Ctrl+U)",
"italic_desc":"斜体 (Ctrl+I)",
"bold_desc":"粗体 (Ctrl+B)",
dd:"定义描述",
dt:"定义条目",
samp:"示例代码",
code:"代码",
blockquote:"块引用",
h6:"标题 6",
h5:"标题 5",
h4:"标题 4",
h3:"标题 3",
h2:"标题 2",
h1:"标题 1",
pre:"预格式化",
address:"地址",
div:"DIV",
paragraph:"段落",
... | JavaScript |
tinyMCE.addI18n('it.umbraco_dlg',{
"about_title":"Informazioni su TinyMCE",
"about_general":"Informazioni",
"about_help":"Aiuto",
"about_license":"Licenza",
"about_plugins":"Plugins",
"about_plugin":"Plugin",
"about_author":"Autore",
"about_version":"Versione",
"about_loaded":"Plugin caricati",
"anchor_title"... | JavaScript |
tinyMCE.addI18n('en_us.umbraco_dlg', {"link_list":"Link List",
"link_is_external":"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?",
"link_is_email":"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?",
"link_titlefield"... | JavaScript |
tinyMCE.addI18n('ru.umbraco',{
style_select:"Стиль",
font_size:"Размер",
fontdefault:"Шрифт",
block:"Формат",
paragraph:"Абзац",
div:"Блок",
address:"Адрес",
pre:"Преформатированный",
h1:"Заголовок 1",
h2:"Заголовок 2",
h3:"Заголовок 3",
h4:"Заголовок 4",
h5:"Заголовок 5",
h6:"Заголовок 6",
blockquote:"Ц... | JavaScript |
tinyMCE.addI18n('fr.umbraco',{
style_select:"Styles",
font_size:"Taille police",
fontdefault:"Police",
block:"Format",
paragraph:"Paragraphe",
div:"Div",
address:"Adresse",
pre:"Preformatt\u00E9",
h1:"Titre 1",
h2:"Titre 2",
h3:"Titre 3",
h4:"Titre 4",
h5:"Titre 5",
h6:"Titre 6",
blockquote:"Citation",
... | JavaScript |
tinyMCE.addI18n('he.umbraco',{
style_select:"סגנונות",
font_size:"גודל גופן",
fontdefault:"משפחת הגופן",
block:"תבנית",
paragraph:"פסקה",
div:"Div",
address:"כתובת",
pre:"מעוצב מראש",
h1:"כותרת 1",
h2:"כותרת 2",
h3:"כותרת 3",
h4:"כותרת 4",
h5:"כותרת 5",
h6:"כותרת 6",
blockquote:"ציטוט",
code:"קוד",
sa... | JavaScript |
tinyMCE.addI18n('sv.umbraco',{
style_select:"Stilar",
font_size:"Fontstorlek",
fontdefault:"Fontfamilj",
block:"Format",
paragraph:"Stycke",
div:"Div",
address:"Adress",
pre:"F\u00F6rformaterad",
h1:"Rubrik 1",
h2:"Rubrik 2",
h3:"Rubrik 3",
h4:"Rubrik 4",
h5:"Rubrik 5",
h6:"Rubrik 6",
blockquote:"Blockci... | JavaScript |
tinyMCE.addI18n('de.umbraco',{
style_select:"Format",
font_size:"Schriftgr\u00F6\u00DFe",
fontdefault:"Schriftart",
block:"Vorlage",
paragraph:"Absatz",
div:"Zusammenh\u00E4ngender Bereich",
address:"Addresse",
pre:"Rohdaten",
h1:"\u00DCberschrift 1",
h2:"\u00DCberschrift 2",
h3:"\u00DCberschrift 3",
h4:"\u... | JavaScript |
tinyMCE.addI18n('es.umbraco_dlg',{
about_title:"Acerca de TinyMCE",
about_general:"Acerca de ",
about_help:"Ayuda",
about_license:"Licencia",
about_plugins:"Complementos",
about_plugin:"Complemento",
about_author:"Autor",
about_version:"Versi\u00F3n",
about_loaded:"Complementos cargados",
anchor_title:"Insert... | JavaScript |
tinyMCE.addI18n('en.umbraco_dlg', {"link_list":"Link List",
"link_is_external":"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?",
"link_is_email":"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?",
"link_titlefield":"T... | JavaScript |
tinyMCE.addI18n('no.umbraco',{
style_select:"Stiler",
font_size:"Skriftst\u00F8rrelse",
fontdefault:"Skriftfamilie",
block:"Format",
paragraph:"Avsnitt",
div:"Div",
address:"Adresse",
pre:"Pre-formatert",
h1:"Overskrift 1",
h2:"Overskrift 2",
h3:"Overskrift 3",
h4:"Overskrift 4",
h5:"Overskrift 5",
h6:"Ov... | JavaScript |
tinyMCE.addI18n('no.umbraco_dlg',{
about_title:"Om TinyMCE",
about_general:"Om",
about_help:"Hjelp",
about_license:"Lisens",
about_plugins:"Programtillegg",
about_plugin:"Programtillegg",
about_author:"Utvikler",
about_version:"Versjon",
about_loaded:"Last programtillegg",
anchor_title:"Sett inn / endre anker... | JavaScript |
tinyMCE.addI18n('ja.umbraco_dlg', {"link_list":"リンクの一覧",
"link_is_external":"入力したURLは外部のリンクのようです。リンクに http:// を追加しますか?",
"link_is_email":"入力したURLは電子メールアドレスのようです。リンクに mailto: を追加しますか?",
"link_titlefield":"タイトル",
"link_target_blank":"新しいウインドウで開く",
"link_target_same":"同じウインドウで開く",
"link_target":"ターゲット",
"link_url":... | JavaScript |
tinyMCE.addI18n('it.umbraco',{
"style_select":"Stili",
"anchor_delta_height":"",
"anchor_delta_width":"",
"charmap_delta_height":"",
"charmap_delta_width":"",
"colorpicker_delta_height":"",
"colorpicker_delta_width":"",
"link_delta_height":"",
"link_delta_width":"",
"image_delta_height":"",
"image_delta_widt... | JavaScript |
tinyMCE.addI18n('nl.umbraco',{
style_select:"Stijlen",
font_size:"Tekengrootte",
fontdefault:"Lettertype",
block:"Opmaak",
paragraph:"Alinea",
div:"Div",
address:"Adres",
pre:"Vaste opmaak",
h1:"Kop 1",
h2:"Kop 2",
h3:"Kop 3",
h4:"Kop 4",
h5:"Kop 5",
h6:"Kop 6",
blockquote:"Citaat",
code:"Code",
samp:"... | JavaScript |
tinyMCE.addI18n('zh.umbraco_dlg', {"link_list":"链接列表",
"link_is_external":"您输入的好像是外部链接,是否需要在前面添加 http://?",
"link_is_email":"您输入的好像是邮箱地址,是否需要在前面添加mailto:?",
"link_titlefield":"标题",
"link_target_blank":"在新窗口中打开链接",
"link_target_same":"在该窗口打开链接",
"link_target":"目标",
"link_url":"链接URL",
"link_title":"插入/编辑链接",
"i... | JavaScript |
tinyMCE.addI18n('da.umbraco',{
style_select:"Typografier",
font_size:"Skriftst\u00F8rrelse",
fontdefault:"Skrifttype",
block:"Format",
paragraph:"Afsnit",
div:"Div",
address:"Adresse",
pre:"Pr\u00E6formatteret",
h1:"Overskrift 1",
h2:"Overskrift 2",
h3:"Overskrift 3",
h4:"Overskrift 4",
h5:"Overskrift 5",
... | JavaScript |
tinyMCE.addI18n('ru.umbraco_dlg',{
about_title:"Описание TinyMCE",
about_general:"Описание",
about_help:"Помощь",
about_license:"Лицензия",
about_plugins:"Дополнительные модули",
about_plugin:"Модуль",
about_author:"Автор",
about_version:"Версия",
about_loaded:"Подключенные модули",
accessibility_help:"Справк... | JavaScript |
tinyMCE.addI18n('he.umbraco_dlg',{
about_title:"אודות TinyMCE",
about_general:"אודות",
about_help:"עזרה",
about_license:"רישיון",
about_plugins:"Plugins",
about_plugin:"Plugin",
about_author:"Author",
about_version:"Version",
about_loaded:"Loaded plugins",
anchor_title:"הוסף\ערוך עוגן",
anchor_name:"שם העוג... | JavaScript |
tinyMCE.addI18n('es.umbraco',{
style_select:"Estilos",
font_size:"Tama\u00F1o",
fontdefault:"Fuente",
block:"Formato",
paragraph:"P\u00E1rrafo",
div:"Div",
address:"Direcci\u00F3n",
pre:"Preformateado",
h1:"Encabezado 1",
h2:"Encabezado 2",
h3:"Encabezado 3",
h4:"Encabezado 4",
h5:"Encabezado 5",
h6:"Enca... | JavaScript |
tinyMCE.addI18n('en_us.umbraco',{"underline_desc":"Underline (Ctrl+U)",
"italic_desc":"Italic (Ctrl+I)",
"bold_desc":"Bold (Ctrl+B)",
dd:"Definition Description",
dt:"Definition Term ",
samp:"Code Sample",
code:"Code",
blockquote:"Block Quote",
h6:"Heading 6",
h5:"Heading 5",
h4:"Heading 4",
h3:"Heading 3",
... | JavaScript |
tinyMCE.addI18n('de.umbraco_dlg',{
about_title:"\u00DCber TinyMCE",
about_general:"\u00DCber\u2026",
about_help:"Hilfe",
about_license:"Lizenzbedingungen",
about_plugins:"Plugins",
about_plugin:"Plugin",
about_author:"Urheber",
about_version:"Version",
about_loaded:"Geladene Plugins",
anchor_title:"Anker einf... | JavaScript |
tinyMCE.addI18n('sv.umbraco_dlg',{
about_title:"Om TinyMCE",
about_general:"Om",
about_help:"Hj\u00E4lp",
about_license:"Licens",
about_plugins:"Om plug-in",
about_plugin:"Om plug-in",
about_author:"Utvecklare",
about_version:"Version",
about_loaded:"Laddade plug-ins",
anchor_title:"Infoga/redigera bokm\u00E4... | JavaScript |
tinyMCE.addI18n('da.umbraco_dlg',{
about_title:"Om TinyMCE",
about_general:"Om",
about_help:"Hj\u00E6lp",
about_license:"Licens",
about_plugins:"Udvidelser",
about_plugin:"Udvidelse",
about_author:"Forfatter",
about_version:"Version",
about_loaded:"Indl\u00E6ste udvidelser",
anchor_title:"Inds\u00E6t/rediger ... | JavaScript |
tinyMCE.addI18n('ja.umbraco',{
"underline_desc":"下線 (Ctrl+U)",
"italic_desc":"斜体 (Ctrl+I)",
"bold_desc":"太字 (Ctrl+B)",
dd:"語句の説明",
dt:"語句の定義",
samp:"コードの例",
code:"コード",
blockquote:"引用",
h6:"見出し6",
h5:"見出し5",
h4:"見出し4",
h3:"見出し3",
h2:"見出し2",
h1:"見出し1",
pre:"整形済み",
address:"住所",
div:"div要素",
paragraph:"... | JavaScript |
tinyMCE.addI18n('fr.umbraco_dlg',{
about_title:"\u00C0 propos de TinyMCE",
about_general:"\u00C0 propos",
about_help:"Aide",
about_license:"Licence",
about_plugins:"Plugins",
about_plugin:"Plugin",
about_author:"Auteur",
about_version:"Version",
about_loaded:"Plugins charg\u00E9s",
anchor_title:"Ins\u00E9rer/... | JavaScript |
tinyMCE.addI18n('en.umbraco',{"underline_desc":"Underline (Ctrl+U)",
"italic_desc":"Italic (Ctrl+I)",
"bold_desc":"Bold (Ctrl+B)",
dd:"Definition Description",
dt:"Definition Term ",
samp:"Code Sample",
code:"Code",
blockquote:"Block Quote",
h6:"Heading 6",
h5:"Heading 5",
h4:"Heading 4",
h3:"Heading 3",
h2... | JavaScript |
tinyMCE.addI18n('nl.umbraco_dlg',{
about_title:"Over TinyMCE",
about_general:"Info",
about_help:"Help",
about_license:"Licentie",
about_plugins:"Invoegtoepassingen",
about_plugin:"Invoegtoepassing",
about_author:"Auteur",
about_version:"Versie",
about_loaded:"Geladen Invoegtoepassingen",
anchor_title:"Anker i... | JavaScript |
/**
* 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... | JavaScript |
/**
* 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.SearchReplacePlugin', {
init : function(... | JavaScript |
tinyMCEPopup.requireLangPack();
var SearchReplaceDialog = {
init : function(ed) {
var t = this, f = document.forms[0], m = tinyMCEPopup.getWindowArg("mode");
t.switchMode(m);
f[m + '_panel_searchstring'].value = tinyMCEPopup.getWindowArg("search_string");
// Focus input field
f[m + '_panel_sea... | JavaScript |
/**
* 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
*
* This plugin will force TinyMCE to produce deprecated legacy output such as font elements, u... | JavaScript |
/**
* 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.Directionality', {
init : function(ed, u... | JavaScript |
/**
* 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 each = tinymce.each;
tinymce.create('tinymce.plugins.TemplatePlugin... | JavaScript |
tinyMCEPopup.requireLangPack();
var TemplateDialog = {
preInit : function() {
var url = tinyMCEPopup.getParam("template_external_list_url");
if (url != null)
document.write('<sc'+'ript language="javascript" type="text/javascript" src="' + tinyMCEPopup.editor.documentBaseURI.toAbsolute(url) + '"></sc'+'... | JavaScript |
/**
* 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) {
var each = tinymce.each;
// Checks if the selection/caret is at ... | JavaScript |
tinyMCEPopup.requireLangPack();
function init() {
tinyMCEPopup.resizeToInnerSize();
document.getElementById('backgroundimagebrowsercontainer').innerHTML = getBrowserHTML('backgroundimagebrowser','backgroundimage','image','table');
document.getElementById('bgcolor_pickcontainer').innerHTML = getColorPickerHTM... | JavaScript |
tinyMCEPopup.requireLangPack();
var action, orgTableWidth, orgTableHeight, dom = tinyMCEPopup.editor.dom;
function insertTable() {
var formObj = document.forms[0];
var inst = tinyMCEPopup.editor, dom = inst.dom;
var cols = 2, rows = 2, border = 0, cellpadding = -1, cellspacing = -1, align, width, height, cl... | JavaScript |
tinyMCEPopup.requireLangPack();
var ed;
function init() {
ed = tinyMCEPopup.editor;
tinyMCEPopup.resizeToInnerSize();
document.getElementById('backgroundimagebrowsercontainer').innerHTML = getBrowserHTML('backgroundimagebrowser','backgroundimage','image','table');
document.getElementById('bordercolor_pi... | JavaScript |
tinyMCEPopup.requireLangPack();
var MergeCellsDialog = {
init : function() {
var f = document.forms[0];
f.numcols.value = tinyMCEPopup.getWindowArg('cols', 1);
f.numrows.value = tinyMCEPopup.getWindowArg('rows', 1);
},
merge : function() {
var func, f = document.forms[0];
tinyMCEPopup.rest... | JavaScript |
/**
* 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.AdvancedImagePlugin', {
init : function(... | JavaScript |
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>');
},
... | JavaScript |
/**
* 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 Event = tinymce.dom.Event, each = tinymce.each, DOM = tinymce.DOM;
... | JavaScript |
/**
* 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.InsertDateTime', {
init : function(ed, u... | JavaScript |
/**
* editor_plugin_src.js
*
* Copyright 2012, Umbraco
* Released under MIT License.
*
* License: http://opensource.org/licenses/mit-license.html
*/
(function () {
var Event = tinymce.dom.Event, each = tinymce.each, DOM = tinymce.DOM;
/**
* This plugin modifies the standard TinyMCE paste, wi... | JavaScript |
/* 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... | JavaScript |
tinyMCE.addI18n('ru.advlink_dlg', {
"target_name": "Открыть в окне",
classes: "Классы CSS",
style: "Стиль CSS",
id: "ID",
"popup_position": "Позиционирование (X/Y)",
langdir: "Направление письма",
"popup_size": "Размер",
"popup_dependent": "Зависимость (Только Mozilla/Firefox)",
"popup_resizable": "Изменяемый... | JavaScript |
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... | JavaScript |
tinyMCE.addI18n('zh.example',{
desc : '这是示例按钮'
});
| JavaScript |
tinyMCE.addI18n('it.example_dlg',{
title : 'Esempio di titolo'
});
| JavaScript |
tinyMCE.addI18n('en_us.example_dlg',{
title : 'This is just a example title'
});
| JavaScript |
tinyMCE.addI18n('ru.example',{
desc : 'Это просто образец кнопки'
});
| JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.